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 document provides reference documentation for the `CreateNfsShareRequest` class within the Bare Metal Solution v2 API, specifically version 1.4.0."],["The `CreateNfsShareRequest` class is used to define a message for creating an NFS share and it implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either default or by copying from another `CreateNfsShareRequest` instance."],["It has properties like `NfsShare`, `Parent`, and `ParentAsLocationName`, which are used to define the NFS share to create and the location in which to create it."],["There are links to access other previous versions, up to 1.0.0, and the latest 1.7.0, of the `CreateNfsShareRequest` documentation."]]],[]]