Class Volume
Volumes mounted within the app container. Only applicable in the App Engine flexible environment.
Inheritance
System.Object
Volume
Implements
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.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class Volume : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Unique name for the volume.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SizeGb
Volume size in gigabytes.
Declaration
[JsonProperty("sizeGb")]
public virtual double? SizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
VolumeType
Underlying volume type, e.g. 'tmpfs'.
Declaration
[JsonProperty("volumeType")]
public virtual string VolumeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |