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