Class: Google::Cloud::DatabaseCenter::V1beta::MachineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::MachineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb
Overview
MachineConfig describes the configuration of a machine specific to a Database Resource.
Instance Attribute Summary collapse
-
#baseline_slot_count ⇒ ::Integer
Optional.
-
#max_reservation_slot_count ⇒ ::Integer
Optional.
-
#memory_size_bytes ⇒ ::Integer
Memory size in bytes.
-
#shard_count ⇒ ::Integer
Optional.
-
#vcpu_count ⇒ ::Float
Optional.
Instance Attribute Details
#baseline_slot_count ⇒ ::Integer
Returns Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
43 44 45 46 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 43 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_reservation_slot_count ⇒ ::Integer
Returns Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
43 44 45 46 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 43 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#memory_size_bytes ⇒ ::Integer
Returns Memory size in bytes.
43 44 45 46 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 43 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shard_count ⇒ ::Integer
Returns Optional. The number of Shards (if applicable).
43 44 45 46 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 43 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vcpu_count ⇒ ::Float
Returns Optional. The number of vCPUs (if applicable).
43 44 45 46 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 43 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |