public class SwitchDrToMasterRequest extends AbstractModel
| Constructor and Description | 
|---|
| SwitchDrToMasterRequest() | 
| SwitchDrToMasterRequest(SwitchDrToMasterRequest 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 | 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 SwitchDrToMasterRequest()
public SwitchDrToMasterRequest(SwitchDrToMasterRequest source)
public 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 © 2022. All rights reserved.