public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
auditProjectStatus
Indicates whether an audit project exists in the ASM instance.
|
Boolean |
enabled
Indicates whether mesh audit is enabled.
|
String |
project
The name of the Simple Log Service project that is used for mesh audit.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit() |
@NameInMap(value="AuditProjectStatus") public String auditProjectStatus
Indicates whether an audit project exists in the ASM instance. Valid values:
* `audit_project_exist`: An audit project exists.
* `audit_project_not_exist`: No audit project exists.
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether mesh audit is enabled. Valid values:
* `true`
* `false`
@NameInMap(value="Project") public String project
The name of the Simple Log Service project that is used for mesh audit.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit setAuditProjectStatus(String auditProjectStatus)
public String getAuditProjectStatus()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit setEnabled(Boolean enabled)
public Boolean getEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigAudit setProject(String project)
public String getProject()
Copyright © 2023. All rights reserved.