Uses of Class
com.oracle.bmc.mysql.model.Backup.BackupType
-
Packages that use Backup.BackupType Package Description com.oracle.bmc.mysql.model -
-
Uses of Backup.BackupType in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Backup.BackupType Modifier and Type Method Description static Backup.BackupType
Backup.BackupType. create(String key)
Backup.BackupType
Backup. getBackupType()
The type of backup.Backup.BackupType
BackupSummary. getBackupType()
The type of backup.static Backup.BackupType
Backup.BackupType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Backup.BackupType[]
Backup.BackupType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type Backup.BackupType Modifier and Type Method Description Backup.Builder
Backup.Builder. backupType(Backup.BackupType backupType)
The type of backup.BackupSummary.Builder
BackupSummary.Builder. backupType(Backup.BackupType backupType)
The type of backup.Constructors in com.oracle.bmc.mysql.model with parameters of type Backup.BackupType Constructor Description Backup(String id, String displayName, String description, SoftDelete softDelete, 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.BackupSummary(String id, String displayName, String description, SoftDelete softDelete, Date timeCreated, Backup.LifecycleState lifecycleState, String lifecycleDetails, 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.
-