public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessLogFile
The path to the file that stores the access logs of sidecar proxies.
|
String |
accessLogFormat
The format of the access logs of sidecar proxies.
|
Boolean |
accessLogServiceEnabled
Indicates whether gRPC Access Log Service (ALS) for Envoy is enabled.
|
String |
accessLogServiceHost
The endpoint of gRPC ALS for Envoy.
|
Integer |
accessLogServicePort
The port of gRPC ALS for Envoy.
|
String |
clusterDomain
The trusted domain.
|
Boolean |
enableDNSProxying
Indicates whether the Domain Name System (DNS) proxy feature is enabled.
|
String |
limitCPU
The maximum number of CPU cores.
|
String |
limitMemory
The maximum size of the memory.
|
String |
requestCPU
The number of CPU cores that are requested.
|
String |
requestMemory
The size of the memory that is requested.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy() |
@NameInMap(value="AccessLogFile") public String accessLogFile
The path to the file that stores the access logs of sidecar proxies.
@NameInMap(value="AccessLogFormat") public String accessLogFormat
The format of the access logs of sidecar proxies.
@NameInMap(value="AccessLogServiceEnabled") public Boolean accessLogServiceEnabled
Indicates whether gRPC Access Log Service (ALS) for Envoy is enabled. Valid values:
* `true`
* `false`
@NameInMap(value="AccessLogServiceHost") public String accessLogServiceHost
The endpoint of gRPC ALS for Envoy.
@NameInMap(value="AccessLogServicePort") public Integer accessLogServicePort
The port of gRPC ALS for Envoy.
@NameInMap(value="ClusterDomain") public String clusterDomain
The trusted domain.
@NameInMap(value="EnableDNSProxying") public Boolean enableDNSProxying
Indicates whether the Domain Name System (DNS) proxy feature is enabled. Valid values:
* `true`
* `false`
@NameInMap(value="LimitCPU") public String limitCPU
The maximum number of CPU cores.
@NameInMap(value="LimitMemory") public String limitMemory
The maximum size of the memory.
@NameInMap(value="RequestCPU") public String requestCPU
The number of CPU cores that are requested.
@NameInMap(value="RequestMemory") public String requestMemory
The size of the memory that is requested.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setAccessLogFile(String accessLogFile)
public String getAccessLogFile()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setAccessLogFormat(String accessLogFormat)
public String getAccessLogFormat()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setAccessLogServiceEnabled(Boolean accessLogServiceEnabled)
public Boolean getAccessLogServiceEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setAccessLogServiceHost(String accessLogServiceHost)
public String getAccessLogServiceHost()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setAccessLogServicePort(Integer accessLogServicePort)
public Integer getAccessLogServicePort()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setClusterDomain(String clusterDomain)
public String getClusterDomain()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setEnableDNSProxying(Boolean enableDNSProxying)
public Boolean getEnableDNSProxying()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setLimitCPU(String limitCPU)
public String getLimitCPU()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setLimitMemory(String limitMemory)
public String getLimitMemory()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setRequestCPU(String requestCPU)
public String getRequestCPU()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigProxy setRequestMemory(String requestMemory)
public String getRequestMemory()
Copyright © 2023. All rights reserved.