class Azure::NetApp::Mgmt::V2020_06_01::Models::CapacityPoolList
List of capacity pool resources
Attributes
value[RW]
@return [Array<CapacityPool>] List of Capacity pools
Public Class Methods
mapper()
click to toggle source
Mapper for CapacityPoolList
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-06-01/generated/azure_mgmt_netapp/models/capacity_pool_list.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'capacityPoolList', type: { name: 'Composite', class_name: 'CapacityPoolList', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'CapacityPoolElementType', type: { name: 'Composite', class_name: 'CapacityPool' } } } } } } } end