Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.SslPolicy.PostQuantumKeyExchange
Namespace
Google \ Cloud \ Compute \ V1 \ SslPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_POST_QUANTUM_KEY_EXCHANGE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_POST_QUANTUM_KEY_EXCHANGE = 0;
PBDEFAULT
Value: 115302945Default behavior: disabled until October 2026, enabled afterward.
Generated from protobuf enum DEFAULT = 115302945;
DEFERRED
Value: 356775903Disabled until October 2027, enabled afterward.
Generated from protobuf enum DEFERRED = 356775903;
ENABLED
Value: 182130465Enabled now.
Generated from protobuf enum ENABLED = 182130465;