Uses of Class
org.jclouds.gogrid.domain.IpState
-
Packages that use IpState Package Description org.jclouds.gogrid.domain org.jclouds.gogrid.functions.internal -
-
Uses of IpState in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as IpState Modifier and Type Field Description protected IpState
Ip.Builder. state
Methods in org.jclouds.gogrid.domain that return IpState Modifier and Type Method 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.Methods in org.jclouds.gogrid.domain with parameters of type IpState Modifier and Type Method Description T
Ip.Builder. state(IpState state)
Constructors in org.jclouds.gogrid.domain with parameters of type IpState Constructor Description Ip(long id, String ip, String subnet, boolean isPublic, IpState state, Option datacenter)
-
Uses of IpState in org.jclouds.gogrid.functions.internal
Methods in org.jclouds.gogrid.functions.internal that return IpState Modifier and Type Method Description IpState
CustomDeserializers.IpStateAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
-