ionoscloud 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -0
- data/README.md +10 -1
- data/docs/README.md +2 -2
- data/docs/api/BackupUnitsApi.md +14 -14
- data/docs/api/ContractResourcesApi.md +2 -2
- data/docs/api/DataCentersApi.md +15 -15
- data/docs/api/DefaultApi.md +2 -2
- data/docs/api/FirewallRulesApi.md +14 -14
- data/docs/api/FlowLogsApi.md +2 -2
- data/docs/api/IPBlocksApi.md +14 -14
- data/docs/api/ImagesApi.md +10 -10
- data/docs/api/KubernetesApi.md +30 -30
- data/docs/api/LANsApi.md +22 -22
- data/docs/api/LabelsApi.md +54 -54
- data/docs/api/LoadBalancersApi.md +22 -22
- data/docs/api/LocationsApi.md +6 -6
- data/docs/api/NATGatewaysApi.md +26 -26
- data/docs/api/NetworkInterfacesApi.md +14 -14
- data/docs/api/NetworkLoadBalancersApi.md +38 -38
- data/docs/api/PrivateCrossConnectsApi.md +10 -10
- data/docs/api/RequestsApi.md +8 -8
- data/docs/api/ServersApi.md +62 -52
- data/docs/api/SnapshotsApi.md +10 -10
- data/docs/api/UserManagementApi.md +50 -50
- data/docs/api/UserS3KeysApi.md +12 -12
- data/docs/api/VolumesApi.md +18 -18
- data/docs/models/AttachedVolumes.md +1 -1
- data/docs/models/BackupUnits.md +1 -1
- data/docs/models/BalancedNics.md +1 -1
- data/docs/models/Cdroms.md +1 -1
- data/docs/models/Contracts.md +1 -1
- data/docs/models/Datacenters.md +1 -1
- data/docs/models/ErrorMessage.md +1 -1
- data/docs/models/FirewallRules.md +1 -1
- data/docs/models/FirewallruleProperties.md +1 -1
- data/docs/models/FlowLogs.md +1 -1
- data/docs/models/GroupMembers.md +1 -1
- data/docs/models/GroupShares.md +1 -1
- data/docs/models/GroupUsers.md +1 -1
- data/docs/models/Groups.md +1 -1
- data/docs/models/Images.md +1 -1
- data/docs/models/IpBlocks.md +3 -3
- data/docs/models/KubernetesClusterProperties.md +3 -1
- data/docs/models/KubernetesClusterPropertiesForPost.md +3 -1
- data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
- data/docs/models/KubernetesClusters.md +1 -1
- data/docs/models/KubernetesNodePoolProperties.md +4 -1
- data/docs/models/KubernetesNodePoolPropertiesForPost.md +4 -1
- data/docs/models/KubernetesNodePoolPropertiesForPut.md +1 -1
- data/docs/models/KubernetesNodePools.md +1 -1
- data/docs/models/KubernetesNodes.md +1 -1
- data/docs/models/LabelResources.md +1 -1
- data/docs/models/Labels.md +1 -1
- data/docs/models/LanNics.md +1 -1
- data/docs/models/Lans.md +1 -1
- data/docs/models/Loadbalancers.md +1 -1
- data/docs/models/Locations.md +1 -1
- data/docs/models/NatGatewayProperties.md +1 -1
- data/docs/models/NatGatewayRules.md +1 -1
- data/docs/models/NatGateways.md +1 -1
- data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +4 -4
- data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +5 -5
- data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +3 -3
- data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +3 -3
- data/docs/models/NetworkLoadBalancerForwardingRules.md +1 -1
- data/docs/models/NetworkLoadBalancerProperties.md +2 -2
- data/docs/models/NetworkLoadBalancers.md +1 -1
- data/docs/models/NicProperties.md +3 -3
- data/docs/models/Nics.md +1 -1
- data/docs/models/PrivateCrossConnects.md +1 -1
- data/docs/models/Requests.md +3 -3
- data/docs/models/ResourceGroups.md +1 -1
- data/docs/models/Resources.md +1 -1
- data/docs/models/ResourcesUsers.md +1 -1
- data/docs/models/S3Keys.md +1 -1
- data/docs/models/Servers.md +1 -1
- data/docs/models/Snapshots.md +1 -1
- data/docs/models/Templates.md +1 -1
- data/docs/models/Users.md +1 -1
- data/docs/models/VolumeProperties.md +4 -2
- data/docs/models/Volumes.md +1 -1
- data/git_push.sh +0 -3
- data/lib/ionoscloud/api/_api.rb +2 -2
- data/lib/ionoscloud/api/backup_units_api.rb +14 -14
- data/lib/ionoscloud/api/contract_resources_api.rb +2 -2
- data/lib/ionoscloud/api/data_centers_api.rb +16 -16
- data/lib/ionoscloud/api/firewall_rules_api.rb +14 -14
- data/lib/ionoscloud/api/flow_logs_api.rb +2 -2
- data/lib/ionoscloud/api/images_api.rb +10 -10
- data/lib/ionoscloud/api/ip_blocks_api.rb +14 -14
- data/lib/ionoscloud/api/kubernetes_api.rb +30 -30
- data/lib/ionoscloud/api/labels_api.rb +54 -54
- data/lib/ionoscloud/api/lans_api.rb +22 -22
- data/lib/ionoscloud/api/load_balancers_api.rb +22 -22
- data/lib/ionoscloud/api/locations_api.rb +6 -6
- data/lib/ionoscloud/api/nat_gateways_api.rb +26 -26
- data/lib/ionoscloud/api/network_interfaces_api.rb +14 -14
- data/lib/ionoscloud/api/network_load_balancers_api.rb +38 -38
- data/lib/ionoscloud/api/private_cross_connects_api.rb +10 -10
- data/lib/ionoscloud/api/requests_api.rb +8 -8
- data/lib/ionoscloud/api/servers_api.rb +52 -52
- data/lib/ionoscloud/api/snapshots_api.rb +10 -10
- data/lib/ionoscloud/api/user_management_api.rb +50 -50
- data/lib/ionoscloud/api/user_s3_keys_api.rb +12 -12
- data/lib/ionoscloud/api/volumes_api.rb +19 -19
- data/lib/ionoscloud/api_client.rb +1 -1
- data/lib/ionoscloud/models/attached_volumes.rb +1 -1
- data/lib/ionoscloud/models/backup_units.rb +1 -1
- data/lib/ionoscloud/models/balanced_nics.rb +1 -1
- data/lib/ionoscloud/models/cdroms.rb +1 -1
- data/lib/ionoscloud/models/contracts.rb +1 -1
- data/lib/ionoscloud/models/datacenters.rb +1 -1
- data/lib/ionoscloud/models/error_message.rb +1 -1
- data/lib/ionoscloud/models/firewall_rules.rb +1 -1
- data/lib/ionoscloud/models/firewallrule_properties.rb +6 -1
- data/lib/ionoscloud/models/flow_logs.rb +1 -1
- data/lib/ionoscloud/models/group_members.rb +1 -1
- data/lib/ionoscloud/models/group_shares.rb +1 -1
- data/lib/ionoscloud/models/group_users.rb +1 -1
- data/lib/ionoscloud/models/groups.rb +1 -1
- data/lib/ionoscloud/models/image_properties.rb +2 -2
- data/lib/ionoscloud/models/images.rb +1 -1
- data/lib/ionoscloud/models/ip_blocks.rb +3 -3
- data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +22 -2
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +22 -2
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_clusters.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_node_pools.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_nodes.rb +1 -1
- data/lib/ionoscloud/models/label_resources.rb +1 -1
- data/lib/ionoscloud/models/labels.rb +1 -1
- data/lib/ionoscloud/models/lan_nics.rb +1 -1
- data/lib/ionoscloud/models/lans.rb +1 -1
- data/lib/ionoscloud/models/loadbalancer_properties.rb +1 -0
- data/lib/ionoscloud/models/loadbalancers.rb +1 -1
- data/lib/ionoscloud/models/locations.rb +1 -1
- data/lib/ionoscloud/models/nat_gateway_properties.rb +1 -1
- data/lib/ionoscloud/models/nat_gateway_rules.rb +1 -1
- data/lib/ionoscloud/models/nat_gateways.rb +1 -1
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +4 -4
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +5 -5
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +3 -3
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +3 -3
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +1 -1
- data/lib/ionoscloud/models/network_load_balancer_properties.rb +2 -2
- data/lib/ionoscloud/models/network_load_balancers.rb +1 -1
- data/lib/ionoscloud/models/nic_properties.rb +4 -3
- data/lib/ionoscloud/models/nics.rb +1 -1
- data/lib/ionoscloud/models/private_cross_connects.rb +1 -1
- data/lib/ionoscloud/models/requests.rb +3 -3
- data/lib/ionoscloud/models/resource_groups.rb +1 -1
- data/lib/ionoscloud/models/resources.rb +1 -1
- data/lib/ionoscloud/models/resources_users.rb +1 -1
- data/lib/ionoscloud/models/s3_keys.rb +1 -1
- data/lib/ionoscloud/models/servers.rb +1 -1
- data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
- data/lib/ionoscloud/models/snapshots.rb +1 -1
- data/lib/ionoscloud/models/templates.rb +1 -1
- data/lib/ionoscloud/models/users.rb +1 -1
- data/lib/ionoscloud/models/volume_properties.rb +25 -7
- data/lib/ionoscloud/models/volumes.rb +1 -1
- data/lib/ionoscloud/version.rb +1 -1
- data/lib/test_driver.rb +119 -0
- metadata +7 -5
|
@@ -26,7 +26,7 @@ module Ionoscloud
|
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
27
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
28
28
|
# @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)
|
|
29
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
29
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
30
30
|
# @return [nil]
|
|
31
31
|
def datacenters_lans_delete(datacenter_id, lan_id, opts = {})
|
|
32
32
|
datacenters_lans_delete_with_http_info(datacenter_id, lan_id, opts)
|
|
@@ -40,7 +40,7 @@ module Ionoscloud
|
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
41
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
42
42
|
# @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
|
|
43
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
43
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
44
44
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
45
45
|
def datacenters_lans_delete_with_http_info(datacenter_id, lan_id, opts = {})
|
|
46
46
|
if @api_client.config.debugging
|
|
@@ -112,7 +112,7 @@ module Ionoscloud
|
|
|
112
112
|
# @param [Hash] opts the optional parameters
|
|
113
113
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
114
114
|
# @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)
|
|
115
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
115
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
116
116
|
# @return [Lan]
|
|
117
117
|
def datacenters_lans_find_by_id(datacenter_id, lan_id, opts = {})
|
|
118
118
|
data, _status_code, _headers = datacenters_lans_find_by_id_with_http_info(datacenter_id, lan_id, opts)
|
|
@@ -126,7 +126,7 @@ module Ionoscloud
|
|
|
126
126
|
# @param [Hash] opts the optional parameters
|
|
127
127
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
128
128
|
# @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
|
|
129
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
129
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
130
130
|
# @return [Array<(Lan, Integer, Hash)>] Lan data, response status code and response headers
|
|
131
131
|
def datacenters_lans_find_by_id_with_http_info(datacenter_id, lan_id, opts = {})
|
|
132
132
|
if @api_client.config.debugging
|
|
@@ -197,8 +197,8 @@ module Ionoscloud
|
|
|
197
197
|
# @param [Hash] opts the optional parameters
|
|
198
198
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
199
199
|
# @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)
|
|
200
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
201
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
200
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
201
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). (default to 0)
|
|
202
202
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
203
203
|
# @return [Lans]
|
|
204
204
|
def datacenters_lans_get(datacenter_id, opts = {})
|
|
@@ -212,8 +212,8 @@ module Ionoscloud
|
|
|
212
212
|
# @param [Hash] opts the optional parameters
|
|
213
213
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
214
214
|
# @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
|
|
215
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
216
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
215
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
216
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
217
217
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
218
218
|
# @return [Array<(Lans, Integer, Hash)>] Lans data, response status code and response headers
|
|
219
219
|
def datacenters_lans_get_with_http_info(datacenter_id, opts = {})
|
|
@@ -297,7 +297,7 @@ module Ionoscloud
|
|
|
297
297
|
# @param [Hash] opts the optional parameters
|
|
298
298
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
299
299
|
# @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)
|
|
300
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
300
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
301
301
|
# @return [Nic]
|
|
302
302
|
def datacenters_lans_nics_find_by_id(datacenter_id, lan_id, nic_id, opts = {})
|
|
303
303
|
data, _status_code, _headers = datacenters_lans_nics_find_by_id_with_http_info(datacenter_id, lan_id, nic_id, opts)
|
|
@@ -312,7 +312,7 @@ module Ionoscloud
|
|
|
312
312
|
# @param [Hash] opts the optional parameters
|
|
313
313
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
314
314
|
# @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
|
|
315
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
315
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
316
316
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
317
317
|
def datacenters_lans_nics_find_by_id_with_http_info(datacenter_id, lan_id, nic_id, opts = {})
|
|
318
318
|
if @api_client.config.debugging
|
|
@@ -388,8 +388,8 @@ module Ionoscloud
|
|
|
388
388
|
# @param [Hash] opts the optional parameters
|
|
389
389
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
390
390
|
# @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)
|
|
391
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
392
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
391
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
392
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). (default to 0)
|
|
393
393
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
394
394
|
# @return [LanNics]
|
|
395
395
|
def datacenters_lans_nics_get(datacenter_id, lan_id, opts = {})
|
|
@@ -404,8 +404,8 @@ module Ionoscloud
|
|
|
404
404
|
# @param [Hash] opts the optional parameters
|
|
405
405
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
406
406
|
# @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
|
|
407
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
408
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
407
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
408
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
409
409
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
410
410
|
# @return [Array<(LanNics, Integer, Hash)>] LanNics data, response status code and response headers
|
|
411
411
|
def datacenters_lans_nics_get_with_http_info(datacenter_id, lan_id, opts = {})
|
|
@@ -493,7 +493,7 @@ module Ionoscloud
|
|
|
493
493
|
# @param [Hash] opts the optional parameters
|
|
494
494
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
495
495
|
# @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)
|
|
496
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
496
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
497
497
|
# @return [Nic]
|
|
498
498
|
def datacenters_lans_nics_post(datacenter_id, lan_id, nic, opts = {})
|
|
499
499
|
data, _status_code, _headers = datacenters_lans_nics_post_with_http_info(datacenter_id, lan_id, nic, opts)
|
|
@@ -508,7 +508,7 @@ module Ionoscloud
|
|
|
508
508
|
# @param [Hash] opts the optional parameters
|
|
509
509
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
510
510
|
# @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
|
|
511
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
511
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
512
512
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
513
513
|
def datacenters_lans_nics_post_with_http_info(datacenter_id, lan_id, nic, opts = {})
|
|
514
514
|
if @api_client.config.debugging
|
|
@@ -587,7 +587,7 @@ module Ionoscloud
|
|
|
587
587
|
# @param [Hash] opts the optional parameters
|
|
588
588
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
589
589
|
# @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)
|
|
590
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
590
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
591
591
|
# @return [Lan]
|
|
592
592
|
def datacenters_lans_patch(datacenter_id, lan_id, lan, opts = {})
|
|
593
593
|
data, _status_code, _headers = datacenters_lans_patch_with_http_info(datacenter_id, lan_id, lan, opts)
|
|
@@ -602,7 +602,7 @@ module Ionoscloud
|
|
|
602
602
|
# @param [Hash] opts the optional parameters
|
|
603
603
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
604
604
|
# @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
|
|
605
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
605
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
606
606
|
# @return [Array<(Lan, Integer, Hash)>] Lan data, response status code and response headers
|
|
607
607
|
def datacenters_lans_patch_with_http_info(datacenter_id, lan_id, lan, opts = {})
|
|
608
608
|
if @api_client.config.debugging
|
|
@@ -680,7 +680,7 @@ module Ionoscloud
|
|
|
680
680
|
# @param [Hash] opts the optional parameters
|
|
681
681
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
682
682
|
# @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)
|
|
683
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
683
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
684
684
|
# @return [LanPost]
|
|
685
685
|
def datacenters_lans_post(datacenter_id, lan, opts = {})
|
|
686
686
|
data, _status_code, _headers = datacenters_lans_post_with_http_info(datacenter_id, lan, opts)
|
|
@@ -694,7 +694,7 @@ module Ionoscloud
|
|
|
694
694
|
# @param [Hash] opts the optional parameters
|
|
695
695
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
696
696
|
# @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
|
|
697
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
697
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
698
698
|
# @return [Array<(LanPost, Integer, Hash)>] LanPost data, response status code and response headers
|
|
699
699
|
def datacenters_lans_post_with_http_info(datacenter_id, lan, opts = {})
|
|
700
700
|
if @api_client.config.debugging
|
|
@@ -769,7 +769,7 @@ module Ionoscloud
|
|
|
769
769
|
# @param [Hash] opts the optional parameters
|
|
770
770
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
771
771
|
# @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)
|
|
772
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
772
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
773
773
|
# @return [Lan]
|
|
774
774
|
def datacenters_lans_put(datacenter_id, lan_id, lan, opts = {})
|
|
775
775
|
data, _status_code, _headers = datacenters_lans_put_with_http_info(datacenter_id, lan_id, lan, opts)
|
|
@@ -784,7 +784,7 @@ module Ionoscloud
|
|
|
784
784
|
# @param [Hash] opts the optional parameters
|
|
785
785
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
786
786
|
# @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
|
|
787
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
787
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
788
788
|
# @return [Array<(Lan, Integer, Hash)>] Lan data, response status code and response headers
|
|
789
789
|
def datacenters_lans_put_with_http_info(datacenter_id, lan_id, lan, opts = {})
|
|
790
790
|
if @api_client.config.debugging
|
|
@@ -27,7 +27,7 @@ module Ionoscloud
|
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
28
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
29
29
|
# @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)
|
|
30
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
30
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
31
31
|
# @return [nil]
|
|
32
32
|
def datacenters_loadbalancers_balancednics_delete(datacenter_id, loadbalancer_id, nic_id, opts = {})
|
|
33
33
|
datacenters_loadbalancers_balancednics_delete_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts)
|
|
@@ -42,7 +42,7 @@ module Ionoscloud
|
|
|
42
42
|
# @param [Hash] opts the optional parameters
|
|
43
43
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
44
44
|
# @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
|
|
45
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
45
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
46
46
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
47
47
|
def datacenters_loadbalancers_balancednics_delete_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts = {})
|
|
48
48
|
if @api_client.config.debugging
|
|
@@ -119,7 +119,7 @@ module Ionoscloud
|
|
|
119
119
|
# @param [Hash] opts the optional parameters
|
|
120
120
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
121
121
|
# @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)
|
|
122
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
122
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
123
123
|
# @return [Nic]
|
|
124
124
|
def datacenters_loadbalancers_balancednics_find_by_nic_id(datacenter_id, loadbalancer_id, nic_id, opts = {})
|
|
125
125
|
data, _status_code, _headers = datacenters_loadbalancers_balancednics_find_by_nic_id_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts)
|
|
@@ -134,7 +134,7 @@ module Ionoscloud
|
|
|
134
134
|
# @param [Hash] opts the optional parameters
|
|
135
135
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
136
136
|
# @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
|
|
137
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
137
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
138
138
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
139
139
|
def datacenters_loadbalancers_balancednics_find_by_nic_id_with_http_info(datacenter_id, loadbalancer_id, nic_id, opts = {})
|
|
140
140
|
if @api_client.config.debugging
|
|
@@ -210,7 +210,7 @@ module Ionoscloud
|
|
|
210
210
|
# @param [Hash] opts the optional parameters
|
|
211
211
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
212
212
|
# @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)
|
|
213
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
213
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
214
214
|
# @return [BalancedNics]
|
|
215
215
|
def datacenters_loadbalancers_balancednics_get(datacenter_id, loadbalancer_id, opts = {})
|
|
216
216
|
data, _status_code, _headers = datacenters_loadbalancers_balancednics_get_with_http_info(datacenter_id, loadbalancer_id, opts)
|
|
@@ -224,7 +224,7 @@ module Ionoscloud
|
|
|
224
224
|
# @param [Hash] opts the optional parameters
|
|
225
225
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
226
226
|
# @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
|
|
227
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
227
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
228
228
|
# @return [Array<(BalancedNics, Integer, Hash)>] BalancedNics data, response status code and response headers
|
|
229
229
|
def datacenters_loadbalancers_balancednics_get_with_http_info(datacenter_id, loadbalancer_id, opts = {})
|
|
230
230
|
if @api_client.config.debugging
|
|
@@ -297,7 +297,7 @@ module Ionoscloud
|
|
|
297
297
|
# @param [Hash] opts the optional parameters
|
|
298
298
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
299
299
|
# @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)
|
|
300
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
300
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
301
301
|
# @return [Nic]
|
|
302
302
|
def datacenters_loadbalancers_balancednics_post(datacenter_id, loadbalancer_id, nic, opts = {})
|
|
303
303
|
data, _status_code, _headers = datacenters_loadbalancers_balancednics_post_with_http_info(datacenter_id, loadbalancer_id, nic, opts)
|
|
@@ -312,7 +312,7 @@ module Ionoscloud
|
|
|
312
312
|
# @param [Hash] opts the optional parameters
|
|
313
313
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
314
314
|
# @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
|
|
315
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
315
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
316
316
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
317
317
|
def datacenters_loadbalancers_balancednics_post_with_http_info(datacenter_id, loadbalancer_id, nic, opts = {})
|
|
318
318
|
if @api_client.config.debugging
|
|
@@ -390,7 +390,7 @@ module Ionoscloud
|
|
|
390
390
|
# @param [Hash] opts the optional parameters
|
|
391
391
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
392
392
|
# @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)
|
|
393
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
393
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
394
394
|
# @return [nil]
|
|
395
395
|
def datacenters_loadbalancers_delete(datacenter_id, loadbalancer_id, opts = {})
|
|
396
396
|
datacenters_loadbalancers_delete_with_http_info(datacenter_id, loadbalancer_id, opts)
|
|
@@ -404,7 +404,7 @@ module Ionoscloud
|
|
|
404
404
|
# @param [Hash] opts the optional parameters
|
|
405
405
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
406
406
|
# @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
|
|
407
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
407
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
408
408
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
409
409
|
def datacenters_loadbalancers_delete_with_http_info(datacenter_id, loadbalancer_id, opts = {})
|
|
410
410
|
if @api_client.config.debugging
|
|
@@ -476,7 +476,7 @@ module Ionoscloud
|
|
|
476
476
|
# @param [Hash] opts the optional parameters
|
|
477
477
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
478
478
|
# @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)
|
|
479
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
479
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
480
480
|
# @return [Loadbalancer]
|
|
481
481
|
def datacenters_loadbalancers_find_by_id(datacenter_id, loadbalancer_id, opts = {})
|
|
482
482
|
data, _status_code, _headers = datacenters_loadbalancers_find_by_id_with_http_info(datacenter_id, loadbalancer_id, opts)
|
|
@@ -490,7 +490,7 @@ module Ionoscloud
|
|
|
490
490
|
# @param [Hash] opts the optional parameters
|
|
491
491
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
492
492
|
# @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
|
|
493
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
493
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
494
494
|
# @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
|
|
495
495
|
def datacenters_loadbalancers_find_by_id_with_http_info(datacenter_id, loadbalancer_id, opts = {})
|
|
496
496
|
if @api_client.config.debugging
|
|
@@ -561,8 +561,8 @@ module Ionoscloud
|
|
|
561
561
|
# @param [Hash] opts the optional parameters
|
|
562
562
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
563
563
|
# @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)
|
|
564
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
565
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
564
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
565
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). (default to 0)
|
|
566
566
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
567
567
|
# @return [Loadbalancers]
|
|
568
568
|
def datacenters_loadbalancers_get(datacenter_id, opts = {})
|
|
@@ -576,8 +576,8 @@ module Ionoscloud
|
|
|
576
576
|
# @param [Hash] opts the optional parameters
|
|
577
577
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
578
578
|
# @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
|
|
579
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
580
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
579
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
580
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
581
581
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
582
582
|
# @return [Array<(Loadbalancers, Integer, Hash)>] Loadbalancers data, response status code and response headers
|
|
583
583
|
def datacenters_loadbalancers_get_with_http_info(datacenter_id, opts = {})
|
|
@@ -661,7 +661,7 @@ module Ionoscloud
|
|
|
661
661
|
# @param [Hash] opts the optional parameters
|
|
662
662
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
663
663
|
# @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)
|
|
664
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
664
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
665
665
|
# @return [Loadbalancer]
|
|
666
666
|
def datacenters_loadbalancers_patch(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
|
|
667
667
|
data, _status_code, _headers = datacenters_loadbalancers_patch_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts)
|
|
@@ -676,7 +676,7 @@ module Ionoscloud
|
|
|
676
676
|
# @param [Hash] opts the optional parameters
|
|
677
677
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
678
678
|
# @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
|
|
679
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
679
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
680
680
|
# @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
|
|
681
681
|
def datacenters_loadbalancers_patch_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
|
|
682
682
|
if @api_client.config.debugging
|
|
@@ -754,7 +754,7 @@ module Ionoscloud
|
|
|
754
754
|
# @param [Hash] opts the optional parameters
|
|
755
755
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
756
756
|
# @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)
|
|
757
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
757
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
758
758
|
# @return [Loadbalancer]
|
|
759
759
|
def datacenters_loadbalancers_post(datacenter_id, loadbalancer, opts = {})
|
|
760
760
|
data, _status_code, _headers = datacenters_loadbalancers_post_with_http_info(datacenter_id, loadbalancer, opts)
|
|
@@ -768,7 +768,7 @@ module Ionoscloud
|
|
|
768
768
|
# @param [Hash] opts the optional parameters
|
|
769
769
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
770
770
|
# @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
|
|
771
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
771
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
772
772
|
# @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
|
|
773
773
|
def datacenters_loadbalancers_post_with_http_info(datacenter_id, loadbalancer, opts = {})
|
|
774
774
|
if @api_client.config.debugging
|
|
@@ -843,7 +843,7 @@ module Ionoscloud
|
|
|
843
843
|
# @param [Hash] opts the optional parameters
|
|
844
844
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
845
845
|
# @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)
|
|
846
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
846
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
847
847
|
# @return [Loadbalancer]
|
|
848
848
|
def datacenters_loadbalancers_put(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
|
|
849
849
|
data, _status_code, _headers = datacenters_loadbalancers_put_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts)
|
|
@@ -858,7 +858,7 @@ module Ionoscloud
|
|
|
858
858
|
# @param [Hash] opts the optional parameters
|
|
859
859
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
860
860
|
# @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
|
|
861
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
861
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
862
862
|
# @return [Array<(Loadbalancer, Integer, Hash)>] Loadbalancer data, response status code and response headers
|
|
863
863
|
def datacenters_loadbalancers_put_with_http_info(datacenter_id, loadbalancer_id, loadbalancer, opts = {})
|
|
864
864
|
if @api_client.config.debugging
|
|
@@ -25,7 +25,7 @@ module Ionoscloud
|
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
26
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
27
27
|
# @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)
|
|
28
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
28
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
29
29
|
# @return [Locations]
|
|
30
30
|
def locations_find_by_region_id(region_id, opts = {})
|
|
31
31
|
data, _status_code, _headers = locations_find_by_region_id_with_http_info(region_id, opts)
|
|
@@ -38,7 +38,7 @@ module Ionoscloud
|
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
40
40
|
# @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
|
|
41
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
41
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
42
42
|
# @return [Array<(Locations, Integer, Hash)>] Locations data, response status code and response headers
|
|
43
43
|
def locations_find_by_region_id_with_http_info(region_id, opts = {})
|
|
44
44
|
if @api_client.config.debugging
|
|
@@ -106,7 +106,7 @@ module Ionoscloud
|
|
|
106
106
|
# @param [Hash] opts the optional parameters
|
|
107
107
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
108
108
|
# @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)
|
|
109
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
109
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
110
110
|
# @return [Location]
|
|
111
111
|
def locations_find_by_region_id_and_id(region_id, location_id, opts = {})
|
|
112
112
|
data, _status_code, _headers = locations_find_by_region_id_and_id_with_http_info(region_id, location_id, opts)
|
|
@@ -120,7 +120,7 @@ module Ionoscloud
|
|
|
120
120
|
# @param [Hash] opts the optional parameters
|
|
121
121
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
122
122
|
# @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
|
|
123
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
123
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
124
124
|
# @return [Array<(Location, Integer, Hash)>] Location data, response status code and response headers
|
|
125
125
|
def locations_find_by_region_id_and_id_with_http_info(region_id, location_id, opts = {})
|
|
126
126
|
if @api_client.config.debugging
|
|
@@ -190,7 +190,7 @@ module Ionoscloud
|
|
|
190
190
|
# @param [Hash] opts the optional parameters
|
|
191
191
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
192
192
|
# @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)
|
|
193
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
193
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
194
194
|
# @return [Locations]
|
|
195
195
|
def locations_get(opts = {})
|
|
196
196
|
data, _status_code, _headers = locations_get_with_http_info(opts)
|
|
@@ -202,7 +202,7 @@ module Ionoscloud
|
|
|
202
202
|
# @param [Hash] opts the optional parameters
|
|
203
203
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
204
204
|
# @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
|
|
205
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
205
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
206
206
|
# @return [Array<(Locations, Integer, Hash)>] Locations data, response status code and response headers
|
|
207
207
|
def locations_get_with_http_info(opts = {})
|
|
208
208
|
if @api_client.config.debugging
|