Class: Google::Cloud::GkeBackup::V1::RestoreConfig::ClusterResourceRestoreScope

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/restore.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#selected_group_kinds::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>

Returns 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.



207
208
209
210
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 207

class ClusterResourceRestoreScope
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end