Uses of Class
com.oracle.bmc.mysql.model.BlueGreenDeployment.LifecycleState
-
Packages that use BlueGreenDeployment.LifecycleState Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model -
-
Uses of BlueGreenDeployment.LifecycleState in com.oracle.bmc.mysql
-
Uses of BlueGreenDeployment.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return BlueGreenDeployment.LifecycleState Modifier and Type Method Description static BlueGreenDeployment.LifecycleStateBlueGreenDeployment.LifecycleState. create(String key)BlueGreenDeployment.LifecycleStateBlueGreenDeployment. getLifecycleState()The current lifecycle state.static BlueGreenDeployment.LifecycleStateBlueGreenDeployment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BlueGreenDeployment.LifecycleState[]BlueGreenDeployment.LifecycleState. 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 BlueGreenDeployment.LifecycleState Modifier and Type Method Description BlueGreenDeployment.BuilderBlueGreenDeployment.Builder. lifecycleState(BlueGreenDeployment.LifecycleState lifecycleState)The current lifecycle state.Constructors in com.oracle.bmc.mysql.model with parameters of type BlueGreenDeployment.LifecycleState 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.
-