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/models/LanNics.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Nic>**](Nic.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Nic>**](Nic.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
data/docs/models/Lans.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Lan>**](Lan.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Lan>**](Lan.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Loadbalancer>**](Loadbalancer.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Loadbalancer>**](Loadbalancer.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
data/docs/models/Locations.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Location>**](Location.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Location>**](Location.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | Name of the NAT Gateway. | |
|
|
8
8
|
| **public_ips** | **Array<String>** | Collection of public IP addresses of the NAT Gateway. Should be customer reserved IP addresses in that location. | |
|
|
9
|
-
| **lans** | [**Array<NatGatewayLanProperties>**](NatGatewayLanProperties.md) | Collection of LANs connected to the NAT Gateway. IPs must contain valid subnet mask. If
|
|
9
|
+
| **lans** | [**Array<NatGatewayLanProperties>**](NatGatewayLanProperties.md) | Collection of LANs connected to the NAT Gateway. IPs must contain a valid subnet mask. If no IP is provided, the system will generate an IP with /24 subnet. | [optional] |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<NatGatewayRule>**](NatGatewayRule.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<NatGatewayRule>**](NatGatewayRule.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/NatGateways.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<NatGateway>**](NatGateway.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<NatGateway>**](NatGateway.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **client_timeout** | **Integer** |
|
|
8
|
-
| **connect_timeout** | **Integer** |
|
|
9
|
-
| **target_timeout** | **Integer** |
|
|
10
|
-
| **retries** | **Integer** |
|
|
7
|
+
| **client_timeout** | **Integer** | The maximum time in milliseconds to wait for the client to acknowledge or send data; default is 50,000 (50 seconds). | [optional] |
|
|
8
|
+
| **connect_timeout** | **Integer** | The maximum time in milliseconds to wait for a connection attempt to a target to succeed; default is 5000 (five seconds). | [optional] |
|
|
9
|
+
| **target_timeout** | **Integer** | The maximum time in milliseconds that a target can remain inactive; default is 50,000 (50 seconds). | [optional] |
|
|
10
|
+
| **retries** | **Integer** | The maximum number of attempts to reconnect to a target after a connection failure. Valid range is 0 to 65535 and default is three reconnection attempts. | [optional] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | The name of the Network Load Balancer forwarding rule. | |
|
|
8
|
-
| **algorithm** | **String** |
|
|
9
|
-
| **protocol** | **String** |
|
|
10
|
-
| **listener_ip** | **String** | Listening
|
|
11
|
-
| **listener_port** | **Integer** | Listening port number
|
|
8
|
+
| **algorithm** | **String** | Balancing algorithm | |
|
|
9
|
+
| **protocol** | **String** | Balancing protocol | |
|
|
10
|
+
| **listener_ip** | **String** | Listening (inbound) IP | |
|
|
11
|
+
| **listener_port** | **Integer** | Listening (inbound) port number; valid range is 1 to 65535. | |
|
|
12
12
|
| **health_check** | [**NetworkLoadBalancerForwardingRuleHealthCheck**](NetworkLoadBalancerForwardingRuleHealthCheck.md) | | [optional] |
|
|
13
|
-
| **targets** | [**Array<NetworkLoadBalancerForwardingRuleTarget>**](NetworkLoadBalancerForwardingRuleTarget.md) | Array of items in
|
|
13
|
+
| **targets** | [**Array<NetworkLoadBalancerForwardingRuleTarget>**](NetworkLoadBalancerForwardingRuleTarget.md) | Array of items in the collection. | |
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **ip** | **String** | IP of
|
|
8
|
-
| **port** | **Integer** |
|
|
9
|
-
| **weight** | **Integer** |
|
|
7
|
+
| **ip** | **String** | The IP of the balanced target VM. | |
|
|
8
|
+
| **port** | **Integer** | The port of the balanced target service; valid range is 1 to 65535. | |
|
|
9
|
+
| **weight** | **Integer** | Traffic is distributed in proportion to target weight, relative to the combined weight of all targets. A target with higher weight receives a greater share of traffic. Valid range is 0 to 256 and default is 1. Targets with weight of 0 do not participate in load balancing but still accept persistent connections. It is best to assign weights in the middle of the range to leave room for later adjustments. | |
|
|
10
10
|
| **health_check** | [**NetworkLoadBalancerForwardingRuleTargetHealthCheck**](NetworkLoadBalancerForwardingRuleTargetHealthCheck.md) | | [optional] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **check** | **Boolean** |
|
|
8
|
-
| **check_interval** | **Integer** |
|
|
9
|
-
| **maintenance** | **Boolean** | Maintenance
|
|
7
|
+
| **check** | **Boolean** | Makes the target available only if it accepts periodic health check TCP connection attempts; when turned off, the target is considered always available. The health check only consists of a connection attempt to the address and port of the target. | [optional] |
|
|
8
|
+
| **check_interval** | **Integer** | The interval in milliseconds between consecutive health checks; default is 2000. | [optional] |
|
|
9
|
+
| **maintenance** | **Boolean** | Maintenance mode prevents the target from receiving balanced traffic. | [optional] |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<NetworkLoadBalancerForwardingRule>**](NetworkLoadBalancerForwardingRule.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<NetworkLoadBalancerForwardingRule>**](NetworkLoadBalancerForwardingRule.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | The name of the Network Load Balancer. | |
|
|
8
8
|
| **listener_lan** | **Integer** | ID of the listening LAN (inbound). | |
|
|
9
|
-
| **ips** | **Array<String>** | Collection of
|
|
9
|
+
| **ips** | **Array<String>** | Collection of the Network Load Balancer IP addresses. (Inbound and outbound) IPs of the listenerLan must be customer-reserved IPs for public Load Balancers, and private IPs for private Load Balancers. | [optional] |
|
|
10
10
|
| **target_lan** | **Integer** | ID of the balanced private target LAN (outbound). | |
|
|
11
|
-
| **lb_private_ips** | **Array<String>** | Collection of private IP addresses with subnet mask of the Network Load Balancer. IPs must contain valid subnet mask. If
|
|
11
|
+
| **lb_private_ips** | **Array<String>** | Collection of private IP addresses with subnet mask of the Network Load Balancer. IPs must contain a valid subnet mask. If no IP is provided, the system will generate an IP with /24 subnet. | [optional] |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
14
14
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<NetworkLoadBalancer>**](NetworkLoadBalancer.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<NetworkLoadBalancer>**](NetworkLoadBalancer.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
| **dhcp** | **Boolean** | Indicates if the NIC will reserve an IP using DHCP. | [optional] |
|
|
11
11
|
| **lan** | **Integer** | The LAN ID the NIC will be on. If the LAN ID does not exist, it will be implicitly created. | |
|
|
12
12
|
| **firewall_active** | **Boolean** | Activate or deactivate the firewall. By default, an active firewall without any defined rules will block all incoming network traffic except for the firewall rules that explicitly allows certain protocols, IP addresses and ports. | [optional] |
|
|
13
|
-
| **firewall_type** | **String** | The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is
|
|
14
|
-
| **device_number** | **Integer** | The Logical Unit Number (LUN) of the storage volume. Null if this NIC was
|
|
15
|
-
| **pci_slot** | **Integer** | The PCI slot number
|
|
13
|
+
| **firewall_type** | **String** | The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is used. | [optional] |
|
|
14
|
+
| **device_number** | **Integer** | The Logical Unit Number (LUN) of the storage volume. Null if this NIC was created using Cloud API and no DCD changes were performed on the Datacenter. | [optional][readonly] |
|
|
15
|
+
| **pci_slot** | **Integer** | The PCI slot number for the NIC. | [optional][readonly] |
|
|
16
16
|
|
|
17
17
|
## Example
|
|
18
18
|
|
data/docs/models/Nics.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Nic>**](Nic.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Nic>**](Nic.md) | Array of items in the collection. | [optional] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<PrivateCrossConnect>**](PrivateCrossConnect.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<PrivateCrossConnect>**](PrivateCrossConnect.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/Requests.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Request>**](Request.md) | Array of items in
|
|
11
|
-
| **offset** | **Float** | The offset specified in the request (
|
|
12
|
-
| **limit** | **Float** | The limit specified in the request (if
|
|
10
|
+
| **items** | [**Array<Request>**](Request.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
|
+
| **offset** | **Float** | The offset, specified in the request (if not is specified, 0 is used by default). | |
|
|
12
|
+
| **limit** | **Float** | The limit, specified in the request (if not specified, the endpoint's default pagination limit is used). | |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | |
|
|
14
14
|
|
|
15
15
|
## Example
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Resource>**](Resource.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Resource>**](Resource.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/Resources.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Resource>**](Resource.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Resource>**](Resource.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Resource>**](Resource.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Resource>**](Resource.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/S3Keys.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<S3Key>**](S3Key.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<S3Key>**](S3Key.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/Servers.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Server>**](Server.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Server>**](Server.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
data/docs/models/Snapshots.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Snapshot>**](Snapshot.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Snapshot>**](Snapshot.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/Templates.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Template>**](Template.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Template>**](Template.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
data/docs/models/Users.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<User>**](User.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<User>**](User.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| **image_password** | **String** | Initial password to be set for installed OS. Works with public images only. Not modifiable, forbidden in update requests. Password rules allows all characters from a-z, A-Z, 0-9. | [optional] |
|
|
13
13
|
| **image_alias** | **String** | | [optional] |
|
|
14
14
|
| **ssh_keys** | **Array<String>** | Public SSH keys are set on the image as authorized keys for appropriate SSH login to the instance using the corresponding private key. This field may only be set in creation requests. When reading, it always returns null. SSH keys are only supported if a public Linux image is used for the volume creation. | [optional] |
|
|
15
|
-
| **bus** | **String** | The bus type
|
|
15
|
+
| **bus** | **String** | The bus type for this volume; default is VIRTIO. | [optional] |
|
|
16
16
|
| **licence_type** | **String** | OS type for this volume. | [optional][readonly] |
|
|
17
17
|
| **cpu_hot_plug** | **Boolean** | Hot-plug capable CPU (no reboot required). | [optional] |
|
|
18
18
|
| **ram_hot_plug** | **Boolean** | Hot-plug capable RAM (no reboot required). | [optional] |
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
| **pci_slot** | **Integer** | The PCI slot number of the storage volume. Null for volumes, not mounted to a VM. | [optional][readonly] |
|
|
25
25
|
| **backupunit_id** | **String** | The ID of the backup unit that the user has access to. The property is immutable and is only allowed to be set on creation of a new a volume. It is mandatory to provide either 'public image' or 'imageAlias' in conjunction with this property. | [optional] |
|
|
26
26
|
| **user_data** | **String** | The cloud-init configuration for the volume as base64 encoded string. The property is immutable and is only allowed to be set on creation of a new a volume. It is mandatory to provide either 'public image' or 'imageAlias' that has cloud-init compatibility in conjunction with this property. | [optional] |
|
|
27
|
+
| **boot_server** | **String** | The UUID of the attached server. | [optional][readonly] |
|
|
27
28
|
|
|
28
29
|
## Example
|
|
29
30
|
|
|
@@ -50,7 +51,8 @@ instance = Ionoscloud::VolumeProperties.new(
|
|
|
50
51
|
device_number: 3,
|
|
51
52
|
pci_slot: 7,
|
|
52
53
|
backupunit_id: 25f67991-0f51-4efc-a8ad-ef1fb31a481c,
|
|
53
|
-
user_data: null
|
|
54
|
+
user_data: null,
|
|
55
|
+
boot_server: 25f67991-0f51-4efc-a8ad-ef1fb31a481c
|
|
54
56
|
)
|
|
55
57
|
```
|
|
56
58
|
|
data/docs/models/Volumes.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
|
|
8
8
|
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
|
|
9
9
|
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
|
|
10
|
-
| **items** | [**Array<Volume>**](Volume.md) | Array of items in
|
|
10
|
+
| **items** | [**Array<Volume>**](Volume.md) | Array of items in the collection. | [optional][readonly] |
|
|
11
11
|
| **offset** | **Float** | The offset (if specified in the request). | [optional] |
|
|
12
12
|
| **limit** | **Float** | The limit (if specified in the request). | [optional] |
|
|
13
13
|
| **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] |
|
data/git_push.sh
CHANGED
data/lib/ionoscloud/api/_api.rb
CHANGED
|
@@ -24,7 +24,7 @@ module Ionoscloud
|
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
26
26
|
# @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)
|
|
27
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
27
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
28
28
|
# @return [Info]
|
|
29
29
|
def api_info_get(opts = {})
|
|
30
30
|
data, _status_code, _headers = api_info_get_with_http_info(opts)
|
|
@@ -36,7 +36,7 @@ module Ionoscloud
|
|
|
36
36
|
# @param [Hash] opts the optional parameters
|
|
37
37
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
38
38
|
# @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
|
|
39
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
39
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
40
40
|
# @return [Array<(Info, Integer, Hash)>] Info data, response status code and response headers
|
|
41
41
|
def api_info_get_with_http_info(opts = {})
|
|
42
42
|
if @api_client.config.debugging
|
|
@@ -25,7 +25,7 @@ module Ionoscloud
|
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
26
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
27
27
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
28
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
28
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
29
29
|
# @return [nil]
|
|
30
30
|
def backupunits_delete(backupunit_id, opts = {})
|
|
31
31
|
backupunits_delete_with_http_info(backupunit_id, opts)
|
|
@@ -38,7 +38,7 @@ module Ionoscloud
|
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
40
40
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
41
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
41
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
42
42
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
43
43
|
def backupunits_delete_with_http_info(backupunit_id, opts = {})
|
|
44
44
|
if @api_client.config.debugging
|
|
@@ -105,7 +105,7 @@ module Ionoscloud
|
|
|
105
105
|
# @param [Hash] opts the optional parameters
|
|
106
106
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
107
107
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
108
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
108
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
109
109
|
# @return [BackupUnit]
|
|
110
110
|
def backupunits_find_by_id(backupunit_id, opts = {})
|
|
111
111
|
data, _status_code, _headers = backupunits_find_by_id_with_http_info(backupunit_id, opts)
|
|
@@ -118,7 +118,7 @@ module Ionoscloud
|
|
|
118
118
|
# @param [Hash] opts the optional parameters
|
|
119
119
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
120
120
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
121
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
121
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
122
122
|
# @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
|
|
123
123
|
def backupunits_find_by_id_with_http_info(backupunit_id, opts = {})
|
|
124
124
|
if @api_client.config.debugging
|
|
@@ -184,7 +184,7 @@ module Ionoscloud
|
|
|
184
184
|
# @param [Hash] opts the optional parameters
|
|
185
185
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
186
186
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
187
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
187
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
188
188
|
# @return [BackupUnits]
|
|
189
189
|
def backupunits_get(opts = {})
|
|
190
190
|
data, _status_code, _headers = backupunits_get_with_http_info(opts)
|
|
@@ -196,7 +196,7 @@ module Ionoscloud
|
|
|
196
196
|
# @param [Hash] opts the optional parameters
|
|
197
197
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
198
198
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
199
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
199
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
200
200
|
# @return [Array<(BackupUnits, Integer, Hash)>] BackupUnits data, response status code and response headers
|
|
201
201
|
def backupunits_get_with_http_info(opts = {})
|
|
202
202
|
if @api_client.config.debugging
|
|
@@ -260,7 +260,7 @@ module Ionoscloud
|
|
|
260
260
|
# @param [Hash] opts the optional parameters
|
|
261
261
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
262
262
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
|
|
263
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
263
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
264
264
|
# @return [BackupUnit]
|
|
265
265
|
def backupunits_patch(backupunit_id, backup_unit, opts = {})
|
|
266
266
|
data, _status_code, _headers = backupunits_patch_with_http_info(backupunit_id, backup_unit, opts)
|
|
@@ -274,7 +274,7 @@ module Ionoscloud
|
|
|
274
274
|
# @param [Hash] opts the optional parameters
|
|
275
275
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
276
276
|
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
|
|
277
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
277
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
278
278
|
# @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
|
|
279
279
|
def backupunits_patch_with_http_info(backupunit_id, backup_unit, opts = {})
|
|
280
280
|
if @api_client.config.debugging
|
|
@@ -347,7 +347,7 @@ module Ionoscloud
|
|
|
347
347
|
# @param [Hash] opts the optional parameters
|
|
348
348
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
349
349
|
# @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)
|
|
350
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
350
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
351
351
|
# @return [BackupUnit]
|
|
352
352
|
def backupunits_post(backup_unit, opts = {})
|
|
353
353
|
data, _status_code, _headers = backupunits_post_with_http_info(backup_unit, opts)
|
|
@@ -360,7 +360,7 @@ module Ionoscloud
|
|
|
360
360
|
# @param [Hash] opts the optional parameters
|
|
361
361
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
362
362
|
# @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
|
|
363
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
363
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
364
364
|
# @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
|
|
365
365
|
def backupunits_post_with_http_info(backup_unit, opts = {})
|
|
366
366
|
if @api_client.config.debugging
|
|
@@ -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). (default to true)
|
|
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 (default to 0)
|
|
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 [BackupUnit]
|
|
435
435
|
def backupunits_put(backupunit_id, backup_unit, opts = {})
|
|
436
436
|
data, _status_code, _headers = backupunits_put_with_http_info(backupunit_id, backup_unit, opts)
|
|
@@ -444,7 +444,7 @@ module Ionoscloud
|
|
|
444
444
|
# @param [Hash] opts the optional parameters
|
|
445
445
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
446
446
|
# @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
|
|
447
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
447
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
448
448
|
# @return [Array<(BackupUnit, Integer, Hash)>] BackupUnit data, response status code and response headers
|
|
449
449
|
def backupunits_put_with_http_info(backupunit_id, backup_unit, opts = {})
|
|
450
450
|
if @api_client.config.debugging
|
|
@@ -516,7 +516,7 @@ module Ionoscloud
|
|
|
516
516
|
# @param backupunit_id [String] The unique ID of the backup unit.
|
|
517
517
|
# @param [Hash] opts the optional parameters
|
|
518
518
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
519
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
519
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
520
520
|
# @return [BackupUnitSSO]
|
|
521
521
|
def backupunits_ssourl_get(backupunit_id, opts = {})
|
|
522
522
|
data, _status_code, _headers = backupunits_ssourl_get_with_http_info(backupunit_id, opts)
|
|
@@ -528,7 +528,7 @@ module Ionoscloud
|
|
|
528
528
|
# @param backupunit_id [String] The unique ID of the backup unit.
|
|
529
529
|
# @param [Hash] opts the optional parameters
|
|
530
530
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
531
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
531
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
532
532
|
# @return [Array<(BackupUnitSSO, Integer, Hash)>] BackupUnitSSO data, response status code and response headers
|
|
533
533
|
def backupunits_ssourl_get_with_http_info(backupunit_id, opts = {})
|
|
534
534
|
if @api_client.config.debugging
|
|
@@ -24,7 +24,7 @@ module Ionoscloud
|
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
|
|
26
26
|
# @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)
|
|
27
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
27
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
28
28
|
# @return [Contracts]
|
|
29
29
|
def contracts_get(opts = {})
|
|
30
30
|
data, _status_code, _headers = contracts_get_with_http_info(opts)
|
|
@@ -36,7 +36,7 @@ module Ionoscloud
|
|
|
36
36
|
# @param [Hash] opts the optional parameters
|
|
37
37
|
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
|
|
38
38
|
# @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
|
|
39
|
-
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number,
|
|
39
|
+
# @option opts [Integer] :x_contract_number Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
40
40
|
# @return [Array<(Contracts, Integer, Hash)>] Contracts data, response status code and response headers
|
|
41
41
|
def contracts_get_with_http_info(opts = {})
|
|
42
42
|
if @api_client.config.debugging
|