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 The association relationships of the route table.
|
String |
getCreatedTime()
Get Creation Time.
|
CidrForCcn[] |
getLocalCidrForCcn()
Get Whether the local route is published to CCN.
|
Boolean |
getMain()
Get Whether it is the default route table.
|
Route[] |
getRouteSet()
Get IPv4 routing policy set.
|
String |
getRouteTableId()
Get The route table instance ID, such as `rtb-azd4dt1c`.
|
String |
getRouteTableName()
Get Route table name.
|
Tag[] |
getTagSet()
Get Tag key-value pairs.
|
String |
getVpcId()
Get VPC instance ID.
|
void |
setAssociationSet(RouteTableAssociation[] AssociationSet)
Set The association relationships of the route table.
|
void |
setCreatedTime(String CreatedTime)
Set Creation Time.
|
void |
setLocalCidrForCcn(CidrForCcn[] LocalCidrForCcn)
Set Whether the local route is published to CCN.
|
void |
setMain(Boolean Main)
Set Whether it is the default route table.
|
void |
setRouteSet(Route[] RouteSet)
Set IPv4 routing policy set.
|
void |
setRouteTableId(String RouteTableId)
Set The route table instance ID, such as `rtb-azd4dt1c`.
|
void |
setRouteTableName(String RouteTableName)
Set Route table name.
|
void |
setTagSet(Tag[] TagSet)
Set Tag key-value pairs.
|
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 ID.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- The route table instance ID, such as `rtb-azd4dt1c`.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- Route table name.public RouteTableAssociation[] getAssociationSet()
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
AssociationSet
- The association relationships of the route table.public Route[] getRouteSet()
public void setRouteSet(Route[] RouteSet)
RouteSet
- IPv4 routing policy set.public Boolean getMain()
public void setMain(Boolean Main)
Main
- Whether it is the default route table.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation Time.public Tag[] getTagSet()
public void setTagSet(Tag[] TagSet)
TagSet
- Tag key-value pairs.public CidrForCcn[] getLocalCidrForCcn()
public void setLocalCidrForCcn(CidrForCcn[] LocalCidrForCcn)
LocalCidrForCcn
- Whether the local route is published to CCN.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.