public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiServerLoadbalancerId
The ID of the CLB instance that is used when the API server is exposed to the Internet.
|
Boolean |
apiServerPublicEip
Indicates whether the API server is exposed to the Internet.
|
Boolean |
pilotPublicEip
Indicates whether Istio Pilot is exposed to the Internet.
|
String |
pilotPublicLoadbalancerId
The ID of the Classic Load Balancer (CLB) instance that is used when Istio Pilot is exposed to the Internet.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer() |
@NameInMap(value="ApiServerLoadbalancerId") public String apiServerLoadbalancerId
The ID of the CLB instance that is used when the API server is exposed to the Internet.
@NameInMap(value="ApiServerPublicEip") public Boolean apiServerPublicEip
Indicates whether the API server is exposed to the Internet. Valid values:
* `true`
* `false`
@NameInMap(value="PilotPublicEip") public Boolean pilotPublicEip
Indicates whether Istio Pilot is exposed to the Internet. Valid values:
* `true`
* `false`
@NameInMap(value="PilotPublicLoadbalancerId") public String pilotPublicLoadbalancerId
The ID of the Classic Load Balancer (CLB) instance that is used when Istio Pilot is exposed to the Internet.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer setApiServerLoadbalancerId(String apiServerLoadbalancerId)
public String getApiServerLoadbalancerId()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer setApiServerPublicEip(Boolean apiServerPublicEip)
public Boolean getApiServerPublicEip()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer setPilotPublicEip(Boolean pilotPublicEip)
public Boolean getPilotPublicEip()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecLoadBalancer setPilotPublicLoadbalancerId(String pilotPublicLoadbalancerId)
public String getPilotPublicLoadbalancerId()
Copyright © 2023. All rights reserved.