Reference documentation and code samples for the Google Cloud Container V1 Client class AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
Generated from protobuf message google.container.v1.AdvancedMachineFeatures
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ threads_per_core |
int|string
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. |
↳ enable_nested_virtualization |
bool
Whether or not to enable nested virtualization (defaults to false). |
↳ performance_monitoring_unit |
int
Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node. |
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 | |
---|---|
Type | Description |
int|string |
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 | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getEnableNestedVirtualization
Whether or not to enable nested virtualization (defaults to false).
Returns | |
---|---|
Type | Description |
bool |
hasEnableNestedVirtualization
clearEnableNestedVirtualization
setEnableNestedVirtualization
Whether or not to enable nested virtualization (defaults to false).
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getPerformanceMonitoringUnit
Type of Performance Monitoring Unit (PMU) requested on node pool instances.
If unset, PMU will not be available to the node.
Returns | |
---|---|
Type | Description |
int |
hasPerformanceMonitoringUnit
clearPerformanceMonitoringUnit
setPerformanceMonitoringUnit
Type of Performance Monitoring Unit (PMU) requested on node pool instances.
If unset, PMU will not be available to the node.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |