Package org.openstack4j.model.sahara
Interface ConfigInfo
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
SaharaConfigInfo
public interface ConfigInfo extends ModelEntity
A Sahara Config Information- Author:
- ekasit.kijsipongse@nectec.or.th
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicableTarget()List<String>getConfigValues()StringgetDefaultValue()StringgetDescription()StringgetName()IntegergetPriority()StringgetScope()StringgetType()BooleanisOptional()
-
-
-
Method Detail
-
getDefaultValue
String getDefaultValue()
- Returns:
- the default value
-
getName
String getName()
- Returns:
- the name
-
getPriority
Integer getPriority()
- Returns:
- the priority
-
getType
String getType()
- Returns:
- the type (string, int, bool, enum)
-
getApplicableTarget
String getApplicableTarget()
- Returns:
- the applicable target
-
isOptional
Boolean isOptional()
- Returns:
- true if this config is optional
-
getScope
String getScope()
- Returns:
- the scope
-
getDescription
String getDescription()
- Returns:
- the description
-
-