Uses of Class
com.oracle.bmc.loadbalancer.model.SSLConfiguration.ServerOrderPreference
-
Packages that use SSLConfiguration.ServerOrderPreference Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of SSLConfiguration.ServerOrderPreference in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return SSLConfiguration.ServerOrderPreference Modifier and Type Method Description static SSLConfiguration.ServerOrderPreference
SSLConfiguration.ServerOrderPreference. create(String key)
SSLConfiguration.ServerOrderPreference
SSLConfiguration. getServerOrderPreference()
When this attribute is set to ENABLED, the system gives preference to the server ciphers over the client ciphers.static SSLConfiguration.ServerOrderPreference
SSLConfiguration.ServerOrderPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static SSLConfiguration.ServerOrderPreference[]
SSLConfiguration.ServerOrderPreference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loadbalancer.model with parameters of type SSLConfiguration.ServerOrderPreference Modifier and Type Method Description SSLConfiguration.Builder
SSLConfiguration.Builder. serverOrderPreference(SSLConfiguration.ServerOrderPreference serverOrderPreference)
When this attribute is set to ENABLED, the system gives preference to the server ciphers over the client ciphers.Constructors in com.oracle.bmc.loadbalancer.model with parameters of type SSLConfiguration.ServerOrderPreference Constructor Description SSLConfiguration(Integer verifyDepth, Boolean verifyPeerCertificate, Boolean hasSessionResumption, List<String> trustedCertificateAuthorityIds, List<String> certificateIds, String certificateName, SSLConfiguration.ServerOrderPreference serverOrderPreference, String cipherSuiteName, List<String> protocols)
Deprecated.
-