public class InquiryPriceScaleOutInstanceRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceScaleOutInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getCoreCount()
Get Number of core nodes added.
|
String |
getCurrency()
Get Currency.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getPayMode()
Get Instance billing mode.
|
Long |
getRouterCount()
Get Number of router nodes added.
|
Long |
getTaskCount()
Get Number of task nodes added.
|
Long |
getTimeSpan()
Get Duration of scale-out, which needs to be used together with `TimeUnit`.
|
String |
getTimeUnit()
Get Time unit of scale-out.
|
Long |
getZoneId()
Get ID of the AZ where an instance resides.
|
void |
setCoreCount(Long CoreCount)
Set Number of core nodes added.
|
void |
setCurrency(String Currency)
Set Currency.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setPayMode(Long PayMode)
Set Instance billing mode.
|
void |
setRouterCount(Long RouterCount)
Set Number of router nodes added.
|
void |
setTaskCount(Long TaskCount)
Set Number of task nodes added.
|
void |
setTimeSpan(Long TimeSpan)
Set Duration of scale-out, which needs to be used together with `TimeUnit`.
|
void |
setTimeUnit(String TimeUnit)
Set Time unit of scale-out.
|
void |
setZoneId(Long ZoneId)
Set ID of the AZ where an instance resides.
|
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 scale-out. Valid values:
public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- Duration of scale-out, which needs to be used together with `TimeUnit`.
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- ID of the AZ where an instance resides.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Instance billing mode. Valid values:
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public Long getCoreCount()
public void setCoreCount(Long CoreCount)
CoreCount
- Number of core nodes added.public Long getTaskCount()
public void setTaskCount(Long TaskCount)
TaskCount
- Number of task nodes added.public String getCurrency()
public void setCurrency(String Currency)
Currency
- Currency.public Long getRouterCount()
public void setRouterCount(Long RouterCount)
RouterCount
- Number of router nodes added.Copyright © 2020. All rights reserved.