VirtualNetworkGatewayAutoScaleConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.VirtualNetworkGatewayAutoScaleConfiguration

public final class VirtualNetworkGatewayAutoScaleConfiguration

Virtual Network Gateway Autoscale Configuration details.

Constructor Summary

Constructor Description
VirtualNetworkGatewayAutoScaleConfiguration()

Creates an instance of VirtualNetworkGatewayAutoScaleConfiguration class.

Method Summary

Modifier and Type Method and Description
VirtualNetworkGatewayAutoScaleBounds bounds()

Get the bounds property: The bounds of the autoscale configuration.

void validate()

Validates the instance.

VirtualNetworkGatewayAutoScaleConfiguration 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:

the bounds value.

validate

public void validate()

Validates the instance.

withBounds

public VirtualNetworkGatewayAutoScaleConfiguration withBounds(VirtualNetworkGatewayAutoScaleBounds bounds)

Set the bounds property: The bounds of the autoscale configuration.

Parameters:

bounds - the bounds value to set.

Returns:

the VirtualNetworkGatewayAutoScaleConfiguration object itself.

Applies to