VirtualNetworkGatewayAutoScaleConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VirtualNetworkGatewayAutoScaleConfiguration
- com.
Implements
public final class VirtualNetworkGatewayAutoScaleConfiguration
implements JsonSerializable<VirtualNetworkGatewayAutoScaleConfiguration>
Virtual Network Gateway Autoscale Configuration details.
Constructor Summary
Constructor | Description |
---|---|
VirtualNetworkGatewayAutoScaleConfiguration() |
Creates an instance of Virtual |
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
bounds()
Get the bounds property: The bounds of the autoscale configuration. |
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Virtual |
withBounds(VirtualNetworkGatewayAutoScaleBounds bounds)
Set the bounds property: The bounds of the autoscale configuration. |
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkGatewayAutoScaleConfiguration
public VirtualNetworkGatewayAutoScaleConfiguration()
Creates an instance of VirtualNetworkGatewayAutoScaleConfiguration class.
Method Details
bounds
public VirtualNetworkGatewayAutoScaleBounds bounds()
Get the bounds property: The bounds of the autoscale configuration.
Returns:
fromJson
public static VirtualNetworkGatewayAutoScaleConfiguration fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkGatewayAutoScaleConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBounds
public VirtualNetworkGatewayAutoScaleConfiguration withBounds(VirtualNetworkGatewayAutoScaleBounds bounds)
Set the bounds property: The bounds of the autoscale configuration.
Parameters:
Returns:
Applies to
Azure SDK for Java