public static class DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterSynced
The update status of the proxy.
|
String |
endpointPercent
The percentage of the updated endpoints.
|
String |
endpointSynced
The update status of the endpoint.
|
String |
istioVersion
The version of Istiod.
|
String |
listenerSynced
The update status of the listener.
|
String |
proxyId
The ID of the proxy on the data plane.
|
String |
proxyVersion
The version number of a proxy on the data plane.
|
String |
routeSynced
The update status of the route.
|
| 构造器和说明 |
|---|
DescribeServiceMeshProxyStatusResponseBodyProxyStatus() |
@NameInMap(value="ClusterSynced") public String clusterSynced
The update status of the proxy. Valid values:
* `SYNCED`: The status of the proxy is updated.
* `NOT SENT`: The status of the proxy is not updated.
* `STALE (Never Acknowledged)`: Istiod has sent multiple requests to the Envoy proxy to update the status of the proxy but receives no response.
* `STALE`: Istiod has sent a request to the Envoy proxy to update the status of the proxy but receives no response.
@NameInMap(value="EndpointPercent") public String endpointPercent
The percentage of the updated endpoints.
@NameInMap(value="EndpointSynced") public String endpointSynced
The update status of the endpoint. Valid values:
* `SYNCED`: The status of the endpoint is updated.
* `NOT SENT`: The status of the endpoint is not updated.
* `STALE (Never Acknowledged)`: Istiod has sent multiple requests to the Envoy proxy to update the status of the endpoint but receives no response.
* `STALE`: Istiod has sent a request to the Envoy proxy to update the status of the endpoint but receives no response.
@NameInMap(value="IstioVersion") public String istioVersion
The version of Istiod.
@NameInMap(value="ListenerSynced") public String listenerSynced
The update status of the listener. Valid values:
* `SYNCED`: The status of the listener is updated.
* `NOT SENT`: The status of the listener is not updated.
* `STALE (Never Acknowledged)`: Istiod has sent multiple requests to the Envoy proxy to update the status of the listener but receives no response.
* `STALE`: Istiod has sent a request to the Envoy proxy to update the status of the listener but receives no response.
@NameInMap(value="ProxyId") public String proxyId
The ID of the proxy on the data plane.
@NameInMap(value="ProxyVersion") public String proxyVersion
The version number of a proxy on the data plane.
@NameInMap(value="RouteSynced") public String routeSynced
The update status of the route. Valid values:
* `SYNCED`: The status of the route is updated.
* `NOT SENT`: The status of the route is not updated.
* `STALE (Never Acknowledged)`: Istiod has sent multiple requests to the Envoy proxy to update the status of the route but receives no response.
* `STALE`: Istiod has sent a request to the Envoy proxy to update the status of the route but receives no response.
public DescribeServiceMeshProxyStatusResponseBodyProxyStatus()
public static DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setClusterSynced(String clusterSynced)
public String getClusterSynced()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setEndpointPercent(String endpointPercent)
public String getEndpointPercent()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setEndpointSynced(String endpointSynced)
public String getEndpointSynced()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setIstioVersion(String istioVersion)
public String getIstioVersion()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setListenerSynced(String listenerSynced)
public String getListenerSynced()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setProxyId(String proxyId)
public String getProxyId()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setProxyVersion(String proxyVersion)
public String getProxyVersion()
public DescribeServiceMeshProxyStatusResponseBody.DescribeServiceMeshProxyStatusResponseBodyProxyStatus setRouteSynced(String routeSynced)
public String getRouteSynced()
Copyright © 2023. All rights reserved.