Uses of Class
com.oracle.bmc.mysql.model.SslMode
-
Packages that use SslMode Package Description com.oracle.bmc.mysql.model -
-
Uses of SslMode in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return SslMode Modifier and Type Method Description static SslModeSslMode. create(String key)SslModeBlueGreenDeployment. getSslMode()SSL mode used for the replication channel created by the blue/green workflow.SslModeCreateBlueGreenDeploymentChannelDetails. getSslMode()The SSL mode of the replication channel created by the blue/green workflow.SslModeCreateDbSystemSourceFromDbSystemChannelDetails. getSslMode()The SSL mode of the Channel.static SslModeSslMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SslMode[]SslMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type SslMode Modifier and Type Method Description BlueGreenDeployment.BuilderBlueGreenDeployment.Builder. sslMode(SslMode sslMode)SSL mode used for the replication channel created by the blue/green workflow.CreateBlueGreenDeploymentChannelDetails.BuilderCreateBlueGreenDeploymentChannelDetails.Builder. sslMode(SslMode sslMode)The SSL mode of the replication channel created by the blue/green workflow.CreateDbSystemSourceFromDbSystemChannelDetails.BuilderCreateDbSystemSourceFromDbSystemChannelDetails.Builder. sslMode(SslMode sslMode)The SSL mode of the Channel.Constructors in com.oracle.bmc.mysql.model with parameters of type SslMode Constructor Description BlueGreenDeployment(BlueGreenDeploymentTargetDbSystemDetails targetDbSystemDetails, String replicationChannelId, SslMode sslMode, String id, String compartmentId, String displayName, BlueGreenDeployment.LifecycleState lifecycleState, String lifecycleDetails, String sourceDbSystemId, String targetDbSystemId, String activeDbSystemId, BlueGreenDeploymentSwitchoverStatus switchoverStatus, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)Deprecated.CreateBlueGreenDeploymentChannelDetails(String sourceUsername, char[] sourcePassword, String applierUsername, SslMode sslMode, CaCertificate sslCaCertificate)Deprecated.CreateBlueGreenDeploymentChannelDetails(String sourceUsername, String sourcePassword, String applierUsername, SslMode sslMode, CaCertificate sslCaCertificate)Deprecated.CreateDbSystemSourceFromDbSystemChannelDetails(String sourceUsername, char[] sourcePassword, SslMode sslMode, CaCertificate sslCaCertificate, String applierUsername)Deprecated.CreateDbSystemSourceFromDbSystemChannelDetails(String sourceUsername, String sourcePassword, SslMode sslMode, CaCertificate sslCaCertificate, String applierUsername)Deprecated.
-