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