public class BoundIpInfo extends AbstractModel
Constructor and Description |
---|
BoundIpInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBizType()
Get Bound product type.
|
String |
getDeviceType()
Get Subtype under product type.
|
String |
getInstanceId()
Get Resource instance ID of IP.
|
String |
getIp()
Get IP
|
void |
setBizType(String BizType)
Set Bound product type.
|
void |
setDeviceType(String DeviceType)
Set Subtype under product type.
|
void |
setInstanceId(String InstanceId)
Set Resource instance ID of IP.
|
void |
setIp(String Ip)
Set IP
|
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 String getIp()
public void setIp(String Ip)
Ip
- IPpublic String getBizType()
public void setBizType(String BizType)
BizType
- Bound product type. Valid values: [public (CVM), bm (BM), eni (ENI), vpngw (VPN Gateway), natgw (NAT Gateway), waf (WAF), fpc (finance product), gaap (GAAP), other (hosted IP)]public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- Subtype under product type. Valid values: [cvm (CVM), lb (CLB), eni (ENI), vpngw (VPN), natgw (NAT), waf (WAF), fpc (finance), gaap (GAAP), other (hosted IP), eip (BM EIP)]public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Resource instance ID of IP. This field is required when binding a new IP. For example, if it is an ENI IP, enter `ID(eni-*)` of the ENI for `InstanceId`; if it is a hosted IP without corresponding resource instance ID, enter "none";Copyright © 2021. All rights reserved.