public class ModifyLanIpRequest extends AbstractModel
Constructor and Description |
---|
ModifyLanIpRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
获取物理机ID
|
String |
getLanIp()
获取指定新内网IP
|
Integer |
getRebootDevice()
获取是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
|
String |
getSubnetId()
获取指定新子网
|
String |
getVpcId()
获取指定新VPC
|
void |
setInstanceId(String InstanceId)
设置物理机ID
|
void |
setLanIp(String LanIp)
设置指定新内网IP
|
void |
setRebootDevice(Integer RebootDevice)
设置是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
|
void |
setSubnetId(String SubnetId)
设置指定新子网
|
void |
setVpcId(String VpcId)
设置指定新VPC
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 物理机IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 指定新VPCpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 指定新子网public String getLanIp()
public void setLanIp(String LanIp)
LanIp
- 指定新内网IPpublic Integer getRebootDevice()
public void setRebootDevice(Integer RebootDevice)
RebootDevice
- 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0Copyright © 2019. All rights reserved.