org.jclouds.openstack.v2_0
Interface ServiceType


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 BLOCK_STORAGE
          Block Storage (Cinder)
static String COMPUTE
          Compute (Nova)
static String DATABASE_SERVICE
          Database Service (RedDwarf)
static String IDENTITY
          Identity Service (Keystone)
static String IMAGE
          Image Service (Glance)
static String NETWORK
          Network Service (Quantum)
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

IDENTITY

static final String IDENTITY
Identity Service (Keystone)

See Also:
Constant Field Values

NETWORK

static final String NETWORK
Network Service (Quantum)

See Also:
Constant Field Values

BLOCK_STORAGE

static final String BLOCK_STORAGE
Block Storage (Cinder)

See Also:
Constant Field Values

DATABASE_SERVICE

static final String DATABASE_SERVICE
Database Service (RedDwarf)

See Also:
Constant Field Values


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.