public class DescribeDDoSDefendStatusRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDDoSDefendStatusRequest() | 
| DescribeDDoSDefendStatusRequest(DescribeDDoSDefendStatusRequest 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 Type of products bound to the anti-DDoS instance, which is required only if `Business` is Anti-DDoS Basic. | 
| String | getBusiness()Get Anti-DDoS service type. | 
| String | getDeviceType()Get Product subtype of IP, which is required only if `Business` is Anti-DDoS Basic. | 
| String | getId()Get Instance ID, which is required only if `Business` is not `basic`. | 
| String | getInstanceId()Get Resource instance ID of IP, which is required only if `Business` is Anti-DDoS Basic. | 
| String | getIp()Get Anti-DDoS Basic IP, which is required only if `Business` is Anti-DDoS Basic; | 
| String | getIPRegion()Get This field is required only if `Business` is Anti-DDoS Basic, indicating the IP region. | 
| void | setBizType(String BizType)Set Type of products bound to the anti-DDoS instance, which is required only if `Business` is Anti-DDoS Basic. | 
| void | setBusiness(String Business)Set Anti-DDoS service type. | 
| void | setDeviceType(String DeviceType)Set Product subtype of IP, which is required only if `Business` is Anti-DDoS Basic. | 
| void | setId(String Id)Set Instance ID, which is required only if `Business` is not `basic`. | 
| void | setInstanceId(String InstanceId)Set Resource instance ID of IP, which is required only if `Business` is Anti-DDoS Basic. | 
| void | setIp(String Ip)Set Anti-DDoS Basic IP, which is required only if `Business` is Anti-DDoS Basic; | 
| void | setIPRegion(String IPRegion)Set This field is required only if `Business` is Anti-DDoS Basic, indicating the IP region. | 
| 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, toJsonStringpublic DescribeDDoSDefendStatusRequest()
public DescribeDDoSDefendStatusRequest(DescribeDDoSDefendStatusRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type. `basic`: Anti-DDoS Basic, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS (multi-IP), `bgpip`: Anti-DDoS Advanced, `net`: Anti-DDoS Ultimatepublic String getId()
public void setId(String Id)
Id - Instance ID, which is required only if `Business` is not `basic`.public String getIp()
public void setIp(String Ip)
Ip - Anti-DDoS Basic IP, which is required only if `Business` is Anti-DDoS Basic;public String getBizType()
public void setBizType(String BizType)
BizType - Type of products bound to the anti-DDoS instance, which is required only if `Business` is Anti-DDoS Basic. Valid values: [public (CVM), bm (Bare metal products), eni (elastic network interface), vpngw (VPN Gateway), natgw (NAT Gateway), waf (Web Application Firewall), fpc (Finance products), gaap (GAAP), other (hosted IP)]public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - Product subtype of IP, which is required only if `Business` is Anti-DDoS Basic. 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, which is required only if `Business` is Anti-DDoS Basic. 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`;public String getIPRegion()
public void setIPRegion(String IPRegion)
IPRegion - This field is required only if `Business` is Anti-DDoS Basic, indicating the IP region. Valid values:
"bj":     North China (Beijing)
"cd":     Southwest China (Chengdu)
"cq":     Southwest China (Chongqing)
"gz":     South China (Guangzhou)
"gzopen": South China (Guangzhou Open)
"hk":     Hong Kong (China)
"kr":     Southeast Asia (Seoul)
"sh":     East China (Shanghai)
"shjr":   East China (Shanghai Finance)
"szjr":   South China (Shenzhen Finance)
"sg":     Southeast Asia (Singapore)
"th":     Southeast Asia (Thailand)
"de":     Europe (Germany)
"usw":    West US (Silicon Valley)
"ca":     North America (Toronto)
"jp":     Japan
"hzec":   Hangzhou
"in":     India
"use":    East US (Virginia)
"ru":     Russia
"tpe":    Taiwan (China)
"nj":     NanjingCopyright © 2022. All rights reserved.