public static class DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitchesVSwitchRouteTable
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
routeTableId
The ID of the route table that is associated with the vSwitch.
|
String |
routeTableType
The type of the route table.
|
构造器和说明 |
---|
DescribeVSwitchesResponseBodyVSwitchesVSwitchRouteTable() |
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table that is associated with the vSwitch.
example:vrt-bp145q7glnuzdv****
@NameInMap(value="RouteTableType") public String routeTableType
The type of the route table. Valid values:
System
public DescribeVSwitchesResponseBodyVSwitchesVSwitchRouteTable()
public static DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitchesVSwitchRouteTable build(Map<String,?> map) throws Exception
Exception
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitchesVSwitchRouteTable setRouteTableId(String routeTableId)
public String getRouteTableId()
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitchesVSwitchRouteTable setRouteTableType(String routeTableType)
public String getRouteTableType()
Copyright © 2024. All rights reserved.