Uses of Class
com.oracle.bmc.datacc.model.StorageDiskRedundancy
-
Packages that use StorageDiskRedundancy Package Description com.oracle.bmc.datacc.model -
-
Uses of StorageDiskRedundancy in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return StorageDiskRedundancy Modifier and Type Method Description static StorageDiskRedundancyStorageDiskRedundancy. create(String key)StorageDiskRedundancyStorageCapacityDetails. getStorageDiskRedundancy()The Disk redundancy for Database Infrastructure storage.static StorageDiskRedundancyStorageDiskRedundancy. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageDiskRedundancy[]StorageDiskRedundancy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model with parameters of type StorageDiskRedundancy Modifier and Type Method Description StorageCapacityDetails.BuilderStorageCapacityDetails.Builder. storageDiskRedundancy(StorageDiskRedundancy storageDiskRedundancy)The Disk redundancy for Database Infrastructure storage.Constructors in com.oracle.bmc.datacc.model with parameters of type StorageDiskRedundancy Constructor Description StorageCapacityDetails(StorageDiskRedundancy storageDiskRedundancy, String diskGroup, Long phyTotalSpaceInGBs, Long phyReservedSpaceInGBs, Long phyFreeSpaceInGBs, Long logicalFreeSpaceInGBs)Deprecated.
-