Google Cloud Container V1 Client - Class AdvancedMachineFeatures (1.17.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

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|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
NameDescription
var int|string
Returns
TypeDescription
$this