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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.



6868
6869
6870
# File 'lib/google/apis/compute_beta/classes.rb', line 6868

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

Instance Attribute Details

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

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



6860
6861
6862
# File 'lib/google/apis/compute_beta/classes.rb', line 6860

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



6866
6867
6868
# File 'lib/google/apis/compute_beta/classes.rb', line 6866

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6873
6874
6875
6876
# File 'lib/google/apis/compute_beta/classes.rb', line 6873

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