public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enabled
Indicates whether the collection of control plane logs is enabled.
|
Integer |
logTTL |
String |
project
The name of the Simple Log Service project that stores control plane logs.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo() |
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether the collection of control plane logs is enabled. Valid values:
* `true`
* `false`
@NameInMap(value="LogTTL") public Integer logTTL
@NameInMap(value="Project") public String project
The name of the Simple Log Service project that stores control plane logs.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo setEnabled(Boolean enabled)
public Boolean getEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo setLogTTL(Integer logTTL)
public Integer getLogTTL()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigControlPlaneLogInfo setProject(String project)
public String getProject()
Copyright © 2023. All rights reserved.