Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::MachineConfig.
MachineConfig describes the configuration of a machine specific to a Database Resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#baseline_slot_count
def baseline_slot_count() -> ::Integer
Returns
- (::Integer) — Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
#baseline_slot_count=
def baseline_slot_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
Returns
- (::Integer) — Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
#max_reservation_slot_count
def max_reservation_slot_count() -> ::Integer
Returns
- (::Integer) — Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
#max_reservation_slot_count=
def max_reservation_slot_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
Returns
- (::Integer) — Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
#memory_size_bytes
def memory_size_bytes() -> ::Integer
Returns
- (::Integer) — Memory size in bytes.
#memory_size_bytes=
def memory_size_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Memory size in bytes.
Returns
- (::Integer) — Memory size in bytes.
#shard_count
def shard_count() -> ::Integer
Returns
- (::Integer) — Optional. The number of Shards (if applicable).
#shard_count=
def shard_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of Shards (if applicable).
Returns
- (::Integer) — Optional. The number of Shards (if applicable).
#vcpu_count
def vcpu_count() -> ::Float
Returns
- (::Float) — Optional. The number of vCPUs (if applicable).
#vcpu_count=
def vcpu_count=(value) -> ::Float
Parameter
- value (::Float) — Optional. The number of vCPUs (if applicable).
Returns
- (::Float) — Optional. The number of vCPUs (if applicable).