App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::Volume (v0.4.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Volume.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Unique name for the volume.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Unique name for the volume.
Returns
  • (::String) — Unique name for the volume.

#size_gb

def size_gb() -> ::Float
Returns
  • (::Float) — Volume size in gigabytes.

#size_gb=

def size_gb=(value) -> ::Float
Parameter
  • value (::Float) — Volume size in gigabytes.
Returns
  • (::Float) — Volume size in gigabytes.

#volume_type

def volume_type() -> ::String
Returns
  • (::String) — Underlying volume type, e.g. 'tmpfs'.

#volume_type=

def volume_type=(value) -> ::String
Parameter
  • value (::String) — Underlying volume type, e.g. 'tmpfs'.
Returns
  • (::String) — Underlying volume type, e.g. 'tmpfs'.