|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.keystone.v2_0.domain.Endpoint
public class Endpoint
An network-accessible address, usually described by URL, where a service may be accessed. If using an extension for templates, you can create an endpoint template, which represents the templates of all the consumable services that are available across the regions.
| Nested Class Summary | |
|---|---|
static class |
Endpoint.Builder<T extends Endpoint.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId)
|
| Method Summary | |
|---|---|
static Endpoint.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
URI |
getAdminURL()
|
String |
getId()
When providing an ID, it is assumed that the endpoint exists in the current OpenStack deployment |
URI |
getInternalURL()
|
URI |
getPublicURL()
|
String |
getRegion()
|
String |
getTenantId()
|
String |
getVersionId()
Note |
URI |
getVersionInfo()
Note |
URI |
getVersionList()
Note |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Endpoint.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","versionId","region","publicURL","internalURL","adminURL","versionInfo","versionList","tenantName","tenantId"})
protected Endpoint(@Nullable
String id,
@Nullable
String versionId,
@Nullable
String region,
@Nullable
URI publicURL,
@Nullable
URI internalURL,
@Nullable
URI adminURL,
@Nullable
URI versionInfo,
@Nullable
URI versionList,
@Nullable
String tenantName,
@Nullable
String tenantId)
| Method Detail |
|---|
public static Endpoint.Builder<?> builder()
public Endpoint.Builder<?> toBuilder()
@Nullable public String getId()
@Nullable public String getVersionId()
@Nullable public String getRegion()
@Nullable public URI getPublicURL()
@Nullable public URI getInternalURL()
@Nullable public URI getAdminURL()
@Nullable public URI getVersionInfo()
@Nullable public URI getVersionList()
@Nullable public String getTenantId()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||