Uses of Class
com.oracle.bmc.mysql.model.DbSystemSource
-
Packages that use DbSystemSource Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemSource in com.oracle.bmc.mysql.model
Subclasses of DbSystemSource in com.oracle.bmc.mysql.model Modifier and Type Class Description class
DbSystemSourceFromBackup
From which backup this DB System was created.class
DbSystemSourceFromNone
A DB System created from no particular external source.class
DbSystemSourceFromPitr
DB System OCID to perform a point in time recovery to the current point in time.class
DbSystemSourceImportFromUrl
An Object Storage PAR from which to import the DB System initial data.Methods in com.oracle.bmc.mysql.model that return DbSystemSource Modifier and Type Method Description DbSystemSource
DbSystem. getSource()
Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemSource Modifier and Type Method Description DbSystem.Builder
DbSystem.Builder. source(DbSystemSource source)
Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemSource Constructor Description DbSystem(String id, String displayName, String description, String compartmentId, String subnetId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, BackupPolicy backupPolicy, DbSystemSource source, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, List<DbSystemEndpoint> endpoints, List<ChannelSummary> channels, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, CrashRecoveryStatus crashRecovery, PointInTimeRecoveryDetails pointInTimeRecoveryDetails, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint)
Deprecated.
-