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 lib/google/apis/compute_v1/classes.rb, line 17404
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 17409
def update!(**args)
  @disk_gb = args[:disk_gb] if args.key?(:disk_gb)
end