Class ModifyLanIpRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.ModifyLanIpRequest
-
public class ModifyLanIpRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()Get 物理机IDStringgetLanIp()Get 指定新内网IPLonggetRebootDevice()Get 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0StringgetSubnetId()Get 指定新子网StringgetVpcId()Get 指定新VPCvoidsetInstanceId(String InstanceId)Set 物理机IDvoidsetLanIp(String LanIp)Set 指定新内网IPvoidsetRebootDevice(Long RebootDevice)Set 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0voidsetSubnetId(String SubnetId)Set 指定新子网voidsetVpcId(String VpcId)Set 指定新VPCvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyLanIpRequest
public ModifyLanIpRequest()
-
ModifyLanIpRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 物理机ID- Returns:
- InstanceId 物理机ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 物理机ID- Parameters:
InstanceId- 物理机ID
-
getVpcId
public String getVpcId()
Get 指定新VPC- Returns:
- VpcId 指定新VPC
-
setVpcId
public void setVpcId(String VpcId)
Set 指定新VPC- Parameters:
VpcId- 指定新VPC
-
getSubnetId
public String getSubnetId()
Get 指定新子网- Returns:
- SubnetId 指定新子网
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 指定新子网- Parameters:
SubnetId- 指定新子网
-
getLanIp
public String getLanIp()
Get 指定新内网IP- Returns:
- LanIp 指定新内网IP
-
setLanIp
public void setLanIp(String LanIp)
Set 指定新内网IP- Parameters:
LanIp- 指定新内网IP
-
getRebootDevice
public Long getRebootDevice()
Get 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0- Returns:
- RebootDevice 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
-
setRebootDevice
public void setRebootDevice(Long RebootDevice)
Set 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0- Parameters:
RebootDevice- 是否需要重启机器,取值 1(需要) 0(不需要),默认取值0
-
-