public class RouteTable extends AbstractModel
header, skipSign
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 路由表关联关系。
|
String |
getCreatedTime()
Get 创建时间。
|
CidrForCcn[] |
getLocalCidrForCcn()
Get local路由是否发布云联网。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getMain()
Get 是否默认路由表。
|
Route[] |
getRouteSet()
Get IPv4路由策略集合。
|
String |
getRouteTableId()
Get 路由表实例ID,例如:rtb-azd4dt1c。
|
String |
getRouteTableName()
Get 路由表名称。
|
Tag[] |
getTagSet()
Get 标签键值对。
|
String |
getVpcId()
Get VPC实例ID。
|
void |
setAssociationSet(RouteTableAssociation[] AssociationSet)
Set 路由表关联关系。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间。
|
void |
setLocalCidrForCcn(CidrForCcn[] LocalCidrForCcn)
Set local路由是否发布云联网。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMain(Boolean Main)
Set 是否默认路由表。
|
void |
setRouteSet(Route[] RouteSet)
Set IPv4路由策略集合。
|
void |
setRouteTableId(String RouteTableId)
Set 路由表实例ID,例如:rtb-azd4dt1c。
|
void |
setRouteTableName(String RouteTableName)
Set 路由表名称。
|
void |
setTagSet(Tag[] TagSet)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RouteTable()
public RouteTable(RouteTable source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC实例ID。public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- 路由表实例ID,例如:rtb-azd4dt1c。public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- 路由表名称。public RouteTableAssociation[] getAssociationSet()
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
AssociationSet
- 路由表关联关系。public Route[] getRouteSet()
public void setRouteSet(Route[] RouteSet)
RouteSet
- IPv4路由策略集合。public Boolean getMain()
public void setMain(Boolean Main)
Main
- 是否默认路由表。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间。public Tag[] getTagSet()
public void setTagSet(Tag[] TagSet)
TagSet
- 标签键值对。public CidrForCcn[] getLocalCidrForCcn()
public void setLocalCidrForCcn(CidrForCcn[] LocalCidrForCcn)
LocalCidrForCcn
- local路由是否发布云联网。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.