Class Volume (1.5.2)

Volume(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
name str
Unique name for the volume.
volume_type str
Underlying volume type, e.g. 'tmpfs'.
size_gb float
Volume size in gigabytes.

Inheritance

builtins.object > proto.message.Message > Volume