Class: TencentCloud::Gse::V20191112::RoutingStrategy
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::RoutingStrategy
- Defined in:
- lib/v20191112/models.rb
Overview
路由策略
Instance Attribute Summary collapse
-
#FleetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, fleetid = nil, message = nil) ⇒ RoutingStrategy
constructor
A new instance of RoutingStrategy.
Constructor Details
#initialize(type = nil, fleetid = nil, message = nil) ⇒ RoutingStrategy
Returns a new instance of RoutingStrategy.
4804 4805 4806 4807 4808 |
# File 'lib/v20191112/models.rb', line 4804 def initialize(type=nil, fleetid=nil, =nil) @Type = type @FleetId = fleetid @Message = end |
Instance Attribute Details
#FleetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4802 4803 4804 |
# File 'lib/v20191112/models.rb', line 4802 def FleetId @FleetId end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4802 4803 4804 |
# File 'lib/v20191112/models.rb', line 4802 def Message @Message end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4802 4803 4804 |
# File 'lib/v20191112/models.rb', line 4802 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4810 4811 4812 4813 4814 |
# File 'lib/v20191112/models.rb', line 4810 def deserialize(params) @Type = params['Type'] @FleetId = params['FleetId'] @Message = params['Message'] end |