Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
DbSystemSource |
DbSystem.getSource() |
Modifier and Type | Method and Description |
---|---|
DbSystem.Builder |
DbSystem.Builder.source(DbSystemSource source) |
Constructor and 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,
CrashRecoveryStatus crashRecovery,
PointInTimeRecoveryDetails pointInTimeRecoveryDetails,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.