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