Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
Generated from protobuf messagegoogle.cloud.backupdr.v1.AdvancedMachineFeatures
Namespace
Google \ Cloud \ BackupDR \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ enable_nested_virtualization
bool
Optional. Whether to enable nested virtualization or not (default is false).
↳ 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.
↳ 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.
↳ enable_uefi_networking
bool
Optional. Whether to enable UEFI networking for instance creation.
getEnableNestedVirtualization
Optional. Whether to enable nested virtualization or not (default is
false).
Returns
Type
Description
bool
hasEnableNestedVirtualization
clearEnableNestedVirtualization
setEnableNestedVirtualization
Optional. Whether to enable nested virtualization or not (default is
false).
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getThreadsPerCore
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.
Returns
Type
Description
int
hasThreadsPerCore
clearThreadsPerCore
setThreadsPerCore
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.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getVisibleCoreCount
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.
Returns
Type
Description
int
hasVisibleCoreCount
clearVisibleCoreCount
setVisibleCoreCount
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.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getEnableUefiNetworking
Optional. Whether to enable UEFI networking for instance creation.
Returns
Type
Description
bool
hasEnableUefiNetworking
clearEnableUefiNetworking
setEnableUefiNetworking
Optional. Whether to enable UEFI networking for instance creation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Backup Dr V1 Client - Class AdvancedMachineFeatures (0.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.0 (latest)](/php/docs/reference/cloud-backupdr/latest/V1.AdvancedMachineFeatures)\n- [0.6.2](/php/docs/reference/cloud-backupdr/0.6.2/V1.AdvancedMachineFeatures)\n- [0.5.1](/php/docs/reference/cloud-backupdr/0.5.1/V1.AdvancedMachineFeatures)\n- [0.4.2](/php/docs/reference/cloud-backupdr/0.4.2/V1.AdvancedMachineFeatures)\n- [0.3.0](/php/docs/reference/cloud-backupdr/0.3.0/V1.AdvancedMachineFeatures)\n- [0.2.0](/php/docs/reference/cloud-backupdr/0.2.0/V1.AdvancedMachineFeatures)\n- [0.1.0](/php/docs/reference/cloud-backupdr/0.1.0/V1.AdvancedMachineFeatures) \nReference documentation and code samples for the Google Cloud Backup Dr V1 Client class AdvancedMachineFeatures.\n\nSpecifies options for controlling advanced machine features.\n\nGenerated from protobuf message `google.cloud.backupdr.v1.AdvancedMachineFeatures`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BackupDR \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getEnableNestedVirtualization\n\nOptional. Whether to enable nested virtualization or not (default is\nfalse).\n\n### hasEnableNestedVirtualization\n\n### clearEnableNestedVirtualization\n\n### setEnableNestedVirtualization\n\nOptional. Whether to enable nested virtualization or not (default is\nfalse).\n\n### getThreadsPerCore\n\nOptional. The number of threads per physical core. To disable simultaneous\nmultithreading (SMT) set this to 1. If unset, the maximum number\nof threads supported per core by the underlying processor is\nassumed.\n\n### hasThreadsPerCore\n\n### clearThreadsPerCore\n\n### setThreadsPerCore\n\nOptional. The number of threads per physical core. To disable simultaneous\nmultithreading (SMT) set this to 1. If unset, the maximum number\nof threads supported per core by the underlying processor is\nassumed.\n\n### getVisibleCoreCount\n\nOptional. The number of physical cores to expose to an instance. Multiply\nby the number of threads per core to compute the total number of virtual\nCPUs to expose to the instance. If unset, the number of cores is\ninferred from the instance's nominal CPU count and the underlying\nplatform's SMT width.\n\n### hasVisibleCoreCount\n\n### clearVisibleCoreCount\n\n### setVisibleCoreCount\n\nOptional. The number of physical cores to expose to an instance. Multiply\nby the number of threads per core to compute the total number of virtual\nCPUs to expose to the instance. If unset, the number of cores is\ninferred from the instance's nominal CPU count and the underlying\nplatform's SMT width.\n\n### getEnableUefiNetworking\n\nOptional. Whether to enable UEFI networking for instance creation.\n\n### hasEnableUefiNetworking\n\n### clearEnableUefiNetworking\n\n### setEnableUefiNetworking\n\nOptional. Whether to enable UEFI networking for instance creation."]]