mirror of https://github.com/apache/jclouds.git
Add SYSTEM scope from DMTF CIMI. FGCP provider needs it.
This commit is contained in:
parent
4c31fb65f1
commit
966f1fc459
|
@ -25,6 +25,18 @@ package org.jclouds.domain;
|
|||
*/
|
||||
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;
|
||||
|
||||
}
|
Loading…
Reference in New Issue