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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The content provides versioned documentation for the `SslPolicy.Types.Profile` enum within the Google.Cloud.Compute.V1 API, ranging from version 1.0.0 to the latest, 3.6.0."],["The `SslPolicy.Types.Profile` enum defines SSL profiles that can be used by load balancers, such as `COMPATIBLE`, `MODERN`, `RESTRICTED`, and `CUSTOM`, to manage SSL feature negotiation with clients."],["Each profile option offers a different level of compatibility and security, from the broadest compatibility with the `COMPATIBLE` option to the strict compliance of the `RESTRICTED` profile."],["The `CUSTOM` option enables users to specify particular SSL features."],["The `UndefinedProfile` is used as a value to indicate that the field enum is not set."]]],[]]