Class VirtualNetworkGatewaySku
- java.lang.Object
-
- com.microsoft.azure.management.network.VirtualNetworkGatewaySku
-
public class VirtualNetworkGatewaySku extends Object
VirtualNetworkGatewaySku details.
-
-
Constructor Summary
Constructors Constructor Description VirtualNetworkGatewaySku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercapacity()Get the capacity value.VirtualNetworkGatewaySkuNamename()Get the name value.VirtualNetworkGatewaySkuTiertier()Get the tier value.VirtualNetworkGatewaySkuwithCapacity(Integer capacity)Set the capacity value.VirtualNetworkGatewaySkuwithName(VirtualNetworkGatewaySkuName name)Set the name value.VirtualNetworkGatewaySkuwithTier(VirtualNetworkGatewaySkuTier tier)Set the tier value.
-
-
-
Method Detail
-
name
public VirtualNetworkGatewaySkuName name()
Get the name value.- Returns:
- the name value
-
withName
public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the VirtualNetworkGatewaySku object itself.
-
tier
public VirtualNetworkGatewaySkuTier tier()
Get the tier value.- Returns:
- the tier value
-
withTier
public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)
Set the tier value.- Parameters:
tier- the tier value to set- Returns:
- the VirtualNetworkGatewaySku object itself.
-
capacity
public Integer capacity()
Get the capacity value.- Returns:
- the capacity value
-
withCapacity
public VirtualNetworkGatewaySku withCapacity(Integer capacity)
Set the capacity value.- Parameters:
capacity- the capacity value to set- Returns:
- the VirtualNetworkGatewaySku object itself.
-
-