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,表示取不到有效值。String
getCreatedTime()
Get 创建时间Boolean
getMain()
Get 是否默认路由表Route[]
getRouteSet()
Get IPv4路由策略集合 注意:此字段可能返回 null,表示取不到有效值。String
getRouteTableId()
Get 路由表实例IDString
getRouteTableName()
Get 路由表名称String
getVpcId()
Get VPC实例IDvoid
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 路由表实例IDvoid
setRouteTableName(String RouteTableName)
Set 路由表名称void
setVpcId(String VpcId)
Set VPC实例IDvoid
toMap(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
- 创建时间
-
-