class Fog::Hetznercloud::Compute::Mock
Public Instance Methods
create_floating_ip(_type, _options = {})
click to toggle source
# File lib/fog/hetznercloud/requests/compute/create_floating_ip.rb, line 23 def create_floating_ip(_type, _options = {}) Fog::Mock.not_implemented end
create_server(_name, _image, _volumes, _options = {})
click to toggle source
# File lib/fog/hetznercloud/requests/compute/create_server.rb, line 25 def create_server(_name, _image, _volumes, _options = {}) Fog::Mock.not_implemented end
create_ssh_key(_type, _home_location, _server, _options = {})
click to toggle source
# File lib/fog/hetznercloud/requests/compute/create_ssh_key.rb, line 18 def create_ssh_key(_type, _home_location, _server, _options = {}) Fog::Mock.not_implemented end
delete_floating_ip(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/delete_floating_ip.rb, line 11 def delete_floating_ip(_id) Fog::Mock.not_implemented end
delete_image(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/delete_image.rb, line 11 def delete_image(_id) Fog::Mock.not_implemented end
delete_server(_server_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/delete_server.rb, line 11 def delete_server(_server_id) Fog::Mock.not_implemented end
delete_ssh_key(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/delete_ssh_key.rb, line 11 def delete_ssh_key(_id) Fog::Mock.not_implemented end
execute_server_action(_id, _action)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/execute_server_action.rb, line 11 def execute_server_action(_id, _action) Fog::Mock.not_implemented end
floating_ip_assign_to_server(_type, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/floating_ip_assign_to_server.rb, line 11 def floating_ip_assign_to_server(_type, _body) Fog::Mock.not_implemented end
floating_ip_unassign(_type, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/floating_ip_unassign.rb, line 11 def floating_ip_unassign(_type, _body) Fog::Mock.not_implemented end
floating_ip_update_dns_ptr(_type, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/floating_ip_update_dns_ptr.rb, line 11 def floating_ip_update_dns_ptr(_type, _body) Fog::Mock.not_implemented end
get_action(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_action.rb, line 11 def get_action(_id) Fog::Mock.not_implemented end
get_datacenter(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_datacenter.rb, line 11 def get_datacenter(_id) Fog::Mock.not_implemented end
get_floating_ip(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_floating_ip.rb, line 11 def get_floating_ip(_id) Fog::Mock.not_implemented end
get_image(_image_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_image.rb, line 11 def get_image(_image_id) Fog::Mock.not_implemented end
get_location(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_location.rb, line 11 def get_location(_id) Fog::Mock.not_implemented end
get_server(_server_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_server.rb, line 11 def get_server(_server_id) Fog::Mock.not_implemented end
get_server_type(_server_type_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_server_type.rb, line 11 def get_server_type(_server_type_id) Fog::Mock.not_implemented end
get_ssh_key(_id)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/get_ssh_key.rb, line 11 def get_ssh_key(_id) Fog::Mock.not_implemented end
list_datacenters()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_datacenters.rb, line 11 def list_datacenters Fog::Mock.not_implemented end
list_floating_ips()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_floating_ips.rb, line 11 def list_floating_ips Fog::Mock.not_implemented end
list_images()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_images.rb, line 11 def list_images Fog::Mock.not_implemented end
list_locations()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_locations.rb, line 11 def list_locations Fog::Mock.not_implemented end
list_server_types()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_server_types.rb, line 11 def list_server_types Fog::Mock.not_implemented end
list_servers()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_servers.rb, line 11 def list_servers Fog::Mock.not_implemented end
list_ssh_keys()
click to toggle source
# File lib/fog/hetznercloud/requests/compute/list_actions.rb, line 11 def list_ssh_keys Fog::Mock.not_implemented end
request(*_args)
click to toggle source
# File lib/fog/hetznercloud/compute.rb, line 140 def request(*_args) Fog::Mock.not_implemented end
update_floating_ip(_id, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/update_floating_ip.rb, line 11 def update_floating_ip(_id, _body) Fog::Mock.not_implemented end
update_image(_server_id, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/update_image.rb, line 11 def update_image(_server_id, _body) Fog::Mock.not_implemented end
update_server(_server_id, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/update_server.rb, line 11 def update_server(_server_id, _body) Fog::Mock.not_implemented end
update_ssh_key(_server_id, _body)
click to toggle source
# File lib/fog/hetznercloud/requests/compute/update_ssh_key.rb, line 11 def update_ssh_key(_server_id, _body) Fog::Mock.not_implemented end