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 |
enable_nested_virtualization |
bool
Optional. Whether to enable nested virtualization or not (default is false). This field is a member of oneof _ _enable_nested_virtualization .
|
threads_per_core |
int
Optional. 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 .
|
visible_core_count |
int
Optional. The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width. This field is a member of oneof _ _visible_core_count .
|
enable_uefi_networking |
bool
Optional. Whether to enable UEFI networking for instance creation. This field is a member of oneof _ _enable_uefi_networking .
|