Class: Google::Apis::ComputeBeta::DisksScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DisksScopedList

Returns a new instance of DisksScopedList



3328
3329
3330
# File 'generated/google/apis/compute_beta/classes.rb', line 3328

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#disksArray<Google::Apis::ComputeBeta::Disk>

[Output Only] List of disks contained in this scope. Corresponds to the JSON property disks



3320
3321
3322
# File 'generated/google/apis/compute_beta/classes.rb', line 3320

def disks
  @disks
end

#warningGoogle::Apis::ComputeBeta::DisksScopedList::Warning

[Output Only] Informational warning which replaces the list of disks when the list is empty. Corresponds to the JSON property warning



3326
3327
3328
# File 'generated/google/apis/compute_beta/classes.rb', line 3326

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3333
3334
3335
3336
# File 'generated/google/apis/compute_beta/classes.rb', line 3333

def update!(**args)
  @disks = args[:disks] if args.key?(:disks)
  @warning = args[:warning] if args.key?(:warning)
end