Class GoogleCloudRunV2VolumeMount
VolumeMount describes a mounting of a Volume within a container.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2VolumeMount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MountPath
Required. Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud
SQL volumes, it can be left empty, or must otherwise be /cloudsql
. All instances defined in the Volume
will be available as /cloudsql/[instance]
. For more information on Cloud SQL volumes, visit
https://cloud.google.com/sql/docs/mysql/connect-run
Declaration
[JsonProperty("mountPath")]
public virtual string MountPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. This must match the Name of a Volume.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |