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 documentation page provides reference information for the `CreateNfsShareRequest` class within the Google Cloud Bare Metal Solution v2 API, version 1.6.0."],["The `CreateNfsShareRequest` class is used to create an NFS share and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `CreateNfsShareRequest` object as a parameter."],["The `CreateNfsShareRequest` class includes properties such as `NfsShare`, `Parent`, and `ParentAsLocationName` to define the NFS share to be created and its parent location."],["You can see previous versions of the same documentation, ranging all the way back to version 1.0.0, and as recently as 1.7.0 which is marked as the latest version."]]],[]]