org.jclouds.savvis.vpdc
Interface VPDCApi


public interface VPDCApi

Provides synchronous access to VPDC.

Author:
Adrian Cole
See Also:
VPDCAsyncApi,

Method Summary
 BrowsingApi getBrowsingApi()
          Provides synchronous access to Browsing features.
 FirewallApi getFirewallApi()
          Provides synchronous access to Firewall Operation features.
 ServiceManagementApi getServiceManagementApi()
          Provides synchronous access to ServiceManagement Operation features.
 VMApi getVMApi()
          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

getBrowsingApi

BrowsingApi getBrowsingApi()
Provides synchronous access to Browsing features.


getVMApi

VMApi getVMApi()
Provides synchronous access to VM Operation features.


getFirewallApi

FirewallApi getFirewallApi()
Provides synchronous access to Firewall Operation features.


getServiceManagementApi

ServiceManagementApi getServiceManagementApi()
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.