HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide
the synchronization has completed. This operation may be performed
only by an infrastructure orchestration Administrator.
noneParameters
noneReturns
IOSoapExceptionExceptions
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
The floating IP address to moveString ipAddress
If false, do not attempt to move the floating IP address from a service with
a different owner than the target service.
boolean
forceOwnerChange
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
54 Operations