public class HostedServiceWithDetailedProperties extends HostedService
Modifier and Type | Class and Description |
---|---|
static class |
HostedServiceWithDetailedProperties.Builder<T extends HostedServiceWithDetailedProperties.Builder<T>> |
HostedService.Status
name, 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 HostedService
public DetailedHostedServiceProperties getProperties()
HostedService
getProperties
in class HostedService
Copyright © 2009-2013 jclouds. All Rights Reserved.