public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
gatewayEnabled |
Integer |
gatewayLifecycle
The retention period for the access logs of the ingress gateway.
|
Boolean |
sidecarEnabled |
Integer |
sidecarLifecycle
The retention period for the access logs of sidecar proxies.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf() |
@NameInMap(value="GatewayEnabled") public Boolean gatewayEnabled
@NameInMap(value="GatewayLifecycle") public Integer gatewayLifecycle
The retention period for the access logs of the ingress gateway. Unit: day. The logs are collected by using Simple Log Service. For example, the value 30 indicates that the logs are retained for 30 days.
@NameInMap(value="SidecarEnabled") public Boolean sidecarEnabled
@NameInMap(value="SidecarLifecycle") public Integer sidecarLifecycle
The retention period for the access logs of sidecar proxies. Unit: day. The logs are collected by using Simple Log Service. For example, the value 30 indicates that the logs are retained for 30 days.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf setGatewayEnabled(Boolean gatewayEnabled)
public Boolean getGatewayEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf setGatewayLifecycle(Integer gatewayLifecycle)
public Integer getGatewayLifecycle()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf setSidecarEnabled(Boolean sidecarEnabled)
public Boolean getSidecarEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigExtraConfigurationAccessLogExtraConf setSidecarLifecycle(Integer sidecarLifecycle)
public Integer getSidecarLifecycle()
Copyright © 2023. All rights reserved.