Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CloudExadataInfrastructureSummary.ComputeModel |
CloudExadataInfrastructureSummary.ComputeModel.create(String key) |
CloudExadataInfrastructureSummary.ComputeModel |
CloudExadataInfrastructureSummary.getComputeModel()
The compute model of the Autonomous Database.
|
static CloudExadataInfrastructureSummary.ComputeModel |
CloudExadataInfrastructureSummary.ComputeModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudExadataInfrastructureSummary.ComputeModel[] |
CloudExadataInfrastructureSummary.ComputeModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudExadataInfrastructureSummary.Builder |
CloudExadataInfrastructureSummary.Builder.computeModel(CloudExadataInfrastructureSummary.ComputeModel computeModel)
The compute model of the Autonomous Database.
|
Constructor and Description |
---|
CloudExadataInfrastructureSummary(String id,
String compartmentId,
String clusterPlacementGroupId,
String subscriptionId,
CloudExadataInfrastructureSummary.LifecycleState lifecycleState,
String displayName,
String shape,
String availabilityDomain,
Integer computeCount,
Integer storageCount,
Integer totalStorageSizeInGBs,
Integer availableStorageSizeInGBs,
Integer cpuCount,
Integer maxCpuCount,
Integer memorySizeInGBs,
Integer maxMemoryInGBs,
Integer dbNodeStorageSizeInGBs,
Integer maxDbNodeStorageInGBs,
Double dataStorageSizeInTBs,
Double maxDataStorageInTBs,
Integer additionalStorageCount,
Integer activatedStorageCount,
Date timeCreated,
String lifecycleDetails,
MaintenanceWindow maintenanceWindow,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<CustomerContact> customerContacts,
String storageServerVersion,
String dbServerVersion,
String monthlyStorageServerVersion,
String monthlyDbServerVersion,
List<DefinedFileSystemConfiguration> definedFileSystemConfigurations,
Boolean isSchedulingPolicyAssociated,
String databaseServerType,
String storageServerType,
CloudExadataInfrastructureSummary.ComputeModel computeModel)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.