Uses of Class
com.oracle.bmc.database.model.VmClusterSummary.LicenseModel
-
Packages that use VmClusterSummary.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of VmClusterSummary.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterSummary.LicenseModel Modifier and Type Method Description static VmClusterSummary.LicenseModel
VmClusterSummary.LicenseModel. create(String key)
VmClusterSummary.LicenseModel
VmClusterSummary. getLicenseModel()
The Oracle license model that applies to the VM cluster.static VmClusterSummary.LicenseModel
VmClusterSummary.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmClusterSummary.LicenseModel[]
VmClusterSummary.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 VmClusterSummary.LicenseModel Modifier and Type Method Description VmClusterSummary.Builder
VmClusterSummary.Builder. licenseModel(VmClusterSummary.LicenseModel licenseModel)
The Oracle license model that applies to the VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type VmClusterSummary.LicenseModel Constructor Description VmClusterSummary(String id, String compartmentId, String lastPatchHistoryEntryId, VmClusterSummary.LifecycleState lifecycleState, String displayName, Date timeCreated, String lifecycleDetails, String timeZone, Boolean isLocalBackupEnabled, String exadataInfrastructureId, Boolean isSparseDiskgroupEnabled, String vmClusterNetworkId, Integer cpusEnabled, Float ocpusEnabled, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, Double dataStorageSizeInGBs, String shape, String giVersion, String systemVersion, List<String> sshPublicKeys, VmClusterSummary.LicenseModel licenseModel, List<String> dbServers, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DataCollectionOptions dataCollectionOptions, String giSoftwareImageId, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, VmClusterSummary.VmClusterType vmClusterType, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, String exascaleDbStorageVaultId, VmClusterSummary.StorageManagementType storageManagementType, VmClusterSummary.ComputeModel computeModel)
Deprecated.
-