public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enabled
Indicates whether the OPA plug-in is installed.
|
String |
limitCPU
The maximum number of CPU cores that are available to the OPA proxy container.
|
String |
limitMemory
The maximum size of the memory that is available to the OPA proxy container.
|
String |
logLevel
The level of the logs to be generated for OPA.
|
String |
requestCPU
The number of CPU cores that are requested by the OPA proxy container.
|
String |
requestMemory
The size of the memory that is requested by OPA.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA() |
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether the OPA plug-in is installed. Valid values:
* `true`
* `false`
@NameInMap(value="LimitCPU") public String limitCPU
The maximum number of CPU cores that are available to the OPA proxy container.
@NameInMap(value="LimitMemory") public String limitMemory
The maximum size of the memory that is available to the OPA proxy container.
@NameInMap(value="LogLevel") public String logLevel
The level of the logs to be generated for OPA.
@NameInMap(value="RequestCPU") public String requestCPU
The number of CPU cores that are requested by the OPA proxy container.
@NameInMap(value="RequestMemory") public String requestMemory
The size of the memory that is requested by OPA.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA setEnabled(Boolean enabled)
public Boolean getEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA setLimitCPU(String limitCPU)
public String getLimitCPU()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA setLimitMemory(String limitMemory)
public String getLimitMemory()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA setLogLevel(String logLevel)
public String getLogLevel()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA setRequestCPU(String requestCPU)
public String getRequestCPU()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigOPA setRequestMemory(String requestMemory)
public String getRequestMemory()
Copyright © 2023. All rights reserved.