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 message google.cloud.backupdr.v1.AdvancedMachineFeatures
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__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.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |