public class ModifyNetworkConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifyNetworkConfigRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Instance ID
|
String |
getOperation()
Get Operation type.
|
String |
getSubnetId()
Get Subnet ID, which is required for `changeVpc` and `changeBaseToVpc` operations
|
String |
getVip()
Get VIP address, which is required for the `changeVip` operation.
|
String |
getVpcId()
Get VPC ID, which is required for `changeVpc` and `changeBaseToVpc` operations
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setOperation(String Operation)
Set Operation type.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID, which is required for `changeVpc` and `changeBaseToVpc` operations
|
void |
setVip(String Vip)
Set VIP address, which is required for the `changeVip` operation.
|
void |
setVpcId(String VpcId)
Set VPC ID, which is required for `changeVpc` and `changeBaseToVpc` operations
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getOperation()
public void setOperation(String Operation)
Operation
- Operation type. changeVip: modify the VIP of an instance; changeVpc: modify the subnet of an instance; changeBaseToVpc: change from basic network to VPCpublic String getVip()
public void setVip(String Vip)
Vip
- VIP address, which is required for the `changeVip` operation. If this parameter is left blank, a random one will be assigned by defaultpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID, which is required for `changeVpc` and `changeBaseToVpc` operationspublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID, which is required for `changeVpc` and `changeBaseToVpc` operationsCopyright © 2020. All rights reserved.