Class MachineConfig (0.8.0)

MachineConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MachineConfig describes the configuration of a machine specific to a Database Resource.

.. _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.
baseline_slot_count int
Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50. This field is a member of oneof_ _baseline_slot_count.
max_reservation_slot_count int
Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50. This field is a member of oneof_ _max_reservation_slot_count.