Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ExadbVmCluster.LicenseModel |
ExadbVmCluster.LicenseModel.create(String key) |
ExadbVmCluster.LicenseModel |
ExadbVmCluster.getLicenseModel()
The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure.
|
static ExadbVmCluster.LicenseModel |
ExadbVmCluster.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExadbVmCluster.LicenseModel[] |
ExadbVmCluster.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExadbVmCluster.Builder |
ExadbVmCluster.Builder.licenseModel(ExadbVmCluster.LicenseModel licenseModel)
The Oracle license model that applies to the Exadata VM cluster on Exascale
Infrastructure.
|
Constructor and Description |
---|
ExadbVmCluster(ExadataIormConfig iormConfigCache,
String id,
String compartmentId,
String availabilityDomain,
String subnetId,
String backupSubnetId,
List<String> nsgIds,
List<String> backupNetworkNsgIds,
String lastUpdateHistoryEntryId,
Long listenerPort,
ExadbVmCluster.LifecycleState lifecycleState,
Integer nodeCount,
String shape,
String displayName,
Date timeCreated,
String lifecycleDetails,
String timeZone,
String hostname,
String domain,
String clusterName,
String giVersion,
String gridImageId,
ExadbVmCluster.GridImageType gridImageType,
String systemVersion,
List<String> sshPublicKeys,
ExadbVmCluster.LicenseModel licenseModel,
List<String> scanIpIds,
List<String> vipIds,
String scanDnsRecordId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes,
Map<String,Map<String,Object>> systemTags,
String scanDnsName,
String zoneId,
Integer scanListenerPortTcp,
Integer scanListenerPortTcpSsl,
String privateZoneId,
DataCollectionOptions dataCollectionOptions,
Integer totalECpuCount,
Integer enabledECpuCount,
ExadbVmClusterStorageDetails vmFileSystemStorage,
ExadbVmClusterStorageDetails snapshotFileSystemStorage,
ExadbVmClusterStorageDetails totalFileSystemStorage,
String exascaleDbStorageVaultId,
Integer memorySizeInGBs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.