public class ModifyInstancePreRequest extends AbstractModel
Constructor and Description |
---|
ModifyInstancePreRequest() |
ModifyInstancePreRequest(ModifyInstancePreRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBandWidth()
Get Estimated bandwidth, which can be increased by increment.
|
Long |
getDiskSize()
Get Estimated disk capacity, which can be increased by increment.
|
String |
getInstanceId()
Get Instance name.
|
Long |
getPartition()
Get Estimated partition count, which can be increased by increment.
|
void |
setBandWidth(Long BandWidth)
Set Estimated bandwidth, which can be increased by increment.
|
void |
setDiskSize(Long DiskSize)
Set Estimated disk capacity, which can be increased by increment.
|
void |
setInstanceId(String InstanceId)
Set Instance name.
|
void |
setPartition(Long Partition)
Set Estimated partition count, which can be increased by increment.
|
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 ModifyInstancePreRequest()
public ModifyInstancePreRequest(ModifyInstancePreRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance name.public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Estimated disk capacity, which can be increased by increment.public Long getBandWidth()
public void setBandWidth(Long BandWidth)
BandWidth
- Estimated bandwidth, which can be increased by increment.public Long getPartition()
public void setPartition(Long Partition)
Partition
- Estimated partition count, which can be increased by increment.Copyright © 2023. All rights reserved.