public class ZoneSetting extends AbstractModel
header, skipSign
Constructor and Description |
---|
ZoneSetting() |
ZoneSetting(ZoneSetting 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 |
getNodeNum()
Get Number of AZ nodes.
|
VPCSettings |
getVPCSettings()
Get AZ VPC and subnet.
|
String |
getZone()
Get Availability zone name
|
void |
setNodeNum(Long NodeNum)
Set Number of AZ nodes.
|
void |
setVPCSettings(VPCSettings VPCSettings)
Set AZ VPC and subnet.
|
void |
setZone(String Zone)
Set Availability zone name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ZoneSetting()
public ZoneSetting(ZoneSetting source)
public String getZone()
public void setZone(String Zone)
Zone
- Availability zone namepublic VPCSettings getVPCSettings()
public void setVPCSettings(VPCSettings VPCSettings)
VPCSettings
- AZ VPC and subnet.public Long getNodeNum()
public void setNodeNum(Long NodeNum)
NodeNum
- Number of AZ nodes.Copyright © 2025. All rights reserved.