Add SYSTEM scope from DMTF CIMI. FGCP provider needs it.

This commit is contained in:
Dies Koper 2012-07-24 11:39:54 +10:00
parent 4c31fb65f1
commit 966f1fc459
1 changed files with 13 additions and 1 deletions

View File

@ -25,6 +25,18 @@ package org.jclouds.domain;
*/ */
public enum LocationScope { public enum LocationScope {
PROVIDER, REGION, ZONE, NETWORK, RACK, HOST; PROVIDER,
REGION,
ZONE,
/**
* @see <a href="http://dmtf.org/standards/cloud">cimi system docs</a>
*/
SYSTEM,
/**
* E.g. the DMZ segment, secure segment.
*/
NETWORK,
RACK,
HOST;
} }