Uses of Class
com.oracle.bmc.mysql.model.ReplicaSummary.LifecycleState
-
Packages that use ReplicaSummary.LifecycleState Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of ReplicaSummary.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ReplicaSummary.LifecycleState Modifier and Type Method Description static ReplicaSummary.LifecycleState
ReplicaSummary.LifecycleState. create(String key)
ReplicaSummary.LifecycleState
ReplicaSummary. getLifecycleState()
The state of the read replica.static ReplicaSummary.LifecycleState
ReplicaSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicaSummary.LifecycleState[]
ReplicaSummary.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 ReplicaSummary.LifecycleState Modifier and Type Method Description ReplicaSummary.Builder
ReplicaSummary.Builder. lifecycleState(ReplicaSummary.LifecycleState lifecycleState)
The state of the read replica.Constructors in com.oracle.bmc.mysql.model with parameters of type ReplicaSummary.LifecycleState Constructor Description ReplicaSummary(String id, String dbSystemId, String compartmentId, String displayName, String description, ReplicaSummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String mysqlVersion, String availabilityDomain, String faultDomain, String ipAddress, Integer port, Integer portX, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isDeleteProtected, String shapeName, String configurationId, ReplicaOverrides replicaOverrides)
Deprecated. -
Uses of ReplicaSummary.LifecycleState in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ReplicaSummary.LifecycleState Modifier and Type Method Description ReplicaSummary.LifecycleState
ListReplicasRequest. getLifecycleState()
The LifecycleState of the read replica.Methods in com.oracle.bmc.mysql.requests with parameters of type ReplicaSummary.LifecycleState Modifier and Type Method Description ListReplicasRequest.Builder
ListReplicasRequest.Builder. lifecycleState(ReplicaSummary.LifecycleState lifecycleState)
The LifecycleState of the read replica.
-