View Source GoogleApi.GKEBackup.V1.Model.VolumeDataRestorePolicyBinding (google_api_gke_backup v0.6.0)

Binds resources in the scope to the given VolumeDataRestorePolicy.

Attributes

  • policy (type: String.t, default: nil) - Required. The VolumeDataRestorePolicy to apply when restoring volumes in scope.
  • volumeType (type: String.t, default: nil) - The volume type, as determined by the PVC's bound PV, to apply the policy to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.VolumeDataRestorePolicyBinding{
  policy: String.t() | nil,
  volumeType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.