public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
intranetApiServerEndpoint
The endpoint that is used to access the API server from 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.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints() |
@NameInMap(value="IntranetApiServerEndpoint") public String intranetApiServerEndpoint
The endpoint that is used to access the API server from 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.
public DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints setIntranetApiServerEndpoint(String intranetApiServerEndpoint)
public String getIntranetApiServerEndpoint()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints setIntranetPilotEndpoint(String intranetPilotEndpoint)
public String getIntranetPilotEndpoint()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints setPublicApiServerEndpoint(String publicApiServerEndpoint)
public String getPublicApiServerEndpoint()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshEndpoints setPublicPilotEndpoint(String publicPilotEndpoint)
public String getPublicPilotEndpoint()
Copyright © 2023. All rights reserved.