Class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

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

    • ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

      public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
      Creates an instance of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class.
  • Method Details

    • min

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

      Set the min property: 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 the max property: Maximum number of scale units deployed for ExpressRoute gateway.
      Returns:
      the max value.
    • withMax

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.