public class OutboundType extends Object
| Modifier and Type | Field and Description |
|---|---|
static OutboundType |
LOAD_BALANCER |
static OutboundType |
MANAGED_NATGATEWAY |
static OutboundType |
USER_ASSIGNED_NATGATEWAY |
static OutboundType |
USER_DEFINED_ROUTING |
private String |
value |
| Constructor and Description |
|---|
OutboundType() |
| Modifier and Type | Method and Description |
|---|---|
static OutboundType |
fromString(String input) |
static List<OutboundType> |
values() |
public static final OutboundType LOAD_BALANCER
public static final OutboundType USER_DEFINED_ROUTING
public static final OutboundType MANAGED_NATGATEWAY
public static final OutboundType USER_ASSIGNED_NATGATEWAY
private String value
public static List<OutboundType> values()
public static OutboundType fromString(String input)
Copyright © 2024. All rights reserved.