Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateAutonomousVmClusterDetails.Builder |
CreateAutonomousVmClusterDetails.Builder.computeModel(CreateAutonomousVmClusterDetails.ComputeModel computeModel)
The compute model of the Autonomous VM Cluster.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.