Package org.jclouds.domain

Examples of org.jclouds.domain.LocationScope


                        }

                        String locationScope = location.containsField("scope") ? location.getString("scope") : null;

                        if (locationScope != null) {
                            LocationScope scope = LocationScope.valueOf(locationScope);

                            switch (scope) {
                                case REGION:
                                    civMetadata.put("targetRegion", location.get("id"));
                                    regionProcessed = true;
View Full Code Here

TOP

Related Classes of org.jclouds.domain.LocationScope

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.