Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalAsmDiskGroupSummary.RedundancyType
-
Packages that use ExternalAsmDiskGroupSummary.RedundancyType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalAsmDiskGroupSummary.RedundancyType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalAsmDiskGroupSummary.RedundancyType Modifier and Type Method Description static ExternalAsmDiskGroupSummary.RedundancyTypeExternalAsmDiskGroupSummary.RedundancyType. create(String key)ExternalAsmDiskGroupSummary.RedundancyTypeExternalAsmDiskGroupSummary. getRedundancyType()The redundancy type of the disk group.static ExternalAsmDiskGroupSummary.RedundancyTypeExternalAsmDiskGroupSummary.RedundancyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalAsmDiskGroupSummary.RedundancyType[]ExternalAsmDiskGroupSummary.RedundancyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalAsmDiskGroupSummary.RedundancyType Modifier and Type Method Description ExternalAsmDiskGroupSummary.BuilderExternalAsmDiskGroupSummary.Builder. redundancyType(ExternalAsmDiskGroupSummary.RedundancyType redundancyType)The redundancy type of the disk group.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalAsmDiskGroupSummary.RedundancyType Constructor Description ExternalAsmDiskGroupSummary(String name, Integer mountingInstanceCount, Integer dismountingInstanceCount, ExternalAsmDiskGroupSummary.RedundancyType redundancyType, Boolean isSparse, List<String> databases, Long totalSizeInMBs, Long usedSizeInMBs, Float usedPercent)Deprecated.
-