Uses of Class
com.oracle.bmc.datacc.model.VmClusterNetworkSummary
-
Packages that use VmClusterNetworkSummary Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model -
-
Uses of VmClusterNetworkSummary in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return types with arguments of type VmClusterNetworkSummary Modifier and Type Method Description Iterable<VmClusterNetworkSummary>BaseinfraPaginators. listVmClusterNetworksRecordIterator(ListVmClusterNetworksRequest request)Creates a new iterable which will iterate over theVmClusterNetworkSummaryobjects contained in responses from the listVmClusterNetworks operation. -
Uses of VmClusterNetworkSummary in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return VmClusterNetworkSummary Modifier and Type Method Description VmClusterNetworkSummaryVmClusterNetworkSummary.Builder. build()Methods in com.oracle.bmc.datacc.model that return types with arguments of type VmClusterNetworkSummary Modifier and Type Method Description List<VmClusterNetworkSummary>VmClusterNetworkCollection. getItems()A list of VM cluster network resources.Methods in com.oracle.bmc.datacc.model with parameters of type VmClusterNetworkSummary Modifier and Type Method Description VmClusterNetworkSummary.BuilderVmClusterNetworkSummary.Builder. copy(VmClusterNetworkSummary model)Method parameters in com.oracle.bmc.datacc.model with type arguments of type VmClusterNetworkSummary Modifier and Type Method Description VmClusterNetworkCollection.BuilderVmClusterNetworkCollection.Builder. items(List<VmClusterNetworkSummary> items)A list of VM cluster network resources.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type VmClusterNetworkSummary Constructor Description VmClusterNetworkCollection(List<VmClusterNetworkSummary> items)Deprecated.
-