org.jclouds.vcloud.director.v1_5
Class VCloudDirectorConstants

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.VCloudDirectorConstants

public class VCloudDirectorConstants
extends Object

Constants used by VCloudDirector apis

Author:
grkvlt@apache.org

Field Summary
static String PROPERTY_DNS_NAME_LEN_MIN
          TODO javadoc
static String PROPERTY_NS_NAME_LEN_MAX
          TODO javadoc
static String PROPERTY_VCLOUD_DIRECTOR_DEFAULT_CATALOG
          Name of the default catalog to query, if it isn't explicitly specified.
static String PROPERTY_VCLOUD_DIRECTOR_DEFAULT_NETWORK
          Name of the default network, in the default VDC that your vApp will join.
static String PROPERTY_VCLOUD_DIRECTOR_DEFAULT_ORG
          Name of the default org that your vApp will join, if an org isn't explicitly specified.
static String PROPERTY_VCLOUD_DIRECTOR_DEFAULT_VDC
          Name of the VDC that your vApp will join, if a vDC isn't explicitly specified.
static String PROPERTY_VCLOUD_DIRECTOR_TIMEOUT_TASK_COMPLETED
          The property used to configure the timeout for task completion.
static String PROPERTY_VCLOUD_DIRECTOR_VERSION_SCHEMA
           
static String PROPERTY_VCLOUD_DIRECTOR_XML_NAMESPACE
          TODO javadoc
static String PROPERTY_VCLOUD_DIRECTOR_XML_SCHEMA
          TODO javadoc
static com.google.common.reflect.TypeToken<RestContext<SessionApi,SessionAsyncApi>> SESSION_CONTEXT_TYPE
          TODO javadoc
static String VCLOUD_1_5_NS
          The XML namespace used by the apis.
static String VCLOUD_VMW_NS
           
 
Constructor Summary
VCloudDirectorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VCLOUD_1_5_NS

public static final String VCLOUD_1_5_NS
The XML namespace used by the apis.

See Also:
Constant Field Values

VCLOUD_VMW_NS

public static final String VCLOUD_VMW_NS
See Also:
Constant Field Values

PROPERTY_VCLOUD_DIRECTOR_TIMEOUT_TASK_COMPLETED

public static final String PROPERTY_VCLOUD_DIRECTOR_TIMEOUT_TASK_COMPLETED
The property used to configure the timeout for task completion.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DIRECTOR_VERSION_SCHEMA

public static final String PROPERTY_VCLOUD_DIRECTOR_VERSION_SCHEMA
See Also:
Constant Field Values

PROPERTY_VCLOUD_DIRECTOR_DEFAULT_ORG

public static final String PROPERTY_VCLOUD_DIRECTOR_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_DIRECTOR_DEFAULT_CATALOG

public static final String PROPERTY_VCLOUD_DIRECTOR_DEFAULT_CATALOG
Name of the default catalog to query, if it isn't explicitly specified.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DIRECTOR_DEFAULT_VDC

public static final String PROPERTY_VCLOUD_DIRECTOR_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_DIRECTOR_DEFAULT_NETWORK

public static final String PROPERTY_VCLOUD_DIRECTOR_DEFAULT_NETWORK
Name of the default network, in the default VDC that your vApp will join.

See Also:
Constant Field Values

PROPERTY_VCLOUD_DIRECTOR_XML_NAMESPACE

public static final String PROPERTY_VCLOUD_DIRECTOR_XML_NAMESPACE
TODO javadoc

See Also:
Constant Field Values

PROPERTY_VCLOUD_DIRECTOR_XML_SCHEMA

public static final String PROPERTY_VCLOUD_DIRECTOR_XML_SCHEMA
TODO javadoc

See Also:
Constant Field Values

PROPERTY_DNS_NAME_LEN_MIN

public static final String PROPERTY_DNS_NAME_LEN_MIN
TODO javadoc

See Also:
Constant Field Values

PROPERTY_NS_NAME_LEN_MAX

public static final String PROPERTY_NS_NAME_LEN_MAX
TODO javadoc

See Also:
Constant Field Values

SESSION_CONTEXT_TYPE

public static final com.google.common.reflect.TypeToken<RestContext<SessionApi,SessionAsyncApi>> SESSION_CONTEXT_TYPE
TODO javadoc

Constructor Detail

VCloudDirectorConstants

public VCloudDirectorConstants()


Copyright © 2009-2012 jclouds. All Rights Reserved.