public sealed class Volume : IMessage<Volume>, IEquatable<Volume>, IDeepCloneable<Volume>, IBufferMessage, IMessageVolumes 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 |
|