Class: TencentCloud::Tke::V20180525::RouteTableConflict
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RouteTableConflict
- Defined in:
- lib/v20180525/models.rb
Overview
路由表冲突对象
Instance Attribute Summary collapse
-
#RouteTableCidrBlock ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable.
-
#RouteTableId ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable.
-
#RouteTableName ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable.
-
#RouteTableType ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(routetabletype = nil, routetablecidrblock = nil, routetablename = nil, routetableid = nil) ⇒ RouteTableConflict
constructor
A new instance of RouteTableConflict.
Constructor Details
#initialize(routetabletype = nil, routetablecidrblock = nil, routetablename = nil, routetableid = nil) ⇒ RouteTableConflict
Returns a new instance of RouteTableConflict.
19175 19176 19177 19178 19179 19180 |
# File 'lib/v20180525/models.rb', line 19175 def initialize(routetabletype=nil, routetablecidrblock=nil, routetablename=nil, routetableid=nil) @RouteTableType = routetabletype @RouteTableCidrBlock = routetablecidrblock @RouteTableName = routetablename @RouteTableId = routetableid end |
Instance Attribute Details
#RouteTableCidrBlock ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19173 19174 19175 |
# File 'lib/v20180525/models.rb', line 19173 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableId ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19173 19174 19175 |
# File 'lib/v20180525/models.rb', line 19173 def RouteTableId @RouteTableId end |
#RouteTableName ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19173 19174 19175 |
# File 'lib/v20180525/models.rb', line 19173 def RouteTableName @RouteTableName end |
#RouteTableType ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19173 19174 19175 |
# File 'lib/v20180525/models.rb', line 19173 def RouteTableType @RouteTableType end |
Instance Method Details
#deserialize(params) ⇒ Object
19182 19183 19184 19185 19186 19187 |
# File 'lib/v20180525/models.rb', line 19182 def deserialize(params) @RouteTableType = params['RouteTableType'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @RouteTableName = params['RouteTableName'] @RouteTableId = params['RouteTableId'] end |