Uses of Class
com.oracle.bmc.database.model.CloudExadataInfrastructure.ComputeModel
-
Packages that use CloudExadataInfrastructure.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of CloudExadataInfrastructure.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CloudExadataInfrastructure.ComputeModel Modifier and Type Method Description static CloudExadataInfrastructure.ComputeModel
CloudExadataInfrastructure.ComputeModel. create(String key)
CloudExadataInfrastructure.ComputeModel
CloudExadataInfrastructure. getComputeModel()
The compute model of the Autonomous Database.static CloudExadataInfrastructure.ComputeModel
CloudExadataInfrastructure.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudExadataInfrastructure.ComputeModel[]
CloudExadataInfrastructure.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 CloudExadataInfrastructure.ComputeModel Modifier and Type Method Description CloudExadataInfrastructure.Builder
CloudExadataInfrastructure.Builder. computeModel(CloudExadataInfrastructure.ComputeModel computeModel)
The compute model of the Autonomous Database.Constructors in com.oracle.bmc.database.model with parameters of type CloudExadataInfrastructure.ComputeModel Constructor Description CloudExadataInfrastructure(String id, String compartmentId, String clusterPlacementGroupId, String subscriptionId, CloudExadataInfrastructure.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, CloudExadataInfrastructure.ComputeModel computeModel)
Deprecated.
-