Class: Google::Apis::ComputeAlpha::StoragePoolsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::StoragePoolsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#storage_pools ⇒ Array<Google::Apis::ComputeAlpha::StoragePool>
[Output Only] A list of storage pool contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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.
48930 48931 48932 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_pools ⇒ Array<Google::Apis::ComputeAlpha::StoragePool>
[Output Only] A list of storage pool contained in this scope.
Corresponds to the JSON property storagePools
48922 48923 48924 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48922 def storage_pools @storage_pools end |
#warning ⇒ Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning
[Output Only] Informational warning which replaces the list of storage pool
when the list is empty.
Corresponds to the JSON property warning
48928 48929 48930 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48928 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48935 48936 48937 48938 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 48935 def update!(**args) @storage_pools = args[:storage_pools] if args.key?(:storage_pools) @warning = args[:warning] if args.key?(:warning) end |