Uses of Class
com.oracle.bmc.database.model.CloudExadataInfrastructureSummary.ComputeModel
-
Packages that use CloudExadataInfrastructureSummary.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of CloudExadataInfrastructureSummary.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CloudExadataInfrastructureSummary.ComputeModel Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type CloudExadataInfrastructureSummary.ComputeModel Modifier and Type Method Description CloudExadataInfrastructureSummary.Builder
CloudExadataInfrastructureSummary.Builder. computeModel(CloudExadataInfrastructureSummary.ComputeModel computeModel)
The compute model of the Autonomous Database.Constructors in com.oracle.bmc.database.model with parameters of type CloudExadataInfrastructureSummary.ComputeModel Constructor 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.
-