Uses of Class
com.oracle.bmc.core.model.NetworkSecurityGroupVnic
-
Packages that use NetworkSecurityGroupVnic Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of NetworkSecurityGroupVnic in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type NetworkSecurityGroupVnic Modifier and Type Method Description Iterable<NetworkSecurityGroupVnic>
VirtualNetworkPaginators. listNetworkSecurityGroupVnicsRecordIterator(ListNetworkSecurityGroupVnicsRequest request)
Creates a new iterable which will iterate over theNetworkSecurityGroupVnic
objects contained in responses from the listNetworkSecurityGroupVnics operation. -
Uses of NetworkSecurityGroupVnic in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return NetworkSecurityGroupVnic Modifier and Type Method Description NetworkSecurityGroupVnic
NetworkSecurityGroupVnic.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type NetworkSecurityGroupVnic Modifier and Type Method Description NetworkSecurityGroupVnic.Builder
NetworkSecurityGroupVnic.Builder. copy(NetworkSecurityGroupVnic model)
-
Uses of NetworkSecurityGroupVnic in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type NetworkSecurityGroupVnic Modifier and Type Method Description List<NetworkSecurityGroupVnic>
ListNetworkSecurityGroupVnicsResponse. getItems()
A list of com.oracle.bmc.core.model.NetworkSecurityGroupVnic instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type NetworkSecurityGroupVnic Modifier and Type Method Description ListNetworkSecurityGroupVnicsResponse.Builder
ListNetworkSecurityGroupVnicsResponse.Builder. items(List<NetworkSecurityGroupVnic> items)
A list of com.oracle.bmc.core.model.NetworkSecurityGroupVnic instances.
-