org.jclouds.trmk.vcloud_0_8.reference
Interface VCloudConstants


public interface VCloudConstants

Configuration properties and constants used in VCloud connections.

Author:
Adrian Cole

Field Summary
static String PROPERTY_VCLOUD_DEFAULT_CATALOG
          name of the default catalog to query, if it isn't explicitly specified.
static String PROPERTY_VCLOUD_DEFAULT_FENCEMODE
           
static String PROPERTY_VCLOUD_DEFAULT_NETWORK
          name of the default network, in the default VDC that your vApp will join.
static String PROPERTY_VCLOUD_DEFAULT_ORG
          name of the default org that your vApp will join, if an org isn't explicitly specified.
static String PROPERTY_VCLOUD_DEFAULT_TASKSLIST
          name of the default taskslist to query, if it isn't explicitly specified.
static String PROPERTY_VCLOUD_DEFAULT_VDC
          name of the VDC that your vApp will join, if a vDC isn't explicitly specified.
static String PROPERTY_VCLOUD_TIMEOUT_TASK_COMPLETED
           
static String PROPERTY_VCLOUD_VERSION_SCHEMA
           
static String PROPERTY_VCLOUD_XML_NAMESPACE
           
static String PROPERTY_VCLOUD_XML_SCHEMA
           
 

Field Detail

PROPERTY_VCLOUD_VERSION_SCHEMA

static final String PROPERTY_VCLOUD_VERSION_SCHEMA
See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_ORG

static final String PROPERTY_VCLOUD_DEFAULT_ORG
name of the default org that your vApp will join, if an org isn't explicitly specified.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_CATALOG

static final String PROPERTY_VCLOUD_DEFAULT_CATALOG
name of the default catalog to query, if it isn't explicitly specified.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_TASKSLIST

static final String PROPERTY_VCLOUD_DEFAULT_TASKSLIST
name of the default taskslist to query, if it isn't explicitly specified.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_VDC

static final String PROPERTY_VCLOUD_DEFAULT_VDC
name of the VDC that your vApp will join, if a vDC isn't explicitly specified.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_NETWORK

static final String PROPERTY_VCLOUD_DEFAULT_NETWORK
name of the default network, in the default VDC that your vApp will join.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_FENCEMODE

static final String PROPERTY_VCLOUD_DEFAULT_FENCEMODE
See Also:
Constant Field Values

PROPERTY_VCLOUD_XML_NAMESPACE

static final String PROPERTY_VCLOUD_XML_NAMESPACE
See Also:
Constant Field Values

PROPERTY_VCLOUD_XML_SCHEMA

static final String PROPERTY_VCLOUD_XML_SCHEMA
See Also:
Constant Field Values

PROPERTY_VCLOUD_TIMEOUT_TASK_COMPLETED

static final String PROPERTY_VCLOUD_TIMEOUT_TASK_COMPLETED
See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.