Sha256: 6ade355202ec5b5c653ef782bc261afb240c8275adfe29ab49af656071602fd9

Contents?: true

Size: 1.67 KB

Versions: 23

Compression:

Stored size: 1.67 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::Network::Mgmt::V2018_12_01
  module Models
    #
    # Minimum and maximum number of scale units to deploy.
    #
    class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

      include MsRestAzure

      # @return [Integer] Minimum number of scale units deployed for
      # ExpressRoute gateway.
      attr_accessor :min

      # @return [Integer] Maximum number of scale units deployed for
      # ExpressRoute gateway.
      attr_accessor :max


      #
      # Mapper for ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
      # class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ExpressRouteGatewayProperties_autoScaleConfiguration_bounds',
          type: {
            name: 'Composite',
            class_name: 'ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds',
            model_properties: {
              min: {
                client_side_validation: true,
                required: false,
                serialized_name: 'min',
                type: {
                  name: 'Number'
                }
              },
              max: {
                client_side_validation: true,
                required: false,
                serialized_name: 'max',
                type: {
                  name: 'Number'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
azure_mgmt_network2-0.27.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network2-0.26.1 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.26.1 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.26.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.25.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.24.1 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.24.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.23.4 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.23.3 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.23.2 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.23.1 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.23.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.22.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.21.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.20.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.19.1 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.19.0 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.18.9 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.18.8 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb
azure_mgmt_network-0.18.7 lib/2018-12-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration_bounds.rb