Class ServiceMeshMeshConfig
- java.lang.Object
-
- com.pulumi.alicloud.servicemesh.outputs.ServiceMeshMeshConfig
-
public final class ServiceMeshMeshConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceMeshMeshConfig.Builder
-
Method Summary
-
-
-
Method Detail
-
accessLog
public java.util.Optional<ServiceMeshMeshConfigAccessLog> accessLog()
- Returns:
- The access logging configuration. See `access_log` below.
-
audit
public java.util.Optional<ServiceMeshMeshConfigAudit> audit()
- Returns:
- Audit information. See `audit` below.
-
controlPlaneLog
public java.util.Optional<ServiceMeshMeshConfigControlPlaneLog> controlPlaneLog()
- Returns:
- Control plane log collection configuration. See `control_plane_log` below.
-
customizedZipkin
public java.util.Optional<java.lang.Boolean> customizedZipkin()
- Returns:
- Whether or not to enable the use of a custom zipkin.
-
enableLocalityLb
public java.util.Optional<java.lang.Boolean> enableLocalityLb()
- Returns:
- Whether to enable service can access the service through the nearest node access.
-
includeIpRanges
public java.util.Optional<java.lang.String> includeIpRanges()
- Returns:
- The IP ADDRESS range.
-
kiali
public java.util.Optional<ServiceMeshMeshConfigKiali> kiali()
- Returns:
- Kiali configuration. See `kiali` below.
-
opa
public java.util.Optional<ServiceMeshMeshConfigOpa> opa()
- Returns:
- The open-door policy of agent (OPA) plug-in information. See `opa` below.
-
outboundTrafficPolicy
public java.util.Optional<java.lang.String> outboundTrafficPolicy()
- Returns:
- Out to the traffic policy.
-
pilot
public java.util.Optional<ServiceMeshMeshConfigPilot> pilot()
- Returns:
- Link trace sampling information. See `pilot` below.
-
prometheus
public java.util.Optional<ServiceMeshMeshConfigPrometheus> prometheus()
- Returns:
- Prometheus configuration.
-
proxy
public java.util.Optional<ServiceMeshMeshConfigProxy> proxy()
- Returns:
- Proxy configuration. See `proxy` below.
-
sidecarInjector
public java.util.Optional<ServiceMeshMeshConfigSidecarInjector> sidecarInjector()
- Returns:
- Sidecar injector configuration. See `sidecar_injector` below.
-
telemetry
public java.util.Optional<java.lang.Boolean> telemetry()
- Returns:
- Whether to enable acquisition Prometheus metrics (it is recommended that you use [Alibaba Cloud Prometheus monitoring](https://arms.console.aliyun.com/).
-
tracing
public java.util.Optional<java.lang.Boolean> tracing()
- Returns:
- Whether to enable link trace (you need to have [Alibaba Cloud link tracking service](https://tracing-analysis.console.aliyun.com/).
-
builder
public static ServiceMeshMeshConfig.Builder builder()
-
builder
public static ServiceMeshMeshConfig.Builder builder(ServiceMeshMeshConfig defaults)
-
-