public class ECMZoneInstanceCountISP extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.