23 lines
493 B
Python
23 lines
493 B
Python
# terrascript/data/invidian/libvirt.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:04 UTC)
|
|
import terrascript
|
|
|
|
|
|
class libvirt_network_dns_host_template(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class libvirt_network_dns_srv_template(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class libvirt_network_dnsmasq_options_template(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"libvirt_network_dns_host_template",
|
|
"libvirt_network_dns_srv_template",
|
|
"libvirt_network_dnsmasq_options_template",
|
|
]
|