public class VirtualNetworkGatewaySku extends Object
| Constructor and Description |
|---|
VirtualNetworkGatewaySku() |
| 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.
|
public VirtualNetworkGatewaySkuName name()
public VirtualNetworkGatewaySku withName(VirtualNetworkGatewaySkuName name)
name - the name value to setpublic VirtualNetworkGatewaySkuTier tier()
public VirtualNetworkGatewaySku withTier(VirtualNetworkGatewaySkuTier tier)
tier - the tier value to setpublic Integer capacity()
public VirtualNetworkGatewaySku withCapacity(Integer capacity)
capacity - the capacity value to setCopyright © 2019. All rights reserved.