class Azure::AzureInterface
Attributes
ui[RW]
Public Class Methods
new(options = {})
click to toggle source
# File lib/azure/azure_interface.rb, line 28 def initialize(options = {}); end
Public Instance Methods
create_affinity_group(params = {})
click to toggle source
# File lib/azure/azure_interface.rb, line 70 def create_affinity_group(params = {}) AzureInterface.api_not_implemented(self) end
create_internal_lb(params = {})
click to toggle source
# File lib/azure/azure_interface.rb, line 62 def create_internal_lb(params = {}) AzureInterface.api_not_implemented(self) end
create_server(params = {})
click to toggle source
# File lib/azure/azure_interface.rb, line 30 def create_server(params = {}) AzureInterface.api_not_implemented(self) end
create_vnet(params = {})
click to toggle source
# File lib/azure/azure_interface.rb, line 50 def create_vnet(params = {}) AzureInterface.api_not_implemented(self) end
delete_server(server_name)
click to toggle source
# File lib/azure/azure_interface.rb, line 38 def delete_server(server_name) AzureInterface.api_not_implemented(self) end
find_server(server_name)
click to toggle source
# File lib/azure/azure_interface.rb, line 74 def find_server(server_name) AzureInterface.api_not_implemented(self) end
list_affinity_groups()
click to toggle source
# File lib/azure/azure_interface.rb, line 66 def list_affinity_groups AzureInterface.api_not_implemented(self) end
list_images()
click to toggle source
# File lib/azure/azure_interface.rb, line 42 def list_images AzureInterface.api_not_implemented(self) end
list_internal_lb()
click to toggle source
# File lib/azure/azure_interface.rb, line 58 def list_internal_lb AzureInterface.api_not_implemented(self) end
list_servers()
click to toggle source
# File lib/azure/azure_interface.rb, line 34 def list_servers AzureInterface.api_not_implemented(self) end
list_vnets()
click to toggle source
# File lib/azure/azure_interface.rb, line 54 def list_vnets AzureInterface.api_not_implemented(self) end
show_server(server_name, resource_group = "")
click to toggle source
# File lib/azure/azure_interface.rb, line 46 def show_server(server_name, resource_group = "") AzureInterface.api_not_implemented(self) end