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

Allows customers to specify dependencies between resources that Backup for GKE can use to compute a resasonable restore order.

Attributes

  • groupKindDependencies (type: list(GoogleApi.GKEBackup.V1.Model.GroupKindDependency.t), default: nil) - Optional. Contains a list of group kind dependency pairs provided by the customer, that is used by Backup for GKE to generate a group kind restore order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.RestoreOrder{
  groupKindDependencies:
    [GoogleApi.GKEBackup.V1.Model.GroupKindDependency.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.