public class DeleteWaypointRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the cluster on the data plane.
|
String |
name
Waypoint名称。
|
String |
namespace
The namespace.
|
String |
serviceMeshId
The Service Mesh (ASM) instance ID.
|
| 构造器和说明 |
|---|
DeleteWaypointRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteWaypointRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getName() |
String |
getNamespace() |
String |
getServiceMeshId() |
DeleteWaypointRequest |
setClusterId(String clusterId) |
DeleteWaypointRequest |
setName(String name) |
DeleteWaypointRequest |
setNamespace(String namespace) |
DeleteWaypointRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster on the data plane.
@NameInMap(value="Name") public String name
Waypoint名称。
@NameInMap(value="Namespace") public String namespace
The namespace.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The Service Mesh (ASM) instance ID.
public static DeleteWaypointRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteWaypointRequest setClusterId(String clusterId)
public String getClusterId()
public DeleteWaypointRequest setName(String name)
public String getName()
public DeleteWaypointRequest setNamespace(String namespace)
public String getNamespace()
public DeleteWaypointRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.