Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Phase2IntegrityAlgorithmsListValue |
Phase2IntegrityAlgorithmsListValue.clone() |
Phase2IntegrityAlgorithmsListValue |
Phase2IntegrityAlgorithmsListValue.withValue(String value)
The integrity algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<Phase2IntegrityAlgorithmsListValue> |
TunnelOption.getPhase2IntegrityAlgorithms()
The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
Modifier and Type | Method and Description |
---|---|
TunnelOption |
TunnelOption.withPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsListValue... phase2IntegrityAlgorithms)
The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
Modifier and Type | Method and Description |
---|---|
void |
TunnelOption.setPhase2IntegrityAlgorithms(Collection<Phase2IntegrityAlgorithmsListValue> phase2IntegrityAlgorithms)
The permitted integrity 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.
|
Copyright © 2023. All rights reserved.