Class RouteTable
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.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 路由表关联关系 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedTime()Get 创建时间BooleangetMain()Get 是否默认路由表Route[]getRouteSet()Get IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。StringgetRouteTableId()Get 路由表实例IDStringgetRouteTableName()Get 路由表名称StringgetVpcId()Get VPC实例IDvoidsetAssociationSet(RouteTableAssociation[] AssociationSet)Set 路由表关联关系 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间voidsetMain(Boolean Main)Set 是否默认路由表voidsetRouteSet(Route[] RouteSet)Set IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。voidsetRouteTableId(String RouteTableId)Set 路由表实例IDvoidsetRouteTableName(String RouteTableName)Set 路由表名称voidsetVpcId(String VpcId)Set VPC实例IDvoidtoMap(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- Returns:
- RouteTableId 路由表实例ID
-
setRouteTableId
public void setRouteTableId(String RouteTableId)
Set 路由表实例ID- Parameters:
RouteTableId- 路由表实例ID
-
getRouteTableName
public String getRouteTableName()
Get 路由表名称- Returns:
- RouteTableName 路由表名称
-
setRouteTableName
public void setRouteTableName(String RouteTableName)
Set 路由表名称- Parameters:
RouteTableName- 路由表名称
-
getAssociationSet
public RouteTableAssociation[] getAssociationSet()
Get 路由表关联关系 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AssociationSet 路由表关联关系 注意:此字段可能返回 null,表示取不到有效值。
-
setAssociationSet
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
Set 路由表关联关系 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AssociationSet- 路由表关联关系 注意:此字段可能返回 null,表示取不到有效值。
-
getRouteSet
public Route[] getRouteSet()
Get IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RouteSet IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。
-
setRouteSet
public void setRouteSet(Route[] RouteSet)
Set IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RouteSet- IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。
-
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- 创建时间
-
-