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
|
@@ -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_servers_cdroms_delete(datacenter_id, server_id, cdrom_id, opts = {})
|
|
33
33
|
datacenters_servers_cdroms_delete_with_http_info(datacenter_id, server_id, cdrom_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_servers_cdroms_delete_with_http_info(datacenter_id, server_id, cdrom_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 [Image]
|
|
124
124
|
def datacenters_servers_cdroms_find_by_id(datacenter_id, server_id, cdrom_id, opts = {})
|
|
125
125
|
data, _status_code, _headers = datacenters_servers_cdroms_find_by_id_with_http_info(datacenter_id, server_id, cdrom_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<(Image, Integer, Hash)>] Image data, response status code and response headers
|
|
139
139
|
def datacenters_servers_cdroms_find_by_id_with_http_info(datacenter_id, server_id, cdrom_id, opts = {})
|
|
140
140
|
if @api_client.config.debugging
|
|
@@ -210,8 +210,8 @@ 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,
|
|
214
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
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
|
+
# @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)
|
|
215
215
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
216
216
|
# @return [Cdroms]
|
|
217
217
|
def datacenters_servers_cdroms_get(datacenter_id, server_id, opts = {})
|
|
@@ -226,8 +226,8 @@ module Ionoscloud
|
|
|
226
226
|
# @param [Hash] opts the optional parameters
|
|
227
227
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
228
228
|
# @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
|
|
229
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
230
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
229
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
230
|
+
# @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).
|
|
231
231
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
232
232
|
# @return [Array<(Cdroms, Integer, Hash)>] Cdroms data, response status code and response headers
|
|
233
233
|
def datacenters_servers_cdroms_get_with_http_info(datacenter_id, server_id, opts = {})
|
|
@@ -315,7 +315,7 @@ module Ionoscloud
|
|
|
315
315
|
# @param [Hash] opts the optional parameters
|
|
316
316
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
317
317
|
# @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)
|
|
318
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
318
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
319
319
|
# @return [Image]
|
|
320
320
|
def datacenters_servers_cdroms_post(datacenter_id, server_id, cdrom, opts = {})
|
|
321
321
|
data, _status_code, _headers = datacenters_servers_cdroms_post_with_http_info(datacenter_id, server_id, cdrom, opts)
|
|
@@ -330,7 +330,7 @@ module Ionoscloud
|
|
|
330
330
|
# @param [Hash] opts the optional parameters
|
|
331
331
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
332
332
|
# @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
|
|
333
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
333
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
334
334
|
# @return [Array<(Image, Integer, Hash)>] Image data, response status code and response headers
|
|
335
335
|
def datacenters_servers_cdroms_post_with_http_info(datacenter_id, server_id, cdrom, opts = {})
|
|
336
336
|
if @api_client.config.debugging
|
|
@@ -408,7 +408,7 @@ module Ionoscloud
|
|
|
408
408
|
# @param [Hash] opts the optional parameters
|
|
409
409
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
410
410
|
# @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)
|
|
411
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
411
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
412
412
|
# @return [nil]
|
|
413
413
|
def datacenters_servers_delete(datacenter_id, server_id, opts = {})
|
|
414
414
|
datacenters_servers_delete_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -422,7 +422,7 @@ module Ionoscloud
|
|
|
422
422
|
# @param [Hash] opts the optional parameters
|
|
423
423
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
424
424
|
# @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
|
|
425
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
425
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
426
426
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
427
427
|
def datacenters_servers_delete_with_http_info(datacenter_id, server_id, opts = {})
|
|
428
428
|
if @api_client.config.debugging
|
|
@@ -494,7 +494,7 @@ module Ionoscloud
|
|
|
494
494
|
# @param [Hash] opts the optional parameters
|
|
495
495
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
496
496
|
# @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)
|
|
497
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
497
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
498
498
|
# @return [Server]
|
|
499
499
|
def datacenters_servers_find_by_id(datacenter_id, server_id, opts = {})
|
|
500
500
|
data, _status_code, _headers = datacenters_servers_find_by_id_with_http_info(datacenter_id, server_id, 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<(Server, Integer, Hash)>] Server data, response status code and response headers
|
|
513
513
|
def datacenters_servers_find_by_id_with_http_info(datacenter_id, server_id, opts = {})
|
|
514
514
|
if @api_client.config.debugging
|
|
@@ -580,8 +580,8 @@ module Ionoscloud
|
|
|
580
580
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
581
581
|
# @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)
|
|
582
582
|
# @option opts [Boolean] :upgrade_needed Filter servers that can or that cannot be upgraded.
|
|
583
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
584
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
583
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
584
|
+
# @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)
|
|
585
585
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
586
586
|
# @return [Servers]
|
|
587
587
|
def datacenters_servers_get(datacenter_id, opts = {})
|
|
@@ -596,8 +596,8 @@ module Ionoscloud
|
|
|
596
596
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
597
597
|
# @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
|
|
598
598
|
# @option opts [Boolean] :upgrade_needed Filter servers that can or that cannot be upgraded.
|
|
599
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
600
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
599
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
600
|
+
# @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).
|
|
601
601
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
602
602
|
# @return [Array<(Servers, Integer, Hash)>] Servers data, response status code and response headers
|
|
603
603
|
def datacenters_servers_get_with_http_info(datacenter_id, opts = {})
|
|
@@ -682,7 +682,7 @@ module Ionoscloud
|
|
|
682
682
|
# @param [Hash] opts the optional parameters
|
|
683
683
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
684
684
|
# @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)
|
|
685
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
685
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
686
686
|
# @return [Server]
|
|
687
687
|
def datacenters_servers_patch(datacenter_id, server_id, server, opts = {})
|
|
688
688
|
data, _status_code, _headers = datacenters_servers_patch_with_http_info(datacenter_id, server_id, server, opts)
|
|
@@ -697,7 +697,7 @@ module Ionoscloud
|
|
|
697
697
|
# @param [Hash] opts the optional parameters
|
|
698
698
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
699
699
|
# @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
|
|
700
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
700
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
701
701
|
# @return [Array<(Server, Integer, Hash)>] Server data, response status code and response headers
|
|
702
702
|
def datacenters_servers_patch_with_http_info(datacenter_id, server_id, server, opts = {})
|
|
703
703
|
if @api_client.config.debugging
|
|
@@ -775,7 +775,7 @@ module Ionoscloud
|
|
|
775
775
|
# @param [Hash] opts the optional parameters
|
|
776
776
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
777
777
|
# @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)
|
|
778
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
778
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
779
779
|
# @return [Server]
|
|
780
780
|
def datacenters_servers_post(datacenter_id, server, opts = {})
|
|
781
781
|
data, _status_code, _headers = datacenters_servers_post_with_http_info(datacenter_id, server, opts)
|
|
@@ -789,7 +789,7 @@ module Ionoscloud
|
|
|
789
789
|
# @param [Hash] opts the optional parameters
|
|
790
790
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
791
791
|
# @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
|
|
792
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
792
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
793
793
|
# @return [Array<(Server, Integer, Hash)>] Server data, response status code and response headers
|
|
794
794
|
def datacenters_servers_post_with_http_info(datacenter_id, server, opts = {})
|
|
795
795
|
if @api_client.config.debugging
|
|
@@ -864,7 +864,7 @@ module Ionoscloud
|
|
|
864
864
|
# @param [Hash] opts the optional parameters
|
|
865
865
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
866
866
|
# @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)
|
|
867
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
867
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
868
868
|
# @return [Server]
|
|
869
869
|
def datacenters_servers_put(datacenter_id, server_id, server, opts = {})
|
|
870
870
|
data, _status_code, _headers = datacenters_servers_put_with_http_info(datacenter_id, server_id, server, opts)
|
|
@@ -879,7 +879,7 @@ module Ionoscloud
|
|
|
879
879
|
# @param [Hash] opts the optional parameters
|
|
880
880
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
881
881
|
# @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
|
|
882
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
882
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
883
883
|
# @return [Array<(Server, Integer, Hash)>] Server data, response status code and response headers
|
|
884
884
|
def datacenters_servers_put_with_http_info(datacenter_id, server_id, server, opts = {})
|
|
885
885
|
if @api_client.config.debugging
|
|
@@ -957,7 +957,7 @@ module Ionoscloud
|
|
|
957
957
|
# @param [Hash] opts the optional parameters
|
|
958
958
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
959
959
|
# @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)
|
|
960
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
960
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
961
961
|
# @return [nil]
|
|
962
962
|
def datacenters_servers_reboot_post(datacenter_id, server_id, opts = {})
|
|
963
963
|
datacenters_servers_reboot_post_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -971,7 +971,7 @@ module Ionoscloud
|
|
|
971
971
|
# @param [Hash] opts the optional parameters
|
|
972
972
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
973
973
|
# @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
|
|
974
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
974
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
975
975
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
976
976
|
def datacenters_servers_reboot_post_with_http_info(datacenter_id, server_id, opts = {})
|
|
977
977
|
if @api_client.config.debugging
|
|
@@ -1043,7 +1043,7 @@ module Ionoscloud
|
|
|
1043
1043
|
# @param [Hash] opts the optional parameters
|
|
1044
1044
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1045
1045
|
# @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)
|
|
1046
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1046
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1047
1047
|
# @return [RemoteConsoleUrl]
|
|
1048
1048
|
def datacenters_servers_remote_console_get(datacenter_id, server_id, opts = {})
|
|
1049
1049
|
data, _status_code, _headers = datacenters_servers_remote_console_get_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1057,7 +1057,7 @@ module Ionoscloud
|
|
|
1057
1057
|
# @param [Hash] opts the optional parameters
|
|
1058
1058
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1059
1059
|
# @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
|
|
1060
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1060
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1061
1061
|
# @return [Array<(RemoteConsoleUrl, Integer, Hash)>] RemoteConsoleUrl data, response status code and response headers
|
|
1062
1062
|
def datacenters_servers_remote_console_get_with_http_info(datacenter_id, server_id, opts = {})
|
|
1063
1063
|
if @api_client.config.debugging
|
|
@@ -1129,7 +1129,7 @@ module Ionoscloud
|
|
|
1129
1129
|
# @param [Hash] opts the optional parameters
|
|
1130
1130
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1131
1131
|
# @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)
|
|
1132
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1132
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1133
1133
|
# @return [nil]
|
|
1134
1134
|
def datacenters_servers_resume_post(datacenter_id, server_id, opts = {})
|
|
1135
1135
|
datacenters_servers_resume_post_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1143,7 +1143,7 @@ module Ionoscloud
|
|
|
1143
1143
|
# @param [Hash] opts the optional parameters
|
|
1144
1144
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1145
1145
|
# @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
|
|
1146
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1146
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1147
1147
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1148
1148
|
def datacenters_servers_resume_post_with_http_info(datacenter_id, server_id, opts = {})
|
|
1149
1149
|
if @api_client.config.debugging
|
|
@@ -1215,7 +1215,7 @@ module Ionoscloud
|
|
|
1215
1215
|
# @param [Hash] opts the optional parameters
|
|
1216
1216
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1217
1217
|
# @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)
|
|
1218
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1218
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1219
1219
|
# @return [nil]
|
|
1220
1220
|
def datacenters_servers_start_post(datacenter_id, server_id, opts = {})
|
|
1221
1221
|
datacenters_servers_start_post_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1229,7 +1229,7 @@ module Ionoscloud
|
|
|
1229
1229
|
# @param [Hash] opts the optional parameters
|
|
1230
1230
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1231
1231
|
# @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
|
|
1232
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1232
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1233
1233
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1234
1234
|
def datacenters_servers_start_post_with_http_info(datacenter_id, server_id, opts = {})
|
|
1235
1235
|
if @api_client.config.debugging
|
|
@@ -1301,7 +1301,7 @@ module Ionoscloud
|
|
|
1301
1301
|
# @param [Hash] opts the optional parameters
|
|
1302
1302
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1303
1303
|
# @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)
|
|
1304
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1304
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1305
1305
|
# @return [nil]
|
|
1306
1306
|
def datacenters_servers_stop_post(datacenter_id, server_id, opts = {})
|
|
1307
1307
|
datacenters_servers_stop_post_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1315,7 +1315,7 @@ module Ionoscloud
|
|
|
1315
1315
|
# @param [Hash] opts the optional parameters
|
|
1316
1316
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1317
1317
|
# @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
|
|
1318
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1318
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1319
1319
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1320
1320
|
def datacenters_servers_stop_post_with_http_info(datacenter_id, server_id, opts = {})
|
|
1321
1321
|
if @api_client.config.debugging
|
|
@@ -1387,7 +1387,7 @@ module Ionoscloud
|
|
|
1387
1387
|
# @param [Hash] opts the optional parameters
|
|
1388
1388
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1389
1389
|
# @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)
|
|
1390
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1390
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1391
1391
|
# @return [nil]
|
|
1392
1392
|
def datacenters_servers_suspend_post(datacenter_id, server_id, opts = {})
|
|
1393
1393
|
datacenters_servers_suspend_post_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1401,7 +1401,7 @@ module Ionoscloud
|
|
|
1401
1401
|
# @param [Hash] opts the optional parameters
|
|
1402
1402
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1403
1403
|
# @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
|
|
1404
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1404
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1405
1405
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1406
1406
|
def datacenters_servers_suspend_post_with_http_info(datacenter_id, server_id, opts = {})
|
|
1407
1407
|
if @api_client.config.debugging
|
|
@@ -1473,7 +1473,7 @@ module Ionoscloud
|
|
|
1473
1473
|
# @param [Hash] opts the optional parameters
|
|
1474
1474
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1475
1475
|
# @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)
|
|
1476
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1476
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1477
1477
|
# @return [Token]
|
|
1478
1478
|
def datacenters_servers_token_get(datacenter_id, server_id, opts = {})
|
|
1479
1479
|
data, _status_code, _headers = datacenters_servers_token_get_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1487,7 +1487,7 @@ module Ionoscloud
|
|
|
1487
1487
|
# @param [Hash] opts the optional parameters
|
|
1488
1488
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1489
1489
|
# @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
|
|
1490
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1490
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1491
1491
|
# @return [Array<(Token, Integer, Hash)>] Token data, response status code and response headers
|
|
1492
1492
|
def datacenters_servers_token_get_with_http_info(datacenter_id, server_id, opts = {})
|
|
1493
1493
|
if @api_client.config.debugging
|
|
@@ -1559,7 +1559,7 @@ module Ionoscloud
|
|
|
1559
1559
|
# @param [Hash] opts the optional parameters
|
|
1560
1560
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1561
1561
|
# @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)
|
|
1562
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1562
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1563
1563
|
# @return [nil]
|
|
1564
1564
|
def datacenters_servers_upgrade_post(datacenter_id, server_id, opts = {})
|
|
1565
1565
|
datacenters_servers_upgrade_post_with_http_info(datacenter_id, server_id, opts)
|
|
@@ -1573,7 +1573,7 @@ module Ionoscloud
|
|
|
1573
1573
|
# @param [Hash] opts the optional parameters
|
|
1574
1574
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1575
1575
|
# @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
|
|
1576
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1576
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1577
1577
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1578
1578
|
def datacenters_servers_upgrade_post_with_http_info(datacenter_id, server_id, opts = {})
|
|
1579
1579
|
if @api_client.config.debugging
|
|
@@ -1646,7 +1646,7 @@ module Ionoscloud
|
|
|
1646
1646
|
# @param [Hash] opts the optional parameters
|
|
1647
1647
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1648
1648
|
# @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)
|
|
1649
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1649
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1650
1650
|
# @return [nil]
|
|
1651
1651
|
def datacenters_servers_volumes_delete(datacenter_id, server_id, volume_id, opts = {})
|
|
1652
1652
|
datacenters_servers_volumes_delete_with_http_info(datacenter_id, server_id, volume_id, opts)
|
|
@@ -1661,7 +1661,7 @@ module Ionoscloud
|
|
|
1661
1661
|
# @param [Hash] opts the optional parameters
|
|
1662
1662
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1663
1663
|
# @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
|
|
1664
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1664
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1665
1665
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1666
1666
|
def datacenters_servers_volumes_delete_with_http_info(datacenter_id, server_id, volume_id, opts = {})
|
|
1667
1667
|
if @api_client.config.debugging
|
|
@@ -1738,7 +1738,7 @@ module Ionoscloud
|
|
|
1738
1738
|
# @param [Hash] opts the optional parameters
|
|
1739
1739
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1740
1740
|
# @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)
|
|
1741
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1741
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1742
1742
|
# @return [Volume]
|
|
1743
1743
|
def datacenters_servers_volumes_find_by_id(datacenter_id, server_id, volume_id, opts = {})
|
|
1744
1744
|
data, _status_code, _headers = datacenters_servers_volumes_find_by_id_with_http_info(datacenter_id, server_id, volume_id, opts)
|
|
@@ -1753,7 +1753,7 @@ module Ionoscloud
|
|
|
1753
1753
|
# @param [Hash] opts the optional parameters
|
|
1754
1754
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1755
1755
|
# @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
|
|
1756
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1756
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1757
1757
|
# @return [Array<(Volume, Integer, Hash)>] Volume data, response status code and response headers
|
|
1758
1758
|
def datacenters_servers_volumes_find_by_id_with_http_info(datacenter_id, server_id, volume_id, opts = {})
|
|
1759
1759
|
if @api_client.config.debugging
|
|
@@ -1829,8 +1829,8 @@ module Ionoscloud
|
|
|
1829
1829
|
# @param [Hash] opts the optional parameters
|
|
1830
1830
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1831
1831
|
# @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)
|
|
1832
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1833
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
1832
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1833
|
+
# @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)
|
|
1834
1834
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
1835
1835
|
# @return [AttachedVolumes]
|
|
1836
1836
|
def datacenters_servers_volumes_get(datacenter_id, server_id, opts = {})
|
|
@@ -1845,8 +1845,8 @@ module Ionoscloud
|
|
|
1845
1845
|
# @param [Hash] opts the optional parameters
|
|
1846
1846
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1847
1847
|
# @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
|
|
1848
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1849
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
1848
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1849
|
+
# @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).
|
|
1850
1850
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
1851
1851
|
# @return [Array<(AttachedVolumes, Integer, Hash)>] AttachedVolumes data, response status code and response headers
|
|
1852
1852
|
def datacenters_servers_volumes_get_with_http_info(datacenter_id, server_id, opts = {})
|
|
@@ -1907,7 +1907,7 @@ module Ionoscloud
|
|
|
1907
1907
|
return_type = opts[:debug_return_type] || 'AttachedVolumes'
|
|
1908
1908
|
|
|
1909
1909
|
# auth_names
|
|
1910
|
-
auth_names = opts[:debug_auth_names] || ['Basic Authentication']
|
|
1910
|
+
auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
|
|
1911
1911
|
|
|
1912
1912
|
new_options = opts.merge(
|
|
1913
1913
|
:operation => :"ServersApi.datacenters_servers_volumes_get",
|
|
@@ -1934,7 +1934,7 @@ module Ionoscloud
|
|
|
1934
1934
|
# @param [Hash] opts the optional parameters
|
|
1935
1935
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1936
1936
|
# @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)
|
|
1937
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1937
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1938
1938
|
# @return [Volume]
|
|
1939
1939
|
def datacenters_servers_volumes_post(datacenter_id, server_id, volume, opts = {})
|
|
1940
1940
|
data, _status_code, _headers = datacenters_servers_volumes_post_with_http_info(datacenter_id, server_id, volume, opts)
|
|
@@ -1949,7 +1949,7 @@ module Ionoscloud
|
|
|
1949
1949
|
# @param [Hash] opts the optional parameters
|
|
1950
1950
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1951
1951
|
# @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
|
|
1952
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1952
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1953
1953
|
# @return [Array<(Volume, Integer, Hash)>] Volume data, response status code and response headers
|
|
1954
1954
|
def datacenters_servers_volumes_post_with_http_info(datacenter_id, server_id, volume, opts = {})
|
|
1955
1955
|
if @api_client.config.debugging
|
|
@@ -2001,7 +2001,7 @@ module Ionoscloud
|
|
|
2001
2001
|
return_type = opts[:debug_return_type] || 'Volume'
|
|
2002
2002
|
|
|
2003
2003
|
# auth_names
|
|
2004
|
-
auth_names = opts[:debug_auth_names] || ['Basic Authentication']
|
|
2004
|
+
auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
|
|
2005
2005
|
|
|
2006
2006
|
new_options = opts.merge(
|
|
2007
2007
|
:operation => :"ServersApi.datacenters_servers_volumes_post",
|
|
@@ -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 [nil]
|
|
30
30
|
def snapshots_delete(snapshot_id, opts = {})
|
|
31
31
|
snapshots_delete_with_http_info(snapshot_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<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
43
43
|
def snapshots_delete_with_http_info(snapshot_id, opts = {})
|
|
44
44
|
if @api_client.config.debugging
|
|
@@ -105,7 +105,7 @@ module Ionoscloud
|
|
|
105
105
|
# @param [Hash] opts the optional parameters
|
|
106
106
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
107
107
|
# @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)
|
|
108
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
108
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
109
109
|
# @return [Snapshot]
|
|
110
110
|
def snapshots_find_by_id(snapshot_id, opts = {})
|
|
111
111
|
data, _status_code, _headers = snapshots_find_by_id_with_http_info(snapshot_id, opts)
|
|
@@ -118,7 +118,7 @@ module Ionoscloud
|
|
|
118
118
|
# @param [Hash] opts the optional parameters
|
|
119
119
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
120
120
|
# @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
|
|
121
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
121
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
122
122
|
# @return [Array<(Snapshot, Integer, Hash)>] Snapshot data, response status code and response headers
|
|
123
123
|
def snapshots_find_by_id_with_http_info(snapshot_id, opts = {})
|
|
124
124
|
if @api_client.config.debugging
|
|
@@ -184,7 +184,7 @@ module Ionoscloud
|
|
|
184
184
|
# @param [Hash] opts the optional parameters
|
|
185
185
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
186
186
|
# @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)
|
|
187
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
187
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
188
188
|
# @return [Snapshots]
|
|
189
189
|
def snapshots_get(opts = {})
|
|
190
190
|
data, _status_code, _headers = snapshots_get_with_http_info(opts)
|
|
@@ -196,7 +196,7 @@ module Ionoscloud
|
|
|
196
196
|
# @param [Hash] opts the optional parameters
|
|
197
197
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
198
198
|
# @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
|
|
199
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
199
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
200
200
|
# @return [Array<(Snapshots, Integer, Hash)>] Snapshots data, response status code and response headers
|
|
201
201
|
def snapshots_get_with_http_info(opts = {})
|
|
202
202
|
if @api_client.config.debugging
|
|
@@ -260,7 +260,7 @@ module Ionoscloud
|
|
|
260
260
|
# @param [Hash] opts the optional parameters
|
|
261
261
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
262
262
|
# @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)
|
|
263
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
263
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
264
264
|
# @return [Snapshot]
|
|
265
265
|
def snapshots_patch(snapshot_id, snapshot, opts = {})
|
|
266
266
|
data, _status_code, _headers = snapshots_patch_with_http_info(snapshot_id, snapshot, opts)
|
|
@@ -274,7 +274,7 @@ module Ionoscloud
|
|
|
274
274
|
# @param [Hash] opts the optional parameters
|
|
275
275
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
276
276
|
# @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
|
|
277
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
277
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
278
278
|
# @return [Array<(Snapshot, Integer, Hash)>] Snapshot data, response status code and response headers
|
|
279
279
|
def snapshots_patch_with_http_info(snapshot_id, snapshot, opts = {})
|
|
280
280
|
if @api_client.config.debugging
|
|
@@ -348,7 +348,7 @@ module Ionoscloud
|
|
|
348
348
|
# @param [Hash] opts the optional parameters
|
|
349
349
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
350
350
|
# @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)
|
|
351
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
351
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
352
352
|
# @return [Snapshot]
|
|
353
353
|
def snapshots_put(snapshot_id, snapshot, opts = {})
|
|
354
354
|
data, _status_code, _headers = snapshots_put_with_http_info(snapshot_id, snapshot, opts)
|
|
@@ -362,7 +362,7 @@ module Ionoscloud
|
|
|
362
362
|
# @param [Hash] opts the optional parameters
|
|
363
363
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
364
364
|
# @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
|
|
365
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
365
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
366
366
|
# @return [Array<(Snapshot, Integer, Hash)>] Snapshot data, response status code and response headers
|
|
367
367
|
def snapshots_put_with_http_info(snapshot_id, snapshot, opts = {})
|
|
368
368
|
if @api_client.config.debugging
|