org.jclouds.rimuhosting.miro.domain
Class IpAddresses
java.lang.Object
org.jclouds.rimuhosting.miro.domain.IpAddresses
public class IpAddresses
- extends Object
IpAddresses assigned to an Interface. Not rimuhosting doesnt have private IPs.
- Author:
- Ivan Meredith
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpAddresses
public IpAddresses()
getPrimaryIp
public String getPrimaryIp()
setPrimaryIp
public void setPrimaryIp(String primaryIp)
getSecondaryIps
public SortedSet<String> getSecondaryIps()
setSecondaryIps
public void setSecondaryIps(SortedSet<String> secondaryIps)
Copyright © 2009-2011 jclouds. All Rights Reserved.