org.jclouds.softlayer.reference
Interface SoftLayerConstants


public interface SoftLayerConstants

Configuration properties and constants used in SoftLayer connections.


Field Summary
static String PROPERTY_SOFTLAYER_INCLUDE_PUBLIC_IMAGES
          By default, list images will now consider the public images
static String PROPERTY_SOFTLAYER_VIRTUALGUEST_ACTIVE_TRANSACTIONS_DELAY
          Number of milliseconds to wait for a virtualguest to be without active transactions
static String PROPERTY_SOFTLAYER_VIRTUALGUEST_LOGIN_DETAILS_DELAY
          Number of milliseconds to wait for an order to arrive on the api.
static String SOFTLAYER_PROVIDER_NAME
           
 

Field Detail

SOFTLAYER_PROVIDER_NAME

static final String SOFTLAYER_PROVIDER_NAME
See Also:
Constant Field Values

PROPERTY_SOFTLAYER_VIRTUALGUEST_LOGIN_DETAILS_DELAY

static final String PROPERTY_SOFTLAYER_VIRTUALGUEST_LOGIN_DETAILS_DELAY
Number of milliseconds to wait for an order to arrive on the api.

See Also:
Constant Field Values

PROPERTY_SOFTLAYER_VIRTUALGUEST_ACTIVE_TRANSACTIONS_DELAY

static final String PROPERTY_SOFTLAYER_VIRTUALGUEST_ACTIVE_TRANSACTIONS_DELAY
Number of milliseconds to wait for a virtualguest to be without active transactions

See Also:
Constant Field Values

PROPERTY_SOFTLAYER_INCLUDE_PUBLIC_IMAGES

static final String PROPERTY_SOFTLAYER_INCLUDE_PUBLIC_IMAGES
By default, list images will now consider the public images

See Also:
Constant Field Values


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.