Share via


NatGatewaySkuName Class

public final class NatGatewaySkuName
extends ExpandableStringEnum<NatGatewaySkuName>

Name of Nat Gateway SKU.

Field Summary

Modifier and Type Field and Description
static final NatGatewaySkuName STANDARD

Static value Standard for NatGatewaySkuName.

static final NatGatewaySkuName STANDARD_V2

Static value StandardV2 for NatGatewaySkuName.

Constructor Summary

Constructor Description
NatGatewaySkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NatGatewaySkuName value.

Method Summary

Modifier and Type Method and Description
static NatGatewaySkuName fromString(String name)

Creates or finds a NatGatewaySkuName from its string representation.

static Collection<NatGatewaySkuName> values()

Gets known NatGatewaySkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STANDARD

public static final NatGatewaySkuName STANDARD

Static value Standard for NatGatewaySkuName.

STANDARD_V2

public static final NatGatewaySkuName STANDARD_V2

Static value StandardV2 for NatGatewaySkuName.

Constructor Details

NatGatewaySkuName

@Deprecated
public NatGatewaySkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NatGatewaySkuName value.

Method Details

fromString

public static NatGatewaySkuName fromString(String name)

Creates or finds a NatGatewaySkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NatGatewaySkuName.

values

public static Collection<NatGatewaySkuName> values()

Gets known NatGatewaySkuName values.

Returns:

known NatGatewaySkuName values.

Applies to