Uses of Class
com.oracle.bmc.goldengate.model.DeploymentPeerSummary.LifecycleState
-
Packages that use DeploymentPeerSummary.LifecycleState Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
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.LifecycleStateDeploymentPeerSummary.LifecycleState. create(String key)DeploymentPeerSummary.LifecycleStateDeploymentPeerSummary. getLifecycleState()Possible lifecycle states for deployment peer.static DeploymentPeerSummary.LifecycleStateDeploymentPeerSummary.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.BuilderDeploymentPeerSummary.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, Date timeLastSynced, String subscriptionId, String clusterPlacementGroupId, DeploymentPeerSummary.LifecycleState lifecycleState)Deprecated. -
Uses of DeploymentPeerSummary.LifecycleState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return DeploymentPeerSummary.LifecycleState Modifier and Type Method Description DeploymentPeerSummary.LifecycleStateListDeploymentPeersRequest. getLifecycleState()A filter to return only the deployment peers having the ‘lifecycleState’ given.Methods in com.oracle.bmc.goldengate.requests with parameters of type DeploymentPeerSummary.LifecycleState Modifier and Type Method Description ListDeploymentPeersRequest.BuilderListDeploymentPeersRequest.Builder. lifecycleState(DeploymentPeerSummary.LifecycleState lifecycleState)A filter to return only the deployment peers having the ‘lifecycleState’ given.
-