org.jclouds.savvis.vpdc
Interface VPDCClient


public interface VPDCClient

Provides synchronous access to VPDC.

Author:
Adrian Cole
See Also:
VPDCAsyncClient,

Method Summary
 BrowsingClient getBrowsingClient()
          Provides synchronous access to Browsing features.
 FirewallClient getFirewallClient()
          Provides synchronous access to Firewall Operation features.
 ServiceManagementClient getServiceManagementClient()
          Provides synchronous access to ServiceManagement Operation features.
 VMClient getVMClient()
          Provides synchronous access to VM Operation features.
 Set<Resource> listOrgs()
           
 Set<CIMOperatingSystem> listPredefinedOperatingSystems()
          predefined by default in the classpath resource /savvis-symphonyvpdc/predefined_operatingsystems.json
 

Method Detail

getBrowsingClient

BrowsingClient getBrowsingClient()
Provides synchronous access to Browsing features.


getVMClient

VMClient getVMClient()
Provides synchronous access to VM Operation features.


getFirewallClient

FirewallClient getFirewallClient()
Provides synchronous access to Firewall Operation features.


getServiceManagementClient

ServiceManagementClient getServiceManagementClient()
Provides synchronous access to ServiceManagement Operation features.


listOrgs

Set<Resource> listOrgs()
Returns:
a listing of all orgs that the current user has access to.

listPredefinedOperatingSystems

Set<CIMOperatingSystem> listPredefinedOperatingSystems()
predefined by default in the classpath resource /savvis-symphonyvpdc/predefined_operatingsystems.json

Returns:
the operating systems that are predefined in the provider
See Also:


Copyright © 2009-2012 jclouds. All Rights Reserved.