Package org.openstack4j.model.senlin
Interface ProfileType
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
SenlinProfileType
public interface ProfileType extends ModelEntity
This interface describes the getter-methods (and thus components) of a ProfileType. All getters map to the possible return values ofGET /v1/profile-types/{profile_type}- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the ProfileTypeMap<String,Map>getSchema()Returns the schema of the ProfileType
-