Uses of Class
com.oracle.bmc.distributeddatabase.model.VmClusterDetails.LicenseModel
-
Packages that use VmClusterDetails.LicenseModel Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of VmClusterDetails.LicenseModel in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return VmClusterDetails.LicenseModel Modifier and Type Method Description static VmClusterDetails.LicenseModelVmClusterDetails.LicenseModel. create(String key)VmClusterDetails.LicenseModelVmClusterDetails. getLicenseModel()The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure.static VmClusterDetails.LicenseModelVmClusterDetails.LicenseModel. valueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterDetails.LicenseModel[]VmClusterDetails.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 VmClusterDetails.LicenseModel Modifier and Type Method Description VmClusterDetails.BuilderVmClusterDetails.Builder. licenseModel(VmClusterDetails.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 VmClusterDetails.LicenseModel Constructor Description VmClusterDetails(String subnetId, String backupSubnetId, Integer enabledECpuCount, Integer totalECpuCount, Integer vmFileSystemStorageSize, List<String> sshPublicKeys, VmClusterDetails.LicenseModel licenseModel, String domain, String privateZoneId, Boolean isDiagnosticsEventsEnabled, Boolean isHealthMonitoringEnabled, Boolean isIncidentLogsEnabled, List<String> nsgIds, List<String> backupNetworkNsgIds)Deprecated.
-