Package org.openstack4j.model.heat
Interface SoftwareConfig.Output
-
- All Known Implementing Classes:
HeatSoftwareConfig.SCOutput
- Enclosing interface:
- SoftwareConfig
public static interface SoftwareConfig.Output
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetType()booleanisErrorOutput()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of this output
-
getDescription
String getDescription()
- Returns:
- the description of this output
-
getType
String getType()
- Returns:
- the data type of this output
-
isErrorOutput
boolean isErrorOutput()
- Returns:
- true if this is an error related output
-
-