Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::SslPolicy::PostQuantumKeyExchange (v3.7.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::SslPolicy::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.

Constants

UNDEFINED_POST_QUANTUM_KEY_EXCHANGE

value: 0
A value indicating that the enum field is not set.

DEFAULT

value: 115_302_945
Default behavior: disabled until October 2026, enabled afterward.

DEFERRED

value: 356_775_903
Disabled until October 2027, enabled afterward.

ENABLED

value: 182_130_465
Enabled now.