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