Class: TencentCloud::Gse::V20191112::FleetRelatedResource
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::FleetRelatedResource
- Defined in:
- lib/v20191112/models.rb
Overview
与服务器舰队关联的资源,如别名和队列
Instance Attribute Summary collapse
-
#ResourceId ⇒ Object
-
ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
-
#ResourceRegion ⇒ Object
-
ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
-
#Type ⇒ Object
-
ALIAS:别名 - QUEUE:队列 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, resourceid = nil, resourceregion = nil) ⇒ FleetRelatedResource
constructor
A new instance of FleetRelatedResource.
Constructor Details
#initialize(type = nil, resourceid = nil, resourceregion = nil) ⇒ FleetRelatedResource
Returns a new instance of FleetRelatedResource.
3126 3127 3128 3129 3130 |
# File 'lib/v20191112/models.rb', line 3126 def initialize(type=nil, resourceid=nil, resourceregion=nil) @Type = type @ResourceId = resourceid @ResourceRegion = resourceregion end |
Instance Attribute Details
#ResourceId ⇒ Object
-
ALIAS:别名
-
QUEUE:队列
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3124 3125 3126 |
# File 'lib/v20191112/models.rb', line 3124 def ResourceId @ResourceId end |
#ResourceRegion ⇒ Object
-
ALIAS:别名
-
QUEUE:队列
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3124 3125 3126 |
# File 'lib/v20191112/models.rb', line 3124 def ResourceRegion @ResourceRegion end |
#Type ⇒ Object
-
ALIAS:别名
-
QUEUE:队列
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3124 3125 3126 |
# File 'lib/v20191112/models.rb', line 3124 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3132 3133 3134 3135 3136 |
# File 'lib/v20191112/models.rb', line 3132 def deserialize(params) @Type = params['Type'] @ResourceId = params['ResourceId'] @ResourceRegion = params['ResourceRegion'] end |