Uses of Class
com.oracle.bmc.goldengate.model.DeploymentBackupSummary.BackupSourceType
-
Packages that use DeploymentBackupSummary.BackupSourceType Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentBackupSummary.BackupSourceType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentBackupSummary.BackupSourceType Modifier and Type Method Description static DeploymentBackupSummary.BackupSourceTypeDeploymentBackupSummary.BackupSourceType. create(String key)DeploymentBackupSummary.BackupSourceTypeDeploymentBackupSummary. getBackupSourceType()Possible deployment backup source types.static DeploymentBackupSummary.BackupSourceTypeDeploymentBackupSummary.BackupSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentBackupSummary.BackupSourceType[]DeploymentBackupSummary.BackupSourceType. 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 DeploymentBackupSummary.BackupSourceType Modifier and Type Method Description DeploymentBackupSummary.BuilderDeploymentBackupSummary.Builder. backupSourceType(DeploymentBackupSummary.BackupSourceType backupSourceType)Possible deployment backup source types.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentBackupSummary.BackupSourceType Constructor Description DeploymentBackupSummary(String id, String deploymentId, DeploymentType deploymentType, String compartmentId, String displayName, Boolean isAutomatic, DeploymentBackupSummary.BackupSourceType backupSourceType, 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.
-