lib/ionoscloud/api/load_balancers_api.rb in ionoscloud-6.1.1 vs lib/ionoscloud/api/load_balancers_api.rb in ionoscloud-6.1.2
- old
+ new
@@ -288,11 +288,11 @@
end
return data, status_code, headers
end
# Attach balanced NICs
- # Attach an existing NIC to the specified Load Balancer.
+ # Attachs an existing NIC to the specified Load Balancer.
# @param datacenter_id [String] The unique ID of the data center.
# @param loadbalancer_id [String] The unique ID of the Load Balancer.
# @param nic [Nic] The NIC to be attached.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
@@ -303,11 +303,11 @@
data, _status_code, _headers = datacenters_loadbalancers_balancednics_post_with_http_info(datacenter_id, loadbalancer_id, nic, opts)
data
end
# Attach balanced NICs
- # Attach an existing NIC to the specified Load Balancer.
+ # Attachs an existing NIC to the specified Load Balancer.
# @param datacenter_id [String] The unique ID of the data center.
# @param loadbalancer_id [String] The unique ID of the Load Balancer.
# @param nic [Nic] The NIC to be attached.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
@@ -745,12 +745,12 @@
@api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Create Load Balancers
- # Create a Load Balancer within the data center.
+ # Create a Load Balancer
+ # Creates a Load Balancer within the data center.
# @param datacenter_id [String] The unique ID of the data center.
# @param loadbalancer [Loadbalancer] The Load Balancer to create.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
@@ -759,12 +759,12 @@
def datacenters_loadbalancers_post(datacenter_id, loadbalancer, opts = {})
data, _status_code, _headers = datacenters_loadbalancers_post_with_http_info(datacenter_id, loadbalancer, opts)
data
end
- # Create Load Balancers
- # Create a Load Balancer within the data center.
+ # Create a Load Balancer
+ # Creates a Load Balancer within the data center.
# @param datacenter_id [String] The unique ID of the data center.
# @param loadbalancer [Loadbalancer] The Load Balancer to create.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
@@ -833,12 +833,12 @@
@api_client.config.logger.debug "API called: LoadBalancersApi#datacenters_loadbalancers_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Modify Load Balancers
- # Modify the properties of the specified Load Balancer within the data center.
+ # Modify a Load Balancer by ID
+ # Modifies the properties of the specified Load Balancer within the data center.
# @param datacenter_id [String] The unique ID of the data center.
# @param loadbalancer_id [String] The unique ID of the Load Balancer.
# @param loadbalancer [Loadbalancer] The modified Load Balancer.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
@@ -848,11 +848,11 @@
def datacenters_loadbalancers_put(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
data, _status_code, _headers = datacenters_loadbalancers_put_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts)
data
end
- # Modify Load Balancers
- # Modify the properties of the specified Load Balancer within the data center.
+ # Modify a Load Balancer by ID
+ # Modifies the properties of the specified Load Balancer within the data center.
# @param datacenter_id [String] The unique ID of the data center.
# @param loadbalancer_id [String] The unique ID of the Load Balancer.
# @param loadbalancer [Loadbalancer] The modified Load Balancer.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).