Uses of Class
com.oracle.bmc.goldengate.model.DeploymentPeerSummary.LifecycleState
-
Packages that use DeploymentPeerSummary.LifecycleState Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentPeerSummary.LifecycleState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentPeerSummary.LifecycleState Modifier and Type Method Description static DeploymentPeerSummary.LifecycleState
DeploymentPeerSummary.LifecycleState. create(String key)
DeploymentPeerSummary.LifecycleState
DeploymentPeerSummary. getLifecycleState()
Possible lifecycle states for deployment peer.static DeploymentPeerSummary.LifecycleState
DeploymentPeerSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentPeerSummary.LifecycleState[]
DeploymentPeerSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentPeerSummary.LifecycleState Modifier and Type Method Description DeploymentPeerSummary.Builder
DeploymentPeerSummary.Builder. lifecycleState(DeploymentPeerSummary.LifecycleState lifecycleState)
Possible lifecycle states for deployment peer.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentPeerSummary.LifecycleState Constructor Description DeploymentPeerSummary(String deploymentId, String region, String availabilityDomain, String faultDomain, String displayName, DeploymentPeerType peerType, DeploymentRole peerRole, Date timeCreated, Date timeUpdated, Date timeRoleChanged, DeploymentPeerSummary.LifecycleState lifecycleState)
Deprecated.
-