public static class GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSlice
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSliceEndpointsDetails> |
endpointsDetails
The name of the pod.
|
String |
location
The details of the endpoint of the registered service.
|
String |
namespace
The location of the registered service.
|
String |
serviceName
The name of the namespace.
|
| 构造器和说明 |
|---|
GetRegisteredServiceEndpointsResponseBodyEndPointSlice() |
@NameInMap(value="EndpointsDetails") public List<GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSliceEndpointsDetails> endpointsDetails
The name of the pod.
@NameInMap(value="Location") public String location
The details of the endpoint of the registered service.
@NameInMap(value="Namespace") public String namespace
The location of the registered service. Valid values:
* `MESH_INTERNAL`: The service is deployed inside the ASM instance.
* `MESH_EXTERNAL`: The service is deployed outside the ASM instance.
@NameInMap(value="ServiceName") public String serviceName
The name of the namespace.
public GetRegisteredServiceEndpointsResponseBodyEndPointSlice()
public static GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSlice build(Map<String,?> map) throws Exception
Exceptionpublic GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSlice setEndpointsDetails(List<GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSliceEndpointsDetails> endpointsDetails)
public List<GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSliceEndpointsDetails> getEndpointsDetails()
public GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSlice setLocation(String location)
public String getLocation()
public GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSlice setNamespace(String namespace)
public String getNamespace()
public GetRegisteredServiceEndpointsResponseBody.GetRegisteredServiceEndpointsResponseBodyEndPointSlice setServiceName(String serviceName)
public String getServiceName()
Copyright © 2023. All rights reserved.