Show / Hide Table of Contents

Class Volume

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

Inheritance
object
Volume
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX