| Modifier and Type | Field and Description | 
|---|---|
protected URI | 
internalURL  | 
protected URI | 
publicURL  | 
protected String | 
region  | 
protected boolean | 
v1Default  | 
| Constructor and Description | 
|---|
Endpoint.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
Endpoint | 
build()  | 
Endpoint.Builder | 
fromEndpoint(Endpoint from)  | 
Endpoint.Builder | 
internalURL(URI internalURL)  | 
Endpoint.Builder | 
publicURL(URI publicURL)  | 
Endpoint.Builder | 
region(String region)  | 
Endpoint.Builder | 
v1Default(boolean v1Default)  | 
protected boolean v1Default
protected String region
protected URI publicURL
protected URI internalURL
public Endpoint.Builder v1Default(boolean v1Default)
Endpoint.isV1Default()public Endpoint.Builder region(String region)
Endpoint.getRegion()public Endpoint.Builder publicURL(URI publicURL)
Endpoint.getPublicURL()public Endpoint.Builder internalURL(@Nullable URI internalURL)
Endpoint#getTenantId()public Endpoint build()
public Endpoint.Builder fromEndpoint(Endpoint from)
Copyright © 2009-2013 jclouds. All Rights Reserved.