Uses of Class
com.oracle.bmc.database.model.CreateCloudVmClusterDetails.VmClusterType
-
Packages that use CreateCloudVmClusterDetails.VmClusterType Package Description com.oracle.bmc.database.model -
-
Uses of CreateCloudVmClusterDetails.VmClusterType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateCloudVmClusterDetails.VmClusterType Modifier and Type Method Description static CreateCloudVmClusterDetails.VmClusterType
CreateCloudVmClusterDetails.VmClusterType. create(String key)
CreateCloudVmClusterDetails.VmClusterType
CreateCloudVmClusterDetails. getVmClusterType()
The vmcluster type for the VM cluster/Cloud VM cluster.static CreateCloudVmClusterDetails.VmClusterType
CreateCloudVmClusterDetails.VmClusterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateCloudVmClusterDetails.VmClusterType[]
CreateCloudVmClusterDetails.VmClusterType. 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 CreateCloudVmClusterDetails.VmClusterType Modifier and Type Method Description CreateCloudVmClusterDetails.Builder
CreateCloudVmClusterDetails.Builder. vmClusterType(CreateCloudVmClusterDetails.VmClusterType vmClusterType)
The vmcluster type for the VM cluster/Cloud VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type CreateCloudVmClusterDetails.VmClusterType Constructor Description CreateCloudVmClusterDetails(String compartmentId, String subscriptionId, String subnetId, String backupSubnetId, Integer cpuCoreCount, Float ocpuCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Double dataStorageSizeInTBs, List<String> dbServers, String clusterName, Integer dataStoragePercentage, String displayName, String cloudExadataInfrastructureId, String hostname, String domain, List<String> sshPublicKeys, CreateCloudVmClusterDetails.LicenseModel licenseModel, Boolean isSparseDiskgroupEnabled, Boolean isLocalBackupEnabled, String timeZone, Integer scanListenerPortTcp, Integer scanListenerPortTcpSsl, String privateZoneId, List<String> nsgIds, List<String> backupNetworkNsgIds, String giVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, DataCollectionOptions dataCollectionOptions, String systemVersion, List<FileSystemConfigurationDetail> fileSystemConfigurationDetails, CloudAutomationUpdateDetails cloudAutomationUpdateDetails, String exascaleDbStorageVaultId, CreateCloudVmClusterDetails.VmClusterType vmClusterType)
Deprecated.
-