public interface SoftwareConfig extends ModelEntity, Buildable<SoftwareConfigBuilder>
Modifier and Type | Interface and Description |
---|---|
static interface |
SoftwareConfig.Input |
static interface |
SoftwareConfig.Output |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getConfig()
Configuration script or manifest that defines which configuration is performed.
|
String |
getGroup()
Namespace that groups this software configuration by when it is delivered to a server.
|
String |
getId() |
List<? extends SoftwareConfig.Input> |
getInputs()
List of inputs that this software configuration expects
|
String |
getName()
The name of this configuration
|
Map<String,Object> |
getOptions()
Map containing options specific to the configuration management tool used by this resource.
|
List<? extends SoftwareConfig.Output> |
getOutputs()
List of outputs this software configuration produces
|
String getId()
String getName()
String getGroup()
String getConfig()
List<? extends SoftwareConfig.Input> getInputs()
List<? extends SoftwareConfig.Output> getOutputs()
Copyright © 2017. All rights reserved.