Class GoogleCloudRunV2NFSVolumeSource
Represents an NFS mount.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2NFSVolumeSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
Path that is exported by the NFS server.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadOnly__
If true, the volume will be mounted as read only for all mounts.
Declaration
[JsonProperty("readOnly")]
public virtual bool? ReadOnly__ { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Server
Hostname or IP address of the NFS server
Declaration
[JsonProperty("server")]
public virtual string Server { get; set; }
Property Value
Type | Description |
---|---|
string |