Class PeriodicPartialMaintenanceSchedule (1.50.0)

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

The periodic partial maintenance schedule includes 52 weeks worth of maintenance windows. LINT.IfChange(PeriodicPartialMaintenanceSchedule)

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
sub_type str
The maintenance type in which the zone is during the given window. Check the SubType enum for the list of possible values. This field is a member of oneof_ _sub_type.
target_resource str
The target resource that the maintenance window is for. For example, "projects/my-project/zones/us-central1-a". This field is a member of oneof_ _target_resource.
type_ str
Check the Type enum for the list of possible values. This field is a member of oneof_ _type.
window_end_time google.cloud.compute_v1.types.DateTime
The end civil timestamp of the window (not inclusive). This contains a time zone. This field is a member of oneof_ _window_end_time.
window_start_time google.cloud.compute_v1.types.DateTime
The start civil timestamp of the window. This contains a time zone. This field is a member of oneof_ _window_start_time.

Classes

SubType

SubType(value)

The maintenance type in which the zone is during the given window.

Type

Type(value)