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.
19595 19596 19597 19598 19599 19600 |
# File 'lib/v20180525/models.rb', line 19595 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
19593 19594 19595 |
# File 'lib/v20180525/models.rb', line 19593 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableId ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19593 19594 19595 |
# File 'lib/v20180525/models.rb', line 19593 def RouteTableId @RouteTableId end |
#RouteTableName ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19593 19594 19595 |
# File 'lib/v20180525/models.rb', line 19593 def RouteTableName @RouteTableName end |
#RouteTableType ⇒ Object
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
19593 19594 19595 |
# File 'lib/v20180525/models.rb', line 19593 def RouteTableType @RouteTableType end |
Instance Method Details
#deserialize(params) ⇒ Object
19602 19603 19604 19605 19606 19607 |
# File 'lib/v20180525/models.rb', line 19602 def deserialize(params) @RouteTableType = params['RouteTableType'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @RouteTableName = params['RouteTableName'] @RouteTableId = params['RouteTableId'] end |