public static class GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupName
The name of the lane group.
|
String |
ingressRule
The traffic routing rule associated with the lane.
|
String |
ingressService
This parameter is deprecated.
|
String |
labelSelectorKey
The label key of the associated service workload.
|
String |
labelSelectorValue
The label value of the associated service workload.
|
String |
name
The name of a lane.
|
String |
serviceList
A list of services associated with the lane.
|
| 构造器和说明 |
|---|
GetSwimLaneListResponseBodySwimLaneList() |
@NameInMap(value="GroupName") public String groupName
The name of the lane group.
@NameInMap(value="IngressRule") public String ingressRule
The traffic routing rule associated with the lane.
@NameInMap(value="IngressService") public String ingressService
This parameter is deprecated.
@NameInMap(value="LabelSelectorKey") public String labelSelectorKey
The label key of the associated service workload. The value is fixed as `ASM_TRAFFIC_TAG`.
@NameInMap(value="LabelSelectorValue") public String labelSelectorValue
The label value of the associated service workload.``
@NameInMap(value="Name") public String name
The name of a lane.
@NameInMap(value="ServiceList") public String serviceList
A list of services associated with the lane.
public static GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList build(Map<String,?> map) throws Exception
Exceptionpublic GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setGroupName(String groupName)
public String getGroupName()
public GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setIngressRule(String ingressRule)
public String getIngressRule()
public GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setIngressService(String ingressService)
public String getIngressService()
public GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setLabelSelectorKey(String labelSelectorKey)
public String getLabelSelectorKey()
public GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setLabelSelectorValue(String labelSelectorValue)
public String getLabelSelectorValue()
public GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setName(String name)
public String getName()
public GetSwimLaneListResponseBody.GetSwimLaneListResponseBodySwimLaneList setServiceList(String serviceList)
public String getServiceList()
Copyright © 2023. All rights reserved.