Package org.jclouds.openstack.services
Class ServiceType
java.lang.Object
org.jclouds.openstack.services.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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OBJECT_STORE
Object Storage (Swift)- See Also:
-
COMPUTE
Compute (Nova)- See Also:
-
IMAGE
Image Service (Glance)- See Also:
-
IDENTITY
Identity Service (Keystone)- See Also:
-
NETWORK
Network Service (Quantum)- See Also:
-
-
Constructor Details
-
ServiceType
protected ServiceType()
-