VirtualNetworkGatewaySku Class

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

public final class VirtualNetworkGatewaySku

VirtualNetworkGatewaySku details.

Constructor Summary

Constructor Description
VirtualNetworkGatewaySku()

Creates an instance of VirtualNetworkGatewaySku class.

Method Summary

Modifier and Type Method and Description
Integer capacity()

Get the capacity property: The capacity.

VirtualNetworkGatewaySkuName name()

Get the name property: Gateway SKU name.

VirtualNetworkGatewaySkuTier tier()

Get the tier property: Gateway SKU tier.

void validate()

Validates the instance.

VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)

Set the name property: Gateway SKU name.

VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)

Set the tier property: Gateway SKU tier.

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkGatewaySku

public VirtualNetworkGatewaySku()

Creates an instance of VirtualNetworkGatewaySku class.

Method Details

capacity

public Integer capacity()

Get the capacity property: The capacity.

Returns:

the capacity value.

name

public VirtualNetworkGatewaySkuName name()

Get the name property: Gateway SKU name.

Returns:

the name value.

tier

public VirtualNetworkGatewaySkuTier tier()

Get the tier property: Gateway SKU tier.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withName

public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)

Set the name property: Gateway SKU name.

Parameters:

name - the name value to set.

Returns:

the VirtualNetworkGatewaySku object itself.

withTier

public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)

Set the tier property: Gateway SKU tier.

Parameters:

tier - the tier value to set.

Returns:

the VirtualNetworkGatewaySku object itself.

Applies to