public class ZoneInfo extends AbstractModel
Constructor and Description |
---|
ZoneInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getZone()
Get AZ abbreviation
|
Long |
getZoneId()
Get AZ number
|
String |
getZoneName()
Get AZ name
|
String |
getZoneState()
Get Availability status.
|
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 |
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 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. UNAVAILABLE: unavailable, AVAILABLE: availableCopyright © 2020. All rights reserved.