Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Class and Description |
---|---|
class |
CreateDbSystemSourceFromBackupDetails
Use the backupId to specify from which backup the new DB System will be created.
|
class |
CreateDbSystemSourceFromNoneDetails
Creation of a DbSystem from no particular source.
|
class |
CreateDbSystemSourceFromPitrDetails
DB System OCID to perform a point in time recovery to the current point in time.
|
class |
CreateDbSystemSourceImportFromUrlDetails
An Object Storage PAR from which to import the DB System initial data.
|
Modifier and Type | Method and Description |
---|---|
CreateDbSystemSourceDetails |
CreateDbSystemDetails.getSource() |
Modifier and Type | Method and Description |
---|---|
CreateDbSystemDetails.Builder |
CreateDbSystemDetails.Builder.source(CreateDbSystemSourceDetails source) |
Constructor and Description |
---|
CreateDbSystemDetails(String displayName,
String description,
String compartmentId,
Boolean isHighlyAvailable,
String availabilityDomain,
String faultDomain,
String configurationId,
String shapeName,
String mysqlVersion,
String subnetId,
String adminUsername,
String adminPassword,
Integer dataStorageSizeInGBs,
DataStorageDetails dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
CreateBackupPolicyDetails backupPolicy,
CreateDbSystemSourceDetails source,
CreateMaintenanceDetails maintenance,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateDeletionPolicyDetails deletionPolicy,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.