public class Endpoint extends Object implements Comparable<Endpoint>
Modifier and Type | Class and Description |
---|---|
static class |
Endpoint.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
id
Deprecated.
|
protected URI |
internalURL |
protected URI |
publicURL |
protected String |
region |
protected String |
tenantId |
protected String |
tenantName
Deprecated.
|
protected String |
versionId |
Modifier | Constructor and Description |
---|---|
protected |
Endpoint(String versionId,
String region,
URI publicURL,
URI internalURL,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
static Endpoint.Builder |
builder() |
int |
compareTo(Endpoint that) |
boolean |
equals(Object object) |
URI |
getInternalURL() |
URI |
getPublicURL() |
String |
getRegion() |
String |
getTenantId() |
String |
getVersionId()
When provversionIding an ID, it is assumed that the endpoint exists in the current OpenStack
deployment
|
int |
hashCode() |
Endpoint.Builder |
toBuilder() |
String |
toString() |
@Deprecated protected String id
protected final String versionId
protected final String region
protected final URI publicURL
protected final URI internalURL
@Deprecated protected String tenantName
protected final String tenantId
public static Endpoint.Builder builder()
public Endpoint.Builder toBuilder()
public String getVersionId()
public String getRegion()
@Nullable public String getTenantId()
public int compareTo(Endpoint that)
compareTo
in interface Comparable<Endpoint>
Copyright © 2009-2012 jclouds. All Rights Reserved.