public class KeystoneService extends Object implements Service
Modifier and Type | Class and Description |
---|---|
static class |
KeystoneService.ServiceConcreteBuilder |
static class |
KeystoneService.Services |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
KeystoneService() |
Modifier and Type | Method and Description |
---|---|
static ServiceBuilder |
builder() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getType()
The type of service (compute, identity, image, etc)
|
ServiceBuilder |
toBuilder() |
String |
toString() |
public static ServiceBuilder builder()
public ServiceBuilder toBuilder()
toBuilder
in interface Buildable<ServiceBuilder>
public String getId()
public String getType()
Service
public String getName()
public String getDescription()
getDescription
in interface Service
Copyright © 2017. All rights reserved.