public class EipProductInfo extends AbstractModel
skipSign
Constructor and Description |
---|
EipProductInfo() |
EipProductInfo(EipProductInfo 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 Cloud product category.
|
String |
getDeviceType()
Get Cloud sub-product category.
|
String |
getInstanceId()
Get Cloud instance ID of the IP.
|
String |
getIp()
Get IP address
|
void |
setBizType(String BizType)
Set Cloud product category.
|
void |
setDeviceType(String DeviceType)
Set Cloud sub-product category.
|
void |
setInstanceId(String InstanceId)
Set Cloud instance ID of the 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 EipProductInfo()
public EipProductInfo(EipProductInfo source)
public String getIp()
public void setIp(String Ip)
Ip
- IP addresspublic String getBizType()
public void setBizType(String BizType)
BizType
- Cloud product category. Valid values:
`public`: CVM
`bm`: BM
`eni`: ENI
`vpngw`: VPN gateway
`natgw`: NAT gateway
`waf`: WAF
`fpc`: financial products
`gaap`: GAAP
`other`: hosted IP
]public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- Cloud sub-product category. Valid values: `cvm` (CVM), `lb` (Load balancer), `eni` (ENI), `vpngw` (VPN gateway), `natgw` (NAT gateway), `waf` (WAF), `fpc` (financial products), `gaap` (GAAP), `eip` (BM EIP) and `other` (hosted IP).public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cloud instance ID of the IP. This field InstanceId will be `eni-*` if the instance ID is bound to an ENI IP; `none` if there is no instance ID to bind to a hosted IP.Copyright © 2023. All rights reserved.