Uses of Class
com.oracle.bmc.psql.model.DbSystemDetails
-
Packages that use DbSystemDetails Package Description com.oracle.bmc.psql.model -
-
Uses of DbSystemDetails in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbSystemDetails Modifier and Type Method Description DbSystemDetails
DbSystemDetails.Builder. build()
DbSystemDetails
Backup. getDbSystemDetails()
Methods in com.oracle.bmc.psql.model with parameters of type DbSystemDetails Modifier and Type Method Description DbSystemDetails.Builder
DbSystemDetails.Builder. copy(DbSystemDetails model)
Backup.Builder
Backup.Builder. dbSystemDetails(DbSystemDetails dbSystemDetails)
Constructors in com.oracle.bmc.psql.model with parameters of type DbSystemDetails 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.
-