Class Volume (1.0.0)

public sealed class Volume : IMessage<Volume>, IEquatable<Volume>, IDeepCloneable<Volume>, IBufferMessage, IMessage

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

Inheritance

Object > Volume

Implements

Google.Protobuf.IMessage<Volume>, IEquatable<Volume>, Google.Protobuf.IDeepCloneable<Volume>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

Volume()

public Volume()

Volume(Volume)

public Volume(Volume other)
Parameter
NameDescription
otherVolume

Properties

Name

public string Name { get; set; }

Unique name for the volume.

Property Value
TypeDescription
String

SizeGb

public double SizeGb { get; set; }

Volume size in gigabytes.

Property Value
TypeDescription
Double

VolumeType

public string VolumeType { get; set; }

Underlying volume type, e.g. 'tmpfs'.

Property Value
TypeDescription
String