Class ServiceEndpoint
- java.lang.Object
-
- org.jclouds.openstack.keystone.catalog.ServiceEndpoint
-
public abstract class ServiceEndpoint extends Object
Common properties for OpenStack service endpoints.This class provides a common view on the service catalog endpoints so it can be parsed in a generic way for Keystone v2 and v3.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceEndpoint.Builderstatic classServiceEndpoint.Interface
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ServiceEndpoint.Builderbuilder()abstract Stringid()abstract ServiceEndpoint.Interfaceiface()abstract StringregionId()abstract Stringtype()abstract URIurl()abstract Stringversion()
-
-
-
Method Detail
-
url
public abstract URI url()
-
iface
public abstract ServiceEndpoint.Interface iface()
-
type
public abstract String type()
-
builder
public static ServiceEndpoint.Builder builder()
-
-