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 路由表关联关系
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedTime()
Get 创建时间
|
Boolean |
getMain()
Get 是否默认路由表
|
Route[] |
getRouteSet()
Get IPv4路由策略集合
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRouteTableId()
Get 路由表实例ID
|
String |
getRouteTableName()
Get 路由表名称
|
String |
getVpcId()
Get VPC实例ID
|
void |
setAssociationSet(RouteTableAssociation[] AssociationSet)
Set 路由表关联关系
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间
|
void |
setMain(Boolean Main)
Set 是否默认路由表
|
void |
setRouteSet(Route[] RouteSet)
Set IPv4路由策略集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRouteTableId(String RouteTableId)
Set 路由表实例ID
|
void |
setRouteTableName(String RouteTableName)
Set 路由表名称
|
void |
setVpcId(String VpcId)
Set VPC实例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实例IDpublic String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- 路由表实例IDpublic String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- 路由表名称public RouteTableAssociation[] getAssociationSet()
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
AssociationSet
- 路由表关联关系
注意:此字段可能返回 null,表示取不到有效值。public Route[] getRouteSet()
public void setRouteSet(Route[] RouteSet)
RouteSet
- IPv4路由策略集合
注意:此字段可能返回 null,表示取不到有效值。public Boolean getMain()
public void setMain(Boolean Main)
Main
- 是否默认路由表public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间Copyright © 2022. All rights reserved.