public static class DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
intranetApiServerEndpoint
The endpoint that is used to access the API server over the internal network.
|
String |
intranetPilotEndpoint
The endpoint that is used to access Istio Pilot from the internal network.
|
String |
publicApiServerEndpoint
The endpoint that is used to access the API server over the Internet.
|
String |
publicPilotEndpoint
The endpoint that is used to expose Istio Pilot to the Internet.
|
String |
reverseTunnelEndpoint
The endpoint of the reverse tunnel.
|
| 构造器和说明 |
|---|
DescribeServiceMeshesResponseBodyServiceMeshesEndpoints() |
@NameInMap(value="IntranetApiServerEndpoint") public String intranetApiServerEndpoint
The endpoint that is used to access the API server over the internal network.
@NameInMap(value="IntranetPilotEndpoint") public String intranetPilotEndpoint
The endpoint that is used to access Istio Pilot from the internal network.
@NameInMap(value="PublicApiServerEndpoint") public String publicApiServerEndpoint
The endpoint that is used to access the API server over the Internet.
@NameInMap(value="PublicPilotEndpoint") public String publicPilotEndpoint
The endpoint that is used to expose Istio Pilot to the Internet.
@NameInMap(value="ReverseTunnelEndpoint") public String reverseTunnelEndpoint
The endpoint of the reverse tunnel.
public DescribeServiceMeshesResponseBodyServiceMeshesEndpoints()
public static DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints setIntranetApiServerEndpoint(String intranetApiServerEndpoint)
public String getIntranetApiServerEndpoint()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints setIntranetPilotEndpoint(String intranetPilotEndpoint)
public String getIntranetPilotEndpoint()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints setPublicApiServerEndpoint(String publicApiServerEndpoint)
public String getPublicApiServerEndpoint()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints setPublicPilotEndpoint(String publicPilotEndpoint)
public String getPublicPilotEndpoint()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints setReverseTunnelEndpoint(String reverseTunnelEndpoint)
public String getReverseTunnelEndpoint()
Copyright © 2023. All rights reserved.