Sha256: 6dca7ce78e7103ff86defcb6b6f35d97cdf24873223f93cb1c726ffb6255f5b7
Contents?: true
Size: 1.41 KB
Versions: 23
Compression:
Stored size: 1.41 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 # # Configuration for auto scaling. # class ExpressRouteGatewayPropertiesAutoScaleConfiguration include MsRestAzure # @return [ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds] # Minimum and maximum number of scale units to deploy. attr_accessor :bounds # # Mapper for ExpressRouteGatewayPropertiesAutoScaleConfiguration class as # Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
23 entries across 23 versions & 2 rubygems