public class CreateSwimLaneRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupName
The name of the lane group.
|
String |
labelSelectorKey
The label key of the associated service workload.
|
String |
labelSelectorValue
The label value of the associated service workload.
|
String |
serviceMeshId
The ID of the Service Mesh (ASM) instance.
|
String |
servicesList
The list of services associated with the lane.
|
String |
swimLaneName
The name of the lane.
|
| 构造器和说明 |
|---|
CreateSwimLaneRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSwimLaneRequest |
build(Map<String,?> map) |
String |
getGroupName() |
String |
getLabelSelectorKey() |
String |
getLabelSelectorValue() |
String |
getServiceMeshId() |
String |
getServicesList() |
String |
getSwimLaneName() |
CreateSwimLaneRequest |
setGroupName(String groupName) |
CreateSwimLaneRequest |
setLabelSelectorKey(String labelSelectorKey) |
CreateSwimLaneRequest |
setLabelSelectorValue(String labelSelectorValue) |
CreateSwimLaneRequest |
setServiceMeshId(String serviceMeshId) |
CreateSwimLaneRequest |
setServicesList(String servicesList) |
CreateSwimLaneRequest |
setSwimLaneName(String swimLaneName) |
@NameInMap(value="GroupName") public String groupName
The name of the lane group.
@NameInMap(value="LabelSelectorKey") public String labelSelectorKey
The label key of the associated service workload. Set the value to `ASM_TRAFFIC_TAG`.
@NameInMap(value="LabelSelectorValue") public String labelSelectorValue
The label value of the associated service workload.``
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the Service Mesh (ASM) instance.
@NameInMap(value="ServicesList") public String servicesList
The list of services associated with the lane. The value is a JSON array. The format of a single service is `$Cluster name/$Cluster ID/$Namespace/$Service name`.
@NameInMap(value="SwimLaneName") public String swimLaneName
The name of the lane.
public static CreateSwimLaneRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSwimLaneRequest setGroupName(String groupName)
public String getGroupName()
public CreateSwimLaneRequest setLabelSelectorKey(String labelSelectorKey)
public String getLabelSelectorKey()
public CreateSwimLaneRequest setLabelSelectorValue(String labelSelectorValue)
public String getLabelSelectorValue()
public CreateSwimLaneRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public CreateSwimLaneRequest setServicesList(String servicesList)
public String getServicesList()
public CreateSwimLaneRequest setSwimLaneName(String swimLaneName)
public String getSwimLaneName()
Copyright © 2023. All rights reserved.