org.jclouds.vcloud.features
Interface VDCApi


public interface VDCApi

Provides access to VDC functionality in vCloud


Method Summary
 VDC findVDCInOrgNamed(String orgName, String vdcName)
          returns the VDC in the organization associated with the specified name.
 VDC getVDC(URI vdc)
           
 

Method Detail

getVDC

VDC getVDC(URI vdc)

findVDCInOrgNamed

VDC findVDCInOrgNamed(@Nullable
                      String orgName,
                      @Nullable
                      String vdcName)
returns the VDC in the organization associated with the specified name. Note that both parameters can be null to choose default.

Parameters:
orgName - organization name, or null for the default
vdcName - catalog name, or null for the default
Throws:
NoSuchElementException - if you specified an org or vdc name that isn't present


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