48 lines
892 B
Python
48 lines
892 B
Python
# terrascript/data/techBeck03/guacamole.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:53 UTC)
|
|
import terrascript
|
|
|
|
|
|
class guacamole_connection_group(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_connection_kubernetes(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_connection_rdp(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_connection_ssh(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_connection_telnet(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_connection_vnc(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_user(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class guacamole_user_group(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"guacamole_connection_group",
|
|
"guacamole_connection_kubernetes",
|
|
"guacamole_connection_rdp",
|
|
"guacamole_connection_ssh",
|
|
"guacamole_connection_telnet",
|
|
"guacamole_connection_vnc",
|
|
"guacamole_user",
|
|
"guacamole_user_group",
|
|
]
|