@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.112Z") @Stability(value=Experimental) public enum RouterType extends Enum<RouterType>
| Enum Constant and Description |
|---|
EGRESS_ONLY_INTERNET_GATEWAY
(experimental) Egress-only Internet Gateway.
|
GATEWAY
(experimental) Internet Gateway.
|
INSTANCE
(experimental) Instance.
|
NAT_GATEWAY
(experimental) NAT Gateway.
|
NETWORK_INTERFACE
(experimental) Network Interface.
|
VPC_PEERING_CONNECTION
(experimental) VPC peering connection.
|
| Modifier and Type | Method and Description |
|---|---|
static RouterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final RouterType EGRESS_ONLY_INTERNET_GATEWAY
@Stability(value=Experimental) public static final RouterType GATEWAY
@Stability(value=Experimental) public static final RouterType INSTANCE
@Stability(value=Experimental) public static final RouterType NAT_GATEWAY
@Stability(value=Experimental) public static final RouterType NETWORK_INTERFACE
@Stability(value=Experimental) public static final RouterType VPC_PEERING_CONNECTION
public static RouterType[] values()
for (RouterType c : RouterType.values()) System.out.println(c);
public static RouterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.