public sealed class CreateSnapshotRequest : IMessage<CreateSnapshotRequest>, IEquatable<CreateSnapshotRequest>, IDeepCloneable<CreateSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateSnapshotRequest.
Required. ID of the snapshot to create.
This value must start with a lowercase letter followed by up to 62
lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
[[["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."],[[["This documentation page covers the `CreateSnapshotRequest` class within the Google Cloud NetApp v1 API, which is used to create a new snapshot."],["The `CreateSnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["Key properties for creating a snapshot include `Parent` (specifying the volume), `ParentAsVolumeName` (a typed view of the volume name), `Snapshot` (the snapshot resource), and `SnapshotId` (the identifier for the new snapshot)."],["The latest version of this API covered in the document is version 1.8.0, however, the content of this specific page deals directly with the 1.0.0 version."],["The class can be instantiated using a parameterless constructor or a copy constructor that accepts another `CreateSnapshotRequest` object."]]],[]]