Uses of Class
com.oracle.bmc.mysql.model.DbSystemSnapshotSummary
-
Packages that use DbSystemSnapshotSummary Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemSnapshotSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemSnapshotSummary Modifier and Type Method Description DbSystemSnapshotSummary
DbSystemSnapshotSummary.Builder. build()
DbSystemSnapshotSummary
BackupSummary. getDbSystemSnapshotSummary()
Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemSnapshotSummary Modifier and Type Method Description DbSystemSnapshotSummary.Builder
DbSystemSnapshotSummary.Builder. copy(DbSystemSnapshotSummary model)
BackupSummary.Builder
BackupSummary.Builder. dbSystemSnapshotSummary(DbSystemSnapshotSummary dbSystemSnapshotSummary)
Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemSnapshotSummary Constructor Description BackupSummary(String id, String displayName, String description, Date timeCreated, Backup.LifecycleState lifecycleState, Backup.BackupType backupType, Backup.CreationType creationType, String dbSystemId, String compartmentId, Integer dataStorageSizeInGBs, Integer backupSizeInGBs, Integer retentionInDays, 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, DbSystemSnapshotSummary dbSystemSnapshotSummary)
Deprecated.
-