Package | Description |
---|---|
com.tencentcloudapi.dayu.v20180709.models |
Modifier and Type | Method and Description |
---|---|
KeyValueRecord[] |
DescribePolicyCaseResponse.getCaseList()
Get Policy scenario list
|
KeyValueRecord[] |
DescribeDDoSNetIpLogResponse.getData()
Get IP attack log, which is a `KeyValue` array.
|
KeyValueRecord[] |
DescribeActionLogResponse.getData()
Get Record array
|
KeyValueRecord[] |
DescribeIPProductInfoResponse.getData()
Get Tencent Cloud product information list.
|
KeyValueRecord[] |
DescribeDDoSIpLogResponse.getData()
Get IP attack log, which is a `KeyValue` array.
|
KeyValueRecord[] |
DescribeL4RulesErrHealthResponse.getExtErrHealths()
Get Exceptional rule list (which provides more error-related information).
|
KeyValueRecord[] |
DescribeInsurePacksResponse.getInsurePacks()
Get Guarantee package list
|
KeyValueRecord[] |
DescribeRuleSetsResponse.getL4RuleSets()
Get Rule record array.
|
KeyValueRecord[] |
DescribeRuleSetsResponse.getL7RuleSets()
Get Rule record array.
|
KeyValueRecord[] |
DescribeDDoSAttackIPRegionMapResponse.getNationCount()
Get Global region distribution data
|
KeyValueRecord[] |
DescribeDDoSAttackIPRegionMapResponse.getProvinceCount()
Get Chinese province distribution data
|
KeyValueRecord[] |
DescribeCCUrlAllowResponse.getRecordList()
Get Returned Blocklist/allowlist record,
If "Key":"url", "Value": URL;
If "Key":"domain", "Value": domain name.
|
KeyValueRecord[] |
DescribeCCIpAllowDenyResponse.getRecordList()
Get Returned Blocklist/allowlist record,
If "Key":"ip", "Value": IP;
If "Key":"domain", "Value": domain name.
|
KeyValueRecord[] |
DescribeResourceListResponse.getServicePacks()
Get Resource record list.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePolicyCaseResponse.setCaseList(KeyValueRecord[] CaseList)
Set Policy scenario list
|
void |
DescribeDDoSNetIpLogResponse.setData(KeyValueRecord[] Data)
Set IP attack log, which is a `KeyValue` array.
|
void |
DescribeActionLogResponse.setData(KeyValueRecord[] Data)
Set Record array
|
void |
DescribeIPProductInfoResponse.setData(KeyValueRecord[] Data)
Set Tencent Cloud product information list.
|
void |
DescribeDDoSIpLogResponse.setData(KeyValueRecord[] Data)
Set IP attack log, which is a `KeyValue` array.
|
void |
DescribeL4RulesErrHealthResponse.setExtErrHealths(KeyValueRecord[] ExtErrHealths)
Set Exceptional rule list (which provides more error-related information).
|
void |
DescribeInsurePacksResponse.setInsurePacks(KeyValueRecord[] InsurePacks)
Set Guarantee package list
|
void |
DescribeRuleSetsResponse.setL4RuleSets(KeyValueRecord[] L4RuleSets)
Set Rule record array.
|
void |
DescribeRuleSetsResponse.setL7RuleSets(KeyValueRecord[] L7RuleSets)
Set Rule record array.
|
void |
DescribeDDoSAttackIPRegionMapResponse.setNationCount(KeyValueRecord[] NationCount)
Set Global region distribution data
|
void |
DescribeDDoSAttackIPRegionMapResponse.setProvinceCount(KeyValueRecord[] ProvinceCount)
Set Chinese province distribution data
|
void |
DescribeCCUrlAllowResponse.setRecordList(KeyValueRecord[] RecordList)
Set Returned Blocklist/allowlist record,
If "Key":"url", "Value": URL;
If "Key":"domain", "Value": domain name.
|
void |
DescribeCCIpAllowDenyResponse.setRecordList(KeyValueRecord[] RecordList)
Set Returned Blocklist/allowlist record,
If "Key":"ip", "Value": IP;
If "Key":"domain", "Value": domain name.
|
void |
DescribeResourceListResponse.setServicePacks(KeyValueRecord[] ServicePacks)
Set Resource record list.
|
Constructor and Description |
---|
KeyValueRecord(KeyValueRecord 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.
|
Copyright © 2024. All rights reserved.