Uses of Class
com.oracle.bmc.goldengate.model.DeploymentBackup.LifecycleState
-
Packages that use DeploymentBackup.LifecycleState Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of DeploymentBackup.LifecycleState in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type DeploymentBackup.LifecycleState Modifier and Type Method Description Waiter<GetDeploymentBackupRequest,GetDeploymentBackupResponse>GoldenGateWaiters. forDeploymentBackup(GetDeploymentBackupRequest request, DeploymentBackup.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDeploymentBackupRequest,GetDeploymentBackupResponse>GoldenGateWaiters. forDeploymentBackup(GetDeploymentBackupRequest request, DeploymentBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDeploymentBackupRequest,GetDeploymentBackupResponse>GoldenGateWaiters. forDeploymentBackup(GetDeploymentBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DeploymentBackup.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of DeploymentBackup.LifecycleState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentBackup.LifecycleState Modifier and Type Method Description static DeploymentBackup.LifecycleStateDeploymentBackup.LifecycleState. create(String key)DeploymentBackup.LifecycleStateDeploymentBackup. getLifecycleState()Possible lifecycle states for a Deployment Backup.DeploymentBackup.LifecycleStateDeploymentBackupSummary. getLifecycleState()Possible lifecycle states for a Deployment Backup.static DeploymentBackup.LifecycleStateDeploymentBackup.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentBackup.LifecycleState[]DeploymentBackup.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 DeploymentBackup.LifecycleState Modifier and Type Method Description DeploymentBackup.BuilderDeploymentBackup.Builder. lifecycleState(DeploymentBackup.LifecycleState lifecycleState)Possible lifecycle states for a Deployment Backup.DeploymentBackupSummary.BuilderDeploymentBackupSummary.Builder. lifecycleState(DeploymentBackup.LifecycleState lifecycleState)Possible lifecycle states for a Deployment Backup.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentBackup.LifecycleState Constructor Description DeploymentBackup(String id, String deploymentId, DeploymentType deploymentType, String compartmentId, String displayName, Boolean isAutomatic, DeploymentBackup.BackupSourceType backupSourceType, DeploymentBackup.LifecycleState lifecycleState, String lifecycleDetails, Date timeOfBackup, Date timeBackupFinished, Long sizeInBytes, DeploymentBackupType backupType, String oggVersion, String namespaceName, String bucketName, String objectName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isMetadataOnly, List<ResourceLock> locks)Deprecated.DeploymentBackupSummary(String id, String deploymentId, DeploymentType deploymentType, String compartmentId, String displayName, Boolean isAutomatic, DeploymentBackupSummary.BackupSourceType backupSourceType, DeploymentBackup.LifecycleState lifecycleState, String lifecycleDetails, Date timeOfBackup, Date timeBackupFinished, Long sizeInBytes, DeploymentBackupType backupType, String oggVersion, String namespaceName, String bucketName, String objectName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isMetadataOnly, List<ResourceLock> locks)Deprecated. -
Uses of DeploymentBackup.LifecycleState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return DeploymentBackup.LifecycleState Modifier and Type Method Description DeploymentBackup.LifecycleStateListDeploymentBackupsRequest. getLifecycleState()A filter to return only the deployment backups having the ‘lifecycleState’ given.Methods in com.oracle.bmc.goldengate.requests with parameters of type DeploymentBackup.LifecycleState Modifier and Type Method Description ListDeploymentBackupsRequest.BuilderListDeploymentBackupsRequest.Builder. lifecycleState(DeploymentBackup.LifecycleState lifecycleState)A filter to return only the deployment backups having the ‘lifecycleState’ given.
-