public sealed class Volume : IMessage<Volume>, IEquatable<Volume>, IDeepCloneable<Volume>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class Volume.
Volumes mounted within the app container. Only applicable in the App Engine flexible environment.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
Volume()
public Volume()
Volume(Volume)
public Volume(Volume other)
Parameter | |
---|---|
Name | Description |
other |
Volume |
Properties
Name
public string Name { get; set; }
Unique name for the volume.
Property Value | |
---|---|
Type | Description |
string |
SizeGb
public double SizeGb { get; set; }
Volume size in gigabytes.
Property Value | |
---|---|
Type | Description |
double |
VolumeType
public string VolumeType { get; set; }
Underlying volume type, e.g. 'tmpfs'.
Property Value | |
---|---|
Type | Description |
string |