| Package | Description |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions.internal |
| Modifier and Type | Field and Description |
|---|---|
protected IpState |
Ip.Builder.state |
| Modifier and Type | Method and Description |
|---|---|
static IpState |
IpState.fromValue(String state) |
IpState |
Ip.getState() |
static IpState |
IpState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpState[] |
IpState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ip.Builder.state(IpState state) |
| Constructor and Description |
|---|
Ip(long id,
String ip,
String subnet,
boolean isPublic,
IpState state,
Option datacenter) |
| Modifier and Type | Method and Description |
|---|---|
IpState |
CustomDeserializers.IpStateAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.