Module: Ovh::Endpoints::Ips
- Included in:
- Client
- Defined in:
- lib/ovh/endpoints/ips.rb
Instance Method Summary collapse
- #ip_load_balancing(options: {}) ⇒ Object
- #ip_service(service_name, options: {}) ⇒ Object
- #ip_services(options: {}) ⇒ Object
- #ips(options: {}) ⇒ Object
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: ) 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: ) end |
#ip_services(options: {}) ⇒ Object
13 14 15 |
# File 'lib/ovh/endpoints/ips.rb', line 13 def ip_services(options: {}) get("/ip/service", options: ) end |
#ips(options: {}) ⇒ Object
5 6 7 |
# File 'lib/ovh/endpoints/ips.rb', line 5 def ips(options: {}) get("/ip", options: ) end |