Package | Description |
---|---|
com.tencentcloudapi.ecm.v20190719.models |
Modifier and Type | Method and Description |
---|---|
RouteTable |
CreateRouteTableResponse.getRouteTable()
Get Route table object
|
RouteTable[] |
CreateRoutesResponse.getRouteTableSet()
Get Route table object.
|
RouteTable[] |
DescribeRouteTablesResponse.getRouteTableSet()
Get List of route tables
Note: this field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRouteTableResponse.setRouteTable(RouteTable RouteTable)
Set Route table object
|
void |
CreateRoutesResponse.setRouteTableSet(RouteTable[] RouteTableSet)
Set Route table object.
|
void |
DescribeRouteTablesResponse.setRouteTableSet(RouteTable[] RouteTableSet)
Set List of route tables
Note: this field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
RouteTable(RouteTable source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.