Class: Google::Apis::ComputeAlpha::DisksScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DisksScopedList

Returns a new instance of DisksScopedList.



7591
7592
7593
# File 'lib/google/apis/compute_alpha/classes.rb', line 7591

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

Instance Attribute Details

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

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



7583
7584
7585
# File 'lib/google/apis/compute_alpha/classes.rb', line 7583

def disks
  @disks
end

#warningGoogle::Apis::ComputeAlpha::DisksScopedList::Warning

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



7589
7590
7591
# File 'lib/google/apis/compute_alpha/classes.rb', line 7589

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7596
7597
7598
7599
# File 'lib/google/apis/compute_alpha/classes.rb', line 7596

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