Class: Google::Apis::AlloydbV1::MachineConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb

Overview

MachineConfig describes the configuration of a machine.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MachineConfig

Returns a new instance of MachineConfig.



1589
1590
1591
# File 'lib/google/apis/alloydb_v1/classes.rb', line 1589

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cpu_countFixnum

The number of CPU's in the VM instance. Corresponds to the JSON property cpuCount

Returns:

  • (Fixnum)


1587
1588
1589
# File 'lib/google/apis/alloydb_v1/classes.rb', line 1587

def cpu_count
  @cpu_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1594
1595
1596
# File 'lib/google/apis/alloydb_v1/classes.rb', line 1594

def update!(**args)
  @cpu_count = args[:cpu_count] if args.key?(:cpu_count)
end