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-03-21 UTC."],[[["This webpage provides documentation for the `CreateVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0."],["`CreateVolumeRequest` is used to request the creation of a new volume, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateVolumeRequest` class has properties such as `Parent`, `ParentAsLocationName`, `Volume`, and `VolumeId`, which are essential for specifying the details of the volume creation request."],["The documentation details the constructors for `CreateVolumeRequest`, including a default constructor and a copy constructor that takes another `CreateVolumeRequest` as a parameter."],["Users can navigate to documentation for previous versions, with the most recent being 1.8.0, via the links provided for each version."]]],[]]