Uses of Class
com.oracle.bmc.database.model.AutonomousVmCluster.LicenseModel
-
Packages that use AutonomousVmCluster.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousVmCluster.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousVmCluster.LicenseModel Modifier and Type Method Description static AutonomousVmCluster.LicenseModel
AutonomousVmCluster.LicenseModel. create(String key)
AutonomousVmCluster.LicenseModel
AutonomousVmCluster. getLicenseModel()
The Oracle license model that applies to the Autonomous VM cluster.static AutonomousVmCluster.LicenseModel
AutonomousVmCluster.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousVmCluster.LicenseModel[]
AutonomousVmCluster.LicenseModel. 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.LicenseModel Modifier and Type Method Description AutonomousVmCluster.Builder
AutonomousVmCluster.Builder. licenseModel(AutonomousVmCluster.LicenseModel licenseModel)
The Oracle license model that applies to the Autonomous VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousVmCluster.LicenseModel 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.
-