Reference documentation and code samples for the Compute Engine v1 API enum InterconnectAttachment.Types.Encryption.
Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use HA VPN over Cloud Interconnect, the VLAN attachment must be created with this option.
The interconnect attachment will carry only encrypted traffic that is encrypted by an IPsec device such as HA VPN gateway; VMs cannot directly send traffic to or receive traffic from such an interconnect attachment. To use HA VPN over Cloud Interconnect, the interconnect attachment must be created with this option.
None
This is the default value, which means the Interconnect Attachment will carry unencrypted traffic. VMs will be able to send traffic to or receive traffic from such interconnect attachment.
UndefinedEncryption
A value indicating that the enum field is not set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The content provides a comprehensive list of versions for the `InterconnectAttachment.Types.Encryption` enum, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest release."],["This enum, part of the Google Cloud Compute Engine v1 API, specifies encryption options for VLAN attachments, including `Ipsec`, `None`, and `UndefinedEncryption`."],["`Ipsec` option is used for encrypted traffic via an IPsec device, and `None` is the default for unencrypted traffic, while `UndefinedEncryption` indicates that the enum field has not been set."],["The documentation details the purpose of the `InterconnectAttachment.Types.Encryption` enum, which indicates whether a VLAN attachment carries encrypted or unencrypted traffic."],["The `InterconnectAttachment.Types.Encryption` enum is found within the `Google.Cloud.Compute.V1` namespace and is contained in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]