public class DrReadableInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DrReadableInfo() |
DrReadableInfo(DrReadableInfo 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 |
getReadableStatus()
Get Replica server readable status.
|
String |
getSlaveStatus()
Get Replica server status.
|
String |
getUniqSubnetId()
Get Replica server VPC subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUniqVpcId()
Get Replica server VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVip()
Get Replica server read-only VIP
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getVPort()
Get Replica server read-only port
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReadableStatus(String ReadableStatus)
Set Replica server readable status.
|
void |
setSlaveStatus(String SlaveStatus)
Set Replica server status.
|
void |
setUniqSubnetId(String UniqSubnetId)
Set Replica server VPC subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUniqVpcId(String UniqVpcId)
Set Replica server VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVip(String Vip)
Set Replica server read-only VIP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVPort(Long VPort)
Set Replica server read-only port
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 DrReadableInfo()
public DrReadableInfo(DrReadableInfo source)
public String getSlaveStatus()
public void setSlaveStatus(String SlaveStatus)
SlaveStatus
- Replica server status. Valid values: enable - running; disable - unavailable
Note: This field may return null, indicating that no valid values can be obtained.public String getReadableStatus()
public void setReadableStatus(String ReadableStatus)
ReadableStatus
- Replica server readable status. Valid values: enable - enabled; disable - disabled
Note: This field may return null, indicating that no valid values can be obtained.public String getVip()
public void setVip(String Vip)
Vip
- Replica server read-only VIP
Note: This field may return null, indicating that no valid values can be obtained.public Long getVPort()
public void setVPort(Long VPort)
VPort
- Replica server read-only port
Note: This field may return null, indicating that no valid values can be obtained.public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- Replica server VPC ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- Replica server VPC subnet ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.