org.jclouds.vcloud.reference
Class VCloudConstants

java.lang.Object
  extended by org.jclouds.vcloud.reference.VCloudConstants

public final class VCloudConstants
extends Object

Configuration properties and constants used in VCloud connections.


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_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
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_VCLOUD_VERSION_SCHEMA

public static final String PROPERTY_VCLOUD_VERSION_SCHEMA
See Also:
Constant Field Values

PROPERTY_VCLOUD_DEFAULT_ORG

public 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

public 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_VDC

public 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

public 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

public static final String PROPERTY_VCLOUD_DEFAULT_FENCEMODE
See Also:
Constant Field Values

PROPERTY_VCLOUD_XML_NAMESPACE

public static final String PROPERTY_VCLOUD_XML_NAMESPACE
See Also:
Constant Field Values

PROPERTY_VCLOUD_XML_SCHEMA

public static final String PROPERTY_VCLOUD_XML_SCHEMA
See Also:
Constant Field Values

PROPERTY_VCLOUD_TIMEOUT_TASK_COMPLETED

public static final String PROPERTY_VCLOUD_TIMEOUT_TASK_COMPLETED
See Also:
Constant Field Values


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