public class DhcpIp extends AbstractModel
header, skipSign
Constructor and Description |
---|
DhcpIp() |
DhcpIp(DhcpIp 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 |
getAddressIp()
Get 绑定`EIP`。
|
String |
getCreatedTime()
Get 创建时间。
|
String |
getDhcpIpId()
Get `DhcpIp`的`ID`,是`DhcpIp`的唯一标识。
|
String |
getDhcpIpName()
Get `DhcpIp`的名称。
|
String |
getInstanceId()
Get 被绑定的实例`ID`。
|
String |
getNetworkInterfaceId()
Get `DhcpIp`关联弹性网卡`ID`。
|
String |
getPrivateIpAddress()
Get IP地址。
|
String |
getState()
Get 状态:
`AVAILABLE`:运行中
`UNBIND`:未绑定
|
String |
getSubnetId()
Get `DhcpIp`所在子网`ID`。
|
String |
getVpcId()
Get `DhcpIp`所在私有网络`ID`。
|
void |
setAddressIp(String AddressIp)
Set 绑定`EIP`。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间。
|
void |
setDhcpIpId(String DhcpIpId)
Set `DhcpIp`的`ID`,是`DhcpIp`的唯一标识。
|
void |
setDhcpIpName(String DhcpIpName)
Set `DhcpIp`的名称。
|
void |
setInstanceId(String InstanceId)
Set 被绑定的实例`ID`。
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set `DhcpIp`关联弹性网卡`ID`。
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set IP地址。
|
void |
setState(String State)
Set 状态:
`AVAILABLE`:运行中
`UNBIND`:未绑定
|
void |
setSubnetId(String SubnetId)
Set `DhcpIp`所在子网`ID`。
|
void |
setVpcId(String VpcId)
Set `DhcpIp`所在私有网络`ID`。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DhcpIp()
public DhcpIp(DhcpIp source)
public String getDhcpIpId()
public void setDhcpIpId(String DhcpIpId)
DhcpIpId
- `DhcpIp`的`ID`,是`DhcpIp`的唯一标识。public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- `DhcpIp`所在私有网络`ID`。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- `DhcpIp`所在子网`ID`。public String getDhcpIpName()
public void setDhcpIpName(String DhcpIpName)
DhcpIpName
- `DhcpIp`的名称。public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress
- IP地址。public String getAddressIp()
public void setAddressIp(String AddressIp)
AddressIp
- 绑定`EIP`。public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- `DhcpIp`关联弹性网卡`ID`。public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 被绑定的实例`ID`。public String getState()
public void setState(String State)
State
- 状态:
public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间。Copyright © 2024. All rights reserved.