Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
Generated from protobuf message google.cloud.sql.v1.AdvancedMachineFeatures
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ threads_per_core |
int
The number of threads per physical core. |
getThreadsPerCore
The number of threads per physical core.
Returns | |
---|---|
Type | Description |
int |
setThreadsPerCore
The number of threads per physical core.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |