Uses of Class
com.oracle.bmc.cloudmigrations.model.Storage
-
Packages that use Storage Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of Storage in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return Storage Modifier and Type Method Description StorageStorage.Builder. build()StorageOlvmStorageDomainProperties. getStorage()Methods in com.oracle.bmc.cloudmigrations.model with parameters of type Storage Modifier and Type Method Description Storage.BuilderStorage.Builder. copy(Storage model)OlvmStorageDomainProperties.BuilderOlvmStorageDomainProperties.Builder. storage(Storage storage)Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type Storage Constructor Description OlvmStorageDomainProperties(String storageDomainName, String storageDomainDescription, String comment, Long availableSpaceInBytes, Long usedSpaceInBytes, Long committedSpaceInBytes, Long blockSizeInBytes, Boolean isBackup, Boolean isPrimary, Boolean isImport, Boolean isDiscardAfterDelete, Boolean isSupportDiscard, Boolean isSupportDiscardZeroesData, Boolean isWipeAfterDelete, Integer criticalSpaceActionBlockerInGBs, Integer warningLowSpaceIndicatorInPercentage, OlvmStorageDomainProperties.ExternalStatus externalStatus, OlvmStorageDomainProperties.StorageDomainStatus storageDomainStatus, Storage storage, OlvmStorageDomainProperties.StorageFormat storageFormat, OlvmStorageDomainProperties.StorageDomainType storageDomainType, List<OlvmDataCenter> dataCenters)Deprecated.
-