Uses of Class
com.oracle.bmc.psql.model.Backup.SourceType
-
Packages that use Backup.SourceType Package Description com.oracle.bmc.psql.model -
-
Uses of Backup.SourceType in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return Backup.SourceType Modifier and Type Method Description static Backup.SourceType
Backup.SourceType. create(String key)
Backup.SourceType
Backup. getSourceType()
Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.Backup.SourceType
BackupSummary. getSourceType()
Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.static Backup.SourceType
Backup.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Backup.SourceType[]
Backup.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type Backup.SourceType Modifier and Type Method Description Backup.Builder
Backup.Builder. sourceType(Backup.SourceType sourceType)
Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.BackupSummary.Builder
BackupSummary.Builder. sourceType(Backup.SourceType sourceType)
Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.Constructors in com.oracle.bmc.psql.model with parameters of type Backup.SourceType Constructor Description Backup(String id, String displayName, String description, String compartmentId, Backup.SourceType sourceType, Date timeCreated, Date timeCreatedPrecise, Date timeUpdated, Backup.LifecycleState lifecycleState, String lifecycleDetails, Integer retentionPeriod, Integer backupSize, String dbSystemId, DbSystemDetails dbSystemDetails, SourceBackupDetails sourceBackupDetails, String lastAcceptedRequestToken, String lastCompletedRequestToken, List<BackupCopyStatusDetails> copyStatus, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.BackupSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Backup.LifecycleState lifecycleState, String lifecycleDetails, Backup.SourceType sourceType, Date timeCreatedPrecise, Integer backupSize, String dbSystemId, Integer retentionPeriod, List<BackupCopyStatusDetails> copyStatus, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-