ResourcePolicyInstanceSchedulePolicy(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.
Attributes
Name | Description |
expiration_time |
str
The expiration time of the schedule. The timestamp is an RFC3339 string. |
start_time |
str
The start time of the schedule. The timestamp is an RFC3339 string. |
time_zone |
str
Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. |
vm_start_schedule |
google.cloud.compute_v1.types.ResourcePolicyInstanceSchedulePolicySchedule
Specifies the schedule for starting instances. |
vm_stop_schedule |
google.cloud.compute_v1.types.ResourcePolicyInstanceSchedulePolicySchedule
Specifies the schedule for stopping instances. |