Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IKEVersionsListValue |
IKEVersionsListValue.clone() |
IKEVersionsListValue |
IKEVersionsListValue.withValue(String value)
The IKE version.
|
Modifier and Type | Method and Description |
---|---|
List<IKEVersionsListValue> |
TunnelOption.getIkeVersions()
The IKE versions that are permitted for the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
TunnelOption |
TunnelOption.withIkeVersions(IKEVersionsListValue... ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
void |
TunnelOption.setIkeVersions(Collection<IKEVersionsListValue> ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
TunnelOption |
TunnelOption.withIkeVersions(Collection<IKEVersionsListValue> ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
Copyright © 2021. All rights reserved.