View Source GoogleApi.GKEBackup.V1.Model.RestoreOrder (google_api_gke_backup v0.6.1)
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
Unwrap a decoded JSON object into its complex fields.