Class RouteTable
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.RouteTable
-
public class RouteTable extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteTableAssociation[]getAssociationSet()Get 路由表关联关系。StringgetCreatedTime()Get 创建时间。CidrForCcn[]getLocalCidrForCcn()Get local路由是否发布云联网。 注意:此字段可能返回 null,表示取不到有效值。BooleangetMain()Get 是否默认路由表。Route[]getRouteSet()Get IPv4路由策略集合。StringgetRouteTableId()Get 路由表实例ID,例如:rtb-azd4dt1c。StringgetRouteTableName()Get 路由表名称。Tag[]getTagSet()Get 标签键值对。StringgetVpcId()Get VPC实例ID。voidsetAssociationSet(RouteTableAssociation[] AssociationSet)Set 路由表关联关系。voidsetCreatedTime(String CreatedTime)Set 创建时间。voidsetLocalCidrForCcn(CidrForCcn[] LocalCidrForCcn)Set local路由是否发布云联网。 注意:此字段可能返回 null,表示取不到有效值。voidsetMain(Boolean Main)Set 是否默认路由表。voidsetRouteSet(Route[] RouteSet)Set IPv4路由策略集合。voidsetRouteTableId(String RouteTableId)Set 路由表实例ID,例如:rtb-azd4dt1c。voidsetRouteTableName(String RouteTableName)Set 路由表名称。voidsetTagSet(Tag[] TagSet)Set 标签键值对。voidsetVpcId(String VpcId)Set VPC实例ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RouteTable
public RouteTable()
-
RouteTable
public 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get VPC实例ID。- Returns:
- VpcId VPC实例ID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。- Parameters:
VpcId- VPC实例ID。
-
getRouteTableId
public String getRouteTableId()
Get 路由表实例ID,例如:rtb-azd4dt1c。- Returns:
- RouteTableId 路由表实例ID,例如:rtb-azd4dt1c。
-
setRouteTableId
public void setRouteTableId(String RouteTableId)
Set 路由表实例ID,例如:rtb-azd4dt1c。- Parameters:
RouteTableId- 路由表实例ID,例如:rtb-azd4dt1c。
-
getRouteTableName
public String getRouteTableName()
Get 路由表名称。- Returns:
- RouteTableName 路由表名称。
-
setRouteTableName
public void setRouteTableName(String RouteTableName)
Set 路由表名称。- Parameters:
RouteTableName- 路由表名称。
-
getAssociationSet
public RouteTableAssociation[] getAssociationSet()
Get 路由表关联关系。- Returns:
- AssociationSet 路由表关联关系。
-
setAssociationSet
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
Set 路由表关联关系。- Parameters:
AssociationSet- 路由表关联关系。
-
getRouteSet
public Route[] getRouteSet()
Get IPv4路由策略集合。- Returns:
- RouteSet IPv4路由策略集合。
-
setRouteSet
public void setRouteSet(Route[] RouteSet)
Set IPv4路由策略集合。- Parameters:
RouteSet- IPv4路由策略集合。
-
getMain
public Boolean getMain()
Get 是否默认路由表。- Returns:
- Main 是否默认路由表。
-
setMain
public void setMain(Boolean Main)
Set 是否默认路由表。- Parameters:
Main- 是否默认路由表。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间。- Returns:
- CreatedTime 创建时间。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间。- Parameters:
CreatedTime- 创建时间。
-
getTagSet
public Tag[] getTagSet()
Get 标签键值对。- Returns:
- TagSet 标签键值对。
-
setTagSet
public void setTagSet(Tag[] TagSet)
Set 标签键值对。- Parameters:
TagSet- 标签键值对。
-
getLocalCidrForCcn
public CidrForCcn[] getLocalCidrForCcn()
Get local路由是否发布云联网。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LocalCidrForCcn local路由是否发布云联网。 注意:此字段可能返回 null,表示取不到有效值。
-
setLocalCidrForCcn
public void setLocalCidrForCcn(CidrForCcn[] LocalCidrForCcn)
Set local路由是否发布云联网。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LocalCidrForCcn- local路由是否发布云联网。 注意:此字段可能返回 null,表示取不到有效值。
-
-