public sealed class CreateVolumeRequest : IMessage<CreateVolumeRequest>, IEquatable<CreateVolumeRequest>, IDeepCloneable<CreateVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateVolumeRequest.
Required. Id of the requesting volume. Must be unique within the parent
resource. 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-04-17 UTC."],[[["This document provides reference information for the `CreateVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.7.0, and also provides links to the other versions."],["The `CreateVolumeRequest` class is used to define and send a request for creating a new volume within the Google Cloud NetApp service and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, `ParentAsLocationName`, `Volume`, and `VolumeId`, which are used to specify details about the volume to be created, including the parent location and the unique identifier for the new volume."],["Constructors are provided for creating new `CreateVolumeRequest` objects, including a default constructor and one that accepts another `CreateVolumeRequest` object as a parameter for copying."],["This document references the `CreateVolumeRequest` class, its associated data types, such as `Volume` and `LocationName`, and the relevant .NET documentation."]]],[]]