Uses of Class
com.ibm.cloud.is.vpc.v1.model.FloatingIPReference
-
Packages that use FloatingIPReference Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of FloatingIPReference in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type FloatingIPReference Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIPReference>
Vpc. addNetworkInterfaceFloatingIp(AddNetworkInterfaceFloatingIpOptions addNetworkInterfaceFloatingIpOptions)
Add an association between a floating IP and a virtual network interface.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIPReference>
Vpc. getNetworkInterfaceFloatingIp(GetNetworkInterfaceFloatingIpOptions getNetworkInterfaceFloatingIpOptions)
Retrieve associated floating IP. -
Uses of FloatingIPReference in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type FloatingIPReference Modifier and Type Method Description List<FloatingIPReference>
NetworkInterfaceFloatingIpsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<FloatingIPReference>
BareMetalServerNetworkInterface. getFloatingIps()
Gets the floatingIps.List<FloatingIPReference>
FloatingIPCollectionVirtualNetworkInterfaceContext. getFloatingIps()
Gets the floatingIps.List<FloatingIPReference>
NetworkInterface. getFloatingIps()
Gets the floatingIps.List<FloatingIPReference>
NetworkInterfaceFloatingIpsPager. getNext()
Returns the next page of results.
-