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
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
# IPBlocksApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.ionos.com/cloudapi/v5*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**ipblocks_delete**](IPBlocksApi.md#ipblocks_delete) | **DELETE** /ipblocks/{ipblockId} | Delete IP Block |
|
|
8
|
+
| [**ipblocks_find_by_id**](IPBlocksApi.md#ipblocks_find_by_id) | **GET** /ipblocks/{ipblockId} | Retrieve an IP Block |
|
|
9
|
+
| [**ipblocks_get**](IPBlocksApi.md#ipblocks_get) | **GET** /ipblocks | List IP Blocks |
|
|
10
|
+
| [**ipblocks_patch**](IPBlocksApi.md#ipblocks_patch) | **PATCH** /ipblocks/{ipblockId} | Partially modify IP Block |
|
|
11
|
+
| [**ipblocks_post**](IPBlocksApi.md#ipblocks_post) | **POST** /ipblocks | Reserve IP Block |
|
|
12
|
+
| [**ipblocks_put**](IPBlocksApi.md#ipblocks_put) | **PUT** /ipblocks/{ipblockId} | Modify IP Block |
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## ipblocks_delete
|
|
16
|
+
|
|
17
|
+
> Object ipblocks_delete(ipblock_id, opts)
|
|
18
|
+
|
|
19
|
+
Delete IP Block
|
|
20
|
+
|
|
21
|
+
Removes the specific IP Block
|
|
22
|
+
|
|
23
|
+
### Examples
|
|
24
|
+
|
|
25
|
+
```ruby
|
|
26
|
+
require 'time'
|
|
27
|
+
require 'ionoscloud'
|
|
28
|
+
# setup authorization
|
|
29
|
+
Ionoscloud.configure do |config|
|
|
30
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
31
|
+
config.username = 'YOUR USERNAME'
|
|
32
|
+
config.password = 'YOUR PASSWORD'
|
|
33
|
+
|
|
34
|
+
# Configure API key authorization: Token Authentication
|
|
35
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
36
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
37
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
api_instance = Ionoscloud::IPBlocksApi.new
|
|
41
|
+
ipblock_id = 'ipblock_id_example' # String |
|
|
42
|
+
opts = {
|
|
43
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
44
|
+
depth: 56, # Integer | 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
|
|
45
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
begin
|
|
49
|
+
# Delete IP Block
|
|
50
|
+
result = api_instance.ipblocks_delete(ipblock_id, opts)
|
|
51
|
+
p result
|
|
52
|
+
rescue Ionoscloud::ApiError => e
|
|
53
|
+
puts "Error when calling IPBlocksApi->ipblocks_delete: #{e}"
|
|
54
|
+
end
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
#### Using the ipblocks_delete_with_http_info variant
|
|
58
|
+
|
|
59
|
+
This returns an Array which contains the response data, status code and headers.
|
|
60
|
+
|
|
61
|
+
> <Array(Object, Integer, Hash)> ipblocks_delete_with_http_info(ipblock_id, opts)
|
|
62
|
+
|
|
63
|
+
```ruby
|
|
64
|
+
begin
|
|
65
|
+
# Delete IP Block
|
|
66
|
+
data, status_code, headers = api_instance.ipblocks_delete_with_http_info(ipblock_id, opts)
|
|
67
|
+
p status_code # => 2xx
|
|
68
|
+
p headers # => { ... }
|
|
69
|
+
p data # => Object
|
|
70
|
+
rescue Ionoscloud::ApiError => e
|
|
71
|
+
puts "Error when calling IPBlocksApi->ipblocks_delete_with_http_info: #{e}"
|
|
72
|
+
end
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Parameters
|
|
76
|
+
|
|
77
|
+
| Name | Type | Description | Notes |
|
|
78
|
+
| ---- | ---- | ----------- | ----- |
|
|
79
|
+
| **ipblock_id** | **String** | | |
|
|
80
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
81
|
+
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
82
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
83
|
+
|
|
84
|
+
### Return type
|
|
85
|
+
|
|
86
|
+
**Object**
|
|
87
|
+
|
|
88
|
+
### Authorization
|
|
89
|
+
|
|
90
|
+
Basic Authentication, Token Authentication
|
|
91
|
+
|
|
92
|
+
### HTTP request headers
|
|
93
|
+
|
|
94
|
+
- **Content-Type**: Not defined
|
|
95
|
+
- **Accept**: application/json
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## ipblocks_find_by_id
|
|
99
|
+
|
|
100
|
+
> <IpBlock> ipblocks_find_by_id(ipblock_id, opts)
|
|
101
|
+
|
|
102
|
+
Retrieve an IP Block
|
|
103
|
+
|
|
104
|
+
Retrieves the attributes of a given IP Block.
|
|
105
|
+
|
|
106
|
+
### Examples
|
|
107
|
+
|
|
108
|
+
```ruby
|
|
109
|
+
require 'time'
|
|
110
|
+
require 'ionoscloud'
|
|
111
|
+
# setup authorization
|
|
112
|
+
Ionoscloud.configure do |config|
|
|
113
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
114
|
+
config.username = 'YOUR USERNAME'
|
|
115
|
+
config.password = 'YOUR PASSWORD'
|
|
116
|
+
|
|
117
|
+
# Configure API key authorization: Token Authentication
|
|
118
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
119
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
120
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
api_instance = Ionoscloud::IPBlocksApi.new
|
|
124
|
+
ipblock_id = 'ipblock_id_example' # String |
|
|
125
|
+
opts = {
|
|
126
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
127
|
+
depth: 56, # Integer | 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
|
|
128
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
begin
|
|
132
|
+
# Retrieve an IP Block
|
|
133
|
+
result = api_instance.ipblocks_find_by_id(ipblock_id, opts)
|
|
134
|
+
p result
|
|
135
|
+
rescue Ionoscloud::ApiError => e
|
|
136
|
+
puts "Error when calling IPBlocksApi->ipblocks_find_by_id: #{e}"
|
|
137
|
+
end
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
#### Using the ipblocks_find_by_id_with_http_info variant
|
|
141
|
+
|
|
142
|
+
This returns an Array which contains the response data, status code and headers.
|
|
143
|
+
|
|
144
|
+
> <Array(<IpBlock>, Integer, Hash)> ipblocks_find_by_id_with_http_info(ipblock_id, opts)
|
|
145
|
+
|
|
146
|
+
```ruby
|
|
147
|
+
begin
|
|
148
|
+
# Retrieve an IP Block
|
|
149
|
+
data, status_code, headers = api_instance.ipblocks_find_by_id_with_http_info(ipblock_id, opts)
|
|
150
|
+
p status_code # => 2xx
|
|
151
|
+
p headers # => { ... }
|
|
152
|
+
p data # => <IpBlock>
|
|
153
|
+
rescue Ionoscloud::ApiError => e
|
|
154
|
+
puts "Error when calling IPBlocksApi->ipblocks_find_by_id_with_http_info: #{e}"
|
|
155
|
+
end
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### Parameters
|
|
159
|
+
|
|
160
|
+
| Name | Type | Description | Notes |
|
|
161
|
+
| ---- | ---- | ----------- | ----- |
|
|
162
|
+
| **ipblock_id** | **String** | | |
|
|
163
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
164
|
+
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
165
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
166
|
+
|
|
167
|
+
### Return type
|
|
168
|
+
|
|
169
|
+
[**IpBlock**](IpBlock.md)
|
|
170
|
+
|
|
171
|
+
### Authorization
|
|
172
|
+
|
|
173
|
+
Basic Authentication, Token Authentication
|
|
174
|
+
|
|
175
|
+
### HTTP request headers
|
|
176
|
+
|
|
177
|
+
- **Content-Type**: Not defined
|
|
178
|
+
- **Accept**: application/json
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
## ipblocks_get
|
|
182
|
+
|
|
183
|
+
> <IpBlocks> ipblocks_get(opts)
|
|
184
|
+
|
|
185
|
+
List IP Blocks
|
|
186
|
+
|
|
187
|
+
Retrieve a list of all reserved IP Blocks
|
|
188
|
+
|
|
189
|
+
### Examples
|
|
190
|
+
|
|
191
|
+
```ruby
|
|
192
|
+
require 'time'
|
|
193
|
+
require 'ionoscloud'
|
|
194
|
+
# setup authorization
|
|
195
|
+
Ionoscloud.configure do |config|
|
|
196
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
197
|
+
config.username = 'YOUR USERNAME'
|
|
198
|
+
config.password = 'YOUR PASSWORD'
|
|
199
|
+
|
|
200
|
+
# Configure API key authorization: Token Authentication
|
|
201
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
202
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
203
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
api_instance = Ionoscloud::IPBlocksApi.new
|
|
207
|
+
opts = {
|
|
208
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
209
|
+
depth: 56, # Integer | 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
|
|
210
|
+
x_contract_number: 56, # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
211
|
+
offset: 56, # Integer | the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
|
|
212
|
+
limit: 56 # Integer | the maximum number of elements to return (use together with offset for pagination)
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
begin
|
|
216
|
+
# List IP Blocks
|
|
217
|
+
result = api_instance.ipblocks_get(opts)
|
|
218
|
+
p result
|
|
219
|
+
rescue Ionoscloud::ApiError => e
|
|
220
|
+
puts "Error when calling IPBlocksApi->ipblocks_get: #{e}"
|
|
221
|
+
end
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
#### Using the ipblocks_get_with_http_info variant
|
|
225
|
+
|
|
226
|
+
This returns an Array which contains the response data, status code and headers.
|
|
227
|
+
|
|
228
|
+
> <Array(<IpBlocks>, Integer, Hash)> ipblocks_get_with_http_info(opts)
|
|
229
|
+
|
|
230
|
+
```ruby
|
|
231
|
+
begin
|
|
232
|
+
# List IP Blocks
|
|
233
|
+
data, status_code, headers = api_instance.ipblocks_get_with_http_info(opts)
|
|
234
|
+
p status_code # => 2xx
|
|
235
|
+
p headers # => { ... }
|
|
236
|
+
p data # => <IpBlocks>
|
|
237
|
+
rescue Ionoscloud::ApiError => e
|
|
238
|
+
puts "Error when calling IPBlocksApi->ipblocks_get_with_http_info: #{e}"
|
|
239
|
+
end
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
### Parameters
|
|
243
|
+
|
|
244
|
+
| Name | Type | Description | Notes |
|
|
245
|
+
| ---- | ---- | ----------- | ----- |
|
|
246
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
247
|
+
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
248
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
249
|
+
| **offset** | **Integer** | the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination) | [optional][default to 0] |
|
|
250
|
+
| **limit** | **Integer** | the maximum number of elements to return (use together with offset for pagination) | [optional][default to 100] |
|
|
251
|
+
|
|
252
|
+
### Return type
|
|
253
|
+
|
|
254
|
+
[**IpBlocks**](IpBlocks.md)
|
|
255
|
+
|
|
256
|
+
### Authorization
|
|
257
|
+
|
|
258
|
+
Basic Authentication, Token Authentication
|
|
259
|
+
|
|
260
|
+
### HTTP request headers
|
|
261
|
+
|
|
262
|
+
- **Content-Type**: Not defined
|
|
263
|
+
- **Accept**: application/json
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## ipblocks_patch
|
|
267
|
+
|
|
268
|
+
> <IpBlock> ipblocks_patch(ipblock_id, ipblock, opts)
|
|
269
|
+
|
|
270
|
+
Partially modify IP Block
|
|
271
|
+
|
|
272
|
+
You can use update attributes of a resource
|
|
273
|
+
|
|
274
|
+
### Examples
|
|
275
|
+
|
|
276
|
+
```ruby
|
|
277
|
+
require 'time'
|
|
278
|
+
require 'ionoscloud'
|
|
279
|
+
# setup authorization
|
|
280
|
+
Ionoscloud.configure do |config|
|
|
281
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
282
|
+
config.username = 'YOUR USERNAME'
|
|
283
|
+
config.password = 'YOUR PASSWORD'
|
|
284
|
+
|
|
285
|
+
# Configure API key authorization: Token Authentication
|
|
286
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
287
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
288
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
289
|
+
end
|
|
290
|
+
|
|
291
|
+
api_instance = Ionoscloud::IPBlocksApi.new
|
|
292
|
+
ipblock_id = 'ipblock_id_example' # String |
|
|
293
|
+
ipblock = Ionoscloud::IpBlockProperties.new({location: 'us/las', size: 5}) # IpBlockProperties | IP Block to be modified
|
|
294
|
+
opts = {
|
|
295
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
296
|
+
depth: 56, # Integer | 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
|
|
297
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
begin
|
|
301
|
+
# Partially modify IP Block
|
|
302
|
+
result = api_instance.ipblocks_patch(ipblock_id, ipblock, opts)
|
|
303
|
+
p result
|
|
304
|
+
rescue Ionoscloud::ApiError => e
|
|
305
|
+
puts "Error when calling IPBlocksApi->ipblocks_patch: #{e}"
|
|
306
|
+
end
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
#### Using the ipblocks_patch_with_http_info variant
|
|
310
|
+
|
|
311
|
+
This returns an Array which contains the response data, status code and headers.
|
|
312
|
+
|
|
313
|
+
> <Array(<IpBlock>, Integer, Hash)> ipblocks_patch_with_http_info(ipblock_id, ipblock, opts)
|
|
314
|
+
|
|
315
|
+
```ruby
|
|
316
|
+
begin
|
|
317
|
+
# Partially modify IP Block
|
|
318
|
+
data, status_code, headers = api_instance.ipblocks_patch_with_http_info(ipblock_id, ipblock, opts)
|
|
319
|
+
p status_code # => 2xx
|
|
320
|
+
p headers # => { ... }
|
|
321
|
+
p data # => <IpBlock>
|
|
322
|
+
rescue Ionoscloud::ApiError => e
|
|
323
|
+
puts "Error when calling IPBlocksApi->ipblocks_patch_with_http_info: #{e}"
|
|
324
|
+
end
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
### Parameters
|
|
328
|
+
|
|
329
|
+
| Name | Type | Description | Notes |
|
|
330
|
+
| ---- | ---- | ----------- | ----- |
|
|
331
|
+
| **ipblock_id** | **String** | | |
|
|
332
|
+
| **ipblock** | [**IpBlockProperties**](IpBlockProperties.md) | IP Block to be modified | |
|
|
333
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
334
|
+
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
335
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
336
|
+
|
|
337
|
+
### Return type
|
|
338
|
+
|
|
339
|
+
[**IpBlock**](IpBlock.md)
|
|
340
|
+
|
|
341
|
+
### Authorization
|
|
342
|
+
|
|
343
|
+
Basic Authentication, Token Authentication
|
|
344
|
+
|
|
345
|
+
### HTTP request headers
|
|
346
|
+
|
|
347
|
+
- **Content-Type**: application/json
|
|
348
|
+
- **Accept**: application/json
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
## ipblocks_post
|
|
352
|
+
|
|
353
|
+
> <IpBlock> ipblocks_post(ipblock, opts)
|
|
354
|
+
|
|
355
|
+
Reserve IP Block
|
|
356
|
+
|
|
357
|
+
This will reserve a new IP Block
|
|
358
|
+
|
|
359
|
+
### Examples
|
|
360
|
+
|
|
361
|
+
```ruby
|
|
362
|
+
require 'time'
|
|
363
|
+
require 'ionoscloud'
|
|
364
|
+
# setup authorization
|
|
365
|
+
Ionoscloud.configure do |config|
|
|
366
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
367
|
+
config.username = 'YOUR USERNAME'
|
|
368
|
+
config.password = 'YOUR PASSWORD'
|
|
369
|
+
|
|
370
|
+
# Configure API key authorization: Token Authentication
|
|
371
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
372
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
373
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
374
|
+
end
|
|
375
|
+
|
|
376
|
+
api_instance = Ionoscloud::IPBlocksApi.new
|
|
377
|
+
ipblock = Ionoscloud::IpBlock.new({properties: Ionoscloud::IpBlockProperties.new({location: 'us/las', size: 5})}) # IpBlock | IP Block to be reserved
|
|
378
|
+
opts = {
|
|
379
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
380
|
+
depth: 56, # Integer | 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
|
|
381
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
begin
|
|
385
|
+
# Reserve IP Block
|
|
386
|
+
result = api_instance.ipblocks_post(ipblock, opts)
|
|
387
|
+
p result
|
|
388
|
+
rescue Ionoscloud::ApiError => e
|
|
389
|
+
puts "Error when calling IPBlocksApi->ipblocks_post: #{e}"
|
|
390
|
+
end
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
#### Using the ipblocks_post_with_http_info variant
|
|
394
|
+
|
|
395
|
+
This returns an Array which contains the response data, status code and headers.
|
|
396
|
+
|
|
397
|
+
> <Array(<IpBlock>, Integer, Hash)> ipblocks_post_with_http_info(ipblock, opts)
|
|
398
|
+
|
|
399
|
+
```ruby
|
|
400
|
+
begin
|
|
401
|
+
# Reserve IP Block
|
|
402
|
+
data, status_code, headers = api_instance.ipblocks_post_with_http_info(ipblock, opts)
|
|
403
|
+
p status_code # => 2xx
|
|
404
|
+
p headers # => { ... }
|
|
405
|
+
p data # => <IpBlock>
|
|
406
|
+
rescue Ionoscloud::ApiError => e
|
|
407
|
+
puts "Error when calling IPBlocksApi->ipblocks_post_with_http_info: #{e}"
|
|
408
|
+
end
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
### Parameters
|
|
412
|
+
|
|
413
|
+
| Name | Type | Description | Notes |
|
|
414
|
+
| ---- | ---- | ----------- | ----- |
|
|
415
|
+
| **ipblock** | [**IpBlock**](IpBlock.md) | IP Block to be reserved | |
|
|
416
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
417
|
+
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
418
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
419
|
+
|
|
420
|
+
### Return type
|
|
421
|
+
|
|
422
|
+
[**IpBlock**](IpBlock.md)
|
|
423
|
+
|
|
424
|
+
### Authorization
|
|
425
|
+
|
|
426
|
+
Basic Authentication, Token Authentication
|
|
427
|
+
|
|
428
|
+
### HTTP request headers
|
|
429
|
+
|
|
430
|
+
- **Content-Type**: application/json
|
|
431
|
+
- **Accept**: application/json
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## ipblocks_put
|
|
435
|
+
|
|
436
|
+
> <IpBlock> ipblocks_put(ipblock_id, ipblock, opts)
|
|
437
|
+
|
|
438
|
+
Modify IP Block
|
|
439
|
+
|
|
440
|
+
You can use update attributes of a resource
|
|
441
|
+
|
|
442
|
+
### Examples
|
|
443
|
+
|
|
444
|
+
```ruby
|
|
445
|
+
require 'time'
|
|
446
|
+
require 'ionoscloud'
|
|
447
|
+
# setup authorization
|
|
448
|
+
Ionoscloud.configure do |config|
|
|
449
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
450
|
+
config.username = 'YOUR USERNAME'
|
|
451
|
+
config.password = 'YOUR PASSWORD'
|
|
452
|
+
|
|
453
|
+
# Configure API key authorization: Token Authentication
|
|
454
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
455
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
456
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
api_instance = Ionoscloud::IPBlocksApi.new
|
|
460
|
+
ipblock_id = 'ipblock_id_example' # String |
|
|
461
|
+
ipblock = Ionoscloud::IpBlock.new({properties: Ionoscloud::IpBlockProperties.new({location: 'us/las', size: 5})}) # IpBlock | IP Block to be modified
|
|
462
|
+
opts = {
|
|
463
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
464
|
+
depth: 56, # Integer | 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
|
|
465
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
begin
|
|
469
|
+
# Modify IP Block
|
|
470
|
+
result = api_instance.ipblocks_put(ipblock_id, ipblock, opts)
|
|
471
|
+
p result
|
|
472
|
+
rescue Ionoscloud::ApiError => e
|
|
473
|
+
puts "Error when calling IPBlocksApi->ipblocks_put: #{e}"
|
|
474
|
+
end
|
|
475
|
+
```
|
|
476
|
+
|
|
477
|
+
#### Using the ipblocks_put_with_http_info variant
|
|
478
|
+
|
|
479
|
+
This returns an Array which contains the response data, status code and headers.
|
|
480
|
+
|
|
481
|
+
> <Array(<IpBlock>, Integer, Hash)> ipblocks_put_with_http_info(ipblock_id, ipblock, opts)
|
|
482
|
+
|
|
483
|
+
```ruby
|
|
484
|
+
begin
|
|
485
|
+
# Modify IP Block
|
|
486
|
+
data, status_code, headers = api_instance.ipblocks_put_with_http_info(ipblock_id, ipblock, opts)
|
|
487
|
+
p status_code # => 2xx
|
|
488
|
+
p headers # => { ... }
|
|
489
|
+
p data # => <IpBlock>
|
|
490
|
+
rescue Ionoscloud::ApiError => e
|
|
491
|
+
puts "Error when calling IPBlocksApi->ipblocks_put_with_http_info: #{e}"
|
|
492
|
+
end
|
|
493
|
+
```
|
|
494
|
+
|
|
495
|
+
### Parameters
|
|
496
|
+
|
|
497
|
+
| Name | Type | Description | Notes |
|
|
498
|
+
| ---- | ---- | ----------- | ----- |
|
|
499
|
+
| **ipblock_id** | **String** | | |
|
|
500
|
+
| **ipblock** | [**IpBlock**](IpBlock.md) | IP Block to be modified | |
|
|
501
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
502
|
+
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
503
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
504
|
+
|
|
505
|
+
### Return type
|
|
506
|
+
|
|
507
|
+
[**IpBlock**](IpBlock.md)
|
|
508
|
+
|
|
509
|
+
### Authorization
|
|
510
|
+
|
|
511
|
+
Basic Authentication, Token Authentication
|
|
512
|
+
|
|
513
|
+
### HTTP request headers
|
|
514
|
+
|
|
515
|
+
- **Content-Type**: application/json
|
|
516
|
+
- **Accept**: application/json
|
|
517
|
+
|