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 df98237 commit 9fb77e7Copy full SHA for 9fb77e7
1 file changed
examples/natv3/list_private_dnat_rules.py
@@ -19,5 +19,5 @@
19
openstack.enable_logging(True)
20
conn = openstack.connect(cloud="otc")
21
22
-for dnat_rule in conn.privatenat.private_dnat_rules():
+for dnat_rule in conn.natv3.private_dnat_rules():
23
print(dnat_rule)
0 commit comments