public class ECMZoneInstanceCountISP extends AbstractModel
Constructor and Description |
---|
ECMZoneInstanceCountISP() |
ECMZoneInstanceCountISP(ECMZoneInstanceCountISP 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 |
getInstanceCount()
Get Number of instances to be created in the current AZ
|
String |
getISP()
Get ISP
|
String |
getZone()
Get Instance AZ
|
void |
setInstanceCount(Long InstanceCount)
Set Number of instances to be created in the current AZ
|
void |
setISP(String ISP)
Set ISP
|
void |
setZone(String Zone)
Set Instance AZ
|
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 ECMZoneInstanceCountISP()
public ECMZoneInstanceCountISP(ECMZoneInstanceCountISP source)
public String getZone()
public void setZone(String Zone)
Zone
- Instance AZpublic Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount
- Number of instances to be created in the current AZpublic String getISP()
public void setISP(String ISP)
ISP
- ISPCopyright © 2023. All rights reserved.