Class: Google::Apis::ComputeV1::DisksScopedList

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



5214
5215
5216
# File 'generated/google/apis/compute_v1/classes.rb', line 5214

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

Instance Attribute Details

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

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

Returns:



5206
5207
5208
# File 'generated/google/apis/compute_v1/classes.rb', line 5206

def disks
  @disks
end

#warningGoogle::Apis::ComputeV1::DisksScopedList::Warning

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



5212
5213
5214
# File 'generated/google/apis/compute_v1/classes.rb', line 5212

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5219
5220
5221
5222
# File 'generated/google/apis/compute_v1/classes.rb', line 5219

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