public class ServerIpAddressRequester extends Object implements Callable<com.google.common.collect.Multimap<String,org.jclouds.openstack.nova.v2_0.domain.Address>>
Requester that returns the IP addresses for a given Openstack
server instance.
It can, for example, be used in a Retryable to wait for a server to
be assigned a (private) IP address.Retryable,
RetryUntilAssignedIpAddress| Constructor and Description |
|---|
ServerIpAddressRequester(org.jclouds.openstack.nova.v2_0.features.ServerApi serverApi,
String serverId)
Constructs a new
ServerIpAddressRequester task. |
public ServerIpAddressRequester(org.jclouds.openstack.nova.v2_0.features.ServerApi serverApi,
String serverId)
ServerIpAddressRequester task.serverApi - The Openstack Nova ServerApi.serverId - The identifier of the server instance whose IP addresses are
to be retrieved.Copyright © 2011–2015 elastisys. All rights reserved.