class Google::Apis::ComputeV1::RegionDisksResizeRequest

Attributes

size_gb[RW]

The new size of the regional persistent disk, which is specified in GB. Corresponds to the JSON property `sizeGb` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 26571
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 26576
def update!(**args)
  @size_gb = args[:size_gb] if args.key?(:size_gb)
end