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