Uses of Class
com.oracle.bmc.database.model.CreateAutonomousVmClusterDetails.ComputeModel
-
Packages that use CreateAutonomousVmClusterDetails.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of CreateAutonomousVmClusterDetails.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateAutonomousVmClusterDetails.ComputeModel Modifier and Type Method Description static CreateAutonomousVmClusterDetails.ComputeModel
CreateAutonomousVmClusterDetails.ComputeModel. create(String key)
CreateAutonomousVmClusterDetails.ComputeModel
CreateAutonomousVmClusterDetails. getComputeModel()
The compute model of the Autonomous VM Cluster.static CreateAutonomousVmClusterDetails.ComputeModel
CreateAutonomousVmClusterDetails.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateAutonomousVmClusterDetails.ComputeModel[]
CreateAutonomousVmClusterDetails.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 CreateAutonomousVmClusterDetails.ComputeModel Modifier and Type Method Description CreateAutonomousVmClusterDetails.Builder
CreateAutonomousVmClusterDetails.Builder. computeModel(CreateAutonomousVmClusterDetails.ComputeModel computeModel)
The compute model of the Autonomous VM Cluster.Constructors in com.oracle.bmc.database.model with parameters of type CreateAutonomousVmClusterDetails.ComputeModel Constructor Description CreateAutonomousVmClusterDetails(String compartmentId, String displayName, String exadataInfrastructureId, String vmClusterNetworkId, String timeZone, Boolean isLocalBackupEnabled, CreateAutonomousVmClusterDetails.LicenseModel licenseModel, Integer totalContainerDatabases, Integer cpuCoreCountPerNode, CreateAutonomousVmClusterDetails.ComputeModel computeModel, Integer memoryPerOracleComputeUnitInGBs, Double autonomousDataStorageSizeInTBs, MaintenanceWindow maintenanceWindowDetails, List<String> dbServers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Integer scanListenerPortTls, Integer scanListenerPortNonTls, Boolean isMtlsEnabled)
Deprecated.
-