ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Class

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

public class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

Minimum and maximum number of scale units to deploy.

Constructor Summary

Constructor Description
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

Method Summary

Modifier and Type Method and Description
java.lang.Integer max()

Get maximum number of scale units deployed for ExpressRoute gateway.

java.lang.Integer min()

Get minimum number of scale units deployed for ExpressRoute gateway.

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMax(Integer max)

Set maximum number of scale units deployed for ExpressRoute gateway.

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMin(Integer min)

Set minimum number of scale units deployed for ExpressRoute gateway.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()

Method Details

max

public Integer max()

Get maximum number of scale units deployed for ExpressRoute gateway.

Returns:

the max value

min

public Integer min()

Get minimum number of scale units deployed for ExpressRoute gateway.

Returns:

the min value

withMax

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMax(Integer max)

Set maximum number of scale units deployed for ExpressRoute gateway.

Parameters:

max - the max value to set

Returns:

the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds object itself.

withMin

public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMin(Integer min)

Set minimum number of scale units deployed for ExpressRoute gateway.

Parameters:

min - the min value to set

Returns:

the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds object itself.

Applies to