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,427 @@
|
|
|
1
|
+
# PrivateCrossConnectApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.ionos.com/cloudapi/v5*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**pccs_delete**](PrivateCrossConnectApi.md#pccs_delete) | **DELETE** /pccs/{pccId} | Delete a Private Cross-Connect |
|
|
8
|
+
| [**pccs_find_by_id**](PrivateCrossConnectApi.md#pccs_find_by_id) | **GET** /pccs/{pccId} | Retrieve a Private Cross-Connect |
|
|
9
|
+
| [**pccs_get**](PrivateCrossConnectApi.md#pccs_get) | **GET** /pccs | List Private Cross-Connects |
|
|
10
|
+
| [**pccs_patch**](PrivateCrossConnectApi.md#pccs_patch) | **PATCH** /pccs/{pccId} | Partially modify a private cross-connect |
|
|
11
|
+
| [**pccs_post**](PrivateCrossConnectApi.md#pccs_post) | **POST** /pccs | Create a Private Cross-Connect |
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## pccs_delete
|
|
15
|
+
|
|
16
|
+
> Object pccs_delete(pcc_id, opts)
|
|
17
|
+
|
|
18
|
+
Delete a Private Cross-Connect
|
|
19
|
+
|
|
20
|
+
Delete a private cross-connect if no datacenters are joined to the given PCC
|
|
21
|
+
|
|
22
|
+
### Examples
|
|
23
|
+
|
|
24
|
+
```ruby
|
|
25
|
+
require 'time'
|
|
26
|
+
require 'ionoscloud'
|
|
27
|
+
# setup authorization
|
|
28
|
+
Ionoscloud.configure do |config|
|
|
29
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
30
|
+
config.username = 'YOUR USERNAME'
|
|
31
|
+
config.password = 'YOUR PASSWORD'
|
|
32
|
+
|
|
33
|
+
# Configure API key authorization: Token Authentication
|
|
34
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
35
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
36
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
api_instance = Ionoscloud::PrivateCrossConnectApi.new
|
|
40
|
+
pcc_id = 'pcc_id_example' # String | The unique ID of the private cross-connect
|
|
41
|
+
opts = {
|
|
42
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
43
|
+
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
|
|
44
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
begin
|
|
48
|
+
# Delete a Private Cross-Connect
|
|
49
|
+
result = api_instance.pccs_delete(pcc_id, opts)
|
|
50
|
+
p result
|
|
51
|
+
rescue Ionoscloud::ApiError => e
|
|
52
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_delete: #{e}"
|
|
53
|
+
end
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
#### Using the pccs_delete_with_http_info variant
|
|
57
|
+
|
|
58
|
+
This returns an Array which contains the response data, status code and headers.
|
|
59
|
+
|
|
60
|
+
> <Array(Object, Integer, Hash)> pccs_delete_with_http_info(pcc_id, opts)
|
|
61
|
+
|
|
62
|
+
```ruby
|
|
63
|
+
begin
|
|
64
|
+
# Delete a Private Cross-Connect
|
|
65
|
+
data, status_code, headers = api_instance.pccs_delete_with_http_info(pcc_id, opts)
|
|
66
|
+
p status_code # => 2xx
|
|
67
|
+
p headers # => { ... }
|
|
68
|
+
p data # => Object
|
|
69
|
+
rescue Ionoscloud::ApiError => e
|
|
70
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_delete_with_http_info: #{e}"
|
|
71
|
+
end
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### Parameters
|
|
75
|
+
|
|
76
|
+
| Name | Type | Description | Notes |
|
|
77
|
+
| ---- | ---- | ----------- | ----- |
|
|
78
|
+
| **pcc_id** | **String** | The unique ID of the private cross-connect | |
|
|
79
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
80
|
+
| **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] |
|
|
81
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
82
|
+
|
|
83
|
+
### Return type
|
|
84
|
+
|
|
85
|
+
**Object**
|
|
86
|
+
|
|
87
|
+
### Authorization
|
|
88
|
+
|
|
89
|
+
Basic Authentication, Token Authentication
|
|
90
|
+
|
|
91
|
+
### HTTP request headers
|
|
92
|
+
|
|
93
|
+
- **Content-Type**: Not defined
|
|
94
|
+
- **Accept**: application/json
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## pccs_find_by_id
|
|
98
|
+
|
|
99
|
+
> <PrivateCrossConnect> pccs_find_by_id(pcc_id, opts)
|
|
100
|
+
|
|
101
|
+
Retrieve a Private Cross-Connect
|
|
102
|
+
|
|
103
|
+
You can retrieve a private cross-connect by using the resource's ID. This value can be found in the response body when a private cross-connect is created or when you GET a list of private cross-connects.
|
|
104
|
+
|
|
105
|
+
### Examples
|
|
106
|
+
|
|
107
|
+
```ruby
|
|
108
|
+
require 'time'
|
|
109
|
+
require 'ionoscloud'
|
|
110
|
+
# setup authorization
|
|
111
|
+
Ionoscloud.configure do |config|
|
|
112
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
113
|
+
config.username = 'YOUR USERNAME'
|
|
114
|
+
config.password = 'YOUR PASSWORD'
|
|
115
|
+
|
|
116
|
+
# Configure API key authorization: Token Authentication
|
|
117
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
118
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
119
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
api_instance = Ionoscloud::PrivateCrossConnectApi.new
|
|
123
|
+
pcc_id = 'pcc_id_example' # String | The unique ID of the private cross-connect
|
|
124
|
+
opts = {
|
|
125
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
126
|
+
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
|
|
127
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
begin
|
|
131
|
+
# Retrieve a Private Cross-Connect
|
|
132
|
+
result = api_instance.pccs_find_by_id(pcc_id, opts)
|
|
133
|
+
p result
|
|
134
|
+
rescue Ionoscloud::ApiError => e
|
|
135
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_find_by_id: #{e}"
|
|
136
|
+
end
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
#### Using the pccs_find_by_id_with_http_info variant
|
|
140
|
+
|
|
141
|
+
This returns an Array which contains the response data, status code and headers.
|
|
142
|
+
|
|
143
|
+
> <Array(<PrivateCrossConnect>, Integer, Hash)> pccs_find_by_id_with_http_info(pcc_id, opts)
|
|
144
|
+
|
|
145
|
+
```ruby
|
|
146
|
+
begin
|
|
147
|
+
# Retrieve a Private Cross-Connect
|
|
148
|
+
data, status_code, headers = api_instance.pccs_find_by_id_with_http_info(pcc_id, opts)
|
|
149
|
+
p status_code # => 2xx
|
|
150
|
+
p headers # => { ... }
|
|
151
|
+
p data # => <PrivateCrossConnect>
|
|
152
|
+
rescue Ionoscloud::ApiError => e
|
|
153
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_find_by_id_with_http_info: #{e}"
|
|
154
|
+
end
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Parameters
|
|
158
|
+
|
|
159
|
+
| Name | Type | Description | Notes |
|
|
160
|
+
| ---- | ---- | ----------- | ----- |
|
|
161
|
+
| **pcc_id** | **String** | The unique ID of the private cross-connect | |
|
|
162
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
163
|
+
| **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] |
|
|
164
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
165
|
+
|
|
166
|
+
### Return type
|
|
167
|
+
|
|
168
|
+
[**PrivateCrossConnect**](PrivateCrossConnect.md)
|
|
169
|
+
|
|
170
|
+
### Authorization
|
|
171
|
+
|
|
172
|
+
Basic Authentication, Token Authentication
|
|
173
|
+
|
|
174
|
+
### HTTP request headers
|
|
175
|
+
|
|
176
|
+
- **Content-Type**: Not defined
|
|
177
|
+
- **Accept**: application/json
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## pccs_get
|
|
181
|
+
|
|
182
|
+
> <PrivateCrossConnects> pccs_get(opts)
|
|
183
|
+
|
|
184
|
+
List Private Cross-Connects
|
|
185
|
+
|
|
186
|
+
You can retrieve a complete list of private cross-connects provisioned under your account
|
|
187
|
+
|
|
188
|
+
### Examples
|
|
189
|
+
|
|
190
|
+
```ruby
|
|
191
|
+
require 'time'
|
|
192
|
+
require 'ionoscloud'
|
|
193
|
+
# setup authorization
|
|
194
|
+
Ionoscloud.configure do |config|
|
|
195
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
196
|
+
config.username = 'YOUR USERNAME'
|
|
197
|
+
config.password = 'YOUR PASSWORD'
|
|
198
|
+
|
|
199
|
+
# Configure API key authorization: Token Authentication
|
|
200
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
201
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
202
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
api_instance = Ionoscloud::PrivateCrossConnectApi.new
|
|
206
|
+
opts = {
|
|
207
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
208
|
+
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
|
|
209
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
begin
|
|
213
|
+
# List Private Cross-Connects
|
|
214
|
+
result = api_instance.pccs_get(opts)
|
|
215
|
+
p result
|
|
216
|
+
rescue Ionoscloud::ApiError => e
|
|
217
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_get: #{e}"
|
|
218
|
+
end
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
#### Using the pccs_get_with_http_info variant
|
|
222
|
+
|
|
223
|
+
This returns an Array which contains the response data, status code and headers.
|
|
224
|
+
|
|
225
|
+
> <Array(<PrivateCrossConnects>, Integer, Hash)> pccs_get_with_http_info(opts)
|
|
226
|
+
|
|
227
|
+
```ruby
|
|
228
|
+
begin
|
|
229
|
+
# List Private Cross-Connects
|
|
230
|
+
data, status_code, headers = api_instance.pccs_get_with_http_info(opts)
|
|
231
|
+
p status_code # => 2xx
|
|
232
|
+
p headers # => { ... }
|
|
233
|
+
p data # => <PrivateCrossConnects>
|
|
234
|
+
rescue Ionoscloud::ApiError => e
|
|
235
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_get_with_http_info: #{e}"
|
|
236
|
+
end
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### Parameters
|
|
240
|
+
|
|
241
|
+
| Name | Type | Description | Notes |
|
|
242
|
+
| ---- | ---- | ----------- | ----- |
|
|
243
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
244
|
+
| **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] |
|
|
245
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
246
|
+
|
|
247
|
+
### Return type
|
|
248
|
+
|
|
249
|
+
[**PrivateCrossConnects**](PrivateCrossConnects.md)
|
|
250
|
+
|
|
251
|
+
### Authorization
|
|
252
|
+
|
|
253
|
+
Basic Authentication, Token Authentication
|
|
254
|
+
|
|
255
|
+
### HTTP request headers
|
|
256
|
+
|
|
257
|
+
- **Content-Type**: Not defined
|
|
258
|
+
- **Accept**: application/json
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## pccs_patch
|
|
262
|
+
|
|
263
|
+
> <PrivateCrossConnect> pccs_patch(pcc_id, pcc, opts)
|
|
264
|
+
|
|
265
|
+
Partially modify a private cross-connect
|
|
266
|
+
|
|
267
|
+
You can use update private cross-connect to re-name or update its description
|
|
268
|
+
|
|
269
|
+
### Examples
|
|
270
|
+
|
|
271
|
+
```ruby
|
|
272
|
+
require 'time'
|
|
273
|
+
require 'ionoscloud'
|
|
274
|
+
# setup authorization
|
|
275
|
+
Ionoscloud.configure do |config|
|
|
276
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
277
|
+
config.username = 'YOUR USERNAME'
|
|
278
|
+
config.password = 'YOUR PASSWORD'
|
|
279
|
+
|
|
280
|
+
# Configure API key authorization: Token Authentication
|
|
281
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
282
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
283
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
284
|
+
end
|
|
285
|
+
|
|
286
|
+
api_instance = Ionoscloud::PrivateCrossConnectApi.new
|
|
287
|
+
pcc_id = 'pcc_id_example' # String | The unique ID of the private cross-connect
|
|
288
|
+
pcc = Ionoscloud::PrivateCrossConnectProperties.new # PrivateCrossConnectProperties | Modified properties of private cross-connect
|
|
289
|
+
opts = {
|
|
290
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
291
|
+
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
|
|
292
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
begin
|
|
296
|
+
# Partially modify a private cross-connect
|
|
297
|
+
result = api_instance.pccs_patch(pcc_id, pcc, opts)
|
|
298
|
+
p result
|
|
299
|
+
rescue Ionoscloud::ApiError => e
|
|
300
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_patch: #{e}"
|
|
301
|
+
end
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
#### Using the pccs_patch_with_http_info variant
|
|
305
|
+
|
|
306
|
+
This returns an Array which contains the response data, status code and headers.
|
|
307
|
+
|
|
308
|
+
> <Array(<PrivateCrossConnect>, Integer, Hash)> pccs_patch_with_http_info(pcc_id, pcc, opts)
|
|
309
|
+
|
|
310
|
+
```ruby
|
|
311
|
+
begin
|
|
312
|
+
# Partially modify a private cross-connect
|
|
313
|
+
data, status_code, headers = api_instance.pccs_patch_with_http_info(pcc_id, pcc, opts)
|
|
314
|
+
p status_code # => 2xx
|
|
315
|
+
p headers # => { ... }
|
|
316
|
+
p data # => <PrivateCrossConnect>
|
|
317
|
+
rescue Ionoscloud::ApiError => e
|
|
318
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_patch_with_http_info: #{e}"
|
|
319
|
+
end
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
### Parameters
|
|
323
|
+
|
|
324
|
+
| Name | Type | Description | Notes |
|
|
325
|
+
| ---- | ---- | ----------- | ----- |
|
|
326
|
+
| **pcc_id** | **String** | The unique ID of the private cross-connect | |
|
|
327
|
+
| **pcc** | [**PrivateCrossConnectProperties**](PrivateCrossConnectProperties.md) | Modified properties of private cross-connect | |
|
|
328
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
329
|
+
| **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] |
|
|
330
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
331
|
+
|
|
332
|
+
### Return type
|
|
333
|
+
|
|
334
|
+
[**PrivateCrossConnect**](PrivateCrossConnect.md)
|
|
335
|
+
|
|
336
|
+
### Authorization
|
|
337
|
+
|
|
338
|
+
Basic Authentication, Token Authentication
|
|
339
|
+
|
|
340
|
+
### HTTP request headers
|
|
341
|
+
|
|
342
|
+
- **Content-Type**: application/json
|
|
343
|
+
- **Accept**: application/json
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
## pccs_post
|
|
347
|
+
|
|
348
|
+
> <PrivateCrossConnect> pccs_post(pcc, opts)
|
|
349
|
+
|
|
350
|
+
Create a Private Cross-Connect
|
|
351
|
+
|
|
352
|
+
You can use this POST method to create a private cross-connect
|
|
353
|
+
|
|
354
|
+
### Examples
|
|
355
|
+
|
|
356
|
+
```ruby
|
|
357
|
+
require 'time'
|
|
358
|
+
require 'ionoscloud'
|
|
359
|
+
# setup authorization
|
|
360
|
+
Ionoscloud.configure do |config|
|
|
361
|
+
# Configure HTTP basic authorization: Basic Authentication
|
|
362
|
+
config.username = 'YOUR USERNAME'
|
|
363
|
+
config.password = 'YOUR PASSWORD'
|
|
364
|
+
|
|
365
|
+
# Configure API key authorization: Token Authentication
|
|
366
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
367
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
368
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
369
|
+
end
|
|
370
|
+
|
|
371
|
+
api_instance = Ionoscloud::PrivateCrossConnectApi.new
|
|
372
|
+
pcc = Ionoscloud::PrivateCrossConnect.new({properties: Ionoscloud::PrivateCrossConnectProperties.new}) # PrivateCrossConnect | Private Cross-Connect to be created
|
|
373
|
+
opts = {
|
|
374
|
+
pretty: true, # Boolean | Controls whether response is pretty-printed (with indentation and new lines)
|
|
375
|
+
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
|
|
376
|
+
x_contract_number: 56 # Integer | Users having more than 1 contract need to provide contract number, against which all API requests should be executed
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
begin
|
|
380
|
+
# Create a Private Cross-Connect
|
|
381
|
+
result = api_instance.pccs_post(pcc, opts)
|
|
382
|
+
p result
|
|
383
|
+
rescue Ionoscloud::ApiError => e
|
|
384
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_post: #{e}"
|
|
385
|
+
end
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
#### Using the pccs_post_with_http_info variant
|
|
389
|
+
|
|
390
|
+
This returns an Array which contains the response data, status code and headers.
|
|
391
|
+
|
|
392
|
+
> <Array(<PrivateCrossConnect>, Integer, Hash)> pccs_post_with_http_info(pcc, opts)
|
|
393
|
+
|
|
394
|
+
```ruby
|
|
395
|
+
begin
|
|
396
|
+
# Create a Private Cross-Connect
|
|
397
|
+
data, status_code, headers = api_instance.pccs_post_with_http_info(pcc, opts)
|
|
398
|
+
p status_code # => 2xx
|
|
399
|
+
p headers # => { ... }
|
|
400
|
+
p data # => <PrivateCrossConnect>
|
|
401
|
+
rescue Ionoscloud::ApiError => e
|
|
402
|
+
puts "Error when calling PrivateCrossConnectApi->pccs_post_with_http_info: #{e}"
|
|
403
|
+
end
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
### Parameters
|
|
407
|
+
|
|
408
|
+
| Name | Type | Description | Notes |
|
|
409
|
+
| ---- | ---- | ----------- | ----- |
|
|
410
|
+
| **pcc** | [**PrivateCrossConnect**](PrivateCrossConnect.md) | Private Cross-Connect to be created | |
|
|
411
|
+
| **pretty** | **Boolean** | Controls whether response is pretty-printed (with indentation and new lines) | [optional][default to true] |
|
|
412
|
+
| **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] |
|
|
413
|
+
| **x_contract_number** | **Integer** | Users having more than 1 contract need to provide contract number, against which all API requests should be executed | [optional] |
|
|
414
|
+
|
|
415
|
+
### Return type
|
|
416
|
+
|
|
417
|
+
[**PrivateCrossConnect**](PrivateCrossConnect.md)
|
|
418
|
+
|
|
419
|
+
### Authorization
|
|
420
|
+
|
|
421
|
+
Basic Authentication, Token Authentication
|
|
422
|
+
|
|
423
|
+
### HTTP request headers
|
|
424
|
+
|
|
425
|
+
- **Content-Type**: application/json
|
|
426
|
+
- **Accept**: application/json
|
|
427
|
+
|