Class ScalingScheduleStatus (1.6.0)

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

Attributes

NameDescription
last_start_time str
[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format. This field is a member of `oneof`_ ``_last_start_time``.
next_start_time str
[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format. This field is a member of `oneof`_ ``_next_start_time``.
state str
[Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values. This field is a member of `oneof`_ ``_state``.

Inheritance

builtins.object > proto.message.Message > ScalingScheduleStatus

Classes

State

State(value)

[Output Only] The current state of a scaling schedule.