class Azure::Network::Mgmt::V2020_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration

Configuration for auto scaling.

Attributes

bounds[RW]

@return [ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds] Minimum and maximum number of scale units to deploy.

Private Class Methods

mapper() click to toggle source

Mapper for ExpressRouteGatewayPropertiesAutoScaleConfiguration class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-08-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ExpressRouteGatewayProperties_autoScaleConfiguration',
    type: {
      name: 'Composite',
      class_name: 'ExpressRouteGatewayPropertiesAutoScaleConfiguration',
      model_properties: {
        bounds: {
          client_side_validation: true,
          required: false,
          serialized_name: 'bounds',
          type: {
            name: 'Composite',
            class_name: 'ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds'
          }
        }
      }
    }
  }
end