org.jclouds.vcloud
Class VCloudExpressPropertiesBuilder

java.lang.Object
  extended by org.jclouds.PropertiesBuilder
      extended by org.jclouds.vcloud.VCloudExpressPropertiesBuilder

public class VCloudExpressPropertiesBuilder
extends org.jclouds.PropertiesBuilder

Builds properties used in VCloud Clients

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.PropertiesBuilder
properties
 
Constructor Summary
VCloudExpressPropertiesBuilder(Properties properties)
           
 
Method Summary
 Properties build()
           
protected  Properties defaultProperties()
           
protected  void setFenceMode()
           
protected  void setNs()
           
 VCloudExpressPropertiesBuilder withApiVersion(String version)
           
 VCloudExpressPropertiesBuilder withSchemaVersion(String version)
           
 
Methods inherited from class org.jclouds.PropertiesBuilder
apiVersion, credentials, endpoint, iso3166Codes, limitConnectionsPerHostTo, limitConnectionsTo, limitIoWorkerThreadsTo, limitUserThreadsTo, provider, relaxSSLHostname, sessionInterval, trustAllCerts, useSystemProxies, withConnectionTimeout, withMaxClientReuse, withMaxRedirects, withMaxRetries, withMaxSessionFailures, withProxyHost, withProxyPassword, withProxyPort, withProxyUser, withSOTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCloudExpressPropertiesBuilder

public VCloudExpressPropertiesBuilder(Properties properties)
Method Detail

defaultProperties

protected Properties defaultProperties()
Overrides:
defaultProperties in class org.jclouds.PropertiesBuilder

setNs

protected void setNs()

setFenceMode

protected void setFenceMode()

withApiVersion

public VCloudExpressPropertiesBuilder withApiVersion(String version)

withSchemaVersion

public VCloudExpressPropertiesBuilder withSchemaVersion(String version)

build

public Properties build()
Overrides:
build in class org.jclouds.PropertiesBuilder


Copyright © 2009-2011 jclouds. All Rights Reserved.