Cloud Run Admin v2 API - Class NFSVolumeSource (2.7.0)

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.

Represents an NFS mount.

Inheritance

object > NFSVolumeSource

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

NFSVolumeSource()

public NFSVolumeSource()

NFSVolumeSource(NFSVolumeSource)

public NFSVolumeSource(NFSVolumeSource other)
Parameter
NameDescription
otherNFSVolumeSource

Properties

Path

public string Path { get; set; }

Path that is exported by the NFS server.

Property Value
TypeDescription
string

ReadOnly

public bool ReadOnly { get; set; }

If true, mount the NFS volume as read only

Property Value
TypeDescription
bool

Server

public string Server { get; set; }

Hostname or IP address of the NFS server

Property Value
TypeDescription
string