Uses of Class
org.jclouds.openstack.v2_0.services.Extension

Packages that use Extension
org.jclouds.openstack.nova.v2_0.extensions   
 

Uses of Extension in org.jclouds.openstack.nova.v2_0.extensions
 

Classes in org.jclouds.openstack.nova.v2_0.extensions with annotations of type Extension
 interface AdminActionsApi
          Provide additional actions for servers: 'suspend', 'resume', 'migrate', 'lock', 'unlock', 'resetNetwork', 'createBackup', 'pause', 'migrateLive', 'injectNetworkInfo', 'unpause'
 interface AdminActionsAsyncApi
          Provide access to Admin Server Actions via REST API
 interface FlavorExtraSpecsApi
          Provide access to extra metadata for Nova flavors.
 interface FlavorExtraSpecsAsyncApi
          Provide access to extra metadata for Nova flavors.
 interface FloatingIPApi
          Provides synchronous access to Floating IPs.
 interface FloatingIPAsyncApi
          Provides asynchronous access to Floating IPs via the REST API.
 interface HostAdministrationApi
          Provides asynchronous access to Host Administration features via the REST API.
 interface HostAdministrationAsyncApi
          Provides asynchronous access to Host Administration features via the REST API.
 interface HostAggregateApi
          Provide access to Host Aggregates in Nova (alias "OS-AGGREGATES")
 interface HostAggregateAsyncApi
          Provide access to Aggregates in Nova.
 interface KeyPairApi
          Provides synchronous access to Security Groups.
 interface KeyPairAsyncApi
          Provides asynchronous access to Key Pairs via the REST API.
 interface QuotaApi
          The quotas extension enables limiters placed on the resources used per tenant (project) for virtual instances.
 interface QuotaAsyncApi
          Provide access to Quota information for Nova tenants.
 interface QuotaClassApi
          Provides synchronous access to Quota Classes via the REST API.
 interface QuotaClassAsyncApi
          Provides asynchronous access to Quota Classes via the REST API.
 interface SecurityGroupApi
          Provides synchronous access to Security Groups.
 interface SecurityGroupAsyncApi
          Provides asynchronous access to Security Groups via the REST API.
 interface ServerWithSecurityGroupsApi
          Provides synchronous access to Server details including security group, referred to as the CREATESERVEREXT extension in the nova documentation

NOTE: the equivalent to listServersInDetail() isn't available at the other end, so not extending ServerApi at this time.

 interface ServerWithSecurityGroupsAsyncApi
          Provides synchronous access to Servers with Security Groups.
 interface SimpleTenantUsageApi
          Provides asynchronous access to Simple Tenant Usage via the REST API.
 interface SimpleTenantUsageAsyncApi
          Provides asynchronous access to Simple Tenant Usage via the REST API.
 interface VirtualInterfaceApi
          Provides synchronous access to Virtual Interface features (VIFs).
 interface VirtualInterfaceAsyncApi
          Provides asynchronous access to Virtual Interface features (VIFs).
 interface VolumeApi
          Provides synchronous access to Volumes.
 interface VolumeAsyncApi
          Provides synchronous access to Volumes.
 interface VolumeTypeApi
          Provides synchronous access to Volume Type features
 interface VolumeTypeAsyncApi
          Provides asynchronous access to Volume Type features
 



Copyright © 2009-2012 jclouds. All Rights Reserved.