Class MaintenancePolicy (1.5.0)

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

Maintenance policy per instance.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the policy was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the policy was updated.
description str
Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
weekly_maintenance_window MutableSequence[google.cloud.memcache_v1beta2.types.WeeklyMaintenanceWindow]
Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.