Sha256: f727f87bc8a7ec77e1897393537a7d1af0dbd393146294a8225346712c337d08

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 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::Web::Mgmt::V2016_06_01
  module Models
    #
    # A list of connection gateway installation definitions
    #
    class ConnectionGatewayInstallationDefinitionCollection

      include MsRestAzure

      # @return [Array<ConnectionGatewayInstallationDefinition>] Collection of
      # connection gateway installations
      attr_accessor :value


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition_collection.rb
azure_mgmt_web-0.18.0 lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition_collection.rb
azure_mgmt_web-0.17.6 lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition_collection.rb
azure_mgmt_web-0.17.5 lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition_collection.rb