Class InstanceConsumptionInfo (1.6.0)

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

Attributes

NameDescription
guest_cpus int
The number of virtual CPUs that are available to the instance. This field is a member of `oneof`_ ``_guest_cpus``.
local_ssd_gb int
The amount of local SSD storage available to the instance, defined in GiB. This field is a member of `oneof`_ ``_local_ssd_gb``.
memory_mb int
The amount of physical memory available to the instance, defined in MiB. This field is a member of `oneof`_ ``_memory_mb``.
min_node_cpus int
The minimal guaranteed number of virtual CPUs that are reserved. This field is a member of `oneof`_ ``_min_node_cpus``.

Inheritance

builtins.object > proto.message.Message > InstanceConsumptionInfo