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.


Field Summary
static String BLOCK_STORAGE
          Block Storage (Cinder)
static String COMPUTE
          Compute (Nova)
static String DATABASE
          Database Service (Trove)
static String IDENTITY
          Identity Service (Keystone)
static String IMAGE
          Image Service (Glance)
static String NETWORK
          Network Service (Neutron)
static String OBJECT_STORE
          Object Storage (Swift)
static String ORCHESTRATION
          Orchestration Service (Heat)
static String QUEUES
          Queues Service (Marconi)
 

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 (Neutron)

See Also:
Constant Field Values

BLOCK_STORAGE

static final String BLOCK_STORAGE
Block Storage (Cinder)

See Also:
Constant Field Values

DATABASE

static final String DATABASE
Database Service (Trove)

See Also:
Constant Field Values

QUEUES

static final String QUEUES
Queues Service (Marconi)

See Also:
Constant Field Values

ORCHESTRATION

static final String ORCHESTRATION
Orchestration Service (Heat)

See Also:
Constant Field Values


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