Class InstanceSelectionResult (5.9.3)

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

Defines a mapping from machine types to the number of VMs that are created with each machine type.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
machine_type str
Output only. Full machine-type names, e.g. "n1-standard-16". This field is a member of oneof_ _machine_type.
vm_count int
Output only. Number of VM provisioned with the machine_type. This field is a member of oneof_ _vm_count.