public class GetRegisteredServiceEndpointsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterIds
The name of the registered service.
|
String |
name
The type of the registered service.
|
String |
namespace
The IDs of clusters in the ASM instance.
|
String |
serviceMeshId
The name of the namespace.
|
String |
serviceType
The endpoints of the registered service.
|
| 构造器和说明 |
|---|
GetRegisteredServiceEndpointsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetRegisteredServiceEndpointsRequest |
build(Map<String,?> map) |
String |
getClusterIds() |
String |
getName() |
String |
getNamespace() |
String |
getServiceMeshId() |
String |
getServiceType() |
GetRegisteredServiceEndpointsRequest |
setClusterIds(String clusterIds) |
GetRegisteredServiceEndpointsRequest |
setName(String name) |
GetRegisteredServiceEndpointsRequest |
setNamespace(String namespace) |
GetRegisteredServiceEndpointsRequest |
setServiceMeshId(String serviceMeshId) |
GetRegisteredServiceEndpointsRequest |
setServiceType(String serviceType) |
@NameInMap(value="ClusterIds") public String clusterIds
The name of the registered service.
@NameInMap(value="Name") public String name
The type of the registered service. Valid values:
* `ServiceEntry`: indicates that the service is registered by creating a service entry.
* `Kubernetes`: indicates that the service is registered on a Kubernetes cluster on the data plane.
@NameInMap(value="Namespace") public String namespace
The IDs of clusters in the ASM instance. Separate multiple cluster IDs with commas (,).
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The name of the namespace.
@NameInMap(value="ServiceType") public String serviceType
The endpoints of the registered service.
public static GetRegisteredServiceEndpointsRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetRegisteredServiceEndpointsRequest setClusterIds(String clusterIds)
public String getClusterIds()
public GetRegisteredServiceEndpointsRequest setName(String name)
public String getName()
public GetRegisteredServiceEndpointsRequest setNamespace(String namespace)
public String getNamespace()
public GetRegisteredServiceEndpointsRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public GetRegisteredServiceEndpointsRequest setServiceType(String serviceType)
public String getServiceType()
Copyright © 2023. All rights reserved.