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.

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.

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 values()

Gets known NatGatewaySkuName values.

Returns:

known NatGatewaySkuName values.

Applies to