Uses of Class
com.oracle.bmc.database.model.CloudVmCluster.VmFileSystemStorageType
-
Packages that use CloudVmCluster.VmFileSystemStorageType Package Description com.oracle.bmc.database.model -
-
Uses of CloudVmCluster.VmFileSystemStorageType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CloudVmCluster.VmFileSystemStorageType Modifier and Type Method Description static CloudVmCluster.VmFileSystemStorageTypeCloudVmCluster.VmFileSystemStorageType. create(String key)CloudVmCluster.VmFileSystemStorageTypeCloudVmCluster. getVmFileSystemStorageType()Specifies the type of file system storage and supported values are LOCAL and EXASCALE.static CloudVmCluster.VmFileSystemStorageTypeCloudVmCluster.VmFileSystemStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudVmCluster.VmFileSystemStorageType[]CloudVmCluster.VmFileSystemStorageType. 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 CloudVmCluster.VmFileSystemStorageType Modifier and Type Method Description CloudVmCluster.BuilderCloudVmCluster.Builder. vmFileSystemStorageType(CloudVmCluster.VmFileSystemStorageType vmFileSystemStorageType)Specifies the type of file system storage and supported values are LOCAL and EXASCALE.Constructors in com.oracle.bmc.database.model with parameters of type CloudVmCluster.VmFileSystemStorageType Constructor Description CloudVmCluster(ExadataIormConfig iormConfigCache, String id, String compartmentId, String subscriptionId, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String lastUpdateHistoryEntryId, String shape, Long listenerPort, CloudVmCluster.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, Integer recoStoragePercentage, Integer sparseStoragePercentage, Boolean isLocalBackupEnabled, String cloudExadataInfrastructureId, Boolean isSparseDiskgroupEnabled, String giVersion, String systemVersion, List<String> sshPublicKeys, CloudVmCluster.LicenseModel licenseModel, CloudVmCluster.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, String exascaleDbStorageVaultId, CloudVmCluster.StorageManagementType storageManagementType, CloudVmCluster.VmClusterType vmClusterType, CloudVmCluster.ComputeModel computeModel, List<IdentityConnectorDetails> multiCloudIdentityConnectorConfigs, CloudVmCluster.TdeKeyStoreType tdeKeyStoreType, CloudVmCluster.VmFileSystemStorageType vmFileSystemStorageType, CloudVmCluster.VmBackupStorageType vmBackupStorageType)Deprecated.
-