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
-
#memory_size_bytes ⇒ ::Integer
Memory size in bytes.
-
#shard_count ⇒ ::Integer
Optional.
-
#vcpu_count ⇒ ::Float
Optional.
Instance Attribute Details
#memory_size_bytes ⇒ ::Integer
Returns 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).
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).
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 |