Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemSummary.DiskRedundancy |
DbSystemSummary.DiskRedundancy.create(String key) |
DbSystemSummary.DiskRedundancy |
DbSystemSummary.getDiskRedundancy()
The type of redundancy configured for the DB system.
|
static DbSystemSummary.DiskRedundancy |
DbSystemSummary.DiskRedundancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemSummary.DiskRedundancy[] |
DbSystemSummary.DiskRedundancy.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.diskRedundancy(DbSystemSummary.DiskRedundancy diskRedundancy)
The type of redundancy configured for the DB system.
|
Constructor and Description |
---|
DbSystemSummary(String id,
String compartmentId,
String displayName,
String availabilityDomain,
List<String> faultDomains,
String subnetId,
String backupSubnetId,
List<String> nsgIds,
List<String> backupNetworkNsgIds,
String giSoftwareImageId,
Integer memorySizeInGBs,
DbSystemSummary.StorageVolumePerformanceMode storageVolumePerformanceMode,
String shape,
DbSystemOptions dbSystemOptions,
List<String> sshPublicKeys,
String timeZone,
String hostname,
String domain,
String kmsKeyId,
String version,
String osVersion,
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,
String scanDnsName,
String zoneId,
Integer dataStorageSizeInGBs,
Integer recoStorageSizeInGB,
Integer nodeCount,
DbSystemSummary.LicenseModel licenseModel,
MaintenanceWindow maintenanceWindow,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes,
String sourceDbSystemId,
Date pointInTimeDataDiskCloneTimestamp,
DataCollectionOptions dataCollectionOptions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.