We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae486 commit 32a8236Copy full SHA for 32a8236
yeti_switch_api/orm/customers_auth.py
@@ -10,14 +10,12 @@ class Meta:
10
enabled = AttributeField("enabled")
11
src_numberlist = RelationField("src-numberlist")
12
dst_numberlist = RelationField("dst-numberlist")
13
-
14
customer = RelationField("customer")
15
account = RelationField("account")
16
rateplan = RelationField("rateplan")
17
routing_plan = RelationField("routing-plan")
18
gateway = RelationField("gateway")
19
pop = RelationField("pop")
20
21
ip = AttributeField("ip")
22
src_prefix = AttributeField("src-prefix")
23
dst_prefix = AttributeField("dst-prefix")
0 commit comments