public abstract class ServiceEndpoint extends Object
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.
Modifier and Type | Class and Description |
---|---|
static class |
ServiceEndpoint.Builder |
static class |
ServiceEndpoint.Interface |
Modifier and Type | Method and Description |
---|---|
static ServiceEndpoint.Builder |
builder() |
abstract String |
id() |
abstract ServiceEndpoint.Interface |
iface() |
abstract String |
regionId() |
abstract String |
type() |
abstract URI |
url() |
abstract String |
version() |
public abstract URI url()
public abstract ServiceEndpoint.Interface iface()
public abstract String type()
public static ServiceEndpoint.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.