Class ResourcePolicySnapshotSchedulePolicyRetentionPolicy (1.6.0)

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

Policy for retention of scheduled snapshots.

Attributes

NameDescription
max_retention_days int
Maximum age of the snapshot that is allowed to be kept. This field is a member of `oneof`_ ``_max_retention_days``.
on_source_disk_delete str
Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values. This field is a member of `oneof`_ ``_on_source_disk_delete``.

Inheritance

builtins.object > proto.message.Message > ResourcePolicySnapshotSchedulePolicyRetentionPolicy

Classes

OnSourceDiskDelete

OnSourceDiskDelete(value)

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.