Class UpcomingMaintenance (1.22.0)

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

Attributes

Name Description
type_ google.cloud.tpu_v2alpha1.types.UpcomingMaintenance.MaintenanceType
Defines the type of maintenance. This field is a member of oneof_ _type.
can_reschedule bool
Indicates if the maintenance can be customer triggered. This field is a member of oneof_ _can_reschedule.
window_start_time str
The current start time of the maintenance window. This timestamp value is in RFC3339 text format. This field is a member of oneof_ _window_start_time.
window_end_time str
The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format. This field is a member of oneof_ _window_end_time.
latest_window_start_time str
The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format. This field is a member of oneof_ _latest_window_start_time.
maintenance_status google.cloud.tpu_v2alpha1.types.UpcomingMaintenance.MaintenanceStatus
The status of the maintenance. This field is a member of oneof_ _maintenance_status.

Classes

MaintenanceStatus

MaintenanceStatus(value)

The status of the maintenance for this notification.

MaintenanceType

MaintenanceType(value)

The type of maintenance for this notification.