Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkInterface
-
Packages that use NetworkInterface Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of NetworkInterface in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type NetworkInterface Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<NetworkInterface>
Vpc. createInstanceNetworkInterface(CreateInstanceNetworkInterfaceOptions createInstanceNetworkInterfaceOptions)
Create a network interface on an instance.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkInterface>
Vpc. getInstanceNetworkInterface(GetInstanceNetworkInterfaceOptions getInstanceNetworkInterfaceOptions)
Retrieve an instance network interface.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkInterface>
Vpc. updateInstanceNetworkInterface(UpdateInstanceNetworkInterfaceOptions updateInstanceNetworkInterfaceOptions)
Update an instance network interface. -
Uses of NetworkInterface in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>
NetworkInterfaceUnpaginatedCollection. getNetworkInterfaces()
Gets the networkInterfaces.
-