Class GoogleCloudRunV2GCSVolumeSource
Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2GCSVolumeSource : IDirectResponseSchema
Properties
Bucket
Cloud Storage Bucket name.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { 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 |
MountOptions
A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading "--".
Declaration
[JsonProperty("mountOptions")]
public virtual IList<string> MountOptions { get; set; }
Property Value
Type | Description |
---|---|
IList<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? |