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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRestoreParameters\u003c/code\u003e class in the Google.Cloud.NetApp.V1 namespace is used to specify parameters for restoring a volume, which can be from a snapshot or a backup.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eRestoreParameters\u003c/code\u003e implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRestoreParameters\u003c/code\u003e objects can be created using a default constructor or by copying from another \u003ccode\u003eRestoreParameters\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties \u003ccode\u003eHasSourceBackup\u003c/code\u003e and \u003ccode\u003eHasSourceSnapshot\u003c/code\u003e, which indicate whether the "source_backup" or "source_snapshot" field is set respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt allows setting the source of the restore operation by providing either a \u003ccode\u003eSourceBackup\u003c/code\u003e or a \u003ccode\u003eSourceSnapshot\u003c/code\u003e, which are the full names of the respective backup or snapshot resources.\u003c/p\u003e\n"]]],[],null,[]]