Uses of Class
com.oracle.bmc.mysql.model.Backup.CreationType
-
Packages that use Backup.CreationType Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of Backup.CreationType in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Backup.CreationType Modifier and Type Method Description static Backup.CreationType
Backup.CreationType. create(String key)
Backup.CreationType
Backup. getCreationType()
Indicates how the backup was created: manually, automatic, or by an Operator.Backup.CreationType
BackupSummary. getCreationType()
If the backup was created automatically, or by a manual request.static Backup.CreationType
Backup.CreationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Backup.CreationType[]
Backup.CreationType. 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.CreationType Modifier and Type Method Description Backup.Builder
Backup.Builder. creationType(Backup.CreationType creationType)
Indicates how the backup was created: manually, automatic, or by an Operator.BackupSummary.Builder
BackupSummary.Builder. creationType(Backup.CreationType creationType)
If the backup was created automatically, or by a manual request.Constructors in com.oracle.bmc.mysql.model with parameters of type Backup.CreationType 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. -
Uses of Backup.CreationType in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return Backup.CreationType Modifier and Type Method Description Backup.CreationType
ListBackupsRequest. getCreationType()
Backup creationTypeMethods in com.oracle.bmc.mysql.requests with parameters of type Backup.CreationType Modifier and Type Method Description ListBackupsRequest.Builder
ListBackupsRequest.Builder. creationType(Backup.CreationType creationType)
Backup creationType
-