Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
VpnTunnelCipherSuite |
VpnTunnelCipherSuite.clone() |
VpnTunnelCipherSuite |
VpnTunnel.getCipherSuite()
User specified list of ciphers to use for the phase 1 and phase 2 of the IKE protocol.
|
VpnTunnelCipherSuite |
VpnTunnelCipherSuite.set(String fieldName,
Object value) |
VpnTunnelCipherSuite |
VpnTunnelCipherSuite.setPhase1(VpnTunnelPhase1Algorithms phase1) |
VpnTunnelCipherSuite |
VpnTunnelCipherSuite.setPhase2(VpnTunnelPhase2Algorithms phase2) |
Modifier and Type | Method and Description |
---|---|
VpnTunnel |
VpnTunnel.setCipherSuite(VpnTunnelCipherSuite cipherSuite)
User specified list of ciphers to use for the phase 1 and phase 2 of the IKE protocol.
|
Copyright © 2011–2025 Google. All rights reserved.