Uses of Class
com.oracle.bmc.mysql.model.BlueGreenDeploymentSwitchoverStatus
-
Packages that use BlueGreenDeploymentSwitchoverStatus Package Description com.oracle.bmc.mysql.model -
-
Uses of BlueGreenDeploymentSwitchoverStatus in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return BlueGreenDeploymentSwitchoverStatus Modifier and Type Method Description static BlueGreenDeploymentSwitchoverStatusBlueGreenDeploymentSwitchoverStatus. create(String key)BlueGreenDeploymentSwitchoverStatusBlueGreenDeployment. getSwitchoverStatus()Stage of the most recent switchover workflow.BlueGreenDeploymentSwitchoverStatusBlueGreenDeploymentSummary. getSwitchoverStatus()Stage of the most recent switchover workflow.static BlueGreenDeploymentSwitchoverStatusBlueGreenDeploymentSwitchoverStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BlueGreenDeploymentSwitchoverStatus[]BlueGreenDeploymentSwitchoverStatus. 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 BlueGreenDeploymentSwitchoverStatus Modifier and Type Method Description BlueGreenDeployment.BuilderBlueGreenDeployment.Builder. switchoverStatus(BlueGreenDeploymentSwitchoverStatus switchoverStatus)Stage of the most recent switchover workflow.BlueGreenDeploymentSummary.BuilderBlueGreenDeploymentSummary.Builder. switchoverStatus(BlueGreenDeploymentSwitchoverStatus switchoverStatus)Stage of the most recent switchover workflow.Constructors in com.oracle.bmc.mysql.model with parameters of type BlueGreenDeploymentSwitchoverStatus 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.BlueGreenDeploymentSummary(String id, String compartmentId, String displayName, BlueGreenDeploymentSummary.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.
-