Interface protos.google.appengine.v1.IResources (1.0.6)

Properties of a Resources.

Package

@google-cloud/appengine-admin!

Properties

cpu

cpu?: (number|null);

Resources cpu

Property Value
TypeDescription
(number|null)

diskGb

diskGb?: (number|null);

Resources diskGb

Property Value
TypeDescription
(number|null)

kmsKeyReference

kmsKeyReference?: (string|null);

Resources kmsKeyReference

Property Value
TypeDescription
(string|null)

memoryGb

memoryGb?: (number|null);

Resources memoryGb

Property Value
TypeDescription
(number|null)

volumes

volumes?: (google.appengine.v1.IVolume[]|null);

Resources volumes

Property Value
TypeDescription
(google.appengine.v1.IVolume[]|null)