Class: Google::Apis::ComputeAlpha::DisksScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisksScopedList
- 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
-
#disks ⇒ Array<Google::Apis::ComputeAlpha::Disk>
[Output Only] List of disks contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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
5050 5051 5052 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5050 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disks ⇒ Array<Google::Apis::ComputeAlpha::Disk>
[Output Only] List of disks contained in this scope.
Corresponds to the JSON property disks
5042 5043 5044 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5042 def disks @disks end |
#warning ⇒ Google::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
5048 5049 5050 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5048 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5055 5056 5057 5058 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5055 def update!(**args) @disks = args[:disks] if args.key?(:disks) @warning = args[:warning] if args.key?(:warning) end |