public class Ability extends AbstractModel
header, skipSign
Constructor and Description |
---|
Ability() |
Ability(Ability 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 |
getIsSupportRo()
Get Whether read-only instance is supported
|
String |
getIsSupportSlaveZone()
Get Whether secondary AZ is supported
|
String |
getNonsupportRoReason()
Get The reason why read-only instance is not supported
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNonsupportSlaveZoneReason()
Get The reason why secondary AZ is not supported
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsSupportRo(String IsSupportRo)
Set Whether read-only instance is supported
|
void |
setIsSupportSlaveZone(String IsSupportSlaveZone)
Set Whether secondary AZ is supported
|
void |
setNonsupportRoReason(String NonsupportRoReason)
Set The reason why read-only instance is not supported
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNonsupportSlaveZoneReason(String NonsupportSlaveZoneReason)
Set The reason why secondary AZ is not supported
Note: This field may return null, indicating that no valid values can be obtained.
|
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 Ability()
public Ability(Ability source)
public String getIsSupportSlaveZone()
public void setIsSupportSlaveZone(String IsSupportSlaveZone)
IsSupportSlaveZone
- Whether secondary AZ is supportedpublic String getNonsupportSlaveZoneReason()
public void setNonsupportSlaveZoneReason(String NonsupportSlaveZoneReason)
NonsupportSlaveZoneReason
- The reason why secondary AZ is not supported
Note: This field may return null, indicating that no valid values can be obtained.public String getIsSupportRo()
public void setIsSupportRo(String IsSupportRo)
IsSupportRo
- Whether read-only instance is supportedpublic String getNonsupportRoReason()
public void setNonsupportRoReason(String NonsupportRoReason)
NonsupportRoReason
- The reason why read-only instance is not supported
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.