class Google::Apis::ComputeV1::NodeTemplateNodeTypeFlexibility
Attributes
cpus[RW]
Corresponds to the JSON property `cpus` @return [String]
local_ssd[RW]
Corresponds to the JSON property `localSsd` @return [String]
memory[RW]
Corresponds to the JSON property `memory` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 22804 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 22809 def update!(**args) @cpus = args[:cpus] if args.key?(:cpus) @local_ssd = args[:local_ssd] if args.key?(:local_ssd) @memory = args[:memory] if args.key?(:memory) end