Class: Google::Cloud::DatabaseCenter::V1beta::MachineConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#baseline_slot_count::Integer

Returns 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.



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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).

Returns:

  • (::Integer)

    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).

Returns:

  • (::Float)

    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