public class SaleZone extends AbstractModel
header, skipSign
Constructor and Description |
---|
SaleZone() |
SaleZone(SaleZone 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 |
---|---|
Boolean |
getHasPermission()
Get Whether the user has AZ permission
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIsSupportNormal()
Get Whether standard cluster is supported.
|
Long |
getIsSupportServerless()
Get Whether serverless cluster is supported.
|
String |
getIsWholeRdmaZone()
Get Whether it is a full-linkage RDMA AZ.
|
String |
getPhysicalZone()
Get Physical zone
|
String |
getZone()
Get AZ name
|
Long |
getZoneId()
Get Numeric ID of an AZ
|
String |
getZoneZh()
Get AZ name
|
void |
setHasPermission(Boolean HasPermission)
Set Whether the user has AZ permission
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsSupportNormal(Long IsSupportNormal)
Set Whether standard cluster is supported.
|
void |
setIsSupportServerless(Long IsSupportServerless)
Set Whether serverless cluster is supported.
|
void |
setIsWholeRdmaZone(String IsWholeRdmaZone)
Set Whether it is a full-linkage RDMA AZ.
|
void |
setPhysicalZone(String PhysicalZone)
Set Physical zone
|
void |
setZone(String Zone)
Set AZ name
|
void |
setZoneId(Long ZoneId)
Set Numeric ID of an AZ
|
void |
setZoneZh(String ZoneZh)
Set AZ name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SaleZone()
public SaleZone(SaleZone source)
public String getZone()
public void setZone(String Zone)
Zone
- AZ namepublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- Numeric ID of an AZpublic String getZoneZh()
public void setZoneZh(String ZoneZh)
ZoneZh
- AZ namepublic Long getIsSupportServerless()
public void setIsSupportServerless(Long IsSupportServerless)
IsSupportServerless
- Whether serverless cluster is supported. Valid values: public Long getIsSupportNormal()
public void setIsSupportNormal(Long IsSupportNormal)
IsSupportNormal
- Whether standard cluster is supported. Valid values: public String getPhysicalZone()
public void setPhysicalZone(String PhysicalZone)
PhysicalZone
- Physical zonepublic Boolean getHasPermission()
public void setHasPermission(Boolean HasPermission)
HasPermission
- Whether the user has AZ permission
Note: This field may return null, indicating that no valid values can be obtained.public String getIsWholeRdmaZone()
public void setIsWholeRdmaZone(String IsWholeRdmaZone)
IsWholeRdmaZone
- Whether it is a full-linkage RDMA AZ.Copyright © 2024. All rights reserved.