Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbVmCluster.LicenseModel
-
Packages that use DistributedDbVmCluster.LicenseModel Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbVmCluster.LicenseModel in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbVmCluster.LicenseModel Modifier and Type Method Description static DistributedDbVmCluster.LicenseModelDistributedDbVmCluster.LicenseModel. create(String key)DistributedDbVmCluster.LicenseModelDistributedDbVmCluster. getLicenseModel()The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure.static DistributedDbVmCluster.LicenseModelDistributedDbVmCluster.LicenseModel. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDbVmCluster.LicenseModel[]DistributedDbVmCluster.LicenseModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbVmCluster.LicenseModel Modifier and Type Method Description DistributedDbVmCluster.BuilderDistributedDbVmCluster.Builder. licenseModel(DistributedDbVmCluster.LicenseModel licenseModel)The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbVmCluster.LicenseModel Constructor Description DistributedDbVmCluster(String vmClusterId, String displayName, String subnetId, String backupSubnetId, Integer enabledECpuCount, Integer totalECpuCount, Integer vmFileSystemStorageSize, List<String> sshPublicKeys, DistributedDbVmCluster.LicenseModel licenseModel, String domain, String privateZoneId, List<String> nsgIds, List<String> backupNetworkNsgIds, Boolean isDiagnosticsEventsEnabled, Boolean isHealthMonitoringEnabled, Boolean isIncidentLogsEnabled)Deprecated.
-