Package org.jclouds.openstack.v2_0
Class ServiceType
- java.lang.Object
-
- org.jclouds.openstack.v2_0.ServiceType
-
public final class ServiceType extends Object
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
Fields Modifier and Type Field Description static StringBLOCK_STORAGEBlock Storage (Cinder)static StringCDNCDN Service (Poppy)static StringCOMPUTECompute (Nova)static StringDATABASEDatabase Service (Trove)static StringIDENTITYIdentity Service (Keystone)static StringIMAGEImage Service (Glance)static StringMESSAGINGMessaging Service (Zaqar)static StringNETWORKNetwork Service (Neutron)static StringOBJECT_STOREObject Storage (Swift)static StringORCHESTRATIONOrchestration Service (Heat)static StringQUEUESDeprecated.useMESSAGINGinstead.static StringSHARED_FILESYSTEMShared Filsystem Service (Manila)
-
-
-
Field Detail
-
OBJECT_STORE
public static final String OBJECT_STORE
Object Storage (Swift)- See Also:
- Constant Field Values
-
COMPUTE
public static final String COMPUTE
Compute (Nova)- See Also:
- Constant Field Values
-
IMAGE
public static final String IMAGE
Image Service (Glance)- See Also:
- Constant Field Values
-
IDENTITY
public static final String IDENTITY
Identity Service (Keystone)- See Also:
- Constant Field Values
-
NETWORK
public static final String NETWORK
Network Service (Neutron)- See Also:
- Constant Field Values
-
BLOCK_STORAGE
public static final String BLOCK_STORAGE
Block Storage (Cinder)- See Also:
- Constant Field Values
-
DATABASE
public static final String DATABASE
Database Service (Trove)- See Also:
- Constant Field Values
-
QUEUES
@Deprecated public static final String QUEUES
Deprecated.useMESSAGINGinstead. Queues Service (Marconi)- See Also:
- Constant Field Values
-
ORCHESTRATION
public static final String ORCHESTRATION
Orchestration Service (Heat)- See Also:
- Constant Field Values
-
CDN
public static final String CDN
CDN Service (Poppy)- See Also:
- Constant Field Values
-
SHARED_FILESYSTEM
public static final String SHARED_FILESYSTEM
Shared Filsystem Service (Manila)- See Also:
- Constant Field Values
-
MESSAGING
public static final String MESSAGING
Messaging Service (Zaqar)- See Also:
- Constant Field Values
-
-