Sha256: c51af5723e386bf6134112a24a7086651da259f287d2abb906e79b5eb41b3c93

Contents?: true

Size: 1.45 KB

Versions: 3

Compression:

Stored size: 1.45 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::V2020_07_01
  module Models
    #
    # List of Backup Policies
    #
    class BackupPoliciesList

      include MsRestAzure

      # @return [Array<BackupPolicy>] A list of backup policies
      attr_accessor :value


      #
      # Mapper for BackupPoliciesList class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'backupPoliciesList',
          type: {
            name: 'Composite',
            class_name: 'BackupPoliciesList',
            model_properties: {
              value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'value',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'BackupPolicyElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'BackupPolicy'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_netapp-0.23.0 lib/2020-07-01/generated/azure_mgmt_netapp/models/backup_policies_list.rb
azure_mgmt_netapp-0.22.0 lib/2020-07-01/generated/azure_mgmt_netapp/models/backup_policies_list.rb
azure_mgmt_netapp-0.21.0 lib/2020-07-01/generated/azure_mgmt_netapp/models/backup_policies_list.rb