| Modifier and Type | Field and Description |
|---|---|
static OutboundType |
OutboundType.LOAD_BALANCER
Static value loadBalancer for OutboundType.
|
static OutboundType |
OutboundType.USER_DEFINED_ROUTING
Static value userDefinedRouting for OutboundType.
|
| Modifier and Type | Method and Description |
|---|---|
static OutboundType |
OutboundType.fromString(String name)
Creates or finds a OutboundType from its string representation.
|
OutboundType |
ContainerServiceNetworkProfile.outboundType()
Get the outbound (egress) routing method.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OutboundType> |
OutboundType.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withOutboundType(OutboundType outboundType)
Set the outbound (egress) routing method.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/