VirtualNetworkGatewaySku Class

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

public class VirtualNetworkGatewaySku

VirtualNetworkGatewaySku details.

Constructor Summary

Constructor Description
VirtualNetworkGatewaySku()

Method Summary

Modifier and Type Method and Description
java.lang.Integer capacity()

Get the capacity.

VirtualNetworkGatewaySkuName name()

Get gateway SKU name.

VirtualNetworkGatewaySkuTier tier()

Get gateway SKU tier.

VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)

Set gateway SKU name.

VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)

Set gateway SKU tier.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VirtualNetworkGatewaySku

public VirtualNetworkGatewaySku()

Method Details

capacity

public Integer capacity()

Get the capacity.

Returns:

the capacity value

name

public VirtualNetworkGatewaySkuName name()

Get gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'.

Returns:

the name value

tier

public VirtualNetworkGatewaySkuTier tier()

Get gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'.

Returns:

the tier value

withName

public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)

Set gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'.

Parameters:

name - the name value to set

Returns:

the VirtualNetworkGatewaySku object itself.

withTier

public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)

Set gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'.

Parameters:

tier - the tier value to set

Returns:

the VirtualNetworkGatewaySku object itself.

Applies to