public class DescribeServiceMeshAdditionalStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
checkMode
The check mode of the ASM instance.
|
String |
serviceMeshId
The ID of the ASM instance.
|
| 构造器和说明 |
|---|
DescribeServiceMeshAdditionalStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeServiceMeshAdditionalStatusRequest |
build(Map<String,?> map) |
String |
getCheckMode() |
String |
getServiceMeshId() |
DescribeServiceMeshAdditionalStatusRequest |
setCheckMode(String checkMode) |
DescribeServiceMeshAdditionalStatusRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="CheckMode") public String checkMode
The check mode of the ASM instance. Valid values:
* `normal`: checks the Server Load Balancer (SLB) instances created for exposing the API server and Istio Pilot, audit logs, and installation of Logtail for clusters on the data plane.
* `full`: checks control plane logs, access logs, security groups, and the elastic IP addresses (EIPs) of the API server in addition to the check items in normal mode.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the ASM instance.
public DescribeServiceMeshAdditionalStatusRequest()
public static DescribeServiceMeshAdditionalStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshAdditionalStatusRequest setCheckMode(String checkMode)
public String getCheckMode()
public DescribeServiceMeshAdditionalStatusRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.