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