Uses of Class
com.ibm.cloud.is.vpc.v1.model.FloatingIP
Packages that use FloatingIP
Package
Description
Virtual Private Cloud API v1.
-
Uses of FloatingIP in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type FloatingIPModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.addBareMetalServerNetworkInterfaceFloatingIp(AddBareMetalServerNetworkInterfaceFloatingIpOptions addBareMetalServerNetworkInterfaceFloatingIpOptions) Associate a floating IP with a bare metal server network interface.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.addInstanceNetworkInterfaceFloatingIp(AddInstanceNetworkInterfaceFloatingIpOptions addInstanceNetworkInterfaceFloatingIpOptions) Associate a floating IP with an instance network interface.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.createFloatingIp(CreateFloatingIpOptions createFloatingIpOptions) Reserve a floating IP.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.getBareMetalServerNetworkInterfaceFloatingIp(GetBareMetalServerNetworkInterfaceFloatingIpOptions getBareMetalServerNetworkInterfaceFloatingIpOptions) Retrieve associated floating IP.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.getFloatingIp(GetFloatingIpOptions getFloatingIpOptions) Retrieve a floating IP.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.getInstanceNetworkInterfaceFloatingIp(GetInstanceNetworkInterfaceFloatingIpOptions getInstanceNetworkInterfaceFloatingIpOptions) Retrieve associated floating IP.com.ibm.cloud.sdk.core.http.ServiceCall<FloatingIP> Vpc.updateFloatingIp(UpdateFloatingIpOptions updateFloatingIpOptions) Update a floating IP. -
Uses of FloatingIP in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type FloatingIPModifier and TypeMethodDescriptionFloatingIpsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.FloatingIPCollection.getFloatingIps()Gets the floatingIps.FloatingIPUnpaginatedCollection.getFloatingIps()Gets the floatingIps.FloatingIpsPager.getNext()Returns the next page of results.