@Override
 protected void configure() {
   Properties props = TerremarkVCloudApiMetadata.defaultProperties();
   props.setProperty("jclouds.vcloud.xml.ns", "http://www.vmware.com/vcloud/v0.8");
   props.setProperty(
       "jclouds.vcloud.xml.schema", "http://vcloud.safesecureweb.com/ns/vcloud.xsd");
   Names.bindProperties(binder(), props);
 }
 @Override
 protected void bindConfigurations() {
   bindProperties(TerremarkVCloudApiMetadata.defaultProperties());
 }