Modifier and Type | Field and Description |
---|---|
protected Option |
datacenter |
protected long |
id |
protected String |
ip |
protected boolean |
isPublic |
protected IpState |
state |
protected String |
subnet |
Constructor and Description |
---|
Ip.Builder() |
protected long id
protected String ip
protected String subnet
protected boolean isPublic
protected IpState state
protected Option datacenter
protected abstract T self()
public T id(long id)
Ip.getId()
public T ip(String ip)
Ip.getIp()
public T subnet(String subnet)
Ip.getSubnet()
public T isPublic(boolean isPublic)
Ip.isPublic()
public T state(IpState state)
Ip.getState()
public T datacenter(Option datacenter)
Ip.getDatacenter()
public Ip build()
Copyright © 2009-2013 jclouds. All Rights Reserved.