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