org.jclouds.joyent.cloudapi.v6_5.config
Class JoyentCloudProperties

java.lang.Object
  extended by org.jclouds.joyent.cloudapi.v6_5.config.JoyentCloudProperties

public class JoyentCloudProperties
extends Object

Configuration properties and constants used in joyent JoyentCloud connections.

Author:
Adrian Cole

Field Summary
static String AUTOGENERATE_KEYS
          Whenever a node is created, automatically generate keys for groups, as needed, also delete the key(s) when the last node in the group is destroyed.
 
Constructor Summary
JoyentCloudProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTOGENERATE_KEYS

public static final String AUTOGENERATE_KEYS
Whenever a node is created, automatically generate keys for groups, as needed, also delete the key(s) when the last node in the group is destroyed.

See Also:
Constant Field Values
Constructor Detail

JoyentCloudProperties

public JoyentCloudProperties()


Copyright © 2009-2012 jclouds. All Rights Reserved.