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
|
@@ -20,12 +20,12 @@ module Ionoscloud
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# Delete data centers
|
|
23
|
-
# Delete the specified data center and all the elements it contains. This
|
|
23
|
+
# Delete the specified data center and all the elements it contains. This method is destructive and should be used carefully.
|
|
24
24
|
# @param datacenter_id [String] The unique ID of the data center.
|
|
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 datacenters_delete(datacenter_id, opts = {})
|
|
31
31
|
datacenters_delete_with_http_info(datacenter_id, opts)
|
|
@@ -33,12 +33,12 @@ module Ionoscloud
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# Delete data centers
|
|
36
|
-
# Delete the specified data center and all the elements it contains. This
|
|
36
|
+
# Delete the specified data center and all the elements it contains. This method is destructive and should be used carefully.
|
|
37
37
|
# @param datacenter_id [String] The unique ID of the data center.
|
|
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 datacenters_delete_with_http_info(datacenter_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 [Datacenter]
|
|
110
110
|
def datacenters_find_by_id(datacenter_id, opts = {})
|
|
111
111
|
data, _status_code, _headers = datacenters_find_by_id_with_http_info(datacenter_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<(Datacenter, Integer, Hash)>] Datacenter data, response status code and response headers
|
|
123
123
|
def datacenters_find_by_id_with_http_info(datacenter_id, opts = {})
|
|
124
124
|
if @api_client.config.debugging
|
|
@@ -184,8 +184,8 @@ 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,
|
|
188
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
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
|
+
# @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)
|
|
189
189
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
190
190
|
# @return [Datacenters]
|
|
191
191
|
def datacenters_get(opts = {})
|
|
@@ -198,8 +198,8 @@ module Ionoscloud
|
|
|
198
198
|
# @param [Hash] opts the optional parameters
|
|
199
199
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
200
200
|
# @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
|
|
201
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
202
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
201
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
202
|
+
# @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).
|
|
203
203
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
204
204
|
# @return [Array<(Datacenters, Integer, Hash)>] Datacenters data, response status code and response headers
|
|
205
205
|
def datacenters_get_with_http_info(opts = {})
|
|
@@ -278,7 +278,7 @@ module Ionoscloud
|
|
|
278
278
|
# @param [Hash] opts the optional parameters
|
|
279
279
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
280
280
|
# @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)
|
|
281
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
281
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
282
282
|
# @return [Datacenter]
|
|
283
283
|
def datacenters_patch(datacenter_id, datacenter, opts = {})
|
|
284
284
|
data, _status_code, _headers = datacenters_patch_with_http_info(datacenter_id, datacenter, opts)
|
|
@@ -292,7 +292,7 @@ module Ionoscloud
|
|
|
292
292
|
# @param [Hash] opts the optional parameters
|
|
293
293
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
294
294
|
# @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
|
|
295
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
295
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
296
296
|
# @return [Array<(Datacenter, Integer, Hash)>] Datacenter data, response status code and response headers
|
|
297
297
|
def datacenters_patch_with_http_info(datacenter_id, datacenter, opts = {})
|
|
298
298
|
if @api_client.config.debugging
|
|
@@ -365,7 +365,7 @@ module Ionoscloud
|
|
|
365
365
|
# @param [Hash] opts the optional parameters
|
|
366
366
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
367
367
|
# @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)
|
|
368
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
368
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
369
369
|
# @return [Datacenter]
|
|
370
370
|
def datacenters_post(datacenter, opts = {})
|
|
371
371
|
data, _status_code, _headers = datacenters_post_with_http_info(datacenter, opts)
|
|
@@ -378,7 +378,7 @@ module Ionoscloud
|
|
|
378
378
|
# @param [Hash] opts the optional parameters
|
|
379
379
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
380
380
|
# @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
|
|
381
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
381
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
382
382
|
# @return [Array<(Datacenter, Integer, Hash)>] Datacenter data, response status code and response headers
|
|
383
383
|
def datacenters_post_with_http_info(datacenter, opts = {})
|
|
384
384
|
if @api_client.config.debugging
|
|
@@ -448,7 +448,7 @@ module Ionoscloud
|
|
|
448
448
|
# @param [Hash] opts the optional parameters
|
|
449
449
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
450
450
|
# @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)
|
|
451
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
451
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
452
452
|
# @return [Datacenter]
|
|
453
453
|
def datacenters_put(datacenter_id, datacenter, opts = {})
|
|
454
454
|
data, _status_code, _headers = datacenters_put_with_http_info(datacenter_id, datacenter, opts)
|
|
@@ -462,7 +462,7 @@ module Ionoscloud
|
|
|
462
462
|
# @param [Hash] opts the optional parameters
|
|
463
463
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
464
464
|
# @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
|
|
465
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
465
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
466
466
|
# @return [Array<(Datacenter, Integer, Hash)>] Datacenter data, response status code and response headers
|
|
467
467
|
def datacenters_put_with_http_info(datacenter_id, datacenter, opts = {})
|
|
468
468
|
if @api_client.config.debugging
|
|
@@ -28,7 +28,7 @@ module Ionoscloud
|
|
|
28
28
|
# @param [Hash] opts the optional parameters
|
|
29
29
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
30
30
|
# @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)
|
|
31
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
31
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
32
32
|
# @return [nil]
|
|
33
33
|
def datacenters_servers_nics_firewallrules_delete(datacenter_id, server_id, nic_id, firewallrule_id, opts = {})
|
|
34
34
|
datacenters_servers_nics_firewallrules_delete_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts)
|
|
@@ -44,7 +44,7 @@ module Ionoscloud
|
|
|
44
44
|
# @param [Hash] opts the optional parameters
|
|
45
45
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
46
46
|
# @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
|
|
47
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
47
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
48
48
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
49
49
|
def datacenters_servers_nics_firewallrules_delete_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts = {})
|
|
50
50
|
if @api_client.config.debugging
|
|
@@ -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). (default to true)
|
|
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 (default to 0)
|
|
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 [FirewallRule]
|
|
131
131
|
def datacenters_servers_nics_firewallrules_find_by_id(datacenter_id, server_id, nic_id, firewallrule_id, opts = {})
|
|
132
132
|
data, _status_code, _headers = datacenters_servers_nics_firewallrules_find_by_id_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts)
|
|
@@ -142,7 +142,7 @@ module Ionoscloud
|
|
|
142
142
|
# @param [Hash] opts the optional parameters
|
|
143
143
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
144
144
|
# @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
|
|
145
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
145
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
146
146
|
# @return [Array<(FirewallRule, Integer, Hash)>] FirewallRule data, response status code and response headers
|
|
147
147
|
def datacenters_servers_nics_firewallrules_find_by_id_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, opts = {})
|
|
148
148
|
if @api_client.config.debugging
|
|
@@ -223,8 +223,8 @@ module Ionoscloud
|
|
|
223
223
|
# @param [Hash] opts the optional parameters
|
|
224
224
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
225
225
|
# @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)
|
|
226
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
227
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
226
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
227
|
+
# @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)
|
|
228
228
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
229
229
|
# @return [FirewallRules]
|
|
230
230
|
def datacenters_servers_nics_firewallrules_get(datacenter_id, server_id, nic_id, opts = {})
|
|
@@ -240,8 +240,8 @@ module Ionoscloud
|
|
|
240
240
|
# @param [Hash] opts the optional parameters
|
|
241
241
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
242
242
|
# @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
|
|
243
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
244
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
243
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
244
|
+
# @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).
|
|
245
245
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
246
246
|
# @return [Array<(FirewallRules, Integer, Hash)>] FirewallRules data, response status code and response headers
|
|
247
247
|
def datacenters_servers_nics_firewallrules_get_with_http_info(datacenter_id, server_id, nic_id, opts = {})
|
|
@@ -335,7 +335,7 @@ module Ionoscloud
|
|
|
335
335
|
# @param [Hash] opts the optional parameters
|
|
336
336
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
337
337
|
# @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)
|
|
338
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
338
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
339
339
|
# @return [FirewallRule]
|
|
340
340
|
def datacenters_servers_nics_firewallrules_patch(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts = {})
|
|
341
341
|
data, _status_code, _headers = datacenters_servers_nics_firewallrules_patch_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
|
|
@@ -352,7 +352,7 @@ module Ionoscloud
|
|
|
352
352
|
# @param [Hash] opts the optional parameters
|
|
353
353
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
354
354
|
# @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
|
|
355
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
355
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
356
356
|
# @return [Array<(FirewallRule, Integer, Hash)>] FirewallRule data, response status code and response headers
|
|
357
357
|
def datacenters_servers_nics_firewallrules_patch_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts = {})
|
|
358
358
|
if @api_client.config.debugging
|
|
@@ -440,7 +440,7 @@ module Ionoscloud
|
|
|
440
440
|
# @param [Hash] opts the optional parameters
|
|
441
441
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
442
442
|
# @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)
|
|
443
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
443
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
444
444
|
# @return [FirewallRule]
|
|
445
445
|
def datacenters_servers_nics_firewallrules_post(datacenter_id, server_id, nic_id, firewallrule, opts = {})
|
|
446
446
|
data, _status_code, _headers = datacenters_servers_nics_firewallrules_post_with_http_info(datacenter_id, server_id, nic_id, firewallrule, opts)
|
|
@@ -456,7 +456,7 @@ module Ionoscloud
|
|
|
456
456
|
# @param [Hash] opts the optional parameters
|
|
457
457
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
458
458
|
# @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
|
|
459
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
459
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
460
460
|
# @return [Array<(FirewallRule, Integer, Hash)>] FirewallRule data, response status code and response headers
|
|
461
461
|
def datacenters_servers_nics_firewallrules_post_with_http_info(datacenter_id, server_id, nic_id, firewallrule, opts = {})
|
|
462
462
|
if @api_client.config.debugging
|
|
@@ -541,7 +541,7 @@ module Ionoscloud
|
|
|
541
541
|
# @param [Hash] opts the optional parameters
|
|
542
542
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
543
543
|
# @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)
|
|
544
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
544
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
545
545
|
# @return [FirewallRule]
|
|
546
546
|
def datacenters_servers_nics_firewallrules_put(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts = {})
|
|
547
547
|
data, _status_code, _headers = datacenters_servers_nics_firewallrules_put_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts)
|
|
@@ -558,7 +558,7 @@ module Ionoscloud
|
|
|
558
558
|
# @param [Hash] opts the optional parameters
|
|
559
559
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
560
560
|
# @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
|
|
561
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
561
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
562
562
|
# @return [Array<(FirewallRule, Integer, Hash)>] FirewallRule data, response status code and response headers
|
|
563
563
|
def datacenters_servers_nics_firewallrules_put_with_http_info(datacenter_id, server_id, nic_id, firewallrule_id, firewallrule, opts = {})
|
|
564
564
|
if @api_client.config.debugging
|
|
@@ -217,7 +217,7 @@ module Ionoscloud
|
|
|
217
217
|
# @param [Hash] opts the optional parameters
|
|
218
218
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
219
219
|
# @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)
|
|
220
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
220
|
+
# @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)
|
|
221
221
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
222
222
|
# @return [FlowLogs]
|
|
223
223
|
def datacenters_servers_nics_flowlogs_get(datacenter_id, server_id, nic_id, opts = {})
|
|
@@ -233,7 +233,7 @@ module Ionoscloud
|
|
|
233
233
|
# @param [Hash] opts the optional parameters
|
|
234
234
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
235
235
|
# @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
|
|
236
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
236
|
+
# @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).
|
|
237
237
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
238
238
|
# @return [Array<(FlowLogs, Integer, Hash)>] FlowLogs data, response status code and response headers
|
|
239
239
|
def datacenters_servers_nics_flowlogs_get_with_http_info(datacenter_id, server_id, nic_id, opts = {})
|
|
@@ -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 images_delete(image_id, opts = {})
|
|
31
31
|
images_delete_with_http_info(image_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 images_delete_with_http_info(image_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 [Image]
|
|
110
110
|
def images_find_by_id(image_id, opts = {})
|
|
111
111
|
data, _status_code, _headers = images_find_by_id_with_http_info(image_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<(Image, Integer, Hash)>] Image data, response status code and response headers
|
|
123
123
|
def images_find_by_id_with_http_info(image_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 [Images]
|
|
189
189
|
def images_get(opts = {})
|
|
190
190
|
data, _status_code, _headers = images_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<(Images, Integer, Hash)>] Images data, response status code and response headers
|
|
201
201
|
def images_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 [Image]
|
|
265
265
|
def images_patch(image_id, image, opts = {})
|
|
266
266
|
data, _status_code, _headers = images_patch_with_http_info(image_id, image, 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<(Image, Integer, Hash)>] Image data, response status code and response headers
|
|
279
279
|
def images_patch_with_http_info(image_id, image, 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 [Image]
|
|
353
353
|
def images_put(image_id, image, opts = {})
|
|
354
354
|
data, _status_code, _headers = images_put_with_http_info(image_id, image, 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<(Image, Integer, Hash)>] Image data, response status code and response headers
|
|
367
367
|
def images_put_with_http_info(image_id, image, opts = {})
|
|
368
368
|
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 [nil]
|
|
30
30
|
def ipblocks_delete(ipblock_id, opts = {})
|
|
31
31
|
ipblocks_delete_with_http_info(ipblock_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 ipblocks_delete_with_http_info(ipblock_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 [IpBlock]
|
|
110
110
|
def ipblocks_find_by_id(ipblock_id, opts = {})
|
|
111
111
|
data, _status_code, _headers = ipblocks_find_by_id_with_http_info(ipblock_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<(IpBlock, Integer, Hash)>] IpBlock data, response status code and response headers
|
|
123
123
|
def ipblocks_find_by_id_with_http_info(ipblock_id, opts = {})
|
|
124
124
|
if @api_client.config.debugging
|
|
@@ -184,8 +184,8 @@ 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,
|
|
188
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
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
|
+
# @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)
|
|
189
189
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 100)
|
|
190
190
|
# @return [IpBlocks]
|
|
191
191
|
def ipblocks_get(opts = {})
|
|
@@ -198,8 +198,8 @@ module Ionoscloud
|
|
|
198
198
|
# @param [Hash] opts the optional parameters
|
|
199
199
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
200
200
|
# @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
|
|
201
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
202
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
201
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
202
|
+
# @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).
|
|
203
203
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
204
204
|
# @return [Array<(IpBlocks, Integer, Hash)>] IpBlocks data, response status code and response headers
|
|
205
205
|
def ipblocks_get_with_http_info(opts = {})
|
|
@@ -278,7 +278,7 @@ module Ionoscloud
|
|
|
278
278
|
# @param [Hash] opts the optional parameters
|
|
279
279
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
280
280
|
# @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)
|
|
281
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
281
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
282
282
|
# @return [IpBlock]
|
|
283
283
|
def ipblocks_patch(ipblock_id, ipblock, opts = {})
|
|
284
284
|
data, _status_code, _headers = ipblocks_patch_with_http_info(ipblock_id, ipblock, opts)
|
|
@@ -292,7 +292,7 @@ module Ionoscloud
|
|
|
292
292
|
# @param [Hash] opts the optional parameters
|
|
293
293
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
294
294
|
# @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
|
|
295
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
295
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
296
296
|
# @return [Array<(IpBlock, Integer, Hash)>] IpBlock data, response status code and response headers
|
|
297
297
|
def ipblocks_patch_with_http_info(ipblock_id, ipblock, opts = {})
|
|
298
298
|
if @api_client.config.debugging
|
|
@@ -365,7 +365,7 @@ module Ionoscloud
|
|
|
365
365
|
# @param [Hash] opts the optional parameters
|
|
366
366
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
367
367
|
# @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)
|
|
368
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
368
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
369
369
|
# @return [IpBlock]
|
|
370
370
|
def ipblocks_post(ipblock, opts = {})
|
|
371
371
|
data, _status_code, _headers = ipblocks_post_with_http_info(ipblock, opts)
|
|
@@ -378,7 +378,7 @@ module Ionoscloud
|
|
|
378
378
|
# @param [Hash] opts the optional parameters
|
|
379
379
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
380
380
|
# @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
|
|
381
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
381
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
382
382
|
# @return [Array<(IpBlock, Integer, Hash)>] IpBlock data, response status code and response headers
|
|
383
383
|
def ipblocks_post_with_http_info(ipblock, opts = {})
|
|
384
384
|
if @api_client.config.debugging
|
|
@@ -448,7 +448,7 @@ module Ionoscloud
|
|
|
448
448
|
# @param [Hash] opts the optional parameters
|
|
449
449
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
450
450
|
# @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)
|
|
451
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
451
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
452
452
|
# @return [IpBlock]
|
|
453
453
|
def ipblocks_put(ipblock_id, ipblock, opts = {})
|
|
454
454
|
data, _status_code, _headers = ipblocks_put_with_http_info(ipblock_id, ipblock, opts)
|
|
@@ -462,7 +462,7 @@ module Ionoscloud
|
|
|
462
462
|
# @param [Hash] opts the optional parameters
|
|
463
463
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
464
464
|
# @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
|
|
465
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
465
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
466
466
|
# @return [Array<(IpBlock, Integer, Hash)>] IpBlock data, response status code and response headers
|
|
467
467
|
def ipblocks_put_with_http_info(ipblock_id, ipblock, opts = {})
|
|
468
468
|
if @api_client.config.debugging
|