org.jclouds.hpcloud.services
Interface HPExtentionServiceType

All Superinterfaces:
ServiceType

public interface HPExtentionServiceType
extends ServiceType

An HP Extension Service, such as CDN, or Block Store Service. A service provides one or more endpoints through which users can access resources and perform (presumably useful) operations.

Author:
Jeremy Daggett
See Also:

Field Summary
static String BLOCK_STORE
          Block Storage
static String CDN
          CDN
 
Fields inherited from interface org.jclouds.openstack.services.ServiceType
COMPUTE, IMAGE, OBJECT_STORE
 

Field Detail

CDN

static final String CDN
CDN

See Also:
Constant Field Values

BLOCK_STORE

static final String BLOCK_STORE
Block Storage

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.