public class ModifyDBInstanceNetworkRequest extends AbstractModel
Constructor and Description |
---|
ModifyDBInstanceNetworkRequest() |
ModifyDBInstanceNetworkRequest(ModifyDBInstanceNetworkRequest 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 |
getInstanceId()
Get Instance ID
|
String |
getNewSubnetId()
Get ID of the new subnet
|
String |
getNewVpcId()
Get ID of the new VPC
|
Long |
getOldIpRetainTime()
Get Retention period (in hours) of the original VIP.
|
String |
getVip()
Get New VIP
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setNewSubnetId(String NewSubnetId)
Set ID of the new subnet
|
void |
setNewVpcId(String NewVpcId)
Set ID of the new VPC
|
void |
setOldIpRetainTime(Long OldIpRetainTime)
Set Retention period (in hours) of the original VIP.
|
void |
setVip(String Vip)
Set New VIP
|
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 ModifyDBInstanceNetworkRequest()
public ModifyDBInstanceNetworkRequest(ModifyDBInstanceNetworkRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getNewVpcId()
public void setNewVpcId(String NewVpcId)
NewVpcId
- ID of the new VPCpublic String getNewSubnetId()
public void setNewSubnetId(String NewSubnetId)
NewSubnetId
- ID of the new subnetpublic Long getOldIpRetainTime()
public void setOldIpRetainTime(Long OldIpRetainTime)
OldIpRetainTime
- Retention period (in hours) of the original VIP. Value range: `0-168`. Default value: `0`, indicating the original VIP is released immediately.public String getVip()
public void setVip(String Vip)
Vip
- New VIPCopyright © 2023. All rights reserved.