ManagedClusterNATGatewaySku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. ManagedClusterNATGatewaySku
- com.
- com.
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
Managed |
STANDARD
Use a Standard SKU NAT Gateway. |
|
static final
Managed |
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 Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromString(String name)
Creates or finds a Managed |
|
static
Collection<Managed |
values()
Gets known Managed |
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
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:
Returns:
values
public static Collection<ManagedClusterNATGatewaySku> values()
Gets known ManagedClusterNATGatewaySku values.
Returns: