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
data/docs/api/LabelsApi.md
CHANGED
|
@@ -64,7 +64,7 @@ key = 'key_example' # String | The label key
|
|
|
64
64
|
opts = {
|
|
65
65
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
66
66
|
depth: 56, # Integer | 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
|
|
67
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
67
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
begin
|
|
@@ -101,7 +101,7 @@ end
|
|
|
101
101
|
| **key** | **String** | The label key | |
|
|
102
102
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
103
103
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
104
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
104
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
105
105
|
|
|
106
106
|
### Return type
|
|
107
107
|
|
|
@@ -148,7 +148,7 @@ key = 'key_example' # String | The label key
|
|
|
148
148
|
opts = {
|
|
149
149
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
150
150
|
depth: 56, # Integer | 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
|
|
151
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
151
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
begin
|
|
@@ -186,7 +186,7 @@ end
|
|
|
186
186
|
| **key** | **String** | The label key | |
|
|
187
187
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
188
188
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
189
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
189
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
190
190
|
|
|
191
191
|
### Return type
|
|
192
192
|
|
|
@@ -232,7 +232,7 @@ datacenter_id = 'datacenter_id_example' # String | The unique ID of the data cen
|
|
|
232
232
|
opts = {
|
|
233
233
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
234
234
|
depth: 56, # Integer | 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
|
|
235
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
235
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
begin
|
|
@@ -269,7 +269,7 @@ end
|
|
|
269
269
|
| **datacenter_id** | **String** | The unique ID of the data center. | |
|
|
270
270
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
271
271
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
272
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
272
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
273
273
|
|
|
274
274
|
### Return type
|
|
275
275
|
|
|
@@ -316,7 +316,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
316
316
|
opts = {
|
|
317
317
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
318
318
|
depth: 56, # Integer | 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
|
|
319
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
319
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
begin
|
|
@@ -354,7 +354,7 @@ end
|
|
|
354
354
|
| **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
|
|
355
355
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
356
356
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
357
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
357
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
358
358
|
|
|
359
359
|
### Return type
|
|
360
360
|
|
|
@@ -402,7 +402,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
402
402
|
opts = {
|
|
403
403
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
404
404
|
depth: 56, # Integer | 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
|
|
405
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
405
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
406
406
|
}
|
|
407
407
|
|
|
408
408
|
begin
|
|
@@ -441,7 +441,7 @@ end
|
|
|
441
441
|
| **label** | [**LabelResource**](LabelResource.md) | The modified label | |
|
|
442
442
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
443
443
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
444
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
444
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
445
445
|
|
|
446
446
|
### Return type
|
|
447
447
|
|
|
@@ -489,7 +489,7 @@ key = 'key_example' # String | The label key
|
|
|
489
489
|
opts = {
|
|
490
490
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
491
491
|
depth: 56, # Integer | 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
|
|
492
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
492
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
begin
|
|
@@ -527,7 +527,7 @@ end
|
|
|
527
527
|
| **key** | **String** | The label key | |
|
|
528
528
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
529
529
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
530
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
530
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
531
531
|
|
|
532
532
|
### Return type
|
|
533
533
|
|
|
@@ -575,7 +575,7 @@ key = 'key_example' # String | The label key
|
|
|
575
575
|
opts = {
|
|
576
576
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
577
577
|
depth: 56, # Integer | 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
|
|
578
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
578
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
begin
|
|
@@ -614,7 +614,7 @@ end
|
|
|
614
614
|
| **key** | **String** | The label key | |
|
|
615
615
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
616
616
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
617
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
617
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
618
618
|
|
|
619
619
|
### Return type
|
|
620
620
|
|
|
@@ -661,7 +661,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
661
661
|
opts = {
|
|
662
662
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
663
663
|
depth: 56, # Integer | 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
|
|
664
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
664
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
665
665
|
}
|
|
666
666
|
|
|
667
667
|
begin
|
|
@@ -699,7 +699,7 @@ end
|
|
|
699
699
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
700
700
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
701
701
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
702
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
702
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
703
703
|
|
|
704
704
|
### Return type
|
|
705
705
|
|
|
@@ -747,7 +747,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
747
747
|
opts = {
|
|
748
748
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
749
749
|
depth: 56, # Integer | 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
|
|
750
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
750
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
begin
|
|
@@ -786,7 +786,7 @@ end
|
|
|
786
786
|
| **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
|
|
787
787
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
788
788
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
789
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
789
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
790
790
|
|
|
791
791
|
### Return type
|
|
792
792
|
|
|
@@ -835,7 +835,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
835
835
|
opts = {
|
|
836
836
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
837
837
|
depth: 56, # Integer | 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
|
|
838
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
838
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
begin
|
|
@@ -875,7 +875,7 @@ end
|
|
|
875
875
|
| **label** | [**LabelResource**](LabelResource.md) | The modified label | |
|
|
876
876
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
877
877
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
878
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
878
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
879
879
|
|
|
880
880
|
### Return type
|
|
881
881
|
|
|
@@ -923,7 +923,7 @@ key = 'key_example' # String | The label key
|
|
|
923
923
|
opts = {
|
|
924
924
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
925
925
|
depth: 56, # Integer | 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
|
|
926
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
926
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
927
927
|
}
|
|
928
928
|
|
|
929
929
|
begin
|
|
@@ -961,7 +961,7 @@ end
|
|
|
961
961
|
| **key** | **String** | The label key | |
|
|
962
962
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
963
963
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
964
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
964
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
965
965
|
|
|
966
966
|
### Return type
|
|
967
967
|
|
|
@@ -1009,7 +1009,7 @@ key = 'key_example' # String | The label key
|
|
|
1009
1009
|
opts = {
|
|
1010
1010
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1011
1011
|
depth: 56, # Integer | 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
|
|
1012
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1012
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
1015
|
begin
|
|
@@ -1048,7 +1048,7 @@ end
|
|
|
1048
1048
|
| **key** | **String** | The label key | |
|
|
1049
1049
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1050
1050
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1051
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1051
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1052
1052
|
|
|
1053
1053
|
### Return type
|
|
1054
1054
|
|
|
@@ -1095,7 +1095,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
|
|
|
1095
1095
|
opts = {
|
|
1096
1096
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1097
1097
|
depth: 56, # Integer | 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
|
|
1098
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1098
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1099
1099
|
}
|
|
1100
1100
|
|
|
1101
1101
|
begin
|
|
@@ -1133,7 +1133,7 @@ end
|
|
|
1133
1133
|
| **volume_id** | **String** | The unique ID of the volume. | |
|
|
1134
1134
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1135
1135
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1136
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1136
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1137
1137
|
|
|
1138
1138
|
### Return type
|
|
1139
1139
|
|
|
@@ -1181,7 +1181,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
1181
1181
|
opts = {
|
|
1182
1182
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1183
1183
|
depth: 56, # Integer | 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
|
|
1184
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1184
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
1187
|
begin
|
|
@@ -1220,7 +1220,7 @@ end
|
|
|
1220
1220
|
| **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
|
|
1221
1221
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1222
1222
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1223
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1223
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1224
1224
|
|
|
1225
1225
|
### Return type
|
|
1226
1226
|
|
|
@@ -1269,7 +1269,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
1269
1269
|
opts = {
|
|
1270
1270
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1271
1271
|
depth: 56, # Integer | 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
|
|
1272
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1272
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1273
1273
|
}
|
|
1274
1274
|
|
|
1275
1275
|
begin
|
|
@@ -1309,7 +1309,7 @@ end
|
|
|
1309
1309
|
| **label** | [**LabelResource**](LabelResource.md) | The modified label | |
|
|
1310
1310
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1311
1311
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1312
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1312
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1313
1313
|
|
|
1314
1314
|
### Return type
|
|
1315
1315
|
|
|
@@ -1356,7 +1356,7 @@ key = 'key_example' # String | The label key
|
|
|
1356
1356
|
opts = {
|
|
1357
1357
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1358
1358
|
depth: 56, # Integer | 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
|
|
1359
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1359
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
begin
|
|
@@ -1393,7 +1393,7 @@ end
|
|
|
1393
1393
|
| **key** | **String** | The label key | |
|
|
1394
1394
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1395
1395
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1396
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1396
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1397
1397
|
|
|
1398
1398
|
### Return type
|
|
1399
1399
|
|
|
@@ -1440,7 +1440,7 @@ key = 'key_example' # String | The label key
|
|
|
1440
1440
|
opts = {
|
|
1441
1441
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1442
1442
|
depth: 56, # Integer | 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
|
|
1443
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1443
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
1446
1446
|
begin
|
|
@@ -1478,7 +1478,7 @@ end
|
|
|
1478
1478
|
| **key** | **String** | The label key | |
|
|
1479
1479
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1480
1480
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1481
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1481
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1482
1482
|
|
|
1483
1483
|
### Return type
|
|
1484
1484
|
|
|
@@ -1524,7 +1524,7 @@ ipblock_id = 'ipblock_id_example' # String | The unique ID of the IP block.
|
|
|
1524
1524
|
opts = {
|
|
1525
1525
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1526
1526
|
depth: 56, # Integer | 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
|
|
1527
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1527
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
1530
|
begin
|
|
@@ -1561,7 +1561,7 @@ end
|
|
|
1561
1561
|
| **ipblock_id** | **String** | The unique ID of the IP block. | |
|
|
1562
1562
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1563
1563
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1564
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1564
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1565
1565
|
|
|
1566
1566
|
### Return type
|
|
1567
1567
|
|
|
@@ -1608,7 +1608,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
1608
1608
|
opts = {
|
|
1609
1609
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1610
1610
|
depth: 56, # Integer | 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
|
|
1611
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1611
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1612
1612
|
}
|
|
1613
1613
|
|
|
1614
1614
|
begin
|
|
@@ -1646,7 +1646,7 @@ end
|
|
|
1646
1646
|
| **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
|
|
1647
1647
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1648
1648
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1649
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1649
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1650
1650
|
|
|
1651
1651
|
### Return type
|
|
1652
1652
|
|
|
@@ -1694,7 +1694,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
1694
1694
|
opts = {
|
|
1695
1695
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1696
1696
|
depth: 56, # Integer | 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
|
|
1697
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1697
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
1700
|
begin
|
|
@@ -1733,7 +1733,7 @@ end
|
|
|
1733
1733
|
| **label** | [**LabelResource**](LabelResource.md) | The modified label | |
|
|
1734
1734
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1735
1735
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1736
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1736
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1737
1737
|
|
|
1738
1738
|
### Return type
|
|
1739
1739
|
|
|
@@ -1779,7 +1779,7 @@ labelurn = 'labelurn_example' # String | The label URN; URN is unique for each l
|
|
|
1779
1779
|
opts = {
|
|
1780
1780
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1781
1781
|
depth: 56, # Integer | 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
|
|
1782
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1782
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
begin
|
|
@@ -1816,7 +1816,7 @@ end
|
|
|
1816
1816
|
| **labelurn** | **String** | The label URN; URN is unique for each label, and consists of: urn:label:<resource_type>:<resource_uuid>:<key><key> | |
|
|
1817
1817
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1818
1818
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1819
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1819
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1820
1820
|
|
|
1821
1821
|
### Return type
|
|
1822
1822
|
|
|
@@ -1861,7 +1861,7 @@ api_instance = Ionoscloud::LabelsApi.new
|
|
|
1861
1861
|
opts = {
|
|
1862
1862
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1863
1863
|
depth: 56, # Integer | 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
|
|
1864
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1864
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
begin
|
|
@@ -1897,7 +1897,7 @@ end
|
|
|
1897
1897
|
| ---- | ---- | ----------- | ----- |
|
|
1898
1898
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1899
1899
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1900
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1900
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1901
1901
|
|
|
1902
1902
|
### Return type
|
|
1903
1903
|
|
|
@@ -1944,7 +1944,7 @@ key = 'key_example' # String | The label key
|
|
|
1944
1944
|
opts = {
|
|
1945
1945
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1946
1946
|
depth: 56, # Integer | 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
|
|
1947
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1947
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1948
1948
|
}
|
|
1949
1949
|
|
|
1950
1950
|
begin
|
|
@@ -1981,7 +1981,7 @@ end
|
|
|
1981
1981
|
| **key** | **String** | The label key | |
|
|
1982
1982
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1983
1983
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1984
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1984
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1985
1985
|
|
|
1986
1986
|
### Return type
|
|
1987
1987
|
|
|
@@ -2028,7 +2028,7 @@ key = 'key_example' # String | The label key
|
|
|
2028
2028
|
opts = {
|
|
2029
2029
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
2030
2030
|
depth: 56, # Integer | 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
|
|
2031
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
2031
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
2032
2032
|
}
|
|
2033
2033
|
|
|
2034
2034
|
begin
|
|
@@ -2066,7 +2066,7 @@ end
|
|
|
2066
2066
|
| **key** | **String** | The label key | |
|
|
2067
2067
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
2068
2068
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
2069
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
2069
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
2070
2070
|
|
|
2071
2071
|
### Return type
|
|
2072
2072
|
|
|
@@ -2112,7 +2112,7 @@ snapshot_id = 'snapshot_id_example' # String | The unique ID of the snapshot.
|
|
|
2112
2112
|
opts = {
|
|
2113
2113
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
2114
2114
|
depth: 56, # Integer | 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
|
|
2115
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
2115
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
2118
|
begin
|
|
@@ -2149,7 +2149,7 @@ end
|
|
|
2149
2149
|
| **snapshot_id** | **String** | The unique ID of the snapshot. | |
|
|
2150
2150
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
2151
2151
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
2152
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
2152
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
2153
2153
|
|
|
2154
2154
|
### Return type
|
|
2155
2155
|
|
|
@@ -2196,7 +2196,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
2196
2196
|
opts = {
|
|
2197
2197
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
2198
2198
|
depth: 56, # Integer | 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
|
|
2199
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
2199
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
2202
|
begin
|
|
@@ -2234,7 +2234,7 @@ end
|
|
|
2234
2234
|
| **label** | [**LabelResource**](LabelResource.md) | The label to create. | |
|
|
2235
2235
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
2236
2236
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
2237
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
2237
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
2238
2238
|
|
|
2239
2239
|
### Return type
|
|
2240
2240
|
|
|
@@ -2282,7 +2282,7 @@ label = Ionoscloud::LabelResource.new({properties: Ionoscloud::LabelResourceProp
|
|
|
2282
2282
|
opts = {
|
|
2283
2283
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
2284
2284
|
depth: 56, # Integer | 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
|
|
2285
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
2285
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
2286
2286
|
}
|
|
2287
2287
|
|
|
2288
2288
|
begin
|
|
@@ -2321,7 +2321,7 @@ end
|
|
|
2321
2321
|
| **label** | [**LabelResource**](LabelResource.md) | The modified label | |
|
|
2322
2322
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
2323
2323
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
2324
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
2324
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
2325
2325
|
|
|
2326
2326
|
### Return type
|
|
2327
2327
|
|