public class CreateAuditRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAuditRuleRequest() |
CreateAuditRuleRequest(CreateAuditRuleRequest 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 |
---|---|
Boolean |
getAuditAll()
Get 是否开启全审计。支持值包括:false – 不开启全审计,true – 开启全审计。用户未设置审计规则过滤条件时,默认开启全审计。
|
String |
getDescription()
Get 审计规则描述。
|
AuditFilter[] |
getRuleFilters()
Get 审计规则过滤条件。若设置了过滤条件,则不会开启全审计。
|
String |
getRuleName()
Get 审计规则名称。
|
void |
setAuditAll(Boolean AuditAll)
Set 是否开启全审计。支持值包括:false – 不开启全审计,true – 开启全审计。用户未设置审计规则过滤条件时,默认开启全审计。
|
void |
setDescription(String Description)
Set 审计规则描述。
|
void |
setRuleFilters(AuditFilter[] RuleFilters)
Set 审计规则过滤条件。若设置了过滤条件,则不会开启全审计。
|
void |
setRuleName(String RuleName)
Set 审计规则名称。
|
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, toJsonString
public CreateAuditRuleRequest()
public CreateAuditRuleRequest(CreateAuditRuleRequest source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 审计规则名称。public String getDescription()
public void setDescription(String Description)
Description
- 审计规则描述。public AuditFilter[] getRuleFilters()
public void setRuleFilters(AuditFilter[] RuleFilters)
RuleFilters
- 审计规则过滤条件。若设置了过滤条件,则不会开启全审计。public Boolean getAuditAll()
public void setAuditAll(Boolean AuditAll)
AuditAll
- 是否开启全审计。支持值包括:false – 不开启全审计,true – 开启全审计。用户未设置审计规则过滤条件时,默认开启全审计。Copyright © 2024. All rights reserved.