Uses of Enum Class
org.jclouds.domain.LocationScope
Packages that use LocationScope
-
Uses of LocationScope in org.jclouds.domain
Methods in org.jclouds.domain that return LocationScopeModifier and TypeMethodDescriptionLocation.getScope()
Scope of the location, ex.static LocationScope
Returns the enum constant of this class with the specified name.static LocationScope[]
LocationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.domain with parameters of type LocationScope -
Uses of LocationScope in org.jclouds.domain.internal
Methods in org.jclouds.domain.internal that return LocationScopeConstructors in org.jclouds.domain.internal with parameters of type LocationScopeModifierConstructorDescriptionLocationImpl
(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