public class UpdateSwimLaneRequest
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
A list of services associated with the lane.
|
String |
swimLaneName
The name of the lane.
|
| 构造器和说明 |
|---|
UpdateSwimLaneRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateSwimLaneRequest |
build(Map<String,?> map) |
String |
getGroupName() |
String |
getLabelSelectorKey() |
String |
getLabelSelectorValue() |
String |
getServiceMeshId() |
String |
getServicesList() |
String |
getSwimLaneName() |
UpdateSwimLaneRequest |
setGroupName(String groupName) |
UpdateSwimLaneRequest |
setLabelSelectorKey(String labelSelectorKey) |
UpdateSwimLaneRequest |
setLabelSelectorValue(String labelSelectorValue) |
UpdateSwimLaneRequest |
setServiceMeshId(String serviceMeshId) |
UpdateSwimLaneRequest |
setServicesList(String servicesList) |
UpdateSwimLaneRequest |
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
A list of services associated with the lane.
@NameInMap(value="SwimLaneName") public String swimLaneName
The name of the lane.
public static UpdateSwimLaneRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSwimLaneRequest setGroupName(String groupName)
public String getGroupName()
public UpdateSwimLaneRequest setLabelSelectorKey(String labelSelectorKey)
public String getLabelSelectorKey()
public UpdateSwimLaneRequest setLabelSelectorValue(String labelSelectorValue)
public String getLabelSelectorValue()
public UpdateSwimLaneRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public UpdateSwimLaneRequest setServicesList(String servicesList)
public String getServicesList()
public UpdateSwimLaneRequest setSwimLaneName(String swimLaneName)
public String getSwimLaneName()
Copyright © 2023. All rights reserved.