Class MaintenanceSchedule (2.9.2)

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

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The start time of any upcoming scheduled maintenance for this instance.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The end time of any upcoming scheduled maintenance for this instance.
can_reschedule bool
If the scheduled maintenance can be rescheduled, default is true.
schedule_deadline_time google.protobuf.timestamp_pb2.Timestamp
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.

Inheritance

builtins.object > proto.message.Message > MaintenanceSchedule