Uses of Class
com.oracle.bmc.waas.model.PolicyConfig.CipherGroup
-
Packages that use PolicyConfig.CipherGroup Package Description com.oracle.bmc.waas.model -
-
Uses of PolicyConfig.CipherGroup in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return PolicyConfig.CipherGroup Modifier and Type Method Description static PolicyConfig.CipherGroup
PolicyConfig.CipherGroup. create(String key)
PolicyConfig.CipherGroup
PolicyConfig. getCipherGroup()
The set cipher group for the configured TLS protocol.static PolicyConfig.CipherGroup
PolicyConfig.CipherGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolicyConfig.CipherGroup[]
PolicyConfig.CipherGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type PolicyConfig.CipherGroup Modifier and Type Method Description PolicyConfig.Builder
PolicyConfig.Builder. cipherGroup(PolicyConfig.CipherGroup cipherGroup)
The set cipher group for the configured TLS protocol.Constructors in com.oracle.bmc.waas.model with parameters of type PolicyConfig.CipherGroup Constructor Description PolicyConfig(String certificateId, Boolean isHttpsEnabled, Boolean isHttpsForced, List<PolicyConfig.TlsProtocols> tlsProtocols, Boolean isOriginCompressionEnabled, Boolean isBehindCdn, PolicyConfig.ClientAddressHeader clientAddressHeader, Boolean isCacheControlRespected, Boolean isResponseBufferingEnabled, PolicyConfig.CipherGroup cipherGroup, LoadBalancingMethod loadBalancingMethod, List<String> websocketPathPrefixes, Boolean isSniEnabled, HealthCheck healthChecks)
Deprecated.
-