VirtualNetworkGatewaySku Class

VirtualNetworkGatewaySku details.

All required parameters must be populated in order to send to Azure.

Inheritance
VirtualNetworkGatewaySku

Constructor

VirtualNetworkGatewaySku(*, name: typing.Union[str, _ForwardRef('VirtualNetworkGatewaySkuName')], tier: typing.Union[str, _ForwardRef('VirtualNetworkGatewaySkuTier')], capacity: typing.Union[int, NoneType] = None, **kwargs)

Parameters

name
str or VirtualNetworkGatewaySkuName

Required. Gateway SKU name. Possible values are: 'Basic', 'HighPerformance','Standard', and 'UltraPerformance'. Possible values include: "Basic", "HighPerformance", "Standard", "UltraPerformance".

tier
str or VirtualNetworkGatewaySkuTier

Required. Gateway SKU tier. Possible values are: 'Basic', 'HighPerformance','Standard', and 'UltraPerformance'. Possible values include: "Basic", "HighPerformance", "Standard", "UltraPerformance".

capacity
int

The capacity.