Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static VpnEcmpSupportValue |
VpnEcmpSupportValue.fromValue(String value)
Use this in place of valueOf.
|
static VpnEcmpSupportValue |
VpnEcmpSupportValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnEcmpSupportValue[] |
VpnEcmpSupportValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withVpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withVpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
TransitGatewayOptions |
TransitGatewayOptions.withVpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Indicates whether Equal Cost Multipath Protocol support is enabled.
|
Copyright © 2020. All rights reserved.