mirror of https://github.com/apache/jclouds.git
network scope is less than zone
This commit is contained in:
parent
bedebd53dc
commit
5b2669c2f3
|
@ -26,6 +26,6 @@ package org.jclouds.domain;
|
||||||
*/
|
*/
|
||||||
public enum LocationScope {
|
public enum LocationScope {
|
||||||
|
|
||||||
PROVIDER, REGION, NETWORK, ZONE, RACK, HOST;
|
PROVIDER, REGION, ZONE, NETWORK, RACK, HOST;
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue