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.
Implements
IMessageNFSVolumeSource, IEquatableNFSVolumeSource, IDeepCloneableNFSVolumeSource, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
NFSVolumeSource()
public NFSVolumeSource()
NFSVolumeSource(NFSVolumeSource)
public NFSVolumeSource(NFSVolumeSource other)
Parameter | |
---|---|
Name | Description |
other |
NFSVolumeSource |
Properties
Path
public string Path { get; set; }
Path that is exported by the NFS server.
Property Value | |
---|---|
Type | Description |
string |
ReadOnly
public bool ReadOnly { get; set; }
If true, mount the NFS volume as read only
Property Value | |
---|---|
Type | Description |
bool |
Server
public string Server { get; set; }
Hostname or IP address of the NFS server
Property Value | |
---|---|
Type | Description |
string |