public class ModifyInstancePreRequest extends AbstractModel
skipSign
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 预计带宽,根据带宽步长,规格向上调整。
|
Long |
getDiskSize()
Get 预计磁盘,根据磁盘步长,规格向上调整。
|
String |
getInstanceId()
Get 实例名称
|
Long |
getPartition()
Get 预计分区,根据带宽步长,规格向上调整。
|
void |
setBandWidth(Long BandWidth)
Set 预计带宽,根据带宽步长,规格向上调整。
|
void |
setDiskSize(Long DiskSize)
Set 预计磁盘,根据磁盘步长,规格向上调整。
|
void |
setInstanceId(String InstanceId)
Set 实例名称
|
void |
setPartition(Long Partition)
Set 预计分区,根据带宽步长,规格向上调整。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyInstancePreRequest()
public ModifyInstancePreRequest(ModifyInstancePreRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例名称public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 预计磁盘,根据磁盘步长,规格向上调整。public Long getBandWidth()
public void setBandWidth(Long BandWidth)
BandWidth
- 预计带宽,根据带宽步长,规格向上调整。public Long getPartition()
public void setPartition(Long Partition)
Partition
- 预计分区,根据带宽步长,规格向上调整。Copyright © 2023. All rights reserved.