public class Endpoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Endpoint.Builder<T extends Endpoint.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
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() |
@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)
public static Endpoint.Builder<?> builder()
public Endpoint.Builder<?> toBuilder()
@Nullable public String getId()
@Nullable public String getRegion()
@Nullable public String getTenantId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.