MachineConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)MachineConfig describes the configuration of a machine specific to a Database Resource. NextID: 5
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
memory_size_bytes |
int
Memory size in bytes. |
shard_count |
int
Optional. The number of Shards (if applicable). This field is a member of oneof_ _shard_count.
|
vcpu_count |
float
Optional. The number of vCPUs (if applicable). This field is a member of oneof_ _vcpu_count.
|