Class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Minimum and maximum number of scale units to deploy.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class. -
Method Summary
Modifier and TypeMethodDescriptionmax()Get the max property: Maximum number of scale units deployed for ExpressRoute gateway.min()Get the min property: Minimum number of scale units deployed for ExpressRoute gateway.voidvalidate()Validates the instance.Set the max property: Maximum number of scale units deployed for ExpressRoute gateway.Set the min property: Minimum number of scale units deployed for ExpressRoute gateway.
-
Constructor Details
-
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()Creates an instance of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class.
-
-
Method Details
-
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
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.
-