ManagedClusterNATGatewaySku Class

public final class ManagedClusterNATGatewaySku
extends ExpandableStringEnum<ManagedClusterNATGatewaySku>

The SKU of a managed cluster NAT Gateway.

Field Summary

Modifier and Type Field and Description
static final ManagedClusterNATGatewaySku STANDARD

Use a Standard SKU NAT Gateway.

static final ManagedClusterNATGatewaySku STANDARD_V2

Use a StandardV2 SKU NAT Gateway.

Constructor Summary

Constructor Description
ManagedClusterNATGatewaySku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterNATGatewaySku value.

Method Summary

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

Creates or finds a ManagedClusterNATGatewaySku from its string representation.

static Collection<ManagedClusterNATGatewaySku> values()

Gets known ManagedClusterNATGatewaySku values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STANDARD

public static final ManagedClusterNATGatewaySku STANDARD

Use a Standard SKU NAT Gateway.

STANDARD_V2

public static final ManagedClusterNATGatewaySku STANDARD_V2

Use a StandardV2 SKU NAT Gateway. This is the default for new clusters in regions where it is available.

Constructor Details

ManagedClusterNATGatewaySku

@Deprecated
public ManagedClusterNATGatewaySku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterNATGatewaySku value.

Method Details

fromString

public static ManagedClusterNATGatewaySku fromString(String name)

Creates or finds a ManagedClusterNATGatewaySku from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ManagedClusterNATGatewaySku.

values

public static Collection<ManagedClusterNATGatewaySku> values()

Gets known ManagedClusterNATGatewaySku values.

Returns:

known ManagedClusterNATGatewaySku values.

Applies to