Class: Google::Cloud::CloudDMS::V1::AlloyDbSettings::PrimaryInstanceSettings::MachineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::AlloyDbSettings::PrimaryInstanceSettings::MachineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_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.
551 552 553 554 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 551 class MachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |