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.
17807 17808 17809 17810 17811 17812 |
# File 'lib/v20180525/models.rb', line 17807 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
17805 17806 17807 |
# File 'lib/v20180525/models.rb', line 17805 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableId ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
17805 17806 17807 |
# File 'lib/v20180525/models.rb', line 17805 def RouteTableId @RouteTableId end |
#RouteTableName ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
17805 17806 17807 |
# File 'lib/v20180525/models.rb', line 17805 def RouteTableName @RouteTableName end |
#RouteTableType ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
17805 17806 17807 |
# File 'lib/v20180525/models.rb', line 17805 def RouteTableType @RouteTableType end |
Instance Method Details
#deserialize(params) ⇒ Object
17814 17815 17816 17817 17818 17819 |
# File 'lib/v20180525/models.rb', line 17814 def deserialize(params) @RouteTableType = params['RouteTableType'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @RouteTableName = params['RouteTableName'] @RouteTableId = params['RouteTableId'] end |