Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateAutonomousVmClusterDetails.LicenseModel |
UpdateAutonomousVmClusterDetails.LicenseModel.create(String key) |
UpdateAutonomousVmClusterDetails.LicenseModel |
UpdateAutonomousVmClusterDetails.getLicenseModel()
The Oracle license model that applies to the Autonomous VM cluster.
|
static UpdateAutonomousVmClusterDetails.LicenseModel |
UpdateAutonomousVmClusterDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAutonomousVmClusterDetails.LicenseModel[] |
UpdateAutonomousVmClusterDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateAutonomousVmClusterDetails.Builder |
UpdateAutonomousVmClusterDetails.Builder.licenseModel(UpdateAutonomousVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Autonomous VM cluster.
|
Constructor and Description |
---|
UpdateAutonomousVmClusterDetails(MaintenanceWindow maintenanceWindowDetails,
UpdateAutonomousVmClusterDetails.LicenseModel licenseModel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Double autonomousDataStorageSizeInTBs,
Integer cpuCoreCountPerNode,
Integer totalContainerDatabases)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.