ionoscloud 5.0.0 → 5.1.2
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 +68 -0
- data/LICENSE +190 -0
- data/README.md +14 -4
- data/docs/README.md +111 -0
- data/docs/api/BackupUnitApi.md +595 -0
- data/docs/api/ContractApi.md +89 -0
- data/docs/api/DataCenterApi.md +517 -0
- data/docs/api/DefaultApi.md +89 -0
- data/docs/api/IPBlocksApi.md +517 -0
- data/docs/api/ImageApi.md +429 -0
- data/docs/api/KubernetesApi.md +1513 -0
- data/docs/api/LabelApi.md +2355 -0
- data/docs/api/LanApi.md +795 -0
- data/docs/api/LoadBalancerApi.md +883 -0
- data/docs/api/LocationApi.md +259 -0
- data/docs/api/NicApi.md +1087 -0
- data/docs/api/PrivateCrossConnectApi.md +427 -0
- data/docs/api/RequestApi.md +283 -0
- data/docs/api/ServerApi.md +1573 -0
- data/docs/api/SnapshotApi.md +429 -0
- data/docs/api/UserManagementApi.md +2551 -0
- data/docs/api/VolumeApi.md +711 -0
- data/docs/models/AttachedVolumes.md +30 -0
- data/docs/models/BackupUnit.md +26 -0
- data/docs/models/BackupUnitProperties.md +22 -0
- data/docs/models/BackupUnitSSO.md +18 -0
- data/docs/models/BackupUnits.md +24 -0
- data/docs/models/BalancedNics.md +30 -0
- data/docs/models/Cdroms.md +30 -0
- data/docs/models/ConnectableDatacenter.md +22 -0
- data/docs/models/Contract.md +20 -0
- data/docs/models/ContractProperties.md +26 -0
- data/docs/models/DataCenterEntities.md +24 -0
- data/docs/models/Datacenter.md +28 -0
- data/docs/models/DatacenterElementMetadata.md +32 -0
- data/docs/models/DatacenterProperties.md +28 -0
- data/docs/models/Datacenters.md +30 -0
- data/docs/models/Error.md +20 -0
- data/docs/models/ErrorMessage.md +20 -0
- data/docs/models/FirewallRule.md +26 -0
- data/docs/models/FirewallRules.md +30 -0
- data/docs/models/FirewallruleProperties.md +34 -0
- data/docs/models/Group.md +26 -0
- data/docs/models/GroupEntities.md +20 -0
- data/docs/models/GroupMembers.md +24 -0
- data/docs/models/GroupProperties.md +36 -0
- data/docs/models/GroupShare.md +24 -0
- data/docs/models/GroupShareProperties.md +20 -0
- data/docs/models/GroupShares.md +24 -0
- data/docs/models/GroupUsers.md +24 -0
- data/docs/models/Groups.md +24 -0
- data/docs/models/IPFailover.md +20 -0
- data/docs/models/Image.md +26 -0
- data/docs/models/ImageProperties.md +54 -0
- data/docs/models/Images.md +24 -0
- data/docs/models/Info.md +22 -0
- data/docs/models/IpBlock.md +26 -0
- data/docs/models/IpBlockProperties.md +26 -0
- data/docs/models/IpBlocks.md +30 -0
- data/docs/models/IpConsumer.md +34 -0
- data/docs/models/KubernetesAutoScaling.md +20 -0
- data/docs/models/KubernetesCluster.md +28 -0
- data/docs/models/KubernetesClusterEntities.md +18 -0
- data/docs/models/KubernetesClusterForPost.md +28 -0
- data/docs/models/KubernetesClusterForPut.md +28 -0
- data/docs/models/KubernetesClusterProperties.md +30 -0
- data/docs/models/KubernetesClusterPropertiesForPost.md +26 -0
- data/docs/models/KubernetesClusterPropertiesForPut.md +26 -0
- data/docs/models/KubernetesClusters.md +24 -0
- data/docs/models/KubernetesConfig.md +24 -0
- data/docs/models/KubernetesConfigProperties.md +18 -0
- data/docs/models/KubernetesMaintenanceWindow.md +20 -0
- data/docs/models/KubernetesNode.md +26 -0
- data/docs/models/KubernetesNodeMetadata.md +26 -0
- data/docs/models/KubernetesNodePool.md +26 -0
- data/docs/models/KubernetesNodePoolForPost.md +26 -0
- data/docs/models/KubernetesNodePoolForPut.md +26 -0
- data/docs/models/KubernetesNodePoolLan.md +18 -0
- data/docs/models/KubernetesNodePoolProperties.md +49 -0
- data/docs/models/KubernetesNodePoolPropertiesForPost.md +47 -0
- data/docs/models/KubernetesNodePoolPropertiesForPut.md +34 -0
- data/docs/models/KubernetesNodePools.md +24 -0
- data/docs/models/KubernetesNodeProperties.md +24 -0
- data/docs/models/KubernetesNodes.md +24 -0
- data/docs/models/Label.md +26 -0
- data/docs/models/LabelProperties.md +26 -0
- data/docs/models/LabelResource.md +26 -0
- data/docs/models/LabelResourceProperties.md +20 -0
- data/docs/models/LabelResources.md +30 -0
- data/docs/models/Labels.md +24 -0
- data/docs/models/Lan.md +28 -0
- data/docs/models/LanEntities.md +18 -0
- data/docs/models/LanNics.md +30 -0
- data/docs/models/LanPost.md +28 -0
- data/docs/models/LanProperties.md +24 -0
- data/docs/models/LanPropertiesPost.md +24 -0
- data/docs/models/Lans.md +30 -0
- data/docs/models/Loadbalancer.md +28 -0
- data/docs/models/LoadbalancerEntities.md +18 -0
- data/docs/models/LoadbalancerProperties.md +22 -0
- data/docs/models/Loadbalancers.md +30 -0
- data/docs/models/Location.md +26 -0
- data/docs/models/LocationProperties.md +22 -0
- data/docs/models/Locations.md +24 -0
- data/docs/models/Nic.md +28 -0
- data/docs/models/NicEntities.md +18 -0
- data/docs/models/NicProperties.md +30 -0
- data/docs/models/Nics.md +30 -0
- data/docs/models/NoStateMetaData.md +30 -0
- data/docs/models/PaginationLinks.md +22 -0
- data/docs/models/Peer.md +26 -0
- data/docs/models/PrivateCrossConnect.md +26 -0
- data/docs/models/PrivateCrossConnectProperties.md +24 -0
- data/docs/models/PrivateCrossConnects.md +24 -0
- data/docs/models/Request.md +26 -0
- data/docs/models/RequestMetadata.md +24 -0
- data/docs/models/RequestProperties.md +24 -0
- data/docs/models/RequestStatus.md +24 -0
- data/docs/models/RequestStatusMetadata.md +24 -0
- data/docs/models/RequestTarget.md +20 -0
- data/docs/models/Requests.md +30 -0
- data/docs/models/Resource.md +28 -0
- data/docs/models/ResourceEntities.md +18 -0
- data/docs/models/ResourceGroups.md +24 -0
- data/docs/models/ResourceLimits.md +50 -0
- data/docs/models/ResourceProperties.md +20 -0
- data/docs/models/ResourceReference.md +22 -0
- data/docs/models/Resources.md +24 -0
- data/docs/models/ResourcesUsers.md +24 -0
- data/docs/models/S3Bucket.md +18 -0
- data/docs/models/S3Key.md +26 -0
- data/docs/models/S3KeyMetadata.md +20 -0
- data/docs/models/S3KeyProperties.md +20 -0
- data/docs/models/S3Keys.md +24 -0
- data/docs/models/S3ObjectStorageSSO.md +18 -0
- data/docs/models/Server.md +28 -0
- data/docs/models/ServerEntities.md +22 -0
- data/docs/models/ServerProperties.md +32 -0
- data/docs/models/Servers.md +30 -0
- data/docs/models/Snapshot.md +26 -0
- data/docs/models/SnapshotProperties.md +48 -0
- data/docs/models/Snapshots.md +24 -0
- data/docs/models/Type.md +15 -0
- data/docs/models/User.md +28 -0
- data/docs/models/UserMetadata.md +22 -0
- data/docs/models/UserPost.md +18 -0
- data/docs/models/UserProperties.md +32 -0
- data/docs/models/UserPropertiesPost.md +32 -0
- data/docs/models/UserPropertiesPut.md +30 -0
- data/docs/models/UserPut.md +20 -0
- data/docs/models/Users.md +30 -0
- data/docs/models/UsersEntities.md +20 -0
- data/docs/models/Volume.md +26 -0
- data/docs/models/VolumeProperties.md +54 -0
- data/docs/models/Volumes.md +30 -0
- data/docs/summary.md +168 -0
- data/gitbook.yaml +4 -0
- data/ionoscloud.gemspec +1 -1
- data/lib/ionoscloud/api/_api.rb +2 -2
- data/lib/ionoscloud/api/backup_unit_api.rb +1 -1
- data/lib/ionoscloud/api/contract_api.rb +1 -1
- data/lib/ionoscloud/api/data_center_api.rb +3 -3
- data/lib/ionoscloud/api/image_api.rb +1 -1
- data/lib/ionoscloud/api/ip_blocks_api.rb +19 -1
- data/lib/ionoscloud/api/kubernetes_api.rb +12 -12
- data/lib/ionoscloud/api/label_api.rb +1 -1
- data/lib/ionoscloud/api/lan_api.rb +1 -1
- data/lib/ionoscloud/api/load_balancer_api.rb +1 -1
- data/lib/ionoscloud/api/location_api.rb +1 -1
- data/lib/ionoscloud/api/nic_api.rb +1 -1
- data/lib/ionoscloud/api/private_cross_connect_api.rb +1 -1
- data/lib/ionoscloud/api/request_api.rb +31 -7
- data/lib/ionoscloud/api/server_api.rb +1 -1
- data/lib/ionoscloud/api/snapshot_api.rb +1 -1
- data/lib/ionoscloud/api/user_management_api.rb +27 -9
- data/lib/ionoscloud/api/volume_api.rb +1 -1
- data/lib/ionoscloud/api_client.rb +18 -21
- data/lib/ionoscloud/api_error.rb +1 -1
- data/lib/ionoscloud/configuration.rb +3 -3
- data/lib/ionoscloud/models/attached_volumes.rb +68 -12
- data/lib/ionoscloud/models/backup_unit.rb +48 -6
- data/lib/ionoscloud/models/backup_unit_properties.rb +30 -4
- data/lib/ionoscloud/models/backup_unit_sso.rb +12 -2
- data/lib/ionoscloud/models/backup_units.rb +43 -11
- data/lib/ionoscloud/models/balanced_nics.rb +68 -12
- data/lib/ionoscloud/models/cdroms.rb +68 -12
- data/lib/ionoscloud/models/connectable_datacenter.rb +30 -4
- data/lib/ionoscloud/models/contract.rb +21 -3
- data/lib/ionoscloud/models/contract_properties.rb +48 -6
- data/lib/ionoscloud/models/data_center_entities.rb +39 -5
- data/lib/ionoscloud/models/datacenter.rb +57 -7
- data/lib/ionoscloud/models/datacenter_element_metadata.rb +77 -11
- data/lib/ionoscloud/models/datacenter_properties.rb +59 -33
- data/lib/ionoscloud/models/datacenters.rb +68 -12
- data/lib/ionoscloud/models/error.rb +23 -7
- data/lib/ionoscloud/models/error_message.rb +21 -3
- data/lib/ionoscloud/models/firewall_rule.rb +48 -6
- data/lib/ionoscloud/models/firewall_rules.rb +68 -12
- data/lib/ionoscloud/models/firewallrule_properties.rb +120 -31
- data/lib/ionoscloud/models/group.rb +48 -6
- data/lib/ionoscloud/models/group_entities.rb +21 -3
- data/lib/ionoscloud/models/group_members.rb +41 -9
- data/lib/ionoscloud/models/group_properties.rb +93 -11
- data/lib/ionoscloud/models/group_share.rb +39 -5
- data/lib/ionoscloud/models/group_share_properties.rb +21 -3
- data/lib/ionoscloud/models/group_shares.rb +41 -9
- data/lib/ionoscloud/models/group_users.rb +41 -9
- data/lib/ionoscloud/models/groups.rb +41 -9
- data/lib/ionoscloud/models/image.rb +48 -6
- data/lib/ionoscloud/models/image_properties.rb +209 -23
- data/lib/ionoscloud/models/images.rb +41 -9
- data/lib/ionoscloud/models/info.rb +30 -4
- data/lib/ionoscloud/models/ip_block.rb +48 -6
- data/lib/ionoscloud/models/ip_block_properties.rb +52 -14
- data/lib/ionoscloud/models/ip_blocks.rb +97 -12
- data/lib/ionoscloud/models/ip_consumer.rb +103 -11
- data/lib/ionoscloud/models/ip_failover.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_auto_scaling.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_cluster.rb +57 -7
- data/lib/ionoscloud/models/kubernetes_cluster_entities.rb +12 -2
- data/lib/ionoscloud/models/kubernetes_cluster_for_post.rb +353 -0
- data/lib/ionoscloud/models/kubernetes_cluster_for_put.rb +353 -0
- data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +91 -17
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +303 -0
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +303 -0
- data/lib/ionoscloud/models/kubernetes_clusters.rb +41 -9
- data/lib/ionoscloud/models/kubernetes_config.rb +39 -5
- data/lib/ionoscloud/models/kubernetes_config_properties.rb +12 -2
- data/lib/ionoscloud/models/kubernetes_maintenance_window.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node.rb +50 -8
- data/lib/ionoscloud/models/kubernetes_node_metadata.rb +50 -8
- data/lib/ionoscloud/models/kubernetes_node_pool.rb +48 -6
- data/lib/ionoscloud/models/kubernetes_node_pool_for_post.rb +336 -0
- data/lib/ionoscloud/models/kubernetes_node_pool_for_put.rb +48 -6
- data/lib/ionoscloud/models/kubernetes_node_pool_lan.rb +17 -2
- data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +170 -42
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +159 -37
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +80 -165
- data/lib/ionoscloud/models/kubernetes_node_pools.rb +41 -9
- data/lib/ionoscloud/models/kubernetes_node_properties.rb +48 -9
- data/lib/ionoscloud/models/kubernetes_nodes.rb +43 -11
- data/lib/ionoscloud/models/label.rb +48 -6
- data/lib/ionoscloud/models/label_properties.rb +48 -6
- data/lib/ionoscloud/models/label_resource.rb +48 -6
- data/lib/ionoscloud/models/label_resource_properties.rb +21 -3
- data/lib/ionoscloud/models/label_resources.rb +70 -14
- data/lib/ionoscloud/models/labels.rb +43 -11
- data/lib/ionoscloud/models/lan.rb +57 -7
- data/lib/ionoscloud/models/lan_entities.rb +12 -2
- data/lib/ionoscloud/models/lan_nics.rb +68 -12
- data/lib/ionoscloud/models/lan_post.rb +57 -7
- data/lib/ionoscloud/models/lan_properties.rb +41 -9
- data/lib/ionoscloud/models/lan_properties_post.rb +41 -9
- data/lib/ionoscloud/models/lans.rb +68 -12
- data/lib/ionoscloud/models/loadbalancer.rb +57 -7
- data/lib/ionoscloud/models/loadbalancer_entities.rb +12 -2
- data/lib/ionoscloud/models/loadbalancer_properties.rb +42 -33
- data/lib/ionoscloud/models/loadbalancers.rb +68 -12
- data/lib/ionoscloud/models/location.rb +48 -6
- data/lib/ionoscloud/models/location_properties.rb +34 -34
- data/lib/ionoscloud/models/locations.rb +41 -9
- data/lib/ionoscloud/models/nic.rb +57 -7
- data/lib/ionoscloud/models/nic_entities.rb +12 -2
- data/lib/ionoscloud/models/nic_properties.rb +68 -12
- data/lib/ionoscloud/models/nics.rb +68 -12
- data/lib/ionoscloud/models/no_state_meta_data.rb +66 -8
- data/lib/ionoscloud/models/pagination_links.rb +30 -4
- data/lib/ionoscloud/models/peer.rb +48 -6
- data/lib/ionoscloud/models/private_cross_connect.rb +48 -6
- data/lib/ionoscloud/models/private_cross_connect_properties.rb +43 -13
- data/lib/ionoscloud/models/private_cross_connects.rb +41 -9
- data/lib/ionoscloud/models/request.rb +48 -6
- data/lib/ionoscloud/models/request_metadata.rb +39 -5
- data/lib/ionoscloud/models/request_properties.rb +41 -9
- data/lib/ionoscloud/models/request_status.rb +39 -5
- data/lib/ionoscloud/models/request_status_metadata.rb +41 -9
- data/lib/ionoscloud/models/request_target.rb +21 -3
- data/lib/ionoscloud/models/requests.rb +69 -13
- data/lib/ionoscloud/models/resource.rb +57 -7
- data/lib/ionoscloud/models/resource_entities.rb +12 -2
- data/lib/ionoscloud/models/resource_groups.rb +41 -9
- data/lib/ionoscloud/models/resource_limits.rb +156 -18
- data/lib/ionoscloud/models/resource_properties.rb +21 -3
- data/lib/ionoscloud/models/resource_reference.rb +30 -4
- data/lib/ionoscloud/models/resources.rb +41 -9
- data/lib/ionoscloud/models/resources_users.rb +41 -9
- data/lib/ionoscloud/models/{kubernetes_cluster_properties_for_post_and_put.rb → s3_bucket.rb} +19 -28
- data/lib/ionoscloud/models/s3_key.rb +48 -6
- data/lib/ionoscloud/models/s3_key_metadata.rb +21 -3
- data/lib/ionoscloud/models/s3_key_properties.rb +23 -5
- data/lib/ionoscloud/models/s3_keys.rb +41 -9
- data/lib/ionoscloud/models/s3_object_storage_sso.rb +12 -2
- data/lib/ionoscloud/models/server.rb +57 -7
- data/lib/ionoscloud/models/server_entities.rb +30 -4
- data/lib/ionoscloud/models/server_properties.rb +77 -11
- data/lib/ionoscloud/models/servers.rb +68 -12
- data/lib/ionoscloud/models/snapshot.rb +48 -6
- data/lib/ionoscloud/models/snapshot_properties.rb +147 -17
- data/lib/ionoscloud/models/snapshots.rb +41 -9
- data/lib/ionoscloud/models/type.rb +2 -1
- data/lib/ionoscloud/models/user.rb +57 -7
- data/lib/ionoscloud/models/user_metadata.rb +30 -4
- data/lib/ionoscloud/models/user_post.rb +231 -0
- data/lib/ionoscloud/models/user_properties.rb +74 -18
- data/lib/ionoscloud/models/user_properties_post.rb +353 -0
- data/lib/ionoscloud/models/user_properties_put.rb +335 -0
- data/lib/ionoscloud/models/user_put.rb +249 -0
- data/lib/ionoscloud/models/users.rb +97 -12
- data/lib/ionoscloud/models/users_entities.rb +21 -3
- data/lib/ionoscloud/models/volume.rb +48 -6
- data/lib/ionoscloud/models/volume_properties.rb +193 -31
- data/lib/ionoscloud/models/volumes.rb +68 -12
- data/lib/ionoscloud/version.rb +2 -2
- data/lib/ionoscloud.rb +11 -2
- data/lib/test_driver.rb +104 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +172 -291
- data/DOCS.md +0 -14618
- data/spec/api/_api_spec.rb +0 -49
- data/spec/api/backup_unit_api_spec.rb +0 -140
- data/spec/api/contract_api_spec.rb +0 -49
- data/spec/api/data_center_api_spec.rb +0 -128
- data/spec/api/image_api_spec.rb +0 -111
- data/spec/api/ip_blocks_api_spec.rb +0 -126
- data/spec/api/kubernetes_api_spec.rb +0 -306
- data/spec/api/label_api_spec.rb +0 -480
- data/spec/api/lan_api_spec.rb +0 -186
- data/spec/api/load_balancer_api_spec.rb +0 -203
- data/spec/api/location_api_spec.rb +0 -80
- data/spec/api/nic_api_spec.rb +0 -251
- data/spec/api/private_cross_connect_api_spec.rb +0 -110
- data/spec/api/request_api_spec.rb +0 -84
- data/spec/api/server_api_spec.rb +0 -337
- data/spec/api/snapshot_api_spec.rb +0 -111
- data/spec/api/user_management_api_spec.rb +0 -495
- data/spec/api/volume_api_spec.rb +0 -171
- data/spec/models/attached_volumes_spec.rb +0 -70
- data/spec/models/backup_unit_properties_spec.rb +0 -46
- data/spec/models/backup_unit_spec.rb +0 -62
- data/spec/models/backup_unit_sso_spec.rb +0 -34
- data/spec/models/backup_units_spec.rb +0 -56
- data/spec/models/balanced_nics_spec.rb +0 -70
- data/spec/models/cdroms_spec.rb +0 -70
- data/spec/models/connectable_datacenter_spec.rb +0 -46
- data/spec/models/contract_properties_spec.rb +0 -58
- data/spec/models/contract_spec.rb +0 -40
- data/spec/models/data_center_entities_spec.rb +0 -52
- data/spec/models/datacenter_element_metadata_spec.rb +0 -80
- data/spec/models/datacenter_properties_spec.rb +0 -68
- data/spec/models/datacenter_spec.rb +0 -64
- data/spec/models/datacenters_spec.rb +0 -70
- data/spec/models/error_message_spec.rb +0 -40
- data/spec/models/error_spec.rb +0 -40
- data/spec/models/firewall_rule_spec.rb +0 -58
- data/spec/models/firewall_rules_spec.rb +0 -70
- data/spec/models/firewallrule_properties_spec.rb +0 -98
- data/spec/models/group_entities_spec.rb +0 -40
- data/spec/models/group_members_spec.rb +0 -52
- data/spec/models/group_properties_spec.rb +0 -88
- data/spec/models/group_share_properties_spec.rb +0 -40
- data/spec/models/group_share_spec.rb +0 -52
- data/spec/models/group_shares_spec.rb +0 -52
- data/spec/models/group_spec.rb +0 -58
- data/spec/models/group_users_spec.rb +0 -52
- data/spec/models/groups_spec.rb +0 -52
- data/spec/models/image_properties_spec.rb +0 -138
- data/spec/models/image_spec.rb +0 -58
- data/spec/models/images_spec.rb +0 -52
- data/spec/models/info_spec.rb +0 -46
- data/spec/models/ip_block_properties_spec.rb +0 -58
- data/spec/models/ip_block_spec.rb +0 -58
- data/spec/models/ip_blocks_spec.rb +0 -52
- data/spec/models/ip_consumer_spec.rb +0 -70
- data/spec/models/ip_failover_spec.rb +0 -40
- data/spec/models/kubernetes_auto_scaling_spec.rb +0 -40
- data/spec/models/kubernetes_cluster_entities_spec.rb +0 -34
- data/spec/models/kubernetes_cluster_properties_for_post_and_put_spec.rb +0 -46
- data/spec/models/kubernetes_cluster_properties_spec.rb +0 -58
- data/spec/models/kubernetes_cluster_spec.rb +0 -68
- data/spec/models/kubernetes_clusters_spec.rb +0 -56
- data/spec/models/kubernetes_config_properties_spec.rb +0 -34
- data/spec/models/kubernetes_config_spec.rb +0 -56
- data/spec/models/kubernetes_maintenance_window_spec.rb +0 -44
- data/spec/models/kubernetes_node_metadata_spec.rb +0 -62
- data/spec/models/kubernetes_node_pool_for_put_spec.rb +0 -62
- data/spec/models/kubernetes_node_pool_lan_spec.rb +0 -34
- data/spec/models/kubernetes_node_pool_properties_for_post_spec.rb +0 -132
- data/spec/models/kubernetes_node_pool_properties_for_put_spec.rb +0 -132
- data/spec/models/kubernetes_node_pool_properties_spec.rb +0 -138
- data/spec/models/kubernetes_node_pool_spec.rb +0 -62
- data/spec/models/kubernetes_node_pools_spec.rb +0 -56
- data/spec/models/kubernetes_node_properties_spec.rb +0 -46
- data/spec/models/kubernetes_node_spec.rb +0 -62
- data/spec/models/kubernetes_nodes_spec.rb +0 -56
- data/spec/models/label_properties_spec.rb +0 -58
- data/spec/models/label_resource_properties_spec.rb +0 -40
- data/spec/models/label_resource_spec.rb +0 -62
- data/spec/models/label_resources_spec.rb +0 -74
- data/spec/models/label_spec.rb +0 -62
- data/spec/models/labels_spec.rb +0 -56
- data/spec/models/lan_entities_spec.rb +0 -34
- data/spec/models/lan_nics_spec.rb +0 -70
- data/spec/models/lan_post_spec.rb +0 -64
- data/spec/models/lan_properties_post_spec.rb +0 -52
- data/spec/models/lan_properties_spec.rb +0 -52
- data/spec/models/lan_spec.rb +0 -64
- data/spec/models/lans_spec.rb +0 -70
- data/spec/models/loadbalancer_entities_spec.rb +0 -34
- data/spec/models/loadbalancer_properties_spec.rb +0 -50
- data/spec/models/loadbalancer_spec.rb +0 -64
- data/spec/models/loadbalancers_spec.rb +0 -70
- data/spec/models/location_properties_spec.rb +0 -50
- data/spec/models/location_spec.rb +0 -58
- data/spec/models/locations_spec.rb +0 -52
- data/spec/models/nic_entities_spec.rb +0 -34
- data/spec/models/nic_properties_spec.rb +0 -70
- data/spec/models/nic_spec.rb +0 -64
- data/spec/models/nics_spec.rb +0 -70
- data/spec/models/no_state_meta_data_spec.rb +0 -70
- data/spec/models/pagination_links_spec.rb +0 -46
- data/spec/models/peer_spec.rb +0 -58
- data/spec/models/private_cross_connect_properties_spec.rb +0 -52
- data/spec/models/private_cross_connect_spec.rb +0 -58
- data/spec/models/private_cross_connects_spec.rb +0 -52
- data/spec/models/request_metadata_spec.rb +0 -52
- data/spec/models/request_properties_spec.rb +0 -52
- data/spec/models/request_spec.rb +0 -58
- data/spec/models/request_status_metadata_spec.rb +0 -56
- data/spec/models/request_status_spec.rb +0 -52
- data/spec/models/request_target_spec.rb +0 -44
- data/spec/models/requests_spec.rb +0 -70
- data/spec/models/resource_entities_spec.rb +0 -34
- data/spec/models/resource_groups_spec.rb +0 -52
- data/spec/models/resource_limits_spec.rb +0 -130
- data/spec/models/resource_properties_spec.rb +0 -40
- data/spec/models/resource_reference_spec.rb +0 -46
- data/spec/models/resource_spec.rb +0 -64
- data/spec/models/resources_spec.rb +0 -52
- data/spec/models/resources_users_spec.rb +0 -52
- data/spec/models/s3_key_metadata_spec.rb +0 -40
- data/spec/models/s3_key_properties_spec.rb +0 -40
- data/spec/models/s3_key_spec.rb +0 -58
- data/spec/models/s3_keys_spec.rb +0 -52
- data/spec/models/s3_object_storage_sso_spec.rb +0 -34
- data/spec/models/server_entities_spec.rb +0 -46
- data/spec/models/server_properties_spec.rb +0 -84
- data/spec/models/server_spec.rb +0 -64
- data/spec/models/servers_spec.rb +0 -70
- data/spec/models/snapshot_properties_spec.rb +0 -128
- data/spec/models/snapshot_spec.rb +0 -58
- data/spec/models/snapshots_spec.rb +0 -52
- data/spec/models/type_spec.rb +0 -28
- data/spec/models/user_metadata_spec.rb +0 -46
- data/spec/models/user_properties_spec.rb +0 -82
- data/spec/models/user_spec.rb +0 -64
- data/spec/models/users_entities_spec.rb +0 -40
- data/spec/models/users_spec.rb +0 -52
- data/spec/models/volume_properties_spec.rb +0 -152
- data/spec/models/volume_spec.rb +0 -58
- data/spec/models/volumes_spec.rb +0 -70
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 5.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 5.
|
|
9
|
+
OpenAPI Generator version: 5.2.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -950,7 +950,7 @@ module Ionoscloud
|
|
|
950
950
|
# Create a Kubernetes Node Pool
|
|
951
951
|
# This will create a new Kubernetes Node Pool inside a Kubernetes Cluster.
|
|
952
952
|
# @param k8s_cluster_id [String] The unique ID of the Kubernetes Cluster
|
|
953
|
-
# @param kubernetes_node_pool [
|
|
953
|
+
# @param kubernetes_node_pool [KubernetesNodePoolForPost] Details of the Kubernetes Node Pool
|
|
954
954
|
# @param [Hash] opts the optional parameters
|
|
955
955
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
956
956
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
@@ -964,7 +964,7 @@ module Ionoscloud
|
|
|
964
964
|
# Create a Kubernetes Node Pool
|
|
965
965
|
# This will create a new Kubernetes Node Pool inside a Kubernetes Cluster.
|
|
966
966
|
# @param k8s_cluster_id [String] The unique ID of the Kubernetes Cluster
|
|
967
|
-
# @param kubernetes_node_pool [
|
|
967
|
+
# @param kubernetes_node_pool [KubernetesNodePoolForPost] Details of the Kubernetes Node Pool
|
|
968
968
|
# @param [Hash] opts the optional parameters
|
|
969
969
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
970
970
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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,12 +1039,12 @@ module Ionoscloud
|
|
|
1039
1039
|
# This will modify the Kubernetes Node Pool.
|
|
1040
1040
|
# @param k8s_cluster_id [String] The unique ID of the Kubernetes Cluster
|
|
1041
1041
|
# @param nodepool_id [String] The unique ID of the Kubernetes Node Pool
|
|
1042
|
-
# @param kubernetes_node_pool [
|
|
1042
|
+
# @param kubernetes_node_pool [KubernetesNodePoolForPut] Details of the Kubernetes Node Pool
|
|
1043
1043
|
# @param [Hash] opts the optional parameters
|
|
1044
1044
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
1045
1045
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on (default to 0)
|
|
1046
1046
|
# @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
1047
|
-
# @return [
|
|
1047
|
+
# @return [KubernetesNodePool]
|
|
1048
1048
|
def k8s_nodepools_put(k8s_cluster_id, nodepool_id, kubernetes_node_pool, opts = {})
|
|
1049
1049
|
data, _status_code, _headers = k8s_nodepools_put_with_http_info(k8s_cluster_id, nodepool_id, kubernetes_node_pool, opts)
|
|
1050
1050
|
data
|
|
@@ -1054,12 +1054,12 @@ module Ionoscloud
|
|
|
1054
1054
|
# This will modify the Kubernetes Node Pool.
|
|
1055
1055
|
# @param k8s_cluster_id [String] The unique ID of the Kubernetes Cluster
|
|
1056
1056
|
# @param nodepool_id [String] The unique ID of the Kubernetes Node Pool
|
|
1057
|
-
# @param kubernetes_node_pool [
|
|
1057
|
+
# @param kubernetes_node_pool [KubernetesNodePoolForPut] Details of the Kubernetes Node Pool
|
|
1058
1058
|
# @param [Hash] opts the optional parameters
|
|
1059
1059
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
1060
1060
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
1061
1061
|
# @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
1062
|
-
# @return [Array<(
|
|
1062
|
+
# @return [Array<(KubernetesNodePool, Integer, Hash)>] KubernetesNodePool data, response status code and response headers
|
|
1063
1063
|
def k8s_nodepools_put_with_http_info(k8s_cluster_id, nodepool_id, kubernetes_node_pool, opts = {})
|
|
1064
1064
|
if @api_client.config.debugging
|
|
1065
1065
|
@api_client.config.logger.debug 'Calling API: KubernetesApi.k8s_nodepools_put ...'
|
|
@@ -1107,7 +1107,7 @@ module Ionoscloud
|
|
|
1107
1107
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(kubernetes_node_pool)
|
|
1108
1108
|
|
|
1109
1109
|
# return_type
|
|
1110
|
-
return_type = opts[:debug_return_type] || '
|
|
1110
|
+
return_type = opts[:debug_return_type] || 'KubernetesNodePool'
|
|
1111
1111
|
|
|
1112
1112
|
# auth_names
|
|
1113
1113
|
auth_names = opts[:debug_auth_names] || ['Basic Authentication', 'Token Authentication']
|
|
@@ -1131,7 +1131,7 @@ module Ionoscloud
|
|
|
1131
1131
|
|
|
1132
1132
|
# Create Kubernetes Cluster
|
|
1133
1133
|
# This will create a new Kubernetes Cluster.
|
|
1134
|
-
# @param kubernetes_cluster [
|
|
1134
|
+
# @param kubernetes_cluster [KubernetesClusterForPost] Details of the Kubernetes Cluster
|
|
1135
1135
|
# @param [Hash] opts the optional parameters
|
|
1136
1136
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
1137
1137
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
@@ -1144,7 +1144,7 @@ module Ionoscloud
|
|
|
1144
1144
|
|
|
1145
1145
|
# Create Kubernetes Cluster
|
|
1146
1146
|
# This will create a new Kubernetes Cluster.
|
|
1147
|
-
# @param kubernetes_cluster [
|
|
1147
|
+
# @param kubernetes_cluster [KubernetesClusterForPost] Details of the Kubernetes Cluster
|
|
1148
1148
|
# @param [Hash] opts the optional parameters
|
|
1149
1149
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
1150
1150
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
@@ -1214,7 +1214,7 @@ module Ionoscloud
|
|
|
1214
1214
|
# Modify Kubernetes Cluster
|
|
1215
1215
|
# This will modify the Kubernetes Cluster.
|
|
1216
1216
|
# @param k8s_cluster_id [String] The unique ID of the Kubernetes Cluster
|
|
1217
|
-
# @param kubernetes_cluster [
|
|
1217
|
+
# @param kubernetes_cluster [KubernetesClusterForPut] Details of the Kubernetes Cluster
|
|
1218
1218
|
# @param [Hash] opts the optional parameters
|
|
1219
1219
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
1220
1220
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
@@ -1228,7 +1228,7 @@ module Ionoscloud
|
|
|
1228
1228
|
# Modify Kubernetes Cluster
|
|
1229
1229
|
# This will modify the Kubernetes Cluster.
|
|
1230
1230
|
# @param k8s_cluster_id [String] The unique ID of the Kubernetes Cluster
|
|
1231
|
-
# @param kubernetes_cluster [
|
|
1231
|
+
# @param kubernetes_cluster [KubernetesClusterForPut] Details of the Kubernetes Cluster
|
|
1232
1232
|
# @param [Hash] opts the optional parameters
|
|
1233
1233
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
1234
1234
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 5.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 5.
|
|
9
|
+
OpenAPI Generator version: 5.2.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -105,9 +105,17 @@ module Ionoscloud
|
|
|
105
105
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
106
106
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
107
107
|
# @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
108
|
-
# @option opts [String] :filter_status Request
|
|
109
|
-
# @option opts [String] :filter_created_after
|
|
110
|
-
# @option opts [String] :filter_created_before
|
|
108
|
+
# @option opts [String] :filter_status Request filter to fetch all requests based on a particular status [QUEUED, RUNNING, DONE, FAILED]. It doesn't depend on depth query parameter
|
|
109
|
+
# @option opts [String] :filter_created_after Request filter to fetch all requests created after the specified date. It doesn't depend on depth query parameter. Date format e.g. 2021-01-01+00:00:00
|
|
110
|
+
# @option opts [String] :filter_created_before Request filter to fetch all requests created before the specified date. It doesn't depend on depth query parameter. Date format e.g. 2021-01-01+00:00:00
|
|
111
|
+
# @option opts [String] :filter_created_date Response filter to select and display only the requests that contains the specified createdDate. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. Date format e.g. 2020-11-16T17:42:59Z
|
|
112
|
+
# @option opts [String] :filter_created_by Response filter to select and display only the requests that contains the specified createdBy. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
113
|
+
# @option opts [String] :filter_etag Response filter to select and display only the requests that contains the specified etag. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
114
|
+
# @option opts [String] :filter_request_status Response filter to select and display only the requests that contains the specified requestStatus. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
115
|
+
# @option opts [String] :filter_method Response filter to select and display only the requests that contains the specified method. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
116
|
+
# @option opts [String] :filter_headers Response filter to select and display only the requests that contains the specified headers. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
117
|
+
# @option opts [String] :filter_body Response filter to select and display only the requests that contains the specified body. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
118
|
+
# @option opts [String] :filter_url Response filter to select and display only the requests that contains the specified url. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
111
119
|
# @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination) (default to 0)
|
|
112
120
|
# @option opts [Integer] :limit the maximum number of elements to return (use together with <code>offset</code> for pagination) (default to 1000)
|
|
113
121
|
# @return [Requests]
|
|
@@ -122,9 +130,17 @@ module Ionoscloud
|
|
|
122
130
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
123
131
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
124
132
|
# @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
125
|
-
# @option opts [String] :filter_status Request
|
|
126
|
-
# @option opts [String] :filter_created_after
|
|
127
|
-
# @option opts [String] :filter_created_before
|
|
133
|
+
# @option opts [String] :filter_status Request filter to fetch all requests based on a particular status [QUEUED, RUNNING, DONE, FAILED]. It doesn't depend on depth query parameter
|
|
134
|
+
# @option opts [String] :filter_created_after Request filter to fetch all requests created after the specified date. It doesn't depend on depth query parameter. Date format e.g. 2021-01-01+00:00:00
|
|
135
|
+
# @option opts [String] :filter_created_before Request filter to fetch all requests created before the specified date. It doesn't depend on depth query parameter. Date format e.g. 2021-01-01+00:00:00
|
|
136
|
+
# @option opts [String] :filter_created_date Response filter to select and display only the requests that contains the specified createdDate. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0. Date format e.g. 2020-11-16T17:42:59Z
|
|
137
|
+
# @option opts [String] :filter_created_by Response filter to select and display only the requests that contains the specified createdBy. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
138
|
+
# @option opts [String] :filter_etag Response filter to select and display only the requests that contains the specified etag. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
139
|
+
# @option opts [String] :filter_request_status Response filter to select and display only the requests that contains the specified requestStatus. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
140
|
+
# @option opts [String] :filter_method Response filter to select and display only the requests that contains the specified method. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
141
|
+
# @option opts [String] :filter_headers Response filter to select and display only the requests that contains the specified headers. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
142
|
+
# @option opts [String] :filter_body Response filter to select and display only the requests that contains the specified body. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
143
|
+
# @option opts [String] :filter_url Response filter to select and display only the requests that contains the specified url. The value is case insensitive and it depends on depth query parameter that should have a value greater than 0.
|
|
128
144
|
# @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
|
|
129
145
|
# @option opts [Integer] :limit the maximum number of elements to return (use together with <code>offset</code> for pagination)
|
|
130
146
|
# @return [Array<(Requests, Integer, Hash)>] Requests data, response status code and response headers
|
|
@@ -162,6 +178,14 @@ module Ionoscloud
|
|
|
162
178
|
query_params[:'filter.status'] = opts[:'filter_status'] if !opts[:'filter_status'].nil?
|
|
163
179
|
query_params[:'filter.createdAfter'] = opts[:'filter_created_after'] if !opts[:'filter_created_after'].nil?
|
|
164
180
|
query_params[:'filter.createdBefore'] = opts[:'filter_created_before'] if !opts[:'filter_created_before'].nil?
|
|
181
|
+
query_params[:'filter.createdDate'] = opts[:'filter_created_date'] if !opts[:'filter_created_date'].nil?
|
|
182
|
+
query_params[:'filter.createdBy'] = opts[:'filter_created_by'] if !opts[:'filter_created_by'].nil?
|
|
183
|
+
query_params[:'filter.etag'] = opts[:'filter_etag'] if !opts[:'filter_etag'].nil?
|
|
184
|
+
query_params[:'filter.requestStatus'] = opts[:'filter_request_status'] if !opts[:'filter_request_status'].nil?
|
|
185
|
+
query_params[:'filter.method'] = opts[:'filter_method'] if !opts[:'filter_method'].nil?
|
|
186
|
+
query_params[:'filter.headers'] = opts[:'filter_headers'] if !opts[:'filter_headers'].nil?
|
|
187
|
+
query_params[:'filter.body'] = opts[:'filter_body'] if !opts[:'filter_body'].nil?
|
|
188
|
+
query_params[:'filter.url'] = opts[:'filter_url'] if !opts[:'filter_url'].nil?
|
|
165
189
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
166
190
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
167
191
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 5.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 5.
|
|
9
|
+
OpenAPI Generator version: 5.2.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -1599,6 +1599,8 @@ module Ionoscloud
|
|
|
1599
1599
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
1600
1600
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
1601
1601
|
# @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
1602
|
+
# @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination) (default to 0)
|
|
1603
|
+
# @option opts [Integer] :limit the maximum number of elements to return (use together with <code>offset</code> for pagination) (default to 100)
|
|
1602
1604
|
# @return [Users]
|
|
1603
1605
|
def um_users_get(opts = {})
|
|
1604
1606
|
data, _status_code, _headers = um_users_get_with_http_info(opts)
|
|
@@ -1611,6 +1613,8 @@ module Ionoscloud
|
|
|
1611
1613
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
1612
1614
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
1613
1615
|
# @option opts [Integer] :x_contract_number Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
1616
|
+
# @option opts [Integer] :offset the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
|
|
1617
|
+
# @option opts [Integer] :limit the maximum number of elements to return (use together with <code>offset</code> for pagination)
|
|
1614
1618
|
# @return [Array<(Users, Integer, Hash)>] Users data, response status code and response headers
|
|
1615
1619
|
def um_users_get_with_http_info(opts = {})
|
|
1616
1620
|
if @api_client.config.debugging
|
|
@@ -1624,6 +1628,18 @@ module Ionoscloud
|
|
|
1624
1628
|
fail ArgumentError, 'invalid value for "opts[:"depth"]" when calling UserManagementApi.um_users_get, must be greater than or equal to 0.'
|
|
1625
1629
|
end
|
|
1626
1630
|
|
|
1631
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
|
1632
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling UserManagementApi.um_users_get, must be greater than or equal to 0.'
|
|
1633
|
+
end
|
|
1634
|
+
|
|
1635
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 100
|
|
1636
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling UserManagementApi.um_users_get, must be smaller than or equal to 100.'
|
|
1637
|
+
end
|
|
1638
|
+
|
|
1639
|
+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
|
1640
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling UserManagementApi.um_users_get, must be greater than or equal to 1.'
|
|
1641
|
+
end
|
|
1642
|
+
|
|
1627
1643
|
# resource path
|
|
1628
1644
|
local_var_path = '/um/users'
|
|
1629
1645
|
|
|
@@ -1631,6 +1647,8 @@ module Ionoscloud
|
|
|
1631
1647
|
query_params = opts[:query_params] || {}
|
|
1632
1648
|
query_params[:'pretty'] = opts[:'pretty'] if !opts[:'pretty'].nil?
|
|
1633
1649
|
query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
|
|
1650
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
1651
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
1634
1652
|
|
|
1635
1653
|
# header parameters
|
|
1636
1654
|
header_params = opts[:header_params] || {}
|
|
@@ -1829,7 +1847,7 @@ module Ionoscloud
|
|
|
1829
1847
|
|
|
1830
1848
|
# Create a user
|
|
1831
1849
|
# You can use this POST method to create a user
|
|
1832
|
-
# @param user [
|
|
1850
|
+
# @param user [UserPost] User to be created
|
|
1833
1851
|
# @param [Hash] opts the optional parameters
|
|
1834
1852
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
1835
1853
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
@@ -1842,7 +1860,7 @@ module Ionoscloud
|
|
|
1842
1860
|
|
|
1843
1861
|
# Create a user
|
|
1844
1862
|
# You can use this POST method to create a user
|
|
1845
|
-
# @param user [
|
|
1863
|
+
# @param user [UserPost] User to be created
|
|
1846
1864
|
# @param [Hash] opts the optional parameters
|
|
1847
1865
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
1848
1866
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
@@ -1912,7 +1930,7 @@ module Ionoscloud
|
|
|
1912
1930
|
# Modify a user
|
|
1913
1931
|
# You can use update attributes of a User
|
|
1914
1932
|
# @param user_id [String]
|
|
1915
|
-
# @param user [
|
|
1933
|
+
# @param user [UserPut] Modified user
|
|
1916
1934
|
# @param [Hash] opts the optional parameters
|
|
1917
1935
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
1918
1936
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
@@ -1926,7 +1944,7 @@ module Ionoscloud
|
|
|
1926
1944
|
# Modify a user
|
|
1927
1945
|
# You can use update attributes of a User
|
|
1928
1946
|
# @param user_id [String]
|
|
1929
|
-
# @param user [
|
|
1947
|
+
# @param user [UserPut] Modified user
|
|
1930
1948
|
# @param [Hash] opts the optional parameters
|
|
1931
1949
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
1932
1950
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
@@ -2330,10 +2348,10 @@ module Ionoscloud
|
|
|
2330
2348
|
end
|
|
2331
2349
|
|
|
2332
2350
|
# Modify a S3 key having the given key id
|
|
2333
|
-
# You can enable or disable a given S3 key
|
|
2351
|
+
# You can enable or disable a given S3 key.
|
|
2334
2352
|
# @param user_id [String]
|
|
2335
2353
|
# @param key_id [String] The unique access key ID of the S3 key
|
|
2336
|
-
# @param s3_key [S3Key] Modified
|
|
2354
|
+
# @param s3_key [S3Key] Modified S3 key
|
|
2337
2355
|
# @param [Hash] opts the optional parameters
|
|
2338
2356
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines) (default to true)
|
|
2339
2357
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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)
|
|
@@ -2345,10 +2363,10 @@ module Ionoscloud
|
|
|
2345
2363
|
end
|
|
2346
2364
|
|
|
2347
2365
|
# Modify a S3 key having the given key id
|
|
2348
|
-
# You can enable or disable a given S3 key
|
|
2366
|
+
# You can enable or disable a given S3 key.
|
|
2349
2367
|
# @param user_id [String]
|
|
2350
2368
|
# @param key_id [String] The unique access key ID of the S3 key
|
|
2351
|
-
# @param s3_key [S3Key] Modified
|
|
2369
|
+
# @param s3_key [S3Key] Modified S3 key
|
|
2352
2370
|
# @param [Hash] opts the optional parameters
|
|
2353
2371
|
# @option opts [Boolean] :pretty Controls whether response is pretty-printed (with indentation and new lines)
|
|
2354
2372
|
# @option opts [Integer] :depth Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) 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
|
|
@@ -6,19 +6,24 @@
|
|
|
6
6
|
The version of the OpenAPI document: 5.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 5.
|
|
9
|
+
OpenAPI Generator version: 5.2.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'logger'
|
|
16
|
-
require 'net/http'
|
|
17
|
-
require 'set'
|
|
18
16
|
require 'tempfile'
|
|
19
17
|
require 'time'
|
|
20
18
|
require 'typhoeus'
|
|
21
19
|
|
|
20
|
+
|
|
21
|
+
TooManyRequests = 429
|
|
22
|
+
BadGateway = 502
|
|
23
|
+
ServiceUnavailable = 503
|
|
24
|
+
GatewayTimeout = 504
|
|
25
|
+
|
|
26
|
+
|
|
22
27
|
module Ionoscloud
|
|
23
28
|
class ApiClient
|
|
24
29
|
# The Configuration object holding settings to be used in the API client.
|
|
@@ -33,7 +38,7 @@ module Ionoscloud
|
|
|
33
38
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
|
34
39
|
def initialize(config = Configuration.default)
|
|
35
40
|
@config = config
|
|
36
|
-
@user_agent = "ionos-cloud-sdk-ruby/
|
|
41
|
+
@user_agent = "ionos-cloud-sdk-ruby/5.1.2"
|
|
37
42
|
@default_headers = {
|
|
38
43
|
'Content-Type' => 'application/json',
|
|
39
44
|
'User-Agent' => @user_agent
|
|
@@ -49,6 +54,7 @@ module Ionoscloud
|
|
|
49
54
|
# @return [Array<(Object, Integer, Hash)>] an array of 3 elements:
|
|
50
55
|
# the data deserialized from response body (could be nil), response status code and response headers.
|
|
51
56
|
def call_api(http_method, path, opts = {})
|
|
57
|
+
|
|
52
58
|
retry_count = 0
|
|
53
59
|
request = build_request(http_method, path, opts)
|
|
54
60
|
|
|
@@ -60,14 +66,14 @@ module Ionoscloud
|
|
|
60
66
|
@config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
|
|
61
67
|
end
|
|
62
68
|
|
|
63
|
-
case
|
|
64
|
-
when
|
|
69
|
+
case response.code
|
|
70
|
+
when BadGateway, ServiceUnavailable, GatewayTimeout
|
|
65
71
|
backoff_time = @config.wait_time
|
|
66
|
-
when
|
|
72
|
+
when TooManyRequests
|
|
67
73
|
backoff_time = @config.wait_time
|
|
68
74
|
begin
|
|
69
75
|
backoff_time = Integer(response.headers['Retry-After'])
|
|
70
|
-
rescue ArgumentError
|
|
76
|
+
rescue *[ArgumentError, TypeError]
|
|
71
77
|
end
|
|
72
78
|
else
|
|
73
79
|
break
|
|
@@ -441,26 +447,19 @@ module Ionoscloud
|
|
|
441
447
|
end
|
|
442
448
|
|
|
443
449
|
while true
|
|
444
|
-
request = Ionoscloud::RequestApi.new(self).requests_status_get(
|
|
445
|
-
request_id,
|
|
446
|
-
{ :debug_auth_names => ['Basic Authentication'] },
|
|
447
|
-
)
|
|
450
|
+
request = Ionoscloud::RequestApi.new(self).requests_status_get(request_id)
|
|
448
451
|
|
|
449
452
|
if request.metadata.status == 'DONE'
|
|
450
453
|
break
|
|
451
454
|
else
|
|
452
455
|
if request.metadata.status == 'FAILED'
|
|
453
|
-
raise Ionoscloud::ApiError.new(
|
|
454
|
-
'Request {0} failed to complete: {1}'.format(request_id, request.metadata.message),
|
|
455
|
-
)
|
|
456
|
+
raise Ionoscloud::ApiError.new(message: "Request #{request_id} failed to complete: #{request.metadata.message}")
|
|
456
457
|
end
|
|
457
458
|
end
|
|
458
459
|
|
|
459
460
|
current_time = Time.now.to_i
|
|
460
461
|
if timeout && current_time > timeout
|
|
461
|
-
raise Ionoscloud::ApiError.new(
|
|
462
|
-
'Timed out waiting for request {0}.'.format(request_id),
|
|
463
|
-
)
|
|
462
|
+
raise Ionoscloud::ApiError.new(message: "Timed out waiting for request #{request_id}.")
|
|
464
463
|
end
|
|
465
464
|
|
|
466
465
|
if current_time > next_increase
|
|
@@ -500,9 +499,7 @@ module Ionoscloud
|
|
|
500
499
|
|
|
501
500
|
current_time = Time.now.to_i
|
|
502
501
|
if timeout && current_time > timeout
|
|
503
|
-
raise Ionoscloud::ApiError.new(
|
|
504
|
-
'Timed out waiting for request {0}.'.format(request_id),
|
|
505
|
-
)
|
|
502
|
+
raise Ionoscloud::ApiError.new(message: "Timed out.")
|
|
506
503
|
end
|
|
507
504
|
|
|
508
505
|
if current_time > next_increase
|
data/lib/ionoscloud/api_error.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 5.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 5.
|
|
9
|
+
OpenAPI Generator version: 5.2.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -165,8 +165,8 @@ module Ionoscloud
|
|
|
165
165
|
@force_ending_format = false
|
|
166
166
|
@logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
|
|
167
167
|
@max_retries = 3
|
|
168
|
-
@wait_time =
|
|
169
|
-
@max_wait_time =
|
|
168
|
+
@wait_time = 0.1
|
|
169
|
+
@max_wait_time = 2
|
|
170
170
|
|
|
171
171
|
yield(self) if block_given?
|
|
172
172
|
end
|