public sealed class DeleteNfsShareRequest : IMessage<DeleteNfsShareRequest>, IEquatable<DeleteNfsShareRequest>, IDeepCloneable<DeleteNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteNfsShareRequest.
[[["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 `DeleteNfsShareRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically for version 1.3.0."],["The `DeleteNfsShareRequest` class is used to construct a message for deleting an NFS share and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property (string) and a `NFSShareName` property (of type `NFSShareName`) that is a typed view over the Name resource, both used to specify the NFS share to be deleted."],["The documentation also includes details about inherited members and provides information on the constructors used to instantiate a `DeleteNfsShareRequest` object."],["There are multiple versions of the API provided, ranging from version 1.0.0 up to 1.7.0, with 1.7.0 being the latest version."]]],[]]