public class ZoneInfo extends AbstractModel
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[] |
getStandbyZoneSet()
Get AZs that can be used as standby when this AZ is primary
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getZone()
Get AZ abbreviation
|
Long |
getZoneId()
Get AZ number
|
String |
getZoneName()
Get AZ name
|
String |
getZoneState()
Get Availability status.
|
Long |
getZoneSupportIpv6()
Get Whether the AZ supports IPv6 address access
|
void |
setStandbyZoneSet(String[] StandbyZoneSet)
Set AZs that can be used as standby when this AZ is primary
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setZone(String Zone)
Set AZ abbreviation
|
void |
setZoneId(Long ZoneId)
Set AZ number
|
void |
setZoneName(String ZoneName)
Set AZ name
|
void |
setZoneState(String ZoneState)
Set Availability status.
|
void |
setZoneSupportIpv6(Long ZoneSupportIpv6)
Set Whether the AZ supports IPv6 address access
|
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 ZoneInfo()
public ZoneInfo(ZoneInfo source)
public String getZone()
public void setZone(String Zone)
Zone
- AZ abbreviationpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- AZ namepublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- AZ numberpublic String getZoneState()
public void setZoneState(String ZoneState)
ZoneState
- Availability status. Valid values:
`UNAVAILABLE`.
`AVAILABLE`.
`SELLOUT`.
`SUPPORTMODIFYONLY` (supports configuration adjustment).public Long getZoneSupportIpv6()
public void setZoneSupportIpv6(Long ZoneSupportIpv6)
ZoneSupportIpv6
- Whether the AZ supports IPv6 address accesspublic String[] getStandbyZoneSet()
public void setStandbyZoneSet(String[] StandbyZoneSet)
StandbyZoneSet
- AZs that can be used as standby when this AZ is primary
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.