Uses of Class
com.oracle.bmc.mysql.model.DbSystemSnapshot
-
Packages that use DbSystemSnapshot Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemSnapshot in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemSnapshot Modifier and Type Method Description DbSystemSnapshot
DbSystemSnapshot.Builder. build()
DbSystemSnapshot
Backup. getDbSystemSnapshot()
Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemSnapshot Modifier and Type Method Description DbSystemSnapshot.Builder
DbSystemSnapshot.Builder. copy(DbSystemSnapshot model)
Backup.Builder
Backup.Builder. dbSystemSnapshot(DbSystemSnapshot dbSystemSnapshot)
Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemSnapshot Constructor 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, Map<String,Map<String,Object>> systemTags, String immediateSourceBackupId, String originalSourceBackupId, Date timeCopyCreated)
Deprecated.
-