Interface ServiceEndpoint
-
- All Superinterfaces:
Buildable<ServiceEndpointBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneServiceEndpoint
public interface ServiceEndpoint extends ModelEntity, Buildable<ServiceEndpointBuilder>
OpenStack ServiceEndpoint is an endpoint which is mapped to aService- Author:
- Jeremy Unruh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetAdminURL()StringgetId()URIgetInternalURL()URIgetPublicURL()StringgetRegion()StringgetServiceId()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the endpoint identifier
-
getRegion
String getRegion()
- Returns:
- the region for this endpoint
-
getServiceId
String getServiceId()
- Returns:
- the service id this endpoint is asssociated with
-
getPublicURL
URI getPublicURL()
- Returns:
- the public URL for this endpoint
-
getAdminURL
URI getAdminURL()
- Returns:
- the admin URL for this endpoint
-
getInternalURL
URI getInternalURL()
- Returns:
- the internal URL for this endpoint
-
-