Uses of Class
com.ibm.cloud.is.vpc.v1.model.GetInstanceNetworkInterfaceOptions
-
Packages that use GetInstanceNetworkInterfaceOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of GetInstanceNetworkInterfaceOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type GetInstanceNetworkInterfaceOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<NetworkInterface>
Vpc. getInstanceNetworkInterface(GetInstanceNetworkInterfaceOptions getInstanceNetworkInterfaceOptions)
Retrieve an instance network interface. -
Uses of GetInstanceNetworkInterfaceOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return GetInstanceNetworkInterfaceOptions Modifier and Type Method Description GetInstanceNetworkInterfaceOptions
GetInstanceNetworkInterfaceOptions.Builder. build()
Builds a GetInstanceNetworkInterfaceOptions.
-