Package org.openstack4j.model.senlin
Interface BuildInfo
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
SenlinBuildInfo
public interface BuildInfo extends ModelEntity
This interface describes the getter-methods (and thus components) of a BuildInfo. All getters map to the possible return values ofGET /v1/build-info- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getApi()Returns the api of the build infoMap<String,String>getEngine()Returns the engine of the build info
-