public sealed class NFSVolumeSource : IMessage<NFSVolumeSource>, IEquatable<NFSVolumeSource>, IDeepCloneable<NFSVolumeSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class NFSVolumeSource.
[[["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 `NFSVolumeSource` class within the Google Cloud Run Admin v2 API, specifically for version 2.10.0 of the .NET library."],["The `NFSVolumeSource` class represents an NFS mount and inherits from the `object` class, while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `Path`, `ReadOnly`, and `Server`, which define the NFS server export path, whether the mount is read-only, and the server's address, respectively."],["The document also lists available versions of `NFSVolumeSource` ranging from the latest `2.13.0` down to `1.0.0-beta02`, with links to each version's documentation."],["There are two constructors available, a default constructor `NFSVolumeSource()` and one that accepts another `NFSVolumeSource` instance as a parameter to initialize the values."]]],[]]