Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::RestoreConfig::ClusterResourceRestoreScope (v0.2.0)

Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::RestoreConfig::ClusterResourceRestoreScope.

Identifies the cluster-scoped resources to restore from the Backup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#selected_group_kinds

def selected_group_kinds() -> ::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>
Returns
  • (::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>) — A list of "types" of cluster-scoped resources to be restored from the Backup. An empty list means that NO cluster-scoped resources will be restored. Note that Namespaces and PersistentVolume restoration is handled separately and is not governed by this field.

#selected_group_kinds=

def selected_group_kinds=(value) -> ::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>
Parameter
  • value (::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>) — A list of "types" of cluster-scoped resources to be restored from the Backup. An empty list means that NO cluster-scoped resources will be restored. Note that Namespaces and PersistentVolume restoration is handled separately and is not governed by this field.
Returns
  • (::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>) — A list of "types" of cluster-scoped resources to be restored from the Backup. An empty list means that NO cluster-scoped resources will be restored. Note that Namespaces and PersistentVolume restoration is handled separately and is not governed by this field.