Compute Engine v1 API - Enum SslPolicy.Types.PostQuantumKeyExchange (3.28.0)

public enum SslPolicy.Types.PostQuantumKeyExchange

Reference documentation and code samples for the Compute Engine v1 API enum SslPolicy.Types.PostQuantumKeyExchange.

One of DEFAULT, ENABLED, orDEFERRED. Controls whether the load balancer negotiates X25519MLKEM768 key exchange when clients advertise support for it. When set to DEFAULT, or if no SSL Policy is attached to the target proxy, the load balancer disallows X25519MLKEM768 key exchange before October 2026, and allows it afterward. When set to ENABLED, the load balancer allows X25519MLKEM768 key exchange. When set toDEFERRED, the load balancer disallows X25519MLKEM768 key exchange until October 2027, and allows it afterward.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Default

Default behavior: disabled until October 2026, enabled afterward.

Deferred

Disabled until October 2027, enabled afterward.

Enabled

Enabled now.

UndefinedPostQuantumKeyExchange

A value indicating that the enum field is not set.