Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemSummary.DatabaseEdition |
DbSystemSummary.DatabaseEdition.create(String key) |
DbSystemSummary.DatabaseEdition |
DbSystemSummary.getDatabaseEdition()
The Oracle Database edition that applies to all the databases on the DB system.
|
static DbSystemSummary.DatabaseEdition |
DbSystemSummary.DatabaseEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemSummary.DatabaseEdition[] |
DbSystemSummary.DatabaseEdition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystemSummary.Builder |
DbSystemSummary.Builder.databaseEdition(DbSystemSummary.DatabaseEdition databaseEdition) |
Constructor and Description |
---|
DbSystemSummary(String id,
String compartmentId,
String displayName,
String availabilityDomain,
List<String> faultDomains,
String subnetId,
String backupSubnetId,
String shape,
List<String> sshPublicKeys,
String timeZone,
String hostname,
String domain,
String version,
Integer cpuCoreCount,
String clusterName,
Integer dataStoragePercentage,
DbSystemSummary.DatabaseEdition databaseEdition,
String lastPatchHistoryEntryId,
Integer listenerPort,
DbSystemSummary.LifecycleState lifecycleState,
Date timeCreated,
String lifecycleDetails,
DbSystemSummary.DiskRedundancy diskRedundancy,
Boolean sparseDiskgroup,
List<String> scanIpIds,
List<String> vipIds,
String scanDnsRecordId,
Integer dataStorageSizeInGBs,
Integer recoStorageSizeInGB,
Integer nodeCount,
DbSystemSummary.LicenseModel licenseModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.