class Google::Apis::ComputeBeta::DisksScopedList

Attributes

disks[RW]
Output Only

List of disks contained in this scope.

Corresponds to the JSON property `disks` @return [Array<Google::Apis::ComputeBeta::Disk>]

warning[RW]
Output Only

Informational warning which replaces the list of disks when the

list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::DisksScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 1937
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_beta/classes.rb, line 1942
def update!(**args)
  @disks = args[:disks] if args.key?(:disks)
  @warning = args[:warning] if args.key?(:warning)
end