Reference documentation and code samples for the Google Cloud Dms V1 Client class MachineConfig.
MachineConfig describes the configuration of a machine.
Generated from protobuf message google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.MachineConfig
Namespace
Google \ Cloud \ CloudDms \ V1 \ AlloyDbSettings \ PrimaryInstanceSettingsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cpu_count |
int
The number of CPU's in the VM instance. |
getCpuCount
The number of CPU's in the VM instance.
Returns | |
---|---|
Type | Description |
int |
setCpuCount
The number of CPU's in the VM instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |