Class: TencentCloud::Emr::V20190103::MonthRepeatStrategy
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::MonthRepeatStrategy
- Defined in:
- lib/v20190103/models.rb
Overview
定时伸缩每月重复任务策略
Instance Attribute Summary collapse
-
#DaysOfMonthRange ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ExecuteAtTimeOfDay ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(executeattimeofday = nil, daysofmonthrange = nil) ⇒ MonthRepeatStrategy
constructor
A new instance of MonthRepeatStrategy.
Constructor Details
#initialize(executeattimeofday = nil, daysofmonthrange = nil) ⇒ MonthRepeatStrategy
Returns a new instance of MonthRepeatStrategy.
9598 9599 9600 9601 |
# File 'lib/v20190103/models.rb', line 9598 def initialize(executeattimeofday=nil, daysofmonthrange=nil) @ExecuteAtTimeOfDay = executeattimeofday @DaysOfMonthRange = daysofmonthrange end |
Instance Attribute Details
#DaysOfMonthRange ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9596 9597 9598 |
# File 'lib/v20190103/models.rb', line 9596 def DaysOfMonthRange @DaysOfMonthRange end |
#ExecuteAtTimeOfDay ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9596 9597 9598 |
# File 'lib/v20190103/models.rb', line 9596 def ExecuteAtTimeOfDay @ExecuteAtTimeOfDay end |
Instance Method Details
#deserialize(params) ⇒ Object
9603 9604 9605 9606 |
# File 'lib/v20190103/models.rb', line 9603 def deserialize(params) @ExecuteAtTimeOfDay = params['ExecuteAtTimeOfDay'] @DaysOfMonthRange = params['DaysOfMonthRange'] end |