public class PrometheusZoneItem extends AbstractModel
Constructor and Description |
---|
PrometheusZoneItem() |
PrometheusZoneItem(PrometheusZoneItem 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 |
getRegionId()
Get Region ID
|
String |
getZone()
Get AZ
|
Long |
getZoneId()
Get AZ ID
|
String |
getZoneName()
Get AZ name
|
Long |
getZoneState()
Get AZ status.
|
void |
setRegionId(Long RegionId)
Set Region ID
|
void |
setZone(String Zone)
Set AZ
|
void |
setZoneId(Long ZoneId)
Set AZ ID
|
void |
setZoneName(String ZoneName)
Set AZ name
|
void |
setZoneState(Long ZoneState)
Set AZ 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 PrometheusZoneItem()
public PrometheusZoneItem(PrometheusZoneItem source)
public String getZone()
public void setZone(String Zone)
Zone
- AZpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- AZ IDpublic Long getZoneState()
public void setZoneState(Long ZoneState)
ZoneState
- AZ status. Valid values: `0`(Unavailable), `1` (Available).public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- Region IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- AZ nameCopyright © 2023. All rights reserved.