OutboundType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. OutboundType
- com.
- com.
public final class OutboundType
extends ExpandableStringEnum<OutboundType>
The outbound (egress) routing method. This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Outbound |
LOAD_BALANCER
Static value load |
static final
Outbound |
MANAGED_NATGATEWAY
Static value managed |
static final
Outbound |
USER_ASSIGNED_NATGATEWAY
Static value user |
static final
Outbound |
USER_DEFINED_ROUTING
Static value user |
Constructor Summary
Constructor | Description |
---|---|
OutboundType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Outbound |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Outbound |
fromString(String name)
Creates or finds a Outbound |
static
Collection<Outbound |
values()
Gets known Outbound |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LOAD_BALANCER
public static final OutboundType LOAD_BALANCER
Static value loadBalancer for OutboundType.
MANAGED_NATGATEWAY
public static final OutboundType MANAGED_NATGATEWAY
Static value managedNATGateway for OutboundType.
USER_ASSIGNED_NATGATEWAY
public static final OutboundType USER_ASSIGNED_NATGATEWAY
Static value userAssignedNATGateway for OutboundType.
USER_DEFINED_ROUTING
public static final OutboundType USER_DEFINED_ROUTING
Static value userDefinedRouting for OutboundType.
Constructor Details
OutboundType
@Deprecated
public OutboundType()
Deprecated
Creates a new instance of OutboundType value.
Method Details
fromString
public static OutboundType fromString(String name)
Creates or finds a OutboundType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OutboundType values.
Returns:
Applies to
Azure SDK for Java