Class ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
-
public final class ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ExpressRouteGatewayPropertiesResponseBounds>
bounds()
static ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration.Builder
builder()
static ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration.Builder
builder(ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration defaults)
-
-
-
Method Detail
-
bounds
public java.util.Optional<ExpressRouteGatewayPropertiesResponseBounds> bounds()
- Returns:
- Minimum and maximum number of scale units to deploy.
-
builder
public static ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration.Builder builder()
-
builder
public static ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration.Builder builder(ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration defaults)
-
-