Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmStorageDomainProperties.ExternalStatus
-
Packages that use OlvmStorageDomainProperties.ExternalStatus Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmStorageDomainProperties.ExternalStatus in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmStorageDomainProperties.ExternalStatus Modifier and Type Method Description static OlvmStorageDomainProperties.ExternalStatusOlvmStorageDomainProperties.ExternalStatus. create(String key)OlvmStorageDomainProperties.ExternalStatusOlvmStorageDomainProperties. getExternalStatus()Status of storage domain.static OlvmStorageDomainProperties.ExternalStatusOlvmStorageDomainProperties.ExternalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmStorageDomainProperties.ExternalStatus[]OlvmStorageDomainProperties.ExternalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmStorageDomainProperties.ExternalStatus Modifier and Type Method Description OlvmStorageDomainProperties.BuilderOlvmStorageDomainProperties.Builder. externalStatus(OlvmStorageDomainProperties.ExternalStatus externalStatus)Status of storage domain.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmStorageDomainProperties.ExternalStatus 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.
-