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