public sealed class VolumeDataRestorePolicyOverride : IMessage<VolumeDataRestorePolicyOverride>, IEquatable<VolumeDataRestorePolicyOverride>, IDeepCloneable<VolumeDataRestorePolicyOverride>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class VolumeDataRestorePolicyOverride.
Defines an override to apply a VolumeDataRestorePolicy for scoped resources.
[[["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."],[[["The latest version of the `VolumeDataRestorePolicyOverride` class is 2.6.0, with several previous versions available for reference, going back to 1.0.0-beta01."],["The `VolumeDataRestorePolicyOverride` class, part of the Google.Cloud.GkeBackup.V1 namespace, is used to define overrides for applying a `VolumeDataRestorePolicy` to specific resources within the Backup for GKE v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for data handling, comparison, and cloning."],["`VolumeDataRestorePolicyOverride` includes properties like `Policy` for setting the restore policy, `ScopeCase` for determining the scope, and `SelectedPvcs` for specifying the PVCs to which the policy override should apply."],["The `VolumeDataRestorePolicyOverride` class also has two constructors, one empty and another that allows another instance of the same class to be the source of the creation of the new class."]]],[]]