Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for 
change notification.

The "Enums" page has been changed by ZackShoylev:
https://wiki.apache.org/jclouds/Enums?action=diff&rev1=8&rev2=9

     DOWN("down"),
     BUILD("build"), 
     ERROR("error"),
+    /**
+     * Used by jclouds when the service returns an unknown value other than 
null.
+     */
     UNRECOGNIZED("unrecognized");
     
     private final String name;

Reply via email to