Class ResourcePolicyHourlyCycle (1.6.0)

ResourcePolicyHourlyCycle(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Time window specified for hourly operations.

Attributes

NameDescription
duration str
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. This field is a member of `oneof`_ ``_duration``.
hours_in_cycle int
Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle. This field is a member of `oneof`_ ``_hours_in_cycle``.
start_time str
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT. This field is a member of `oneof`_ ``_start_time``.

Inheritance

builtins.object > proto.message.Message > ResourcePolicyHourlyCycle