Class StoragePoolsClient.AggregatedListFixedSizeCollection (1.53.0)

public static class StoragePoolsClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList,Map.Entry<String,StoragePoolsScopedList>,StoragePoolsClient.AggregatedListPage,StoragePoolsClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StoragePoolsClient.AggregatedListFixedSizeCollection

Methods

createCollection(List<StoragePoolsClient.AggregatedListPage> pages, int collectionSize)

protected StoragePoolsClient.AggregatedListFixedSizeCollection createCollection(List<StoragePoolsClient.AggregatedListPage> pages, int collectionSize)
Parameters
Name Description
pages List<AggregatedListPage>
collectionSize int
Returns
Type Description
StoragePoolsClient.AggregatedListFixedSizeCollection
Overrides