public class DescribeBasicCCThresholdRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeBasicCCThresholdRequest()  | 
DescribeBasicCCThresholdRequest(DescribeBasicCCThresholdRequest 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 | 
getBasicBizType()
Get Zone type. 
 | 
String | 
getBasicDeviceType()
Get Device type. 
 | 
String | 
getBasicIp()
Get Queried IP address, such as 1.1.1.1 
 | 
String | 
getBasicIpInstance()
Get IPInstance Nat gateway, which is optional. 
 | 
Long | 
getBasicIspCode()
Get ISP line, which is optional. 
 | 
String | 
getBasicRegion()
Get IP region. 
 | 
void | 
setBasicBizType(String BasicBizType)
Set Zone type. 
 | 
void | 
setBasicDeviceType(String BasicDeviceType)
Set Device type. 
 | 
void | 
setBasicIp(String BasicIp)
Set Queried IP address, such as 1.1.1.1 
 | 
void | 
setBasicIpInstance(String BasicIpInstance)
Set IPInstance Nat gateway, which is optional. 
 | 
void | 
setBasicIspCode(Long BasicIspCode)
Set ISP line, which is optional. 
 | 
void | 
setBasicRegion(String BasicRegion)
Set IP region. 
 | 
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, toJsonStringpublic DescribeBasicCCThresholdRequest()
public DescribeBasicCCThresholdRequest(DescribeBasicCCThresholdRequest source)
public String getBasicIp()
public void setBasicIp(String BasicIp)
BasicIp - Queried IP address, such as 1.1.1.1public String getBasicRegion()
public void setBasicRegion(String BasicRegion)
BasicRegion - IP region. Valid values: region abbreviations such as gz, bj, sh, and hkpublic String getBasicBizType()
public void setBasicBizType(String BasicBizType)
BasicBizType - Zone type. Valid values: public (public cloud zone), bm (BM zone), nat (NAT server zone), channel (internet channel).public String getBasicDeviceType()
public void setBasicDeviceType(String BasicDeviceType)
BasicDeviceType - Device type. Valid values: cvm (CVM), clb (public CLB), lb (BM CLB), nat (NAT server), channel (internet channel).public String getBasicIpInstance()
public void setBasicIpInstance(String BasicIpInstance)
BasicIpInstance - IPInstance Nat gateway, which is optional. (If the device type to be queried is a NAT server, this parameter is required, which can be obtained through the NAT resource query API)public Long getBasicIspCode()
public void setBasicIspCode(Long BasicIspCode)
BasicIspCode - ISP line, which is optional. (If the device type to be queried is a NAT server, this parameter should be 5)Copyright © 2025. All rights reserved.