Example #1
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_datacenter_info")
     self.hcloud_datacenter_info = None
Example #2
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_volume")
     self.hcloud_volume = None
Example #3
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_server_info")
     self.hcloud_server_info = None
Example #4
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_location_info")
     self.hcloud_location_info = None
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_floating_ip_info")
     self.hcloud_floating_ip_info = None
Example #6
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_ssh_key_info")
     self.hcloud_ssh_key_info = None
Example #7
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_image_info")
     self.hcloud_image_info = None
Example #8
0
 def __init__(self, module):
     Hcloud.__init__(self, module, "hcloud_network_info")
     self.hcloud_network_info = None