public sealed class ClusterResourceRestoreScope : IMessage<RestoreConfig.Types.ClusterResourceRestoreScope>, IEquatable<RestoreConfig.Types.ClusterResourceRestoreScope>, IDeepCloneable<RestoreConfig.Types.ClusterResourceRestoreScope>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class RestoreConfig.Types.ClusterResourceRestoreScope.
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 document provides reference documentation for the `RestoreConfig.Types.ClusterResourceRestoreScope` class within the Backup for GKE v1 API."],["The `ClusterResourceRestoreScope` class identifies the cluster-scoped resources to be restored from a backup."],["The `SelectedGroupKinds` property, of type `RepeatedField\u003cRestoreConfig.Types.GroupKind\u003e`, allows you to specify a list of cluster-scoped resource types for restoration, noting that empty list means no resources will be restored."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["There are currently 8 versions of this reference documentation available, ranging from `1.0.0-beta01` to `2.6.0`, with the latter being the latest."]]],[]]