RegionSslPolicyProfile

enum RegionSslPolicyProfile : Enum<RegionSslPolicyProfile> , ConvertibleToJava<RegionSslPolicyProfile>

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.

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RegionSslPolicyProfile
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RegionSslPolicyProfile
Link copied to clipboard
Link copied to clipboard