Class ExpressRouteGatewayPropertiesAutoScaleConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ExpressRouteGatewayPropertiesAutoScaleConfiguration
-
public final class ExpressRouteGatewayPropertiesAutoScaleConfiguration extends Object
Configuration for auto scaling.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteGatewayPropertiesAutoScaleConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressRouteGatewayPropertiesAutoScaleConfigurationBoundsbounds()Get the bounds property: Minimum and maximum number of scale units to deploy.voidvalidate()Validates the instance.ExpressRouteGatewayPropertiesAutoScaleConfigurationwithBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds)Set the bounds property: Minimum and maximum number of scale units to deploy.
-
-
-
Method Detail
-
bounds
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds 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.
-
-