public static class DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable
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.
|
构造器和说明 |
---|
DescribeVSwitchAttributesResponseBodyRouteTable() |
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table that is associated with the vSwitch.
example:vtb-bp145q7glnuzdv****
@NameInMap(value="RouteTableType") public String routeTableType
The type of the route table. Valid values:
System
public DescribeVSwitchAttributesResponseBodyRouteTable()
public static DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable build(Map<String,?> map) throws Exception
Exception
public DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable setRouteTableId(String routeTableId)
public String getRouteTableId()
public DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable setRouteTableType(String routeTableType)
public String getRouteTableType()
Copyright © 2024. All rights reserved.