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-24 UTC."],[[["The documentation covers various versions of the `Google.Cloud.Compute.V1.SslPolicy.Types.Profile`, ranging from version 1.0.0 to the latest 3.6.0, which can be accessed by the provided links."],["The `Profile` enum specifies the SSL features used by a load balancer during negotiation with clients, with the ability to use predefined settings such as `COMPATIBLE`, `MODERN`, `RESTRICTED`, or user defined `CUSTOM`."],["The `COMPATIBLE` profile is for broad client compatibility, `MODERN` for modern clients, and `RESTRICTED` for stricter compliance."],["Each version listed provides access to specific reference documentation."],["An `UndefinedProfile` value is available to represent when an enum field has not been set."]]],[]]