Class ScalingScheduleStatus (1.3.2)

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.

Classes

State

State(value)

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