Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateVmClusterDetails.LicenseModel |
UpdateVmClusterDetails.LicenseModel.create(String key) |
UpdateVmClusterDetails.LicenseModel |
UpdateVmClusterDetails.getLicenseModel()
The Oracle license model that applies to the VM cluster.
|
static UpdateVmClusterDetails.LicenseModel |
UpdateVmClusterDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateVmClusterDetails.LicenseModel[] |
UpdateVmClusterDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateVmClusterDetails.Builder |
UpdateVmClusterDetails.Builder.licenseModel(UpdateVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the VM cluster.
|
Constructor and Description |
---|
UpdateVmClusterDetails(Integer cpuCoreCount,
Float ocpuCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
Double dataStorageSizeInTBs,
Double dataStorageSizeInGBs,
UpdateVmClusterDetails.LicenseModel licenseModel,
List<String> sshPublicKeys,
PatchDetails version,
VmClusterUpdateDetails updateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
DataCollectionOptions dataCollectionOptions,
List<FileSystemConfigurationDetail> fileSystemConfigurationDetails,
CloudAutomationUpdateDetails cloudAutomationUpdateDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.