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 |
|
---|---|
Name | Description |
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 .
|