Class MaintenancePolicy (2.9.0)

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

Maintenance policy for an 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 last updated.
description str
Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
weekly_maintenance_window Sequence[google.cloud.redis_v1beta1.types.WeeklyMaintenanceWindow]
Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.

Inheritance

builtins.object > proto.message.Message > MaintenancePolicy