org.jclouds.vcloud.features
Interface VDCApi
public interface VDCApi
Provides access to VDC functionality in vCloud
- Author:
- Adrian Cole
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 defaultvdcName - 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.