Uses of Class
com.oracle.bmc.database.model.CloudVmClusterSummary.LicenseModel
-
Packages that use CloudVmClusterSummary.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of CloudVmClusterSummary.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CloudVmClusterSummary.LicenseModel Modifier and Type Method Description static CloudVmClusterSummary.LicenseModel
CloudVmClusterSummary.LicenseModel. create(String key)
CloudVmClusterSummary.LicenseModel
CloudVmClusterSummary. getLicenseModel()
The Oracle license model that applies to the cloud VM cluster.static CloudVmClusterSummary.LicenseModel
CloudVmClusterSummary.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudVmClusterSummary.LicenseModel[]
CloudVmClusterSummary.LicenseModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type CloudVmClusterSummary.LicenseModel Modifier and Type Method Description CloudVmClusterSummary.Builder
CloudVmClusterSummary.Builder. licenseModel(CloudVmClusterSummary.LicenseModel licenseModel)
The Oracle license model that applies to the cloud VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type CloudVmClusterSummary.LicenseModel Constructor Description CloudVmClusterSummary(String id, String compartmentId, String subscriptionId, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String lastUpdateHistoryEntryId, String shape, Long listenerPort, CloudVmClusterSummary.LifecycleState lifecycleState, Integer nodeCount, Integer storageSizeInGBs, String displayName, Date timeCreated, String lifecycleDetails, String timeZone, String hostname, String domain, Integer cpuCoreCount, Float ocpuCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, List<String> dbServers, String clusterName, Integer dataStoragePercentage, Boolean isLocalBackupEnabled, String cloudExadataInfrastructureId, Boolean isSparseDiskgroupEnabled, String giVersion, String systemVersion, List<String> sshPublicKeys, CloudVmClusterSummary.LicenseModel licenseModel, CloudVmClusterSummary.DiskRedundancy diskRedundancy, List<String> scanIpIds, List<String> vipIds, List<String> scanIpv6Ids, List<String> vipv6Ids, 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, DataCollectionOptions dataCollectionOptions, String giSoftwareImageId, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, CloudVmClusterSummary.VmClusterType vmClusterType, CloudVmClusterSummary.ComputeModel computeModel)
Deprecated.
-