Uses of Class
com.oracle.bmc.goldengate.model.PrecheckStatus
-
Packages that use PrecheckStatus Package Description com.oracle.bmc.goldengate.model -
-
Uses of PrecheckStatus in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PrecheckStatus Modifier and Type Method Description static PrecheckStatusPrecheckStatus. create(String key)PrecheckStatusDeploymentPeerSummary. getPrecheckStatus()Status of the DR precheck result.PrecheckStatusDisasterRecoveryPrecheckReport. getPrecheckStatus()Status of the DR precheck result.PrecheckStatusDisasterRecoveryPrecheckResult. getStatus()Status of the DR precheck result.static PrecheckStatusPrecheckStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PrecheckStatus[]PrecheckStatus. 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 PrecheckStatus Modifier and Type Method Description DeploymentPeerSummary.BuilderDeploymentPeerSummary.Builder. precheckStatus(PrecheckStatus precheckStatus)Status of the DR precheck result.DisasterRecoveryPrecheckReport.BuilderDisasterRecoveryPrecheckReport.Builder. precheckStatus(PrecheckStatus precheckStatus)Status of the DR precheck result.DisasterRecoveryPrecheckResult.BuilderDisasterRecoveryPrecheckResult.Builder. status(PrecheckStatus status)Status of the DR precheck result.Constructors in com.oracle.bmc.goldengate.model with parameters of type PrecheckStatus 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, PrecheckStatus precheckStatus, Date timeLastPrecheckPerformed)Deprecated.DisasterRecoveryPrecheckReport(Date timePrecheckStarted, Date timePrecheckFinished, PrecheckStatus precheckStatus, List<DisasterRecoveryPrecheckResult> checks)Deprecated.DisasterRecoveryPrecheckResult(String key, String displayName, String description, String correctiveAction, PrecheckStatus status, String relatedResourceId, RelatedResourceType relatedResourceType, String code)Deprecated.
-