Class: Google::Apis::ComputeBeta::DisksScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::DisksScopedList
- 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
-
#disks ⇒ Array<Google::Apis::ComputeBeta::Disk>
[Output Only] A list of disks contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::DisksScopedList::Warning
[Output Only] Informational warning which replaces the list of disks when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisksScopedList
constructor
A new instance of DisksScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ DisksScopedList
Returns a new instance of DisksScopedList
5365 5366 5367 |
# File 'generated/google/apis/compute_beta/classes.rb', line 5365 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disks ⇒ Array<Google::Apis::ComputeBeta::Disk>
[Output Only] A list of disks contained in this scope.
Corresponds to the JSON property disks
5357 5358 5359 |
# File 'generated/google/apis/compute_beta/classes.rb', line 5357 def disks @disks end |
#warning ⇒ Google::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
5363 5364 5365 |
# File 'generated/google/apis/compute_beta/classes.rb', line 5363 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5370 5371 5372 5373 |
# File 'generated/google/apis/compute_beta/classes.rb', line 5370 def update!(**args) @disks = args[:disks] if args.key?(:disks) @warning = args[:warning] if args.key?(:warning) end |