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