org.jclouds.vcloud.features
Interface VDCClient
public interface VDCClient
Provides access to VDC functionality in vCloud
- Author:
- Adrian Cole
getVDC
VDC getVDC(URI vdc)
findVDCInOrgNamed
VDC findVDCInOrgNamed(String orgName,
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-2011 jclouds. All Rights Reserved.