class Google::Apis::ComputeV1::MachineType::ScratchDisk
Attributes
disk_gb[RW]
Size of the scratch disk, defined in GB. Corresponds to the JSON property `diskGb` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_v1/classes.rb, line 4719 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_v1/classes.rb, line 4724 def update!(**args) @disk_gb = args[:disk_gb] if args.key?(:disk_gb) end