Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static CreateCloudAutonomousVmClusterDetails.ComputeModel |
CreateCloudAutonomousVmClusterDetails.ComputeModel.create(String key) |
CreateCloudAutonomousVmClusterDetails.ComputeModel |
CreateCloudAutonomousVmClusterDetails.getComputeModel()
The compute model of the Cloud Autonomous VM Cluster.
|
static CreateCloudAutonomousVmClusterDetails.ComputeModel |
CreateCloudAutonomousVmClusterDetails.ComputeModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCloudAutonomousVmClusterDetails.ComputeModel[] |
CreateCloudAutonomousVmClusterDetails.ComputeModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateCloudAutonomousVmClusterDetails.Builder |
CreateCloudAutonomousVmClusterDetails.Builder.computeModel(CreateCloudAutonomousVmClusterDetails.ComputeModel computeModel)
The compute model of the Cloud Autonomous VM Cluster.
|
Constructor and Description |
---|
CreateCloudAutonomousVmClusterDetails(String compartmentId,
String description,
String subnetId,
String displayName,
String cloudExadataInfrastructureId,
Integer totalContainerDatabases,
Integer cpuCoreCountPerNode,
Integer memoryPerOracleComputeUnitInGBs,
Double autonomousDataStorageSizeInTBs,
String clusterTimeZone,
CreateCloudAutonomousVmClusterDetails.ComputeModel computeModel,
Boolean isMtlsEnabledVmCluster,
List<String> dbServers,
MaintenanceWindow maintenanceWindowDetails,
Integer scanListenerPortTls,
Integer scanListenerPortNonTls,
CreateCloudAutonomousVmClusterDetails.LicenseModel licenseModel,
List<String> nsgIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.