| Modifier and Type | Field and Description |
|---|---|
protected double |
cost |
protected String |
currency |
protected String |
ip |
protected int |
version |
| Constructor and Description |
|---|
Ip.Builder() |
protected String ip
protected int version
protected double cost
protected String currency
protected abstract T self()
public T ip(String ip)
Ip.getIp()protected T version(int version)
Ip.getVersion()public T version4()
Ip.getVersion()public T version6()
Ip.getVersion()public T cost(double cost)
Ip.getCost()public T currency(String currency)
Ip.getCurrency()public Ip build()
Copyright © 2009-2013 jclouds. All Rights Reserved.