public enum InterconnectAttachment.Encryption extends Enum<InterconnectAttachment.Encryption> implements ProtocolMessageEnumIndicates 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 IPsec-encrypted Cloud Interconnect, the VLAN attachment must be created with this option. Not currently available publicly.
Protobuf enum google.cloud.compute.v1.InterconnectAttachment.Encryption
Implements
ProtocolMessageEnumFields
| Name | Description |
| IPSEC | 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 IPsec-encrypted Cloud Interconnect, the interconnect attachment must be created with this option. |
| IPSEC_VALUE | 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 IPsec-encrypted 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. |
| NONE_VALUE | 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. |
| UNDEFINED_ENCRYPTION | A value indicating that the enum field is not set. |
| UNDEFINED_ENCRYPTION_VALUE | A value indicating that the enum field is not set. |
| UNRECOGNIZED |
Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | (deprecated) Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |