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, underscore and hyphen, with
the first character a letter or underscore, the last a letter or underscore
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 document provides reference information for the `CreateVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.5.0, which is part of the `.NET` library."],["The `CreateVolumeRequest` class is used to define the message for creating a new volume, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new instance and copying another `CreateVolumeRequest` object, and members inherited from `object` such as `GetHashCode`, `GetType`, and `ToString`."],["Key properties of the `CreateVolumeRequest` class are `Parent` (required string value for the parent), `ParentAsLocationName` (typed view of `Parent`), `Volume` (the required volume to be created), and `VolumeId` (a unique identifier for the new volume)."],["The latest version available is 1.8.0, and there are other versions available such as 1.7.0, 1.6.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]