public sealed class CreateNfsShareRequest : IMessage<CreateNfsShareRequest>, IEquatable<CreateNfsShareRequest>, IDeepCloneable<CreateNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class CreateNfsShareRequest.
[[["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 page provides documentation for the `CreateNfsShareRequest` class within the Bare Metal Solution v2 API, specifically version 1.3.0, which is part of the `Google.Cloud.BareMetalSolution.V2` namespace."],["The `CreateNfsShareRequest` class is a message used to request the creation of an NFS share, inheriting from the object class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateNfsShareRequest` class include `NfsShare`, which is the share to be created, and `Parent`, which designates the project and location where the resource is located, as well as `ParentAsLocationName`, which gives a location name view over the parent."],["The documentation includes constructors for creating instances of the `CreateNfsShareRequest` class, one default and another accepting an existing `CreateNfsShareRequest` as a parameter."],["There are multiple different versions of the API available, ranging from 1.0.0 to 1.7.0, with 1.7.0 being the most current release."]]],[]]