Compute V1 Client - Class Profile (2.1.0)

Reference documentation and code samples for the Compute V1 Client class Profile.

Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.

Protobuf type google.cloud.compute.v1.SslPolicy.Profile

Namespace

Google \ Cloud \ Compute \ V1 \ SslPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_PROFILE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_PROFILE = 0;

COMPATIBLE

Value: 179357396

Compatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.

Generated from protobuf enum COMPATIBLE = 179357396;

CUSTOM

Value: 388595569

Custom profile. Allow only the set of allowed SSL features specified in the customFeatures field.

Generated from protobuf enum CUSTOM = 388595569;

MODERN

Value: 132013855

Modern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.

Generated from protobuf enum MODERN = 132013855;

RESTRICTED

Value: 261551195

Restricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.

Generated from protobuf enum RESTRICTED = 261551195;