Module: Ovh::Endpoints::Ips

Included in:
Client
Defined in:
lib/ovh/endpoints/ips.rb

Instance Method Summary collapse

Instance Method Details

#ip_load_balancing(options: {}) ⇒ Object



9
10
11
# File 'lib/ovh/endpoints/ips.rb', line 9

def ip_load_balancing(options: {})        
  get("/ip/loadBalancing", options: options)
end

#ip_service(service_name, options: {}) ⇒ Object



17
18
19
# File 'lib/ovh/endpoints/ips.rb', line 17

def ip_service(service_name, options: {})        
  get("/ip/service/#{service_name}", options: options)
end

#ip_services(options: {}) ⇒ Object



13
14
15
# File 'lib/ovh/endpoints/ips.rb', line 13

def ip_services(options: {})        
  get("/ip/service", options: options)
end

#ips(options: {}) ⇒ Object



5
6
7
# File 'lib/ovh/endpoints/ips.rb', line 5

def ips(options: {})        
  get("/ip", options: options)
end