Class: Google::Apis::ComputeBeta::StoragePoolsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::StoragePoolsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#storage_pools ⇒ Array<Google::Apis::ComputeBeta::StoragePool>
[Output Only] A list of storage pool contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::StoragePoolsScopedList::Warning
[Output Only] Informational warning which replaces the list of storage pool when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StoragePoolsScopedList
constructor
A new instance of StoragePoolsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StoragePoolsScopedList
Returns a new instance of StoragePoolsScopedList.
45375 45376 45377 |
# File 'lib/google/apis/compute_beta/classes.rb', line 45375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_pools ⇒ Array<Google::Apis::ComputeBeta::StoragePool>
[Output Only] A list of storage pool contained in this scope.
Corresponds to the JSON property storagePools
45367 45368 45369 |
# File 'lib/google/apis/compute_beta/classes.rb', line 45367 def storage_pools @storage_pools end |
#warning ⇒ Google::Apis::ComputeBeta::StoragePoolsScopedList::Warning
[Output Only] Informational warning which replaces the list of storage pool
when the list is empty.
Corresponds to the JSON property warning
45373 45374 45375 |
# File 'lib/google/apis/compute_beta/classes.rb', line 45373 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45380 45381 45382 45383 |
# File 'lib/google/apis/compute_beta/classes.rb', line 45380 def update!(**args) @storage_pools = args[:storage_pools] if args.key?(:storage_pools) @warning = args[:warning] if args.key?(:warning) end |