public sealed class CreateBackupRequest : IMessage<CreateBackupRequest>, IEquatable<CreateBackupRequest>, IDeepCloneable<CreateBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateBackupRequest.
Required. The ID to use for the backup.
The ID must be unique within the specified backupVault.
Must contain only letters, numbers and hyphen, with the first
character a letter, the last a letter or a
number, and a 63 character maximum.
[[["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 `CreateBackupRequest` class is 1.8.0, used for creating backups within the NetApp v1 API."],["The `CreateBackupRequest` class is designed for creating backup resources and it inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["You can instantiate `CreateBackupRequest` either through its parameterless constructor or by copying an existing `CreateBackupRequest` object using its copy constructor."],["The `CreateBackupRequest` class includes properties such as `Backup` (the backup resource), `BackupId` (a unique identifier for the backup), `Parent` (the backup vault name), and `ParentAsBackupVaultName` (typed view over the parent resource name)."],["The BackupId Property is a string that must be unique, containing only letters, numbers, and hyphens, starting with a letter, and ending with a letter or number, with a maximum length of 63 characters."]]],[]]