Class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

java.lang.Object
com.microsoft.azure.management.network.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

public class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds extends Object
Minimum and maximum number of scale units to deploy.
  • Constructor Details

    • ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

      public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
  • Method Details

    • min

      public Integer min()
      Get minimum number of scale units deployed for ExpressRoute gateway.
      Returns:
      the min value
    • withMin

      Set minimum number of scale units deployed for ExpressRoute gateway.
      Parameters:
      min - the min value to set
      Returns:
      the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds object itself.
    • max

      public Integer max()
      Get maximum number of scale units deployed for ExpressRoute gateway.
      Returns:
      the max value
    • withMax

      Set maximum number of scale units deployed for ExpressRoute gateway.
      Parameters:
      max - the max value to set
      Returns:
      the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds object itself.