Show / Hide Table of Contents

Class GoogleCloudRunV2GCSVolumeSource

Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.

Inheritance
object
GoogleCloudRunV2GCSVolumeSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX