Google Cloud Sql Admin V1 Client - Class AdvancedMachineFeatures (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 |
|