public class InquiryPriceUpdateInstanceRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceUpdateInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
Get Currency.
|
Long |
getPayMode()
Get Instance billing mode.
|
Placement |
getPlacement()
Get Instance location.
|
Long |
getTimeSpan()
Get Duration of scaling, which needs to be used together with `TimeUnit`.
|
String |
getTimeUnit()
Get Time unit of scaling.
|
UpdateInstanceSettings |
getUpdateSpec()
Get Target node specification.
|
void |
setCurrency(String Currency)
Set Currency.
|
void |
setPayMode(Long PayMode)
Set Instance billing mode.
|
void |
setPlacement(Placement Placement)
Set Instance location.
|
void |
setTimeSpan(Long TimeSpan)
Set Duration of scaling, which needs to be used together with `TimeUnit`.
|
void |
setTimeUnit(String TimeUnit)
Set Time unit of scaling.
|
void |
setUpdateSpec(UpdateInstanceSettings UpdateSpec)
Set Target node specification.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- Time unit of scaling. Valid values:
public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- Duration of scaling, which needs to be used together with `TimeUnit`.
public UpdateInstanceSettings getUpdateSpec()
public void setUpdateSpec(UpdateInstanceSettings UpdateSpec)
UpdateSpec
- Target node specification.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Instance billing mode. Valid values:
public Placement getPlacement()
public void setPlacement(Placement Placement)
Placement
- Instance location. This parameter is used to specify the AZ, project, and other attributes of the instance.public String getCurrency()
public void setCurrency(String Currency)
Currency
- Currency.Copyright © 2020. All rights reserved.