Class: Google::Cloud::AlloyDB::V1::Instance::MachineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Instance::MachineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
MachineConfig describes the configuration of a machine.
Instance Attribute Summary collapse
-
#cpu_count ⇒ ::Integer
The number of CPU's in the VM instance.
Instance Attribute Details
#cpu_count ⇒ ::Integer
Returns The number of CPU's in the VM instance.
799 800 801 802 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 799 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |