Uses of Class
com.oracle.bmc.database.model.AutonomousVmCluster.ComputeModel
-
Packages that use AutonomousVmCluster.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousVmCluster.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousVmCluster.ComputeModel Modifier and Type Method Description static AutonomousVmCluster.ComputeModel
AutonomousVmCluster.ComputeModel. create(String key)
AutonomousVmCluster.ComputeModel
AutonomousVmCluster. getComputeModel()
The compute model of the Autonomous VM Cluster.static AutonomousVmCluster.ComputeModel
AutonomousVmCluster.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousVmCluster.ComputeModel[]
AutonomousVmCluster.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 AutonomousVmCluster.ComputeModel Modifier and Type Method Description AutonomousVmCluster.Builder
AutonomousVmCluster.Builder. computeModel(AutonomousVmCluster.ComputeModel computeModel)
The compute model of the Autonomous VM Cluster.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousVmCluster.ComputeModel Constructor Description AutonomousVmCluster(String id, String compartmentId, String displayName, Date timeCreated, AutonomousVmCluster.LifecycleState lifecycleState, String lifecycleDetails, String timeZone, String exadataInfrastructureId, String vmClusterNetworkId, Boolean isLocalBackupEnabled, Integer cpusEnabled, AutonomousVmCluster.ComputeModel computeModel, Float ocpusEnabled, Integer availableCpus, Integer totalContainerDatabases, Integer memoryPerOracleComputeUnitInGBs, Integer cpuCoreCountPerNode, Double autonomousDataStorageSizeInTBs, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Float cpuPercentage, Float autonomousDataStoragePercentage, Float provisionedCpus, Float totalAutonomousDataStorageInTBs, Float reservedCpus, Integer provisionableAutonomousContainerDatabases, Integer provisionedAutonomousContainerDatabases, Integer nonProvisionableAutonomousContainerDatabases, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, Double availableDataStorageSizeInTBs, Integer nodeCount, AutonomousVmCluster.LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> dbServers, Integer reclaimableCpus, Integer availableContainerDatabases, Double availableAutonomousDataStorageSizeInTBs, Integer scanListenerPortTls, Integer scanListenerPortNonTls, Boolean isMtlsEnabled, Date timeDatabaseSslCertificateExpires, Date timeOrdsCertificateExpires, Double exadataStorageInTBsLowestScaledValue, Integer cpusLowestScaledValue, Integer maxAcdsLowestScaledValue)
Deprecated.
-