Class: Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration.rb
Overview
Configuration for auto scaling.
Instance Attribute Summary collapse
-
#bounds ⇒ ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Minimum and maximum number of scale units to deploy.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ExpressRouteGatewayPropertiesAutoScaleConfiguration class as Ruby Hash.
Instance Attribute Details
#bounds ⇒ ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Minimum and maximum number of scale units to deploy.
17 18 19 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/express_route_gateway_properties_auto_scale_configuration.rb', line 17 def bounds @bounds end |
Class Method Details
.mapper ⇒ Object
Mapper for ExpressRouteGatewayPropertiesAutoScaleConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2018-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 |