Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
DbSystemSnapshot |
DbSystemSnapshot.Builder.build() |
DbSystemSnapshot |
Backup.getDbSystemSnapshot() |
Modifier and Type | Method and Description |
---|---|
DbSystemSnapshot.Builder |
DbSystemSnapshot.Builder.copy(DbSystemSnapshot model) |
Backup.Builder |
Backup.Builder.dbSystemSnapshot(DbSystemSnapshot dbSystemSnapshot) |
Constructor and Description |
---|
Backup(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Backup.LifecycleState lifecycleState,
String lifecycleDetails,
Backup.BackupType backupType,
Backup.CreationType creationType,
String dbSystemId,
DbSystemSnapshot dbSystemSnapshot,
Integer backupSizeInGBs,
Integer retentionInDays,
Integer dataStorageSizeInGBs,
String mysqlVersion,
String shapeName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String immediateSourceBackupId,
String originalSourceBackupId,
Date timeCopyCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.