ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
- com.
Implements
public final class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
implements JsonSerializable<ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds>
Minimum and maximum number of scale units to deploy.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
Integer |
max()
Get the max property: Maximum number of scale units deployed for Express |
Integer |
min()
Get the min property: Minimum number of scale units deployed for Express |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withMax(Integer max)
Set the max property: Maximum number of scale units deployed for Express |
Express |
withMin(Integer min)
Set the min property: Minimum number of scale units deployed for Express |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
Creates an instance of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds class.
Method Details
fromJson
public static ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds from the JsonReader.
Parameters:
Returns:
Throws:
max
public Integer max()
Get the max property: Maximum number of scale units deployed for ExpressRoute gateway.
Returns:
min
public Integer min()
Get the min property: Minimum number of scale units deployed for ExpressRoute gateway.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMax
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMax(Integer max)
Set the max property: Maximum number of scale units deployed for ExpressRoute gateway.
Parameters:
Returns:
withMin
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds withMin(Integer min)
Set the min property: Minimum number of scale units deployed for ExpressRoute gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java