Class AdvancedMachineFeatures (2.47.0)

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

Specifies options for controlling advanced machine features.

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

Attributes

Name Description
threads_per_core int
The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed. This field is a member of oneof_ _threads_per_core.
enable_nested_virtualization bool
Whether or not to enable nested virtualization (defaults to false). This field is a member of oneof_ _enable_nested_virtualization.