Show / Hide Table of Contents

Class Volume

Volume represents a named volume in a container.

Inheritance
System.Object
Volume
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class Volume : IDirectResponseSchema

Properties

ConfigMap

Declaration
[JsonProperty("configMap")]
public virtual ConfigMapVolumeSource ConfigMap { get; set; }
Property Value
Type Description
ConfigMapVolumeSource

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Secret

Declaration
[JsonProperty("secret")]
public virtual SecretVolumeSource Secret { get; set; }
Property Value
Type Description
SecretVolumeSource

Implements

IDirectResponseSchema
In This Article
Back to top