public class HostedService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HostedService.Builder<T extends HostedService.Builder<T>> |
static class |
HostedService.Status |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected HostedServiceProperties |
properties |
protected URI |
url |
Modifier | Constructor and Description |
---|---|
protected |
HostedService(URI url,
String name,
HostedServiceProperties properties) |
Modifier and Type | Method and Description |
---|---|
static HostedService.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getName()
The name of the hosted service.
|
HostedServiceProperties |
getProperties()
Provides the url of the database properties to be used for this DB HostedService.
|
URI |
getUrl()
The Service Management API request URI used to perform Get Hosted Service Properties requests
against the hosted service.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
HostedService.Builder<?> |
toBuilder() |
String |
toString() |
protected final URI url
protected final String name
protected final HostedServiceProperties properties
protected HostedService(URI url, String name, HostedServiceProperties properties)
public static HostedService.Builder<?> builder()
public HostedService.Builder<?> toBuilder()
public URI getUrl()
public String getName()
public HostedServiceProperties getProperties()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.