public sealed class CreateVolumeRequest : IMessage<CreateVolumeRequest>, IEquatable<CreateVolumeRequest>, IDeepCloneable<CreateVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateVolumeRequest.
[[["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 page provides reference documentation for the `CreateVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.2.0, and covers versions from 1.0.0 to the latest, 1.8.0."],["The `CreateVolumeRequest` class is a message object used to create a Volume, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The `CreateVolumeRequest` has properties such as `Parent`, `ParentAsLocationName`, `Volume`, and `VolumeId`, which are used to specify the location and details of the volume being created."],["The documentation offers details on the constructors for creating `CreateVolumeRequest` objects, both with and without an existing `CreateVolumeRequest` object."],["The `Parent`, `Volume` and `VolumeId` properties are required fields for creating a volume using this request."]]],[]]