public class PrometheusZoneItem extends AbstractModel
header, skipSign| 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 地域 ID | 
| String | getZone()Get 可用区 | 
| Long | getZoneId()Get 可用区 ID | 
| String | getZoneName()Get 可用区名(目前为中文) | 
| Long | getZoneResourceState()Get 可用区资源状态(0:资源不足,不可使用;1:资源足够)
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getZoneState()Get 可用区状态( 0: 不可用;1: 可用) | 
| void | setRegionId(Long RegionId)Set 地域 ID | 
| void | setZone(String Zone)Set 可用区 | 
| void | setZoneId(Long ZoneId)Set 可用区 ID | 
| void | setZoneName(String ZoneName)Set 可用区名(目前为中文) | 
| void | setZoneResourceState(Long ZoneResourceState)Set 可用区资源状态(0:资源不足,不可使用;1:资源足够)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setZoneState(Long ZoneState)Set 可用区状态( 0: 不可用;1: 可用) | 
| 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 PrometheusZoneItem()
public PrometheusZoneItem(PrometheusZoneItem source)
public String getZone()
public void setZone(String Zone)
Zone - 可用区public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - 可用区 IDpublic Long getZoneState()
public void setZoneState(Long ZoneState)
ZoneState - 可用区状态( 0: 不可用;1: 可用)public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - 地域 IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - 可用区名(目前为中文)public Long getZoneResourceState()
public void setZoneResourceState(Long ZoneResourceState)
ZoneResourceState - 可用区资源状态(0:资源不足,不可使用;1:资源足够)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.