Uses of Class
org.jclouds.domain.LocationScope
-
Packages that use LocationScope Package Description org.jclouds.domain org.jclouds.domain.internal org.jclouds.internal -
-
Uses of LocationScope in org.jclouds.domain
Methods in org.jclouds.domain that return LocationScope Modifier and Type Method Description LocationScope
Location. getScope()
Scope of the location, ex.static LocationScope
LocationScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocationScope[]
LocationScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.domain with parameters of type LocationScope Modifier and Type Method Description LocationBuilder
LocationBuilder. scope(LocationScope scope)
-
Uses of LocationScope in org.jclouds.domain.internal
Methods in org.jclouds.domain.internal that return LocationScope Modifier and Type Method Description LocationScope
LocationImpl. getScope()
Scope of the location, ex.Constructors in org.jclouds.domain.internal with parameters of type LocationScope Constructor Description LocationImpl(LocationScope scope, String id, String description, Location parent, Iterable<String> iso3166Codes, Map<String,Object> metadata)
-
Uses of LocationScope in org.jclouds.internal
Methods in org.jclouds.internal that return LocationScope Modifier and Type Method Description LocationScope
ContextImpl. getScope()
Scope of the location, ex.
-