public class CreateDhcpIpRequest extends AbstractModel
Constructor and Description |
---|
CreateDhcpIpRequest() |
CreateDhcpIpRequest(CreateDhcpIpRequest 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 |
getDhcpIpName()
Get `DhcpIp`名称。
|
Long |
getSecondaryPrivateIpAddressCount()
Get 新申请的内网IP地址个数。总数不能超过64个。
|
String |
getSubnetId()
Get 子网`ID`。
|
String |
getVpcId()
Get 私有网络`ID`。
|
void |
setDhcpIpName(String DhcpIpName)
Set `DhcpIp`名称。
|
void |
setSecondaryPrivateIpAddressCount(Long SecondaryPrivateIpAddressCount)
Set 新申请的内网IP地址个数。总数不能超过64个。
|
void |
setSubnetId(String SubnetId)
Set 子网`ID`。
|
void |
setVpcId(String VpcId)
Set 私有网络`ID`。
|
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 CreateDhcpIpRequest()
public CreateDhcpIpRequest(CreateDhcpIpRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私有网络`ID`。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网`ID`。public String getDhcpIpName()
public void setDhcpIpName(String DhcpIpName)
DhcpIpName
- `DhcpIp`名称。public Long getSecondaryPrivateIpAddressCount()
public void setSecondaryPrivateIpAddressCount(Long SecondaryPrivateIpAddressCount)
SecondaryPrivateIpAddressCount
- 新申请的内网IP地址个数。总数不能超过64个。Copyright © 2021. All rights reserved.