Reference documentation and code samples for the Google Cloud Database Center V1beta Client class MachineConfig.
MachineConfig describes the configuration of a machine specific to a Database Resource.
Generated from protobuf message google.cloud.databasecenter.v1beta.MachineConfig
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ memory_size_bytes
int|string
Memory size in bytes.
↳ shard_count
int
Optional. The number of Shards (if applicable).
↳ vcpu_count
float
Optional. The number of vCPUs (if applicable).
getMemorySizeBytes
Memory size in bytes.
int|string
setMemorySizeBytes
Memory size in bytes.
var
int|string
$this
getShardCount
Optional. The number of Shards (if applicable).
int
hasShardCount
clearShardCount
setShardCount
Optional. The number of Shards (if applicable).
var
int
$this
getVcpuCount
Optional. The number of vCPUs (if applicable).
float
hasVcpuCount
clearVcpuCount
setVcpuCount
Optional. The number of vCPUs (if applicable).
var
float
$this

