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 document provides reference information for the `CreateVolumeRequest` class within the Google Cloud NetApp v1 API, detailing its structure and functionality."],["The `CreateVolumeRequest` class is used to create a new volume and is a part of the `Google.Cloud.NetApp.V1` namespace, implemented through multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, including a default constructor and one that accepts another `CreateVolumeRequest` object as a parameter."],["Key properties include `Parent` (identifying the parent resource), `Volume` (defining the volume to be created), and `VolumeId` (setting the unique identifier for the new volume)."],["The document allows you to browse the documentation for previous versions of the API, from 1.0.0 up to the latest version 1.8.0."]]],[]]