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