NatGatewaySku Class

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

public class NatGatewaySku

SKU of nat gateway.

Constructor Summary

Constructor Description
NatGatewaySku()

Method Summary

Modifier and Type Method and Description
NatGatewaySkuName name()

Get name of Nat Gateway SKU.

NatGatewaySku withName(NatGatewaySkuName name)

Set name of Nat Gateway SKU.

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

NatGatewaySku

public NatGatewaySku()

Method Details

name

public NatGatewaySkuName name()

Get name of Nat Gateway SKU. Possible values include: 'Standard'.

Returns:

the name value

withName

public NatGatewaySku withName(NatGatewaySkuName name)

Set name of Nat Gateway SKU. Possible values include: 'Standard'.

Parameters:

name - the name value to set

Returns:

the NatGatewaySku object itself.

Applies to