Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalAsmDiskGroupSummary
-
Packages that use ExternalAsmDiskGroupSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalAsmDiskGroupSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ExternalAsmDiskGroupSummary Modifier and Type Method Description Iterable<ExternalAsmDiskGroupSummary>
DbManagementPaginators. listExternalAsmDiskGroupsRecordIterator(ListExternalAsmDiskGroupsRequest request)
Creates a new iterable which will iterate over theExternalAsmDiskGroupSummary
objects contained in responses from the listExternalAsmDiskGroups operation. -
Uses of ExternalAsmDiskGroupSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalAsmDiskGroupSummary Modifier and Type Method Description ExternalAsmDiskGroupSummary
ExternalAsmDiskGroupSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type ExternalAsmDiskGroupSummary Modifier and Type Method Description List<ExternalAsmDiskGroupSummary>
ExternalAsmDiskGroupCollection. getItems()
An array of external ASM disk groups.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalAsmDiskGroupSummary Modifier and Type Method Description ExternalAsmDiskGroupSummary.Builder
ExternalAsmDiskGroupSummary.Builder. copy(ExternalAsmDiskGroupSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ExternalAsmDiskGroupSummary Modifier and Type Method Description ExternalAsmDiskGroupCollection.Builder
ExternalAsmDiskGroupCollection.Builder. items(List<ExternalAsmDiskGroupSummary> items)
An array of external ASM disk groups.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ExternalAsmDiskGroupSummary Constructor Description ExternalAsmDiskGroupCollection(List<ExternalAsmDiskGroupSummary> items)
Deprecated.
-