org.jclouds.openstack.services
Interface ServiceType

All Known Subinterfaces:
HPExtentionServiceType

public interface ServiceType

An OpenStack service, such as Compute (Nova), Object Storage (Swift), or Image Service (Glance). A service provides one or more endpoints through which users can access resources and perform (presumably useful) operations.

Author:
Adrian Cole
See Also:

Field Summary
static String COMPUTE
          Compute (Nova)
static String IMAGE
          Image Service (Glance)
static String OBJECT_STORE
          Object Storage (Swift)
 

Field Detail

OBJECT_STORE

static final String OBJECT_STORE
Object Storage (Swift)

See Also:
Constant Field Values

COMPUTE

static final String COMPUTE
Compute (Nova)

See Also:
Constant Field Values

IMAGE

static final String IMAGE
Image Service (Glance)

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.