Sha256: 6c7fbc2f6cf080d448305853d7ba03dacc5621de5c73b92dc35acedbd5f79cc2
Contents?: true
Size: 1.44 KB
Versions: 12
Compression:
Stored size: 1.44 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::NetApp::Mgmt::V2019_06_01 module Models # # List of capacity pool resources # class CapacityPoolList include MsRestAzure # @return [Array<CapacityPool>] List of Capacity pools attr_accessor :value # # Mapper for CapacityPoolList class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
12 entries across 12 versions & 1 rubygems