public class DescribeReadOnlyGroupByReadOnlyInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeReadOnlyGroupByReadOnlyInstanceResponse() |
DescribeReadOnlyGroupByReadOnlyInstanceResponse(DescribeReadOnlyGroupByReadOnlyInstanceResponse 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 |
getIsOfflineDelay()
Get Whether to enable startup timeout elimination, 0 - disable removal, 1 - enable removal.
|
String |
getMasterInstanceId()
Get Primary instance ID.
|
String |
getMasterRegionId()
Get Region ID of the primary instance.
|
Long |
getMinReadOnlyInGroup()
Get Minimum number of retained read-only replicas in the read-only group, after the delayed read-only instance removal feature is enabled.
|
String |
getReadOnlyGroupId()
Get Read only group ID.
|
String |
getReadOnlyGroupName()
Get Read-only group name.
|
Long |
getReadOnlyMaxDelayTime()
Get Timeout threshold used after the delayed read-only instance removal feature is enabled, in seconds.
|
String |
getRegionId()
Get Region ID of the read-only group.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSubnetId()
Get VPC subnet ID of the read-only group.
|
String |
getVip()
Get Read-only group VIP.
|
String |
getVpcId()
Get VPC ID of the read-only group.
|
Long |
getVport()
Get Read-only group VPort.
|
String |
getZoneId()
Get AZ ID of the read-only group.
|
void |
setIsOfflineDelay(Long IsOfflineDelay)
Set Whether to enable startup timeout elimination, 0 - disable removal, 1 - enable removal.
|
void |
setMasterInstanceId(String MasterInstanceId)
Set Primary instance ID.
|
void |
setMasterRegionId(String MasterRegionId)
Set Region ID of the primary instance.
|
void |
setMinReadOnlyInGroup(Long MinReadOnlyInGroup)
Set Minimum number of retained read-only replicas in the read-only group, after the delayed read-only instance removal feature is enabled.
|
void |
setReadOnlyGroupId(String ReadOnlyGroupId)
Set Read only group ID.
|
void |
setReadOnlyGroupName(String ReadOnlyGroupName)
Set Read-only group name.
|
void |
setReadOnlyMaxDelayTime(Long ReadOnlyMaxDelayTime)
Set Timeout threshold used after the delayed read-only instance removal feature is enabled, in seconds.
|
void |
setRegionId(String RegionId)
Set Region ID of the read-only group.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSubnetId(String SubnetId)
Set VPC subnet ID of the read-only group.
|
void |
setVip(String Vip)
Set Read-only group VIP.
|
void |
setVpcId(String VpcId)
Set VPC ID of the read-only group.
|
void |
setVport(Long Vport)
Set Read-only group VPort.
|
void |
setZoneId(String ZoneId)
Set AZ ID of the read-only group.
|
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, toJsonString
public DescribeReadOnlyGroupByReadOnlyInstanceResponse()
public DescribeReadOnlyGroupByReadOnlyInstanceResponse(DescribeReadOnlyGroupByReadOnlyInstanceResponse source)
public String getReadOnlyGroupId()
public void setReadOnlyGroupId(String ReadOnlyGroupId)
ReadOnlyGroupId
- Read only group ID.public String getReadOnlyGroupName()
public void setReadOnlyGroupName(String ReadOnlyGroupName)
ReadOnlyGroupName
- Read-only group name.public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region ID of the read-only group.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- AZ ID of the read-only group.public Long getIsOfflineDelay()
public void setIsOfflineDelay(Long IsOfflineDelay)
IsOfflineDelay
- Whether to enable startup timeout elimination, 0 - disable removal, 1 - enable removal.public Long getReadOnlyMaxDelayTime()
public void setReadOnlyMaxDelayTime(Long ReadOnlyMaxDelayTime)
ReadOnlyMaxDelayTime
- Timeout threshold used after the delayed read-only instance removal feature is enabled, in seconds.public Long getMinReadOnlyInGroup()
public void setMinReadOnlyInGroup(Long MinReadOnlyInGroup)
MinReadOnlyInGroup
- Minimum number of retained read-only replicas in the read-only group, after the delayed read-only instance removal feature is enabled.public String getVip()
public void setVip(String Vip)
Vip
- Read-only group VIP.public Long getVport()
public void setVport(Long Vport)
Vport
- Read-only group VPort.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID of the read-only group.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- VPC subnet ID of the read-only group.public String getMasterInstanceId()
public void setMasterInstanceId(String MasterInstanceId)
MasterInstanceId
- Primary instance ID. For example, mssql-sgeshe3th.public String getMasterRegionId()
public void setMasterRegionId(String MasterRegionId)
MasterRegionId
- Region ID of the primary instance.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.