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

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



4964
4965
4966
# File 'generated/google/apis/compute_alpha/classes.rb', line 4964

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

Instance Attribute Details

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

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



4956
4957
4958
# File 'generated/google/apis/compute_alpha/classes.rb', line 4956

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



4962
4963
4964
# File 'generated/google/apis/compute_alpha/classes.rb', line 4962

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4969
4970
4971
4972
# File 'generated/google/apis/compute_alpha/classes.rb', line 4969

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