python-terrascript/terrascript/resource/ovh.py

157 lines
3.2 KiB
Python

# terrascript/resource/ovh.py
import terrascript
class ovh_cloud_network_private(terrascript.Resource):
pass
class ovh_cloud_network_private_subnet(terrascript.Resource):
pass
class ovh_cloud_user(terrascript.Resource):
pass
class ovh_dedicated_ceph_acl(terrascript.Resource):
pass
class ovh_dedicated_server_install_task(terrascript.Resource):
pass
class ovh_dedicated_server_reboot_task(terrascript.Resource):
pass
class ovh_dedicated_server_update(terrascript.Resource):
pass
class ovh_domain_zone_record(terrascript.Resource):
pass
class ovh_domain_zone_redirection(terrascript.Resource):
pass
class ovh_ip_reverse(terrascript.Resource):
pass
class ovh_iploadbalancing_http_farm(terrascript.Resource):
pass
class ovh_iploadbalancing_http_farm_server(terrascript.Resource):
pass
class ovh_iploadbalancing_http_frontend(terrascript.Resource):
pass
class ovh_iploadbalancing_http_route(terrascript.Resource):
pass
class ovh_iploadbalancing_http_route_rule(terrascript.Resource):
pass
class ovh_iploadbalancing_refresh(terrascript.Resource):
pass
class ovh_iploadbalancing_tcp_farm(terrascript.Resource):
pass
class ovh_iploadbalancing_tcp_farm_server(terrascript.Resource):
pass
class ovh_iploadbalancing_tcp_frontend(terrascript.Resource):
pass
class ovh_iploadbalancing_vrack_network(terrascript.Resource):
pass
class ovh_me_installation_template(terrascript.Resource):
pass
class ovh_me_installation_template_partition_scheme(terrascript.Resource):
pass
class ovh_me_installation_template_partition_scheme_hardware_raid(terrascript.Resource):
pass
class ovh_me_installation_template_partition_scheme_partition(terrascript.Resource):
pass
class ovh_me_ipxe_script(terrascript.Resource):
pass
class ovh_me_ssh_key(terrascript.Resource):
pass
class ovh_vrack_cloudproject(terrascript.Resource):
pass
class ovh_vrack_dedicated_server(terrascript.Resource):
pass
class ovh_vrack_dedicated_server_interface(terrascript.Resource):
pass
class ovh_vrack_iploadbalancing(terrascript.Resource):
pass
__all__ = [
"ovh_cloud_network_private",
"ovh_cloud_network_private_subnet",
"ovh_cloud_user",
"ovh_dedicated_ceph_acl",
"ovh_dedicated_server_install_task",
"ovh_dedicated_server_reboot_task",
"ovh_dedicated_server_update",
"ovh_domain_zone_record",
"ovh_domain_zone_redirection",
"ovh_ip_reverse",
"ovh_iploadbalancing_http_farm",
"ovh_iploadbalancing_http_farm_server",
"ovh_iploadbalancing_http_frontend",
"ovh_iploadbalancing_http_route",
"ovh_iploadbalancing_http_route_rule",
"ovh_iploadbalancing_refresh",
"ovh_iploadbalancing_tcp_farm",
"ovh_iploadbalancing_tcp_farm_server",
"ovh_iploadbalancing_tcp_frontend",
"ovh_iploadbalancing_vrack_network",
"ovh_me_installation_template",
"ovh_me_installation_template_partition_scheme",
"ovh_me_installation_template_partition_scheme_hardware_raid",
"ovh_me_installation_template_partition_scheme_partition",
"ovh_me_ipxe_script",
"ovh_me_ssh_key",
"ovh_vrack_cloudproject",
"ovh_vrack_dedicated_server",
"ovh_vrack_dedicated_server_interface",
"ovh_vrack_iploadbalancing",
]