Time window specified for daily operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#days_in_cycle
def days_in_cycle() -> ::Integer
Returns
- (::Integer) — Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.
#days_in_cycle=
def days_in_cycle=(value) -> ::Integer
Parameter
- value (::Integer) — Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.
Returns
- (::Integer) — Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.
#duration
def duration() -> ::String
Returns
- (::String) — [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
#duration=
def duration=(value) -> ::String
Parameter
- value (::String) — [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
Returns
- (::String) — [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
#start_time
def start_time() -> ::String
Returns
- (::String) — Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
#start_time=
def start_time=(value) -> ::String
Parameter
- value (::String) — Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
Returns
- (::String) — Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.