Class: Google::Cloud::AlloyDB::V1alpha::Instance::MachineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::MachineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/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.
689 690 691 692 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 689 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |