class IPoolDefinition(interface.Interface):
    """Pool definition
    """

    name = interface.Attribute("Pool name")