Class ExpressRouteGatewayPropertiesAutoScaleConfiguration
java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration
Configuration for auto scaling.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteGatewayPropertiesAutoScaleConfiguration class. -
Method Summary
-
Constructor Details
-
ExpressRouteGatewayPropertiesAutoScaleConfiguration
public ExpressRouteGatewayPropertiesAutoScaleConfiguration()Creates an instance of ExpressRouteGatewayPropertiesAutoScaleConfiguration class.
-
-
Method Details
-
bounds
Get the bounds property: Minimum and maximum number of scale units to deploy.- Returns:
- the bounds value.
-
withBounds
public ExpressRouteGatewayPropertiesAutoScaleConfiguration withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds) Set the bounds property: Minimum and maximum number of scale units to deploy.- Parameters:
bounds- the bounds value to set.- Returns:
- the ExpressRouteGatewayPropertiesAutoScaleConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-