Class VolumeDataRestorePolicyOverride (0.5.9)

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

Defines an override to apply a VolumeDataRestorePolicy for scoped resources.

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

Attributes

Name Description
policy google.cloud.gke_backup_v1.types.RestoreConfig.VolumeDataRestorePolicy
Required. The VolumeDataRestorePolicy to apply when restoring volumes in scope.
selected_pvcs google.cloud.gke_backup_v1.types.NamespacedNames
A list of PVCs to apply the policy override to. This field is a member of oneof_ scope.