expose geni_api_versions URL as https since this it does not make sense to run sfa...
[sfa.git] / sfa / rspecs / elements / fw_rule.py
1 from sfa.rspecs.elements.element import Element
2
3
4 class FWRule(Element):
5     fields = [
6         'protocol',
7         'cidr_ip',
8         'port_range',
9         'icmp_type_code',
10     ]