Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TunnelOption |
TunnelOption.clone() |
TunnelOption |
TunnelOption.withDpdTimeoutAction(String dpdTimeoutAction)
The action to take after a DPD timeout occurs.
|
TunnelOption |
TunnelOption.withDpdTimeoutSeconds(Integer dpdTimeoutSeconds)
The number of seconds after which a DPD timeout occurs.
|
TunnelOption |
TunnelOption.withIkeVersions(Collection<IKEVersionsListValue> ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
TunnelOption |
TunnelOption.withIkeVersions(IKEVersionsListValue... ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
TunnelOption |
TunnelOption.withOutsideIpAddress(String outsideIpAddress)
The external IP address of the VPN tunnel.
|
TunnelOption |
TunnelOption.withPhase1DHGroupNumbers(Collection<Phase1DHGroupNumbersListValue> phase1DHGroupNumbers)
The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase1DHGroupNumbers(Phase1DHGroupNumbersListValue... phase1DHGroupNumbers)
The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase1EncryptionAlgorithms(Collection<Phase1EncryptionAlgorithmsListValue> phase1EncryptionAlgorithms)
The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsListValue... phase1EncryptionAlgorithms)
The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase1IntegrityAlgorithms(Collection<Phase1IntegrityAlgorithmsListValue> phase1IntegrityAlgorithms)
The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsListValue... phase1IntegrityAlgorithms)
The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase1LifetimeSeconds(Integer phase1LifetimeSeconds)
The lifetime for phase 1 of the IKE negotiation, in seconds.
|
TunnelOption |
TunnelOption.withPhase2DHGroupNumbers(Collection<Phase2DHGroupNumbersListValue> phase2DHGroupNumbers)
The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase2DHGroupNumbers(Phase2DHGroupNumbersListValue... phase2DHGroupNumbers)
The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase2EncryptionAlgorithms(Collection<Phase2EncryptionAlgorithmsListValue> phase2EncryptionAlgorithms)
The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsListValue... phase2EncryptionAlgorithms)
The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase2IntegrityAlgorithms(Collection<Phase2IntegrityAlgorithmsListValue> phase2IntegrityAlgorithms)
The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsListValue... phase2IntegrityAlgorithms)
The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
TunnelOption |
TunnelOption.withPhase2LifetimeSeconds(Integer phase2LifetimeSeconds)
The lifetime for phase 2 of the IKE negotiation, in seconds.
|
TunnelOption |
TunnelOption.withPreSharedKey(String preSharedKey)
The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer
gateway.
|
TunnelOption |
TunnelOption.withRekeyFuzzPercentage(Integer rekeyFuzzPercentage)
The percentage of the rekey window determined by
RekeyMarginTimeSeconds during which the rekey time
is randomly selected. |
TunnelOption |
TunnelOption.withRekeyMarginTimeSeconds(Integer rekeyMarginTimeSeconds)
The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of
the VPN connection performs an IKE rekey.
|
TunnelOption |
TunnelOption.withReplayWindowSize(Integer replayWindowSize)
The number of packets in an IKE replay window.
|
TunnelOption |
TunnelOption.withStartupAction(String startupAction)
The action to take when the establishing the VPN tunnels for a VPN connection.
|
TunnelOption |
TunnelOption.withTunnelInsideCidr(String tunnelInsideCidr)
The range of inside IPv4 addresses for the tunnel.
|
TunnelOption |
TunnelOption.withTunnelInsideIpv6Cidr(String tunnelInsideIpv6Cidr)
The range of inside IPv6 addresses for the tunnel.
|
Modifier and Type | Method and Description |
---|---|
List<TunnelOption> |
VpnConnectionOptions.getTunnelOptions()
Indicates the VPN tunnel options.
|
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelOptions(TunnelOption... tunnelOptions)
Indicates the VPN tunnel options.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnConnectionOptions.setTunnelOptions(Collection<TunnelOption> tunnelOptions)
Indicates the VPN tunnel options.
|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelOptions(Collection<TunnelOption> tunnelOptions)
Indicates the VPN tunnel options.
|
Copyright © 2021. All rights reserved.