Class OutboundType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OutboundType>
com.azure.resourcemanager.containerservice.models.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
FieldsModifier and TypeFieldDescriptionstatic final OutboundTypeStatic value loadBalancer for OutboundType.static final OutboundTypeStatic value managedNATGateway for OutboundType.static final OutboundTypeStatic value userAssignedNATGateway for OutboundType.static final OutboundTypeStatic value userDefinedRouting for OutboundType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OutboundTypefromString(String name) Creates or finds a OutboundType from its string representation.static Collection<OutboundType>values()Gets known OutboundType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LOAD_BALANCER
Static value loadBalancer for OutboundType. -
USER_DEFINED_ROUTING
Static value userDefinedRouting for OutboundType. -
MANAGED_NATGATEWAY
Static value managedNATGateway for OutboundType. -
USER_ASSIGNED_NATGATEWAY
Static value userAssignedNATGateway for OutboundType.
-
-
Constructor Details
-
OutboundType
public OutboundType()
-
-
Method Details
-
fromString
Creates or finds a OutboundType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OutboundType.
-
values
Gets known OutboundType values.- Returns:
- known OutboundType values.
-