Class ServiceMeshMeshConfigAudit
- java.lang.Object
-
- com.pulumi.alicloud.servicemesh.outputs.ServiceMeshMeshConfigAudit
-
public final class ServiceMeshMeshConfigAudit extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceMeshMeshConfigAudit.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceMeshMeshConfigAudit.Builder
builder()
static ServiceMeshMeshConfigAudit.Builder
builder(ServiceMeshMeshConfigAudit defaults)
java.util.Optional<java.lang.Boolean>
enabled()
java.util.Optional<java.lang.String>
project()
-
-
-
Method Detail
-
enabled
public java.util.Optional<java.lang.Boolean> enabled()
- Returns:
- Enable CNI.
-
project
public java.util.Optional<java.lang.String> project()
- Returns:
- The name of the SLS Project to which the control plane logs are collected.
-
builder
public static ServiceMeshMeshConfigAudit.Builder builder()
-
builder
public static ServiceMeshMeshConfigAudit.Builder builder(ServiceMeshMeshConfigAudit defaults)
-
-