public sealed class RestoreParameters : IMessage<RestoreParameters>, IEquatable<RestoreParameters>, IDeepCloneable<RestoreParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class RestoreParameters.
The RestoreParameters if volume is created from a snapshot or backup.
[[["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-04-09 UTC."],[[["The `RestoreParameters` class in the Google Cloud NetApp v1 API is used when a volume is created from a snapshot or backup, offering functionality for managing volume restoration."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and other .NET functionalities."],["It includes properties like `HasSourceBackup`, `HasSourceSnapshot`, `SourceBackup`, `SourceCase`, and `SourceSnapshot`, to manage the details of the restoration operation from a backup or a snapshot."],["The `SourceBackup` and `SourceSnapshot` properties store the full resource names of the respective backup and snapshot sources in specific formats, such as `projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}` for backups and `projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}` for snapshots."],["The class also provides constructors for creating instances, either blankly or by using an existing `RestoreParameters` instance."]]],[]]