Class: Google::Apis::ComputeAlpha::DiskTypesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DiskTypesScopedList
- 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
-
#disk_types ⇒ Array<Google::Apis::ComputeAlpha::DiskType>
[Output Only] A list of disk types contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::DiskTypesScopedList::Warning
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiskTypesScopedList
constructor
A new instance of DiskTypesScopedList.
-
#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) ⇒ DiskTypesScopedList
Returns a new instance of DiskTypesScopedList
5621 5622 5623 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5621 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disk_types ⇒ Array<Google::Apis::ComputeAlpha::DiskType>
[Output Only] A list of disk types contained in this scope.
Corresponds to the JSON property diskTypes
5613 5614 5615 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5613 def disk_types @disk_types end |
#warning ⇒ Google::Apis::ComputeAlpha::DiskTypesScopedList::Warning
[Output Only] Informational warning which replaces the list of disk types when
the list is empty.
Corresponds to the JSON property warning
5619 5620 5621 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5619 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5626 5627 5628 5629 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 5626 def update!(**args) @disk_types = args[:disk_types] if args.key?(:disk_types) @warning = args[:warning] if args.key?(:warning) end |