public static class DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
mtls
Indicates whether nearby access is enabled.
|
String |
outboundTrafficPolicy
The outbound traffic policy.
|
DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigPilot |
pilot
The configurations of the control plane.
|
DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigSidecarInjector |
sidecarInjector
The configurations of sidecar proxy injection.
|
Boolean |
strictMtls
Indicates whether mutual Transport Layer Security (mTLS) is strictly enforced.
|
Boolean |
telemetry
Indicates whether Prometheus monitoring is enabled.
|
Boolean |
tracing
Indicates whether the tracing feature is enabled.
|
| 构造器和说明 |
|---|
DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig() |
@NameInMap(value="Mtls") public Boolean mtls
Indicates whether nearby access is enabled. Valid values:
* `true`
* `false`
@NameInMap(value="OutboundTrafficPolicy") public String outboundTrafficPolicy
The outbound traffic policy. Valid values:
* `ALLOW_ANY`: Outbound traffic to an external service is allowed.
* `REGISTRY_ONLY`: Outbound traffic is allowed to only external services that are defined in the service registry of the ASM instance.
@NameInMap(value="Pilot") public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigPilot pilot
The configurations of the control plane.
@NameInMap(value="SidecarInjector") public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigSidecarInjector sidecarInjector
The configurations of sidecar proxy injection.
@NameInMap(value="StrictMtls") public Boolean strictMtls
Indicates whether mutual Transport Layer Security (mTLS) is strictly enforced.
@NameInMap(value="Telemetry") public Boolean telemetry
Indicates whether Prometheus monitoring is enabled. We recommend that you use Managed Service for Prometheus. Valid values:
* `true`
* `false`
@NameInMap(value="Tracing") public Boolean tracing
Indicates whether the tracing feature is enabled. This feature can be enabled only after Tracing Analysis is activated. Valid values:
* `true`
* `false`
public DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig()
public static DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setMtls(Boolean mtls)
public Boolean getMtls()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setOutboundTrafficPolicy(String outboundTrafficPolicy)
public String getOutboundTrafficPolicy()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setPilot(DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigPilot pilot)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigPilot getPilot()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setSidecarInjector(DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigSidecarInjector sidecarInjector)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfigSidecarInjector getSidecarInjector()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setStrictMtls(Boolean strictMtls)
public Boolean getStrictMtls()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setTelemetry(Boolean telemetry)
public Boolean getTelemetry()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecMeshConfig setTracing(Boolean tracing)
public Boolean getTracing()
Copyright © 2023. All rights reserved.