Uses of Class
com.oracle.bmc.database.model.VmClusterNetworkSummary
-
Packages that use VmClusterNetworkSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of VmClusterNetworkSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type VmClusterNetworkSummary Modifier and Type Method Description Iterable<VmClusterNetworkSummary>
DatabasePaginators. listVmClusterNetworksRecordIterator(ListVmClusterNetworksRequest request)
Creates a new iterable which will iterate over theVmClusterNetworkSummary
objects contained in responses from the listVmClusterNetworks operation. -
Uses of VmClusterNetworkSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterNetworkSummary Modifier and Type Method Description VmClusterNetworkSummary
VmClusterNetworkSummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type VmClusterNetworkSummary Modifier and Type Method Description VmClusterNetworkSummary.Builder
VmClusterNetworkSummary.Builder. copy(VmClusterNetworkSummary model)
-
Uses of VmClusterNetworkSummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type VmClusterNetworkSummary Modifier and Type Method Description List<VmClusterNetworkSummary>
ListVmClusterNetworksResponse. getItems()
A list of com.oracle.bmc.database.model.VmClusterNetworkSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type VmClusterNetworkSummary Modifier and Type Method Description ListVmClusterNetworksResponse.Builder
ListVmClusterNetworksResponse.Builder. items(List<VmClusterNetworkSummary> items)
A list of com.oracle.bmc.database.model.VmClusterNetworkSummary instances.
-