HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

LogicalServerNotFound
Exception
IOSoapException
removeFloatingIPAddress
Removes a floating IP address from a logical server and releases it
permanently.
removeFloatingIPAddressName
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server from which to remove the floating IP
address.
String
logicalServerName
The floating IP address to remove.String ipAddress
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
LogicalServerNotFound
Exception
IOSoapException
releaseFloatingIPAddress
Permanently releases a floating IP address that is not associated to a
server. This operation may be performed only by an infrastructure
orchestration Administrator.
releaseFloatingIPAddressName
The ID of a cloud capacity pool in which the floating IP address exists.String
cloudCapacityPoolId
Parameters
The floating IP address to release.String ipAddress
Request ID for the operation.noneReturns
InvalidParameterExceptionExceptions
ServerResourceNotFound
Exception
IOSoapException
listUnassociatedFloatingIPAddresses
Returns a list of floating IP addresses in a cloud capacity pool that are
not associated with a server.
listUnassociatedFloating
IPAddresses
Name
The ID of the cloud capacity pool for which to list unassociated floating
IP addresses.
String
cloudCapacityPoolId
Parameters
A list of unassociated floating IP addresses.List<String> ipAddressesReturns
InvalidParameterExceptionExceptions
ServerResourceNotFound
Exception
IOSoapException
FloatingIPAddress 55