public class ReActivateAuditRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enableAudit
Specifies whether to recreate a project that is used to store audit logs.
|
String |
serviceMeshId
The ID of the Service Mesh (ASM) instance.
|
| 构造器和说明 |
|---|
ReActivateAuditRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReActivateAuditRequest |
build(Map<String,?> map) |
Boolean |
getEnableAudit() |
String |
getServiceMeshId() |
ReActivateAuditRequest |
setEnableAudit(Boolean enableAudit) |
ReActivateAuditRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="EnableAudit") public Boolean enableAudit
Specifies whether to recreate a project that is used to store audit logs. Valid values:
* true: recreates a project.
* false: does not recreate a project.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the Service Mesh (ASM) instance.
public static ReActivateAuditRequest build(Map<String,?> map) throws Exception
Exceptionpublic ReActivateAuditRequest setEnableAudit(Boolean enableAudit)
public Boolean getEnableAudit()
public ReActivateAuditRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.