public class RouteTable extends AbstractModel
Constructor and Description |
---|
RouteTable() |
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.
|
Modifier and Type | Method and Description |
---|---|
RouteTableAssociation[] |
getAssociationSet()
Get Association relationships of the route table
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getCreatedTime()
Get Creation time
|
Boolean |
getMain()
Get Whether it is the default route table
|
Route[] |
getRouteSet()
Get IPv4 routing policy set
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getRouteTableId()
Get Route table instance ID
|
String |
getRouteTableName()
Get Route table name
|
String |
getVpcId()
Get VPC instance ID
|
void |
setAssociationSet(RouteTableAssociation[] AssociationSet)
Set Association relationships of the route table
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time
|
void |
setMain(Boolean Main)
Set Whether it is the default route table
|
void |
setRouteSet(Route[] RouteSet)
Set IPv4 routing policy set
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRouteTableId(String RouteTableId)
Set Route table instance ID
|
void |
setRouteTableName(String RouteTableName)
Set Route table name
|
void |
setVpcId(String VpcId)
Set VPC instance ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RouteTable()
public RouteTable(RouteTable source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance IDpublic String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- Route table instance IDpublic String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- Route table namepublic RouteTableAssociation[] getAssociationSet()
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
AssociationSet
- Association relationships of the route table
Note: this field may return null, indicating that no valid values can be obtained.public Route[] getRouteSet()
public void setRouteSet(Route[] RouteSet)
RouteSet
- IPv4 routing policy set
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getMain()
public void setMain(Boolean Main)
Main
- Whether it is the default route tablepublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation timeCopyright © 2023. All rights reserved.