Class: Google::Apis::ComputeAlpha::StoragePoolsScopedList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StoragePoolsScopedList

Returns a new instance of StoragePoolsScopedList.



49362
49363
49364
# File 'lib/google/apis/compute_alpha/classes.rb', line 49362

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#storage_poolsArray<Google::Apis::ComputeAlpha::StoragePool>

[Output Only] A list of storage pool contained in this scope. Corresponds to the JSON property storagePools



49354
49355
49356
# File 'lib/google/apis/compute_alpha/classes.rb', line 49354

def storage_pools
  @storage_pools
end

#warningGoogle::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



49360
49361
49362
# File 'lib/google/apis/compute_alpha/classes.rb', line 49360

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49367
49368
49369
49370
# File 'lib/google/apis/compute_alpha/classes.rb', line 49367

def update!(**args)
  @storage_pools = args[:storage_pools] if args.key?(:storage_pools)
  @warning = args[:warning] if args.key?(:warning)
end