Class Mount
Carries information about a particular disk mount inside a container.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class Mount : IDirectResponseSchema
Properties
Disk
The name of the disk to mount, as specified in the resources section.
Declaration
[JsonProperty("disk")]
public virtual string Disk { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
The path to mount the disk inside the container.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadOnly__
If true, the disk is mounted read-only inside the container.
Declaration
[JsonProperty("readOnly")]
public virtual bool? ReadOnly__ { get; set; }
Property Value
Type | Description |
---|---|
bool? |