public class ZoneInstanceInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ZoneInstanceInfo() |
ZoneInstanceInfo(ZoneInstanceInfo 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 |
getInstanceNum()
Get 实例数量
|
String |
getZoneName()
Get Zone名称
|
void |
setInstanceNum(Long InstanceNum)
Set 实例数量
|
void |
setZoneName(String ZoneName)
Set Zone名称
|
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 ZoneInstanceInfo()
public ZoneInstanceInfo(ZoneInstanceInfo source)
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Zone名称public Long getInstanceNum()
public void setInstanceNum(Long InstanceNum)
InstanceNum
- 实例数量Copyright © 2023. All rights reserved.