Uses of Class
com.ibm.cloud.is.vpc.v1.model.ClusterNetworkInterface
-
Packages that use ClusterNetworkInterface Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ClusterNetworkInterface in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ClusterNetworkInterface Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkInterface>
Vpc. createClusterNetworkInterface(CreateClusterNetworkInterfaceOptions createClusterNetworkInterfaceOptions)
Create a cluster network interface.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkInterface>
Vpc. deleteClusterNetworkInterface(DeleteClusterNetworkInterfaceOptions deleteClusterNetworkInterfaceOptions)
Delete a cluster network interface.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkInterface>
Vpc. getClusterNetworkInterface(GetClusterNetworkInterfaceOptions getClusterNetworkInterfaceOptions)
Retrieve a cluster network interface.com.ibm.cloud.sdk.core.http.ServiceCall<ClusterNetworkInterface>
Vpc. updateClusterNetworkInterface(UpdateClusterNetworkInterfaceOptions updateClusterNetworkInterfaceOptions)
Update a cluster network interface. -
Uses of ClusterNetworkInterface in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ClusterNetworkInterface Modifier and Type Method Description List<ClusterNetworkInterface>
ClusterNetworkInterfacesPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<ClusterNetworkInterface>
ClusterNetworkInterfaceCollection. getInterfaces()
Gets the interfaces.List<ClusterNetworkInterface>
ClusterNetworkInterfacesPager. getNext()
Returns the next page of results.
-