Compute Engine v1 API - Enum SslPolicy.Types.Profile (2.15.0)

public enum SslPolicy.Types.Profile

Reference documentation and code samples for the Compute Engine v1 API enum SslPolicy.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Compatible

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

Custom

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

Modern

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

Restricted

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

UndefinedProfile

A value indicating that the enum field is not set.