public class BoundIpInfo extends AbstractModel
skipSign
Constructor and Description |
---|
BoundIpInfo() |
BoundIpInfo(BoundIpInfo 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 |
getBizType()
Get Category of product that can be bound.
|
String |
getDeviceType()
Get Subtype under product type.
|
String |
getInstanceId()
Get Resource instance ID of IP.
|
String |
getIp()
Get IP address
|
void |
setBizType(String BizType)
Set Category of product that can be bound.
|
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 address
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BoundIpInfo()
public BoundIpInfo(BoundIpInfo source)
public String getIp()
public void setIp(String Ip)
Ip
- IP addresspublic String getBizType()
public void setBizType(String BizType)
BizType
- Category of product that can be bound. Valid values: public (CVM and CLB), bm (BM), eni (ENI), vpngw (VPN gateway), natgw (NAT gateway), waf (WAF), fpc (financial products), gaap (GAAP), and 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 © 2023. All rights reserved.