org.jclouds.openstack.nova.v2_0.config
Class NovaProperties
java.lang.Object
org.jclouds.openstack.nova.v2_0.config.NovaProperties
public class NovaProperties
- extends Object
Configuration properties and constants used in openstack Nova connections.
|
Field Summary |
static String |
AUTO_ALLOCATE_FLOATING_IPS
Whenever a node is created, automatically create and assign a floating ip address, also
delete when the node is destroyed. |
static String |
AUTO_GENERATE_KEYPAIRS
Whenever a node is created, automatically generate keypairs for groups, as needed, also
delete the keypair(s) when the last node in the group is destroyed. |
static String |
TIMEOUT_SECURITYGROUP_PRESENT
Eventual consistency delay for retrieving a security group after it is created (in ms) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMEOUT_SECURITYGROUP_PRESENT
public static final String TIMEOUT_SECURITYGROUP_PRESENT
- Eventual consistency delay for retrieving a security group after it is created (in ms)
- See Also:
- Constant Field Values
AUTO_ALLOCATE_FLOATING_IPS
public static final String AUTO_ALLOCATE_FLOATING_IPS
- Whenever a node is created, automatically create and assign a floating ip address, also
delete when the node is destroyed.
- See Also:
- Constant Field Values
AUTO_GENERATE_KEYPAIRS
public static final String AUTO_GENERATE_KEYPAIRS
- Whenever a node is created, automatically generate keypairs for groups, as needed, also
delete the keypair(s) when the last node in the group is destroyed.
- See Also:
- Constant Field Values
NovaProperties
public NovaProperties()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.