public sealed class ClusterResourceRestoreScope : IMessage<RestoreConfig.Types.ClusterResourceRestoreScope>, IEquatable<RestoreConfig.Types.ClusterResourceRestoreScope>, IDeepCloneable<RestoreConfig.Types.ClusterResourceRestoreScope>, IBufferMessage, IMessage
Identifies the cluster-scoped resources to restore from the Backup.
public RepeatedField<RestoreConfig.Types.GroupKind> SelectedGroupKinds { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ClusterResourceRestoreScope` class within the `Google.Cloud.GkeBackup.V1` namespace, specifically for version 1.0.0-beta01 of the GKE Backup library."],["The `ClusterResourceRestoreScope` class is used to identify and manage cluster-scoped resources that should be restored from a backup, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `ClusterResourceRestoreScope()` and another that takes an existing `RestoreConfig.Types.ClusterResourceRestoreScope` object, facilitating object duplication."],["It contains a property named `SelectedGroupKinds`, which is a `RepeatedField` that specifies the types of cluster-scoped resources to be included in the restoration process."],["The documentation indicates the inheritance structure, implementing interfaces, inherited members, namespace, assembly information, and also includes versioning information for previous versions of the package ranging from 2.0.0 to 2.6.0."]]],[]]