public class DescribeAuditPoliciesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAuditPoliciesRequest() |
DescribeAuditPoliciesRequest(DescribeAuditPoliciesRequest 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 |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv.
|
String |
getInstanceName()
Get Instance name
|
Long |
getLimit()
Get Number of entries per page.
|
Long |
getOffset()
Get Pagination offset
|
String |
getPolicyId()
Get Audit policy ID.
|
String |
getPolicyName()
Get Audit policy name.
|
String |
getRuleId()
Get Audit rule ID, which can be used to query its associated audit policies.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv.
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setOffset(Long Offset)
Set Pagination offset
|
void |
setPolicyId(String PolicyId)
Set Audit policy ID.
|
void |
setPolicyName(String PolicyName)
Set Audit policy name.
|
void |
setRuleId(String RuleId)
Set Audit rule ID, which can be used to query its associated audit policies.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAuditPoliciesRequest()
public DescribeAuditPoliciesRequest(DescribeAuditPoliciesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- Audit policy ID.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- Audit policy name. Fuzzy match query is supported.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page. Value range: 1-100. Default value: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offsetpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Audit rule ID, which can be used to query its associated audit policies.
Note: At least one of the parameters (“RuleId”, “PolicyId”, PolicyId”, or “PolicyName”) must be passed in.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance nameCopyright © 2024. All rights reserved.