Sha256: f132467d103bc288137b3636fb40a79b3b3bb4f0f4e8e18bd67eb2eba420ba2f
Contents?: true
Size: 1.41 KB
Versions: 24
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_11_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
24 entries across 24 versions & 2 rubygems