Compute V1 Client - Class AdvancedMachineFeatures (1.20.0)

Reference documentation and code samples for the Compute V1 Client class AdvancedMachineFeatures.

Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).

Generated from protobuf message google.cloud.compute.v1.AdvancedMachineFeatures

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ enable_nested_virtualizationbool

Whether to enable nested virtualization or not (default is false).

↳ enable_uefi_networkingbool

Whether to enable UEFI networking for instance creation.

↳ performance_monitoring_unitstring

Type of Performance Monitoring Unit requested on instance. Check the PerformanceMonitoringUnit enum for the list of possible values.

↳ threads_per_coreint

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.

↳ turbo_modestring

Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.

↳ visible_core_countint

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.

getEnableNestedVirtualization

Whether to enable nested virtualization or not (default is false).

Returns
TypeDescription
bool

hasEnableNestedVirtualization

clearEnableNestedVirtualization

setEnableNestedVirtualization

Whether to enable nested virtualization or not (default is false).

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getEnableUefiNetworking

Whether to enable UEFI networking for instance creation.

Returns
TypeDescription
bool

hasEnableUefiNetworking

clearEnableUefiNetworking

setEnableUefiNetworking

Whether to enable UEFI networking for instance creation.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getPerformanceMonitoringUnit

Type of Performance Monitoring Unit requested on instance.

Check the PerformanceMonitoringUnit enum for the list of possible values.

Returns
TypeDescription
string

hasPerformanceMonitoringUnit

clearPerformanceMonitoringUnit

setPerformanceMonitoringUnit

Type of Performance Monitoring Unit requested on instance.

Check the PerformanceMonitoringUnit enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getThreadsPerCore

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.

Returns
TypeDescription
int

hasThreadsPerCore

clearThreadsPerCore

setThreadsPerCore

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.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getTurboMode

Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.

Returns
TypeDescription
string

hasTurboMode

clearTurboMode

setTurboMode

Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getVisibleCoreCount

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.

Returns
TypeDescription
int

hasVisibleCoreCount

clearVisibleCoreCount

setVisibleCoreCount

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.

Parameter
NameDescription
varint
Returns
TypeDescription
$this