View Source GoogleApi.GKEBackup.V1.Model.VolumeDataRestorePolicyOverride (google_api_gke_backup v0.6.1)
Defines an override to apply a VolumeDataRestorePolicy for scoped resources.
Attributes
-
policy
(type:String.t
, default:nil
) - Required. The VolumeDataRestorePolicy to apply when restoring volumes in scope. -
selectedPvcs
(type:GoogleApi.GKEBackup.V1.Model.NamespacedNames.t
, default:nil
) - A list of PVCs to apply the policy override to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEBackup.V1.Model.VolumeDataRestorePolicyOverride{ policy: String.t() | nil, selectedPvcs: GoogleApi.GKEBackup.V1.Model.NamespacedNames.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.