public class ModifyLanIpRequest extends AbstractModel
Constructor and Description |
---|
ModifyLanIpRequest() |
ModifyLanIpRequest(ModifyLanIpRequest 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 物理机ID
|
String |
getLanIp()
Get 指定新内网IP
|
Long |
getRebootDevice()
Get 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
|
String |
getSubnetId()
Get 指定新子网
|
String |
getVpcId()
Get 指定新VPC
|
void |
setInstanceId(String InstanceId)
Set 物理机ID
|
void |
setLanIp(String LanIp)
Set 指定新内网IP
|
void |
setRebootDevice(Long RebootDevice)
Set 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
|
void |
setSubnetId(String SubnetId)
Set 指定新子网
|
void |
setVpcId(String VpcId)
Set 指定新VPC
|
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 ModifyLanIpRequest()
public ModifyLanIpRequest(ModifyLanIpRequest source)
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 Long getRebootDevice()
public void setRebootDevice(Long RebootDevice)
RebootDevice
- 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0Copyright © 2022. All rights reserved.