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 of GET /v1/policy-types/​{policy_type}​
    Author:
    lion
    • Method Detail

      • getName

        String getName()
        Returns the name of the PolicyType
        Returns:
        the name of the PolicyType
      • getSchema

        Map<String,​Object> getSchema()
        Returns the schema of the PolicyType
        Returns:
        the schema of the PolicyType