ionoscloud 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -0
- data/README.md +10 -1
- data/docs/README.md +2 -2
- data/docs/api/BackupUnitsApi.md +14 -14
- data/docs/api/ContractResourcesApi.md +2 -2
- data/docs/api/DataCentersApi.md +15 -15
- data/docs/api/DefaultApi.md +2 -2
- data/docs/api/FirewallRulesApi.md +14 -14
- data/docs/api/FlowLogsApi.md +2 -2
- data/docs/api/IPBlocksApi.md +14 -14
- data/docs/api/ImagesApi.md +10 -10
- data/docs/api/KubernetesApi.md +30 -30
- data/docs/api/LANsApi.md +22 -22
- data/docs/api/LabelsApi.md +54 -54
- data/docs/api/LoadBalancersApi.md +22 -22
- data/docs/api/LocationsApi.md +6 -6
- data/docs/api/NATGatewaysApi.md +26 -26
- data/docs/api/NetworkInterfacesApi.md +14 -14
- data/docs/api/NetworkLoadBalancersApi.md +38 -38
- data/docs/api/PrivateCrossConnectsApi.md +10 -10
- data/docs/api/RequestsApi.md +8 -8
- data/docs/api/ServersApi.md +62 -52
- data/docs/api/SnapshotsApi.md +10 -10
- data/docs/api/UserManagementApi.md +50 -50
- data/docs/api/UserS3KeysApi.md +12 -12
- data/docs/api/VolumesApi.md +18 -18
- data/docs/models/AttachedVolumes.md +1 -1
- data/docs/models/BackupUnits.md +1 -1
- data/docs/models/BalancedNics.md +1 -1
- data/docs/models/Cdroms.md +1 -1
- data/docs/models/Contracts.md +1 -1
- data/docs/models/Datacenters.md +1 -1
- data/docs/models/ErrorMessage.md +1 -1
- data/docs/models/FirewallRules.md +1 -1
- data/docs/models/FirewallruleProperties.md +1 -1
- data/docs/models/FlowLogs.md +1 -1
- data/docs/models/GroupMembers.md +1 -1
- data/docs/models/GroupShares.md +1 -1
- data/docs/models/GroupUsers.md +1 -1
- data/docs/models/Groups.md +1 -1
- data/docs/models/Images.md +1 -1
- data/docs/models/IpBlocks.md +3 -3
- data/docs/models/KubernetesClusterProperties.md +3 -1
- data/docs/models/KubernetesClusterPropertiesForPost.md +3 -1
- data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
- data/docs/models/KubernetesClusters.md +1 -1
- data/docs/models/KubernetesNodePoolProperties.md +4 -1
- data/docs/models/KubernetesNodePoolPropertiesForPost.md +4 -1
- data/docs/models/KubernetesNodePoolPropertiesForPut.md +1 -1
- data/docs/models/KubernetesNodePools.md +1 -1
- data/docs/models/KubernetesNodes.md +1 -1
- data/docs/models/LabelResources.md +1 -1
- data/docs/models/Labels.md +1 -1
- data/docs/models/LanNics.md +1 -1
- data/docs/models/Lans.md +1 -1
- data/docs/models/Loadbalancers.md +1 -1
- data/docs/models/Locations.md +1 -1
- data/docs/models/NatGatewayProperties.md +1 -1
- data/docs/models/NatGatewayRules.md +1 -1
- data/docs/models/NatGateways.md +1 -1
- data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +4 -4
- data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +5 -5
- data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +3 -3
- data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +3 -3
- data/docs/models/NetworkLoadBalancerForwardingRules.md +1 -1
- data/docs/models/NetworkLoadBalancerProperties.md +2 -2
- data/docs/models/NetworkLoadBalancers.md +1 -1
- data/docs/models/NicProperties.md +3 -3
- data/docs/models/Nics.md +1 -1
- data/docs/models/PrivateCrossConnects.md +1 -1
- data/docs/models/Requests.md +3 -3
- data/docs/models/ResourceGroups.md +1 -1
- data/docs/models/Resources.md +1 -1
- data/docs/models/ResourcesUsers.md +1 -1
- data/docs/models/S3Keys.md +1 -1
- data/docs/models/Servers.md +1 -1
- data/docs/models/Snapshots.md +1 -1
- data/docs/models/Templates.md +1 -1
- data/docs/models/Users.md +1 -1
- data/docs/models/VolumeProperties.md +4 -2
- data/docs/models/Volumes.md +1 -1
- data/git_push.sh +0 -3
- data/lib/ionoscloud/api/_api.rb +2 -2
- data/lib/ionoscloud/api/backup_units_api.rb +14 -14
- data/lib/ionoscloud/api/contract_resources_api.rb +2 -2
- data/lib/ionoscloud/api/data_centers_api.rb +16 -16
- data/lib/ionoscloud/api/firewall_rules_api.rb +14 -14
- data/lib/ionoscloud/api/flow_logs_api.rb +2 -2
- data/lib/ionoscloud/api/images_api.rb +10 -10
- data/lib/ionoscloud/api/ip_blocks_api.rb +14 -14
- data/lib/ionoscloud/api/kubernetes_api.rb +30 -30
- data/lib/ionoscloud/api/labels_api.rb +54 -54
- data/lib/ionoscloud/api/lans_api.rb +22 -22
- data/lib/ionoscloud/api/load_balancers_api.rb +22 -22
- data/lib/ionoscloud/api/locations_api.rb +6 -6
- data/lib/ionoscloud/api/nat_gateways_api.rb +26 -26
- data/lib/ionoscloud/api/network_interfaces_api.rb +14 -14
- data/lib/ionoscloud/api/network_load_balancers_api.rb +38 -38
- data/lib/ionoscloud/api/private_cross_connects_api.rb +10 -10
- data/lib/ionoscloud/api/requests_api.rb +8 -8
- data/lib/ionoscloud/api/servers_api.rb +52 -52
- data/lib/ionoscloud/api/snapshots_api.rb +10 -10
- data/lib/ionoscloud/api/user_management_api.rb +50 -50
- data/lib/ionoscloud/api/user_s3_keys_api.rb +12 -12
- data/lib/ionoscloud/api/volumes_api.rb +19 -19
- data/lib/ionoscloud/api_client.rb +1 -1
- data/lib/ionoscloud/models/attached_volumes.rb +1 -1
- data/lib/ionoscloud/models/backup_units.rb +1 -1
- data/lib/ionoscloud/models/balanced_nics.rb +1 -1
- data/lib/ionoscloud/models/cdroms.rb +1 -1
- data/lib/ionoscloud/models/contracts.rb +1 -1
- data/lib/ionoscloud/models/datacenters.rb +1 -1
- data/lib/ionoscloud/models/error_message.rb +1 -1
- data/lib/ionoscloud/models/firewall_rules.rb +1 -1
- data/lib/ionoscloud/models/firewallrule_properties.rb +6 -1
- data/lib/ionoscloud/models/flow_logs.rb +1 -1
- data/lib/ionoscloud/models/group_members.rb +1 -1
- data/lib/ionoscloud/models/group_shares.rb +1 -1
- data/lib/ionoscloud/models/group_users.rb +1 -1
- data/lib/ionoscloud/models/groups.rb +1 -1
- data/lib/ionoscloud/models/image_properties.rb +2 -2
- data/lib/ionoscloud/models/images.rb +1 -1
- data/lib/ionoscloud/models/ip_blocks.rb +3 -3
- data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +22 -2
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +22 -2
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_clusters.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_node_pools.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_nodes.rb +1 -1
- data/lib/ionoscloud/models/label_resources.rb +1 -1
- data/lib/ionoscloud/models/labels.rb +1 -1
- data/lib/ionoscloud/models/lan_nics.rb +1 -1
- data/lib/ionoscloud/models/lans.rb +1 -1
- data/lib/ionoscloud/models/loadbalancer_properties.rb +1 -0
- data/lib/ionoscloud/models/loadbalancers.rb +1 -1
- data/lib/ionoscloud/models/locations.rb +1 -1
- data/lib/ionoscloud/models/nat_gateway_properties.rb +1 -1
- data/lib/ionoscloud/models/nat_gateway_rules.rb +1 -1
- data/lib/ionoscloud/models/nat_gateways.rb +1 -1
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +4 -4
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +5 -5
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +3 -3
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +3 -3
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +1 -1
- data/lib/ionoscloud/models/network_load_balancer_properties.rb +2 -2
- data/lib/ionoscloud/models/network_load_balancers.rb +1 -1
- data/lib/ionoscloud/models/nic_properties.rb +4 -3
- data/lib/ionoscloud/models/nics.rb +1 -1
- data/lib/ionoscloud/models/private_cross_connects.rb +1 -1
- data/lib/ionoscloud/models/requests.rb +3 -3
- data/lib/ionoscloud/models/resource_groups.rb +1 -1
- data/lib/ionoscloud/models/resources.rb +1 -1
- data/lib/ionoscloud/models/resources_users.rb +1 -1
- data/lib/ionoscloud/models/s3_keys.rb +1 -1
- data/lib/ionoscloud/models/servers.rb +1 -1
- data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
- data/lib/ionoscloud/models/snapshots.rb +1 -1
- data/lib/ionoscloud/models/templates.rb +1 -1
- data/lib/ionoscloud/models/users.rb +1 -1
- data/lib/ionoscloud/models/volume_properties.rb +25 -7
- data/lib/ionoscloud/models/volumes.rb +1 -1
- data/lib/ionoscloud/version.rb +1 -1
- data/lib/test_driver.rb +119 -0
- metadata +7 -5
|
@@ -26,7 +26,7 @@ module Ionoscloud
|
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
27
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
28
28
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
29
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
29
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
30
30
|
# @return [nil]
|
|
31
31
|
def datacenters_natgateways_delete(datacenter_id, nat_gateway_id, opts = {})
|
|
32
32
|
datacenters_natgateways_delete_with_http_info(datacenter_id, nat_gateway_id, opts)
|
|
@@ -40,7 +40,7 @@ module Ionoscloud
|
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
41
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
42
42
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
43
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
43
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
44
44
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
45
45
|
def datacenters_natgateways_delete_with_http_info(datacenter_id, nat_gateway_id, opts = {})
|
|
46
46
|
if @api_client.config.debugging
|
|
@@ -112,7 +112,7 @@ module Ionoscloud
|
|
|
112
112
|
# @param [Hash] opts the optional parameters
|
|
113
113
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
114
114
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
115
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
115
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
116
116
|
# @return [NatGateway]
|
|
117
117
|
def datacenters_natgateways_find_by_nat_gateway_id(datacenter_id, nat_gateway_id, opts = {})
|
|
118
118
|
data, _status_code, _headers = datacenters_natgateways_find_by_nat_gateway_id_with_http_info(datacenter_id, nat_gateway_id, opts)
|
|
@@ -126,7 +126,7 @@ module Ionoscloud
|
|
|
126
126
|
# @param [Hash] opts the optional parameters
|
|
127
127
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
128
128
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
129
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
129
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
130
130
|
# @return [Array<(NatGateway, Integer, Hash)>] NatGateway data, response status code and response headers
|
|
131
131
|
def datacenters_natgateways_find_by_nat_gateway_id_with_http_info(datacenter_id, nat_gateway_id, opts = {})
|
|
132
132
|
if @api_client.config.debugging
|
|
@@ -376,7 +376,7 @@ module Ionoscloud
|
|
|
376
376
|
# @param [Hash] opts the optional parameters
|
|
377
377
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
378
378
|
# @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)
|
|
379
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
379
|
+
# @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)
|
|
380
380
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
381
381
|
# @return [FlowLogs]
|
|
382
382
|
def datacenters_natgateways_flowlogs_get(datacenter_id, nat_gateway_id, opts = {})
|
|
@@ -391,7 +391,7 @@ module Ionoscloud
|
|
|
391
391
|
# @param [Hash] opts the optional parameters
|
|
392
392
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
393
393
|
# @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
|
|
394
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
394
|
+
# @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).
|
|
395
395
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
396
396
|
# @return [Array<(FlowLogs, Integer, Hash)>] FlowLogs data, response status code and response headers
|
|
397
397
|
def datacenters_natgateways_flowlogs_get_with_http_info(datacenter_id, nat_gateway_id, opts = {})
|
|
@@ -759,7 +759,7 @@ module Ionoscloud
|
|
|
759
759
|
# @param [Hash] opts the optional parameters
|
|
760
760
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
761
761
|
# @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)
|
|
762
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
762
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
763
763
|
# @return [NatGateways]
|
|
764
764
|
def datacenters_natgateways_get(datacenter_id, opts = {})
|
|
765
765
|
data, _status_code, _headers = datacenters_natgateways_get_with_http_info(datacenter_id, opts)
|
|
@@ -772,7 +772,7 @@ module Ionoscloud
|
|
|
772
772
|
# @param [Hash] opts the optional parameters
|
|
773
773
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
774
774
|
# @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
|
|
775
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
775
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
776
776
|
# @return [Array<(NatGateways, Integer, Hash)>] NatGateways data, response status code and response headers
|
|
777
777
|
def datacenters_natgateways_get_with_http_info(datacenter_id, opts = {})
|
|
778
778
|
if @api_client.config.debugging
|
|
@@ -841,7 +841,7 @@ module Ionoscloud
|
|
|
841
841
|
# @param [Hash] opts the optional parameters
|
|
842
842
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
843
843
|
# @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)
|
|
844
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
844
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
845
845
|
# @return [NatGateway]
|
|
846
846
|
def datacenters_natgateways_patch(datacenter_id, nat_gateway_id, nat_gateway_properties, opts = {})
|
|
847
847
|
data, _status_code, _headers = datacenters_natgateways_patch_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_properties, opts)
|
|
@@ -856,7 +856,7 @@ module Ionoscloud
|
|
|
856
856
|
# @param [Hash] opts the optional parameters
|
|
857
857
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
858
858
|
# @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
|
|
859
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
859
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
860
860
|
# @return [Array<(NatGateway, Integer, Hash)>] NatGateway data, response status code and response headers
|
|
861
861
|
def datacenters_natgateways_patch_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_properties, opts = {})
|
|
862
862
|
if @api_client.config.debugging
|
|
@@ -932,7 +932,7 @@ module Ionoscloud
|
|
|
932
932
|
# @param [Hash] opts the optional parameters
|
|
933
933
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
934
934
|
# @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)
|
|
935
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
935
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
936
936
|
# @return [NatGateway]
|
|
937
937
|
def datacenters_natgateways_post(datacenter_id, nat_gateway, opts = {})
|
|
938
938
|
data, _status_code, _headers = datacenters_natgateways_post_with_http_info(datacenter_id, nat_gateway, opts)
|
|
@@ -946,7 +946,7 @@ module Ionoscloud
|
|
|
946
946
|
# @param [Hash] opts the optional parameters
|
|
947
947
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
948
948
|
# @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
|
|
949
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
949
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
950
950
|
# @return [Array<(NatGateway, Integer, Hash)>] NatGateway data, response status code and response headers
|
|
951
951
|
def datacenters_natgateways_post_with_http_info(datacenter_id, nat_gateway, opts = {})
|
|
952
952
|
if @api_client.config.debugging
|
|
@@ -1021,7 +1021,7 @@ module Ionoscloud
|
|
|
1021
1021
|
# @param [Hash] opts the optional parameters
|
|
1022
1022
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1023
1023
|
# @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)
|
|
1024
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1024
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1025
1025
|
# @return [NatGateway]
|
|
1026
1026
|
def datacenters_natgateways_put(datacenter_id, nat_gateway_id, nat_gateway, opts = {})
|
|
1027
1027
|
data, _status_code, _headers = datacenters_natgateways_put_with_http_info(datacenter_id, nat_gateway_id, nat_gateway, opts)
|
|
@@ -1036,7 +1036,7 @@ module Ionoscloud
|
|
|
1036
1036
|
# @param [Hash] opts the optional parameters
|
|
1037
1037
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1038
1038
|
# @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
|
|
1039
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1039
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1040
1040
|
# @return [Array<(NatGateway, Integer, Hash)>] NatGateway data, response status code and response headers
|
|
1041
1041
|
def datacenters_natgateways_put_with_http_info(datacenter_id, nat_gateway_id, nat_gateway, opts = {})
|
|
1042
1042
|
if @api_client.config.debugging
|
|
@@ -1115,7 +1115,7 @@ module Ionoscloud
|
|
|
1115
1115
|
# @param [Hash] opts the optional parameters
|
|
1116
1116
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1117
1117
|
# @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)
|
|
1118
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1118
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1119
1119
|
# @return [nil]
|
|
1120
1120
|
def datacenters_natgateways_rules_delete(datacenter_id, nat_gateway_id, nat_gateway_rule_id, opts = {})
|
|
1121
1121
|
datacenters_natgateways_rules_delete_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, opts)
|
|
@@ -1130,7 +1130,7 @@ module Ionoscloud
|
|
|
1130
1130
|
# @param [Hash] opts the optional parameters
|
|
1131
1131
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1132
1132
|
# @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
|
|
1133
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1133
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1134
1134
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
1135
1135
|
def datacenters_natgateways_rules_delete_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, opts = {})
|
|
1136
1136
|
if @api_client.config.debugging
|
|
@@ -1207,7 +1207,7 @@ module Ionoscloud
|
|
|
1207
1207
|
# @param [Hash] opts the optional parameters
|
|
1208
1208
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1209
1209
|
# @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)
|
|
1210
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1210
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1211
1211
|
# @return [NatGatewayRule]
|
|
1212
1212
|
def datacenters_natgateways_rules_find_by_nat_gateway_rule_id(datacenter_id, nat_gateway_id, nat_gateway_rule_id, opts = {})
|
|
1213
1213
|
data, _status_code, _headers = datacenters_natgateways_rules_find_by_nat_gateway_rule_id_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, opts)
|
|
@@ -1222,7 +1222,7 @@ module Ionoscloud
|
|
|
1222
1222
|
# @param [Hash] opts the optional parameters
|
|
1223
1223
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1224
1224
|
# @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
|
|
1225
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1225
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1226
1226
|
# @return [Array<(NatGatewayRule, Integer, Hash)>] NatGatewayRule data, response status code and response headers
|
|
1227
1227
|
def datacenters_natgateways_rules_find_by_nat_gateway_rule_id_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, opts = {})
|
|
1228
1228
|
if @api_client.config.debugging
|
|
@@ -1298,7 +1298,7 @@ module Ionoscloud
|
|
|
1298
1298
|
# @param [Hash] opts the optional parameters
|
|
1299
1299
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1300
1300
|
# @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)
|
|
1301
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1301
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1302
1302
|
# @return [NatGatewayRules]
|
|
1303
1303
|
def datacenters_natgateways_rules_get(datacenter_id, nat_gateway_id, opts = {})
|
|
1304
1304
|
data, _status_code, _headers = datacenters_natgateways_rules_get_with_http_info(datacenter_id, nat_gateway_id, opts)
|
|
@@ -1312,7 +1312,7 @@ module Ionoscloud
|
|
|
1312
1312
|
# @param [Hash] opts the optional parameters
|
|
1313
1313
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1314
1314
|
# @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
|
|
1315
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1315
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1316
1316
|
# @return [Array<(NatGatewayRules, Integer, Hash)>] NatGatewayRules data, response status code and response headers
|
|
1317
1317
|
def datacenters_natgateways_rules_get_with_http_info(datacenter_id, nat_gateway_id, opts = {})
|
|
1318
1318
|
if @api_client.config.debugging
|
|
@@ -1386,7 +1386,7 @@ module Ionoscloud
|
|
|
1386
1386
|
# @param [Hash] opts the optional parameters
|
|
1387
1387
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1388
1388
|
# @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)
|
|
1389
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1389
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1390
1390
|
# @return [NatGatewayRule]
|
|
1391
1391
|
def datacenters_natgateways_rules_patch(datacenter_id, nat_gateway_id, nat_gateway_rule_id, nat_gateway_rule_properties, opts = {})
|
|
1392
1392
|
data, _status_code, _headers = datacenters_natgateways_rules_patch_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, nat_gateway_rule_properties, opts)
|
|
@@ -1402,7 +1402,7 @@ module Ionoscloud
|
|
|
1402
1402
|
# @param [Hash] opts the optional parameters
|
|
1403
1403
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1404
1404
|
# @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
|
|
1405
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1405
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1406
1406
|
# @return [Array<(NatGatewayRule, Integer, Hash)>] NatGatewayRule data, response status code and response headers
|
|
1407
1407
|
def datacenters_natgateways_rules_patch_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, nat_gateway_rule_properties, opts = {})
|
|
1408
1408
|
if @api_client.config.debugging
|
|
@@ -1483,7 +1483,7 @@ module Ionoscloud
|
|
|
1483
1483
|
# @param [Hash] opts the optional parameters
|
|
1484
1484
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1485
1485
|
# @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)
|
|
1486
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1486
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1487
1487
|
# @return [NatGatewayRule]
|
|
1488
1488
|
def datacenters_natgateways_rules_post(datacenter_id, nat_gateway_id, nat_gateway_rule, opts = {})
|
|
1489
1489
|
data, _status_code, _headers = datacenters_natgateways_rules_post_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule, opts)
|
|
@@ -1498,7 +1498,7 @@ module Ionoscloud
|
|
|
1498
1498
|
# @param [Hash] opts the optional parameters
|
|
1499
1499
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1500
1500
|
# @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
|
|
1501
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1501
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1502
1502
|
# @return [Array<(NatGatewayRule, Integer, Hash)>] NatGatewayRule data, response status code and response headers
|
|
1503
1503
|
def datacenters_natgateways_rules_post_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule, opts = {})
|
|
1504
1504
|
if @api_client.config.debugging
|
|
@@ -1578,7 +1578,7 @@ module Ionoscloud
|
|
|
1578
1578
|
# @param [Hash] opts the optional parameters
|
|
1579
1579
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
1580
1580
|
# @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)
|
|
1581
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1581
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1582
1582
|
# @return [NatGatewayRule]
|
|
1583
1583
|
def datacenters_natgateways_rules_put(datacenter_id, nat_gateway_id, nat_gateway_rule_id, nat_gateway_rule, opts = {})
|
|
1584
1584
|
data, _status_code, _headers = datacenters_natgateways_rules_put_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, nat_gateway_rule, opts)
|
|
@@ -1594,7 +1594,7 @@ module Ionoscloud
|
|
|
1594
1594
|
# @param [Hash] opts the optional parameters
|
|
1595
1595
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1596
1596
|
# @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
|
|
1597
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
1597
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1598
1598
|
# @return [Array<(NatGatewayRule, Integer, Hash)>] NatGatewayRule data, response status code and response headers
|
|
1599
1599
|
def datacenters_natgateways_rules_put_with_http_info(datacenter_id, nat_gateway_id, nat_gateway_rule_id, nat_gateway_rule, opts = {})
|
|
1600
1600
|
if @api_client.config.debugging
|
|
@@ -27,7 +27,7 @@ module Ionoscloud
|
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
28
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
29
29
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
30
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
30
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
31
31
|
# @return [nil]
|
|
32
32
|
def datacenters_servers_nics_delete(datacenter_id, server_id, nic_id, opts = {})
|
|
33
33
|
datacenters_servers_nics_delete_with_http_info(datacenter_id, server_id, nic_id, opts)
|
|
@@ -42,7 +42,7 @@ module Ionoscloud
|
|
|
42
42
|
# @param [Hash] opts the optional parameters
|
|
43
43
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
44
44
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
45
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
45
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
46
46
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
47
47
|
def datacenters_servers_nics_delete_with_http_info(datacenter_id, server_id, nic_id, opts = {})
|
|
48
48
|
if @api_client.config.debugging
|
|
@@ -119,7 +119,7 @@ module Ionoscloud
|
|
|
119
119
|
# @param [Hash] opts the optional parameters
|
|
120
120
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
121
121
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
122
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
122
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
123
123
|
# @return [Nic]
|
|
124
124
|
def datacenters_servers_nics_find_by_id(datacenter_id, server_id, nic_id, opts = {})
|
|
125
125
|
data, _status_code, _headers = datacenters_servers_nics_find_by_id_with_http_info(datacenter_id, server_id, nic_id, opts)
|
|
@@ -134,7 +134,7 @@ module Ionoscloud
|
|
|
134
134
|
# @param [Hash] opts the optional parameters
|
|
135
135
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
136
136
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
137
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
137
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
138
138
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
139
139
|
def datacenters_servers_nics_find_by_id_with_http_info(datacenter_id, server_id, nic_id, opts = {})
|
|
140
140
|
if @api_client.config.debugging
|
|
@@ -210,8 +210,8 @@ module Ionoscloud
|
|
|
210
210
|
# @param [Hash] opts the optional parameters
|
|
211
211
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
212
212
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
213
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
214
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
213
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
214
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). (default to 0)
|
|
215
215
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
|
|
216
216
|
# @return [Nics]
|
|
217
217
|
def datacenters_servers_nics_get(datacenter_id, server_id, opts = {})
|
|
@@ -226,8 +226,8 @@ module Ionoscloud
|
|
|
226
226
|
# @param [Hash] opts the optional parameters
|
|
227
227
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
228
228
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
229
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
230
|
-
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (
|
|
229
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
230
|
+
# @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
231
231
|
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
|
|
232
232
|
# @return [Array<(Nics, Integer, Hash)>] Nics data, response status code and response headers
|
|
233
233
|
def datacenters_servers_nics_get_with_http_info(datacenter_id, server_id, opts = {})
|
|
@@ -316,7 +316,7 @@ module Ionoscloud
|
|
|
316
316
|
# @param [Hash] opts the optional parameters
|
|
317
317
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
318
318
|
# @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)
|
|
319
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
319
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
320
320
|
# @return [Nic]
|
|
321
321
|
def datacenters_servers_nics_patch(datacenter_id, server_id, nic_id, nic, opts = {})
|
|
322
322
|
data, _status_code, _headers = datacenters_servers_nics_patch_with_http_info(datacenter_id, server_id, nic_id, nic, opts)
|
|
@@ -332,7 +332,7 @@ module Ionoscloud
|
|
|
332
332
|
# @param [Hash] opts the optional parameters
|
|
333
333
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
334
334
|
# @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
|
|
335
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
335
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
336
336
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
337
337
|
def datacenters_servers_nics_patch_with_http_info(datacenter_id, server_id, nic_id, nic, opts = {})
|
|
338
338
|
if @api_client.config.debugging
|
|
@@ -415,7 +415,7 @@ module Ionoscloud
|
|
|
415
415
|
# @param [Hash] opts the optional parameters
|
|
416
416
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
417
417
|
# @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)
|
|
418
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
418
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
419
419
|
# @return [Nic]
|
|
420
420
|
def datacenters_servers_nics_post(datacenter_id, server_id, nic, opts = {})
|
|
421
421
|
data, _status_code, _headers = datacenters_servers_nics_post_with_http_info(datacenter_id, server_id, nic, opts)
|
|
@@ -430,7 +430,7 @@ module Ionoscloud
|
|
|
430
430
|
# @param [Hash] opts the optional parameters
|
|
431
431
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
432
432
|
# @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
|
|
433
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
433
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
434
434
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
435
435
|
def datacenters_servers_nics_post_with_http_info(datacenter_id, server_id, nic, opts = {})
|
|
436
436
|
if @api_client.config.debugging
|
|
@@ -510,7 +510,7 @@ module Ionoscloud
|
|
|
510
510
|
# @param [Hash] opts the optional parameters
|
|
511
511
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
512
512
|
# @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)
|
|
513
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
513
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
514
514
|
# @return [Nic]
|
|
515
515
|
def datacenters_servers_nics_put(datacenter_id, server_id, nic_id, nic, opts = {})
|
|
516
516
|
data, _status_code, _headers = datacenters_servers_nics_put_with_http_info(datacenter_id, server_id, nic_id, nic, opts)
|
|
@@ -526,7 +526,7 @@ module Ionoscloud
|
|
|
526
526
|
# @param [Hash] opts the optional parameters
|
|
527
527
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
528
528
|
# @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
|
|
529
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
529
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
530
530
|
# @return [Array<(Nic, Integer, Hash)>] Nic data, response status code and response headers
|
|
531
531
|
def datacenters_servers_nics_put_with_http_info(datacenter_id, server_id, nic_id, nic, opts = {})
|
|
532
532
|
if @api_client.config.debugging
|