Class ResourcePolicyDailyCycle (1.3.1)

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

Time window specified for daily operations.

Attributes

NameDescription
days_in_cycle int
Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle. This field is a member of `oneof`_ ``_days_in_cycle``.
duration str
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario. This field is a member of `oneof`_ ``_duration``.
start_time str
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. This field is a member of `oneof`_ ``_start_time``.

Inheritance

builtins.object > proto.message.Message > ResourcePolicyDailyCycle