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

#memory_size_bytes::Integer

Returns Memory size in bytes.

Returns:

  • (::Integer)

    Memory size in bytes.



35
36
37
38
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 35

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



35
36
37
38
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 35

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



35
36
37
38
# File 'proto_docs/google/cloud/databasecenter/v1beta/machine_config.rb', line 35

class MachineConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end