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