Class: Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/application_gateway_autoscale_configuration.rb
Overview
Application Gateway autoscale configuration.
Instance Attribute Summary collapse
-
#min_capacity ⇒ Integer
instances.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ApplicationGatewayAutoscaleConfiguration class as Ruby Hash.
Instance Attribute Details
#min_capacity ⇒ Integer
instances
17 18 19 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/application_gateway_autoscale_configuration.rb', line 17 def min_capacity @min_capacity end |
Class Method Details
.mapper ⇒ Object
Mapper for ApplicationGatewayAutoscaleConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/application_gateway_autoscale_configuration.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayAutoscaleConfiguration', type: { name: 'Composite', class_name: 'ApplicationGatewayAutoscaleConfiguration', model_properties: { min_capacity: { client_side_validation: true, required: true, serialized_name: 'minCapacity', constraints: { InclusiveMinimum: 2 }, type: { name: 'Number' } } } } } end |