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

FloatingIPAddress
addFloatingIPAddress
Acquires a floating IP address and adds it to a specified logical server,
with Administrator approval. The lifecycle of a floating IP address is
addFloatingIPAddressName
independent from the server to which it is added, allowing it to be moved
between servers. A floating IP address should be removed explicitly when
it is no longer needed.
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server to which to add the floating IP address.String
logicalServerName
The name of the network interface to which to add the floating IP address.
This parameter is optional if the logical server has only one network
interface.
String
logicalNetworkInterface
Name
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
LogicalServerNotFound
Exception
IOSoapException
moveFloatingIPAddress
Moves a floating IP address to a specified logical server, removing it
from another server if necessary. Administrator approval is required unless
moveFloatingIPAddressName
the address is already in use by a service with the same owner as the
target service.
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server to which to move the floating IP address.String
logicalServerName
The name of the network interface to which to move the floating IP
address. This parameter is optional if the logical server has only one
network interface.
String
logicalNetworkInterface
Name
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
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
44 Operations