public class ModifyDBInstanceDeploymentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDBInstanceDeploymentRequest() |
ModifyDBInstanceDeploymentRequest(ModifyDBInstanceDeploymentRequest 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 |
getDBInstanceId()
Get Instance ID.
|
DBNode[] |
getDBNodeSet()
Get Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
String |
getSwitchEndTime()
Get Switch end time in the format of `HH:MM:SS`, such as 01:30:00.
|
String |
getSwitchStartTime()
Get Switch start time in the format of `HH:MM:SS`, such as 01:00:00.
|
Long |
getSwitchTag()
Get Switch time for the specified instance after configuration modification.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID.
|
void |
setDBNodeSet(DBNode[] DBNodeSet)
Set Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
void |
setSwitchEndTime(String SwitchEndTime)
Set Switch end time in the format of `HH:MM:SS`, such as 01:30:00.
|
void |
setSwitchStartTime(String SwitchStartTime)
Set Switch start time in the format of `HH:MM:SS`, such as 01:00:00.
|
void |
setSwitchTag(Long SwitchTag)
Set Switch time for the specified instance after configuration modification.
|
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 ModifyDBInstanceDeploymentRequest()
public ModifyDBInstanceDeploymentRequest(ModifyDBInstanceDeploymentRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID.public DBNode[] getDBNodeSet()
public void setDBNodeSet(DBNode[] DBNodeSet)
DBNodeSet
- Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
The information of AZ can be obtained from the `Zone` field in the returned value of the [DescribeZones](https://intl.cloud.tencent.com/document/api/409/16769?from_cn_redirect=1) API.public Long getSwitchTag()
public void setSwitchTag(Long SwitchTag)
SwitchTag
- Switch time for the specified instance after configuration modification.
public String getSwitchStartTime()
public void setSwitchStartTime(String SwitchStartTime)
SwitchStartTime
- Switch start time in the format of `HH:MM:SS`, such as 01:00:00. When `SwitchTag` is 0 or 2, this parameter becomes invalid.public String getSwitchEndTime()
public void setSwitchEndTime(String SwitchEndTime)
SwitchEndTime
- Switch end time in the format of `HH:MM:SS`, such as 01:30:00. When `SwitchTag` is 0 or 2, this parameter becomes invalid.Copyright © 2024. All rights reserved.