public class ZoneInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ZoneInfo() |
ZoneInfo(ZoneInfo 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 |
|---|---|
String |
getMachineRoomTypeMC()
Get Console type.
|
String |
getParentZone()
Get Parent zone.
|
String |
getParentZoneId()
Get Parent availability zone ID.
|
String |
getParentZoneName()
Get Describes the parent availability zone.
|
String |
getZone()
Get Availability zone name, for example, ap-guangzhou-3.
|
String |
getZoneId()
Get AZ ID
|
String |
getZoneIdMC()
Get Same as ZoneId.
|
String |
getZoneName()
Get Availability zone description, such as Guangzhou Zone 3.
|
String |
getZoneState()
Get Availability zone status, including AVAILABLE and UNAVAILABLE.
|
String |
getZoneType()
Get zone type.
|
void |
setMachineRoomTypeMC(String MachineRoomTypeMC)
Set Console type.
|
void |
setParentZone(String ParentZone)
Set Parent zone.
|
void |
setParentZoneId(String ParentZoneId)
Set Parent availability zone ID.
|
void |
setParentZoneName(String ParentZoneName)
Set Describes the parent availability zone.
|
void |
setZone(String Zone)
Set Availability zone name, for example, ap-guangzhou-3.
|
void |
setZoneId(String ZoneId)
Set AZ ID
|
void |
setZoneIdMC(String ZoneIdMC)
Set Same as ZoneId.
|
void |
setZoneName(String ZoneName)
Set Availability zone description, such as Guangzhou Zone 3.
|
void |
setZoneState(String ZoneState)
Set Availability zone status, including AVAILABLE and UNAVAILABLE.
|
void |
setZoneType(String ZoneType)
Set zone type.
|
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 ZoneInfo()
public ZoneInfo(ZoneInfo source)
public String getZone()
public void setZone(String Zone)
Zone - Availability zone name, for example, ap-guangzhou-3.
The names of availability zones across the network are as follows:.
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - Availability zone description, such as Guangzhou Zone 3.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - AZ IDpublic String getZoneState()
public void setZoneState(String ZoneState)
ZoneState - Availability zone status, including AVAILABLE and UNAVAILABLE. AVAILABLE indicates available, and UNAVAILABLE indicates unavailable.public String getParentZone()
public void setParentZone(String ParentZone)
ParentZone - Parent zone.
Note: This field may return null, indicating that no valid values can be obtained.public String getParentZoneId()
public void setParentZoneId(String ParentZoneId)
ParentZoneId - Parent availability zone ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getParentZoneName()
public void setParentZoneName(String ParentZoneName)
ParentZoneName - Describes the parent availability zone.
Note: This field may return null, indicating that no valid values can be obtained.public String getZoneType()
public void setZoneType(String ZoneType)
ZoneType - zone type.
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineRoomTypeMC()
public void setMachineRoomTypeMC(String MachineRoomTypeMC)
MachineRoomTypeMC - Console type.
Note: This field may return null, indicating that no valid values can be obtained.public String getZoneIdMC()
public void setZoneIdMC(String ZoneIdMC)
ZoneIdMC - Same as ZoneId. suitable for console invocation.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.