public class HostedServiceWithDetailedProperties extends HostedService
| Modifier and Type | Class and Description |
|---|---|
static class |
HostedServiceWithDetailedProperties.Builder<T extends HostedServiceWithDetailedProperties.Builder<T>> |
HostedService.Statusname, properties, url| Modifier | Constructor and Description |
|---|---|
protected |
HostedServiceWithDetailedProperties(URI url,
String serviceName,
DetailedHostedServiceProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static HostedServiceWithDetailedProperties.Builder<?> |
builder() |
DetailedHostedServiceProperties |
getProperties()
Provides the url of the database properties to be used for this DB HostedService.
|
HostedServiceWithDetailedProperties.Builder<?> |
toBuilder() |
protected HostedServiceWithDetailedProperties(URI url, String serviceName, DetailedHostedServiceProperties properties)
public static HostedServiceWithDetailedProperties.Builder<?> builder()
public HostedServiceWithDetailedProperties.Builder<?> toBuilder()
toBuilder in class HostedServicepublic DetailedHostedServiceProperties getProperties()
HostedServicegetProperties in class HostedServiceCopyright © 2009-2013 jclouds. All Rights Reserved.