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 |
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,
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)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.