VirtualNetworkGatewaySku Class

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

public class VirtualNetworkGatewaySku

VirtualNetworkGatewaySku details.

Method Summary

Modifier and Type Method and Description
Integer capacity()

Get the capacity value.

VirtualNetworkGatewaySkuName name()

Get the name value.

VirtualNetworkGatewaySkuTier tier()

Get the tier value.

VirtualNetworkGatewaySku withCapacity(Integer capacity)

Set the capacity value.

VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)

Set the name value.

VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)

Set the tier value.

Method Details

capacity

public Integer capacity()

Get the capacity value.

Returns:

the capacity value

name

public VirtualNetworkGatewaySkuName name()

Get the name value.

Returns:

the name value

tier

public VirtualNetworkGatewaySkuTier tier()

Get the tier value.

Returns:

the tier value

withCapacity

public VirtualNetworkGatewaySku withCapacity(Integer capacity)

Set the capacity value.

Parameters:

capacity - the capacity value to set

Returns:

the VirtualNetworkGatewaySku object itself.

withName

public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the VirtualNetworkGatewaySku object itself.

withTier

public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)

Set the tier value.

Parameters:

tier - the tier value to set

Returns:

the VirtualNetworkGatewaySku object itself.

Applies to