Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
DbSystemDetails |
DbSystemDetails.Builder.build() |
DbSystemDetails |
Backup.getDbSystemDetails() |
Modifier and Type | Method and Description |
---|---|
DbSystemDetails.Builder |
DbSystemDetails.Builder.copy(DbSystemDetails model) |
Backup.Builder |
Backup.Builder.dbSystemDetails(DbSystemDetails dbSystemDetails) |
Constructor and Description |
---|
Backup(String id,
String displayName,
String description,
String compartmentId,
Backup.SourceType sourceType,
Date timeCreated,
Date timeUpdated,
Backup.LifecycleState lifecycleState,
String lifecycleDetails,
Integer retentionPeriod,
Integer backupSize,
String dbSystemId,
DbSystemDetails dbSystemDetails,
String lastAcceptedRequestToken,
String lastCompletedRequestToken,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.