Package com.ibm.cloud.is.vpc.v1.model
Class NetworkInterfaceUnpaginatedCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.NetworkInterfaceUnpaginatedCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class NetworkInterfaceUnpaginatedCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
NetworkInterfaceUnpaginatedCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NetworkInterface>
getNetworkInterfaces()
Gets the networkInterfaces.
-
-
-
Method Detail
-
getNetworkInterfaces
public List<NetworkInterface> getNetworkInterfaces()
Gets the networkInterfaces. The network interfaces for the instance.- Returns:
- the networkInterfaces
-
-