public class DescribeDBInstanceConfigResponse extends AbstractModel
Constructor and Description |
---|
DescribeDBInstanceConfigResponse() |
Modifier and Type | Method and Description |
---|---|
BackupConfig |
getBackupConfig()
Get Configuration information of secondary database 2 of a strong sync instance.
|
Long |
getDeployMode()
Get Master instance deployment mode.
|
Long |
getProtectMode()
Get Data protection mode of the primary instance.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
SlaveConfig |
getSlaveConfig()
Get Configuration information of the secondary database.
|
String |
getZone()
Get Instance AZ information in the format of "ap-shanghai-1".
|
void |
setBackupConfig(BackupConfig BackupConfig)
Set Configuration information of secondary database 2 of a strong sync instance.
|
void |
setDeployMode(Long DeployMode)
Set Master instance deployment mode.
|
void |
setProtectMode(Long ProtectMode)
Set Data protection mode of the primary instance.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSlaveConfig(SlaveConfig SlaveConfig)
Set Configuration information of the secondary database.
|
void |
setZone(String Zone)
Set Instance AZ information in the format of "ap-shanghai-1".
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getProtectMode()
public void setProtectMode(Long ProtectMode)
ProtectMode
- Data protection mode of the primary instance. Value range: 0 (async replication), 1 (semi-sync replication), 2 (strong sync replication).public Long getDeployMode()
public void setDeployMode(Long DeployMode)
DeployMode
- Master instance deployment mode. Value range: 0 (single-AZ), 1 (multi-AZ)public String getZone()
public void setZone(String Zone)
Zone
- Instance AZ information in the format of "ap-shanghai-1".public SlaveConfig getSlaveConfig()
public void setSlaveConfig(SlaveConfig SlaveConfig)
SlaveConfig
- Configuration information of the secondary database.public BackupConfig getBackupConfig()
public void setBackupConfig(BackupConfig BackupConfig)
BackupConfig
- Configuration information of secondary database 2 of a strong sync instance.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.