Class ScalingScheduleStatus (1.18.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.

Classes

State

State(value)

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

Values: UNDEFINED_STATE (0): A value indicating that the enum field is not set. ACTIVE (314733318): The current autoscaling recommendation is influenced by this scaling schedule. DISABLED (516696700): This scaling schedule has been disabled by the user. OBSOLETE (66532761): This scaling schedule will never become active again. READY (77848963): The current autoscaling recommendation is not influenced by this scaling schedule.