public class Ip extends Object
ServerCreated
,
ServerDetails
Modifier and Type | Class and Description |
---|---|
static class |
Ip.Builder |
Modifier and Type | Field and Description |
---|---|
protected double |
cost |
protected String |
ip |
protected int |
version |
Constructor and Description |
---|
Ip(String ip,
int version,
double cost) |
protected final String ip
protected final int version
protected final double cost
public Ip(String ip, int version, double cost)
public static Ip.Builder builder()
public int getVersion()
public String getIp()
public double getCost()
Copyright © 2009-2012 jclouds. All Rights Reserved.