Class HeatSoftwareConfig.SCInput
- java.lang.Object
-
- org.openstack4j.openstack.heat.domain.HeatSoftwareConfig.SCInput
-
- All Implemented Interfaces:
SoftwareConfig.Input
- Enclosing class:
- HeatSoftwareConfig
public static class HeatSoftwareConfig.SCInput extends Object implements SoftwareConfig.Input
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()StringgetDescription()StringgetName()StringgetType()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSoftwareConfig.Input- Returns:
- the name of this input
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceSoftwareConfig.Input- Returns:
- the description of this input
-
getDefaultValue
public String getDefaultValue()
- Specified by:
getDefaultValuein interfaceSoftwareConfig.Input- Returns:
- default initialized value for this input
-
getType
public String getType()
- Specified by:
getTypein interfaceSoftwareConfig.Input- Returns:
- the input type
-
-