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
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RouteTableId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RouteTableName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RouteTableType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
17804 17805 17806 17807 17808 17809 |
# File 'lib/v20180525/models.rb', line 17804 def initialize(routetabletype=nil, routetablecidrblock=nil, routetablename=nil, routetableid=nil) @RouteTableType = routetabletype @RouteTableCidrBlock = routetablecidrblock @RouteTableName = routetablename @RouteTableId = routetableid end |
Instance Attribute Details
#RouteTableCidrBlock ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
17802 17803 17804 |
# File 'lib/v20180525/models.rb', line 17802 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
17802 17803 17804 |
# File 'lib/v20180525/models.rb', line 17802 def RouteTableId @RouteTableId end |
#RouteTableName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
17802 17803 17804 |
# File 'lib/v20180525/models.rb', line 17802 def RouteTableName @RouteTableName end |
#RouteTableType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
17802 17803 17804 |
# File 'lib/v20180525/models.rb', line 17802 def RouteTableType @RouteTableType end |
Instance Method Details
#deserialize(params) ⇒ Object
17811 17812 17813 17814 17815 17816 |
# File 'lib/v20180525/models.rb', line 17811 def deserialize(params) @RouteTableType = params['RouteTableType'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @RouteTableName = params['RouteTableName'] @RouteTableId = params['RouteTableId'] end |