public class SwitchDrToMasterRequest extends AbstractModel
| Constructor and Description | 
|---|
| SwitchDrToMasterRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDatabaseType()Get Database type (such as MySQL) | 
| SyncInstanceInfo | getDstInfo()Get Disaster recovery instance information | 
| void | setDatabaseType(String DatabaseType)Set Database type (such as MySQL) | 
| void | setDstInfo(SyncInstanceInfo DstInfo)Set Disaster recovery instance information | 
| 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, toJsonStringpublic SyncInstanceInfo getDstInfo()
public void setDstInfo(SyncInstanceInfo DstInfo)
DstInfo - Disaster recovery instance informationpublic String getDatabaseType()
public void setDatabaseType(String DatabaseType)
DatabaseType - Database type (such as MySQL)Copyright © 2021. All rights reserved.