├── core ├── VERSION ├── auth │ └── test_resources │ │ ├── test_string_key.txt │ │ ├── test_string_key_foo.txt │ │ ├── test_invalid_structure.json │ │ ├── test_credentials_bar.json │ │ └── test_credentials_foo.json ├── NOTICE.txt ├── clients │ └── doc.go └── go.mod ├── services ├── alb │ ├── VERSION │ └── .openapi-generator │ │ └── VERSION ├── dns │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_label_test.go │ ├── model_message_test.go │ ├── model_record_test.go │ ├── model_domain_extensions_test.go │ ├── model_error_message_test.go │ ├── model_import_summary_test.go │ ├── model_move_zone_payload_test.go │ ├── model_record_payload_test.go │ ├── model_zone_extensions_test.go │ ├── model_zone_response_test.go │ ├── model_clone_zone_payload_test.go │ ├── model_create_label_payload_test.go │ ├── model_create_label_response_test.go │ ├── model_delete_label_response_test.go │ ├── model_list_labels_response_test.go │ ├── model_list_zones_response_test.go │ ├── model_move_code_response_test.go │ ├── model_record_data_exchange_test.go │ ├── model_record_set_response_test.go │ ├── model_zone_data_exchange_test.go │ ├── model_import_record_sets_payload_test.go │ ├── model_import_record_sets_response_test.go │ ├── model_list_record_sets_response_test.go │ ├── model_partial_update_zone_payload_test.go │ ├── model_validate_move_code_payload_test.go │ ├── model_create_zone_payload_extensions_test.go │ ├── model_domain_observability_extension_test.go │ ├── model_zone_models_import_record_model_test.go │ ├── model_zone_models_import_zone_json_test.go │ ├── model_zone_observability_extension_test.go │ └── model_partial_update_record_set_payload_test.go ├── git │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_instance_flavor_test.go │ ├── model_list_flavors_test.go │ ├── model_list_instances_test.go │ ├── model_runner_label_test.go │ ├── model_list_runner_labels_test.go │ ├── model_create_instance_payload_test.go │ ├── model_generic_error_response_test.go │ ├── model_patch_instance_payload_test.go │ ├── model_unauthorized_response_test.go │ └── model_internal_server_error_response_test.go ├── kms │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_purpose_test.go │ ├── model_access_scope_test.go │ ├── model_algorithm_test.go │ ├── model_http_error_test.go │ ├── model_key_list_test.go │ ├── model_protection_test.go │ ├── model_sign_payload_test.go │ ├── model_signed_data_test.go │ ├── model_version_list_test.go │ ├── model_decrypt_payload_test.go │ ├── model_decrypted_data_test.go │ ├── model_encrypt_payload_test.go │ ├── model_encrypted_data_test.go │ ├── model_key_ring_list_test.go │ ├── model_verified_data_test.go │ ├── model_verify_payload_test.go │ ├── model_wrapping_key_list_test.go │ └── model_wrapping_purpose_test.go ├── archiving │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── go.mod ├── auditlog │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── go.mod ├── cdn │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── model_config_test.go │ ├── model_region_test.go │ ├── model_optimizer_test.go │ ├── model_waf_config_test.go │ ├── model_waf_mode_test.go │ ├── model_waf_rule_test.go │ ├── model_waf_type_test.go │ ├── model_bucket_backend_test.go │ ├── model_config_backend_test.go │ ├── model_config_log_sink_test.go │ ├── model_config_patch_test.go │ ├── model_custom_domain_test.go │ ├── model_distribution_waf_test.go │ ├── model_domain_status_test.go │ ├── model_http_backend_test.go │ ├── model_loki_log_sink_test.go │ ├── model_optimizer_patch_test.go │ ├── model_waf_config_patch_test.go │ ├── model_waf_rule_action_test.go │ ├── model_waf_rule_group_test.go │ ├── model_waf_violation_test.go │ ├── model_bucket_backend_create_test.go │ ├── model_bucket_backend_patch_test.go │ ├── model_bucket_credentials_test.go │ ├── model_config_patch_backend_test.go │ ├── model_config_patch_log_sink_test.go │ ├── model_generic_json_response_test.go │ ├── model_get_logs_response_test.go │ ├── model_http_backend_create_test.go │ ├── model_http_backend_patch_test.go │ ├── model_loki_log_sink_create_test.go │ ├── model_loki_log_sink_patch_test.go │ ├── model_purge_cache_payload_test.go │ ├── model_waf_paranoia_level_test.go │ ├── model_waf_rule_collection_test.go │ ├── model_waf_status_rule_block_test.go │ ├── model_distribution_logs_record_test.go │ ├── model_find_cache_paths_response_test.go │ ├── model_get_cache_info_response_test.go │ ├── model_get_custom_domain_response_test.go │ ├── model_get_distribution_response_test.go │ ├── model_get_statistics_response_test.go │ ├── model_loki_log_sink_credentials_test.go │ ├── model_patch_distribution_payload_test.go │ ├── model_put_custom_domain_payload_test.go │ ├── model_put_custom_domain_response_test.go │ ├── model_create_distribution_payload_test.go │ ├── model_create_distribution_response_test.go │ ├── model_delete_custom_domain_response_test.go │ ├── model_delete_distribution_response_test.go │ ├── model_distribution_statistics_record_test.go │ ├── model_find_cache_paths_response_entry_test.go │ ├── model_list_distributions_response_test.go │ ├── model_list_waf_collections_response_test.go │ ├── model_patch_distribution_response_test.go │ ├── model_waf_status_rule_block_reason_test.go │ ├── model_create_distribution_payload_backend_test.go │ ├── model_create_distribution_payload_log_sink_test.go │ ├── model_distribution_statistics_record_entry_test.go │ ├── model_get_custom_domain_custom_certificate_test.go │ ├── model_get_logs_search_filters_response_test.go │ ├── model_put_custom_domain_custom_certificate_test.go │ ├── model_distribution_statistics_record_all_of_test.go │ ├── model_distribution_statistics_record_regions_test.go │ ├── model_get_custom_domain_managed_certificate_test.go │ ├── model_get_custom_domain_response_certificate_test.go │ ├── model_put_custom_domain_managed_certificate_test.go │ ├── model_put_custom_domain_payload_certificate_test.go │ ├── model_put_custom_domain_response_certificate_test.go │ ├── model_waf_status_rule_block_reason_directly_defined_test.go │ ├── model_waf_status_rule_block_reason_invalid_waf_type_test.go │ ├── model_waf_status_rule_block_reason_never_defined_test.go │ ├── model_get_logs_search_filters_response_datacenter_block_test.go │ └── model_waf_status_rule_block_reason_inherited_from_group_test.go ├── iaas │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_backup_test.go │ ├── model_error_test.go │ ├── model_image_test.go │ ├── model_nic_test.go │ ├── model_quota_test.go │ ├── model_route_test.go │ ├── model_server_test.go │ ├── model_volume_test.go │ ├── model_boot_volume_test.go │ ├── model_image_agent_test.go │ ├── model_image_share_test.go │ ├── model_keypair_test.go │ ├── model_network_test.go │ ├── model_port_range_test.go │ ├── model_project_test.go │ ├── model_protocol_test.go │ ├── model_public_ip_test.go │ ├── model_quota_list_test.go │ ├── model_request_test.go │ ├── model_snapshot_test.go │ ├── model_affinity_group_test.go │ ├── model_backup_source_test.go │ ├── model_icmp_parameters_test.go │ ├── model_image_checksum_test.go │ ├── model_image_config_test.go │ ├── model_machine_type_test.go │ ├── model_network_area_test.go │ ├── model_network_ipv4_test.go │ ├── model_network_ipv6_test.go │ ├── model_network_range_test.go │ ├── model_nexthop_internet_test.go │ ├── model_nexthop_ipv4_test.go │ ├── model_nexthop_ipv6_test.go │ ├── model_public_network_test.go │ ├── model_quota_list_nics_test.go │ ├── model_quota_list_ram_test.go │ ├── model_quota_list_vcpu_test.go │ ├── model_regional_area_test.go │ ├── model_request_resource_test.go │ ├── model_route_nexthop_test.go │ ├── model_routing_table_test.go │ ├── model_security_group_test.go │ ├── model_server_agent_test.go │ ├── model_server_network_test.go │ ├── model_static_area_id_test.go │ ├── model_volume_source_test.go │ ├── model_backup_list_response_test.go │ ├── model_boot_volume_source_test.go │ ├── model_create_backup_payload_test.go │ ├── model_create_image_payload_test.go │ ├── model_create_nic_payload_test.go │ ├── model_create_server_payload_test.go │ ├── model_create_volume_payload_test.go │ ├── model_destination_cidrv4_test.go │ ├── model_destination_cidrv6_test.go │ ├── model_image_create_response_test.go │ ├── model_image_list_response_test.go │ ├── model_image_share_consumer_test.go │ ├── model_network_list_response_test.go │ ├── model_nexthop_blackhole_test.go │ ├── model_nic_list_response_test.go │ ├── model_project_list_response_test.go │ ├── model_quota_list_backups_test.go │ ├── model_quota_list_gigabytes_test.go │ ├── model_quota_list_networks_test.go │ ├── model_quota_list_public_ips_test.go │ ├── model_quota_list_response_test.go │ ├── model_quota_list_snapshots_test.go │ ├── model_quota_list_volumes_test.go │ ├── model_regional_area_ipv4_test.go │ ├── model_rescue_server_payload_test.go │ ├── model_resize_server_payload_test.go │ ├── model_resize_volume_payload_test.go │ ├── model_route_destination_test.go │ ├── model_route_list_response_test.go │ ├── model_security_group_rule_test.go │ ├── model_server_boot_volume_test.go │ ├── model_server_console_url_test.go │ ├── model_server_list_response_test.go │ ├── model_server_maintenance_test.go │ ├── model_update_backup_payload_test.go │ ├── model_update_image_payload_test.go │ ├── model_update_nic_payload_test.go │ ├── model_update_server_payload_test.go │ ├── model_update_volume_payload_test.go │ ├── model_volume_attachment_test.go │ ├── model_volume_list_response_test.go │ ├── model_base_security_group_rule_test.go │ ├── model_create_key_pair_payload_test.go │ ├── model_create_network_payload_test.go │ ├── model_create_public_ip_payload_test.go │ ├── model_create_server_networking_test.go │ ├── model_create_snapshot_payload_test.go │ ├── model_image_from_volume_payload_test.go │ ├── model_key_pair_list_response_test.go │ ├── model_machine_type_list_response_test.go │ ├── model_network_area_list_response_test.go │ ├── model_public_ip_list_response_test.go │ ├── model_quota_list_security_groups_test.go │ ├── model_set_image_share_payload_test.go │ ├── model_snapshot_list_response_test.go │ ├── model_update_image_share_payload_test.go │ ├── model_update_key_pair_payload_test.go │ ├── model_update_network_ipv4_body_test.go │ ├── model_update_network_ipv6_body_test.go │ ├── model_update_public_ip_payload_test.go │ ├── model_update_regional_area_ipv4_test.go │ ├── model_update_snapshot_payload_test.go │ ├── model_volume_performance_class_test.go │ ├── model_add_volume_to_server_payload_test.go │ ├── model_affinity_group_list_response_test.go │ ├── model_availability_zone_list_response_test.go │ ├── model_create_affinity_group_payload_test.go │ ├── model_create_isolated_network_payload_test.go │ ├── model_create_network_area_payload_test.go │ ├── model_create_network_ipv4_with_prefix_test.go │ ├── model_create_network_ipv6_with_prefix_test.go │ ├── model_create_security_group_payload_test.go │ ├── model_create_server_payload_all_of_test.go │ ├── model_get_server_log_200_response_test.go │ ├── model_network_range_list_response_test.go │ ├── model_partial_update_network_payload_test.go │ ├── model_public_network_list_response_test.go │ ├── model_quota_list_backup_gigabytes_test.go │ ├── model_quota_list_security_group_rules_test.go │ ├── model_regional_area_list_response_test.go │ ├── model_routing_table_list_response_test.go │ ├── model_security_group_list_response_test.go │ ├── model_security_group_rule_protocol_test.go │ ├── model_update_attached_volume_payload_test.go │ ├── model_update_security_group_payload_test.go │ ├── model_volume_attachment_list_response_test.go │ ├── model_volume_encryption_parameter_test.go │ ├── model_add_routes_to_routing_table_payload_test.go │ ├── model_add_routing_table_to_area_payload_test.go │ ├── model_create_network_area_range_payload_test.go │ ├── model_create_network_area_region_payload_test.go │ ├── model_create_network_area_route_payload_test.go │ ├── model_create_security_group_rule_payload_test.go │ ├── model_create_security_group_rule_protocol_test.go │ ├── model_create_server_networking_with_nics_test.go │ ├── model_partial_update_network_area_payload_test.go │ ├── model_security_group_rule_list_response_test.go │ ├── model_service_account_mail_list_response_test.go │ ├── model_update_network_area_region_payload_test.go │ ├── model_update_network_area_route_payload_test.go │ ├── model_update_routing_table_of_area_payload_test.go │ ├── model_create_network_ipv4_with_prefix_length_test.go │ ├── model_create_network_ipv6_with_prefix_length_test.go │ ├── model_update_route_of_routing_table_payload_test.go │ └── model_volume_performance_class_list_response_test.go ├── logme │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── logs │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── CHANGELOG.md │ ├── go.mod │ ├── model_access_token_list_test.go │ ├── model_logs_instances_list_test.go │ ├── model_create_access_token_payload_test.go │ ├── model_create_logs_instance_payload_test.go │ ├── model_update_access_token_payload_test.go │ └── model_update_logs_instance_payload_test.go ├── mariadb │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── rabbitmq │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── redis │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── runcommand │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── go.mod │ └── model_field_test.go ├── scf │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── go.mod │ ├── model_quota_test.go │ ├── model_space_test.go │ ├── model_org_manager_test.go │ ├── model_org_role_type_test.go │ ├── model_organization_test.go │ ├── model_pagination_test.go │ ├── model_platform_list_test.go │ ├── model_platforms_test.go │ ├── model_quota_apps_test.go │ ├── model_quota_domains_test.go │ ├── model_quota_routes_test.go │ ├── model_spaces_list_test.go │ ├── model_usage_summary_test.go │ ├── model_error_response_test.go │ ├── model_isolation_segment_test.go │ ├── model_org_role_response_test.go │ ├── model_organization_quota_test.go │ ├── model_organizations_list_test.go │ ├── model_quota_services_test.go │ ├── model_space_role_type_test.go │ ├── model_create_org_role_payload_test.go │ ├── model_create_space_payload_test.go │ ├── model_isolation_segments_list_test.go │ ├── model_org_manager_response_test.go │ ├── model_organizations_list_item_test.go │ ├── model_space_delete_response_test.go │ ├── model_update_space_payload_test.go │ ├── model_create_organization_payload_test.go │ ├── model_create_space_role_payload_test.go │ ├── model_org_manager_delete_response_test.go │ ├── model_org_role_create_bff_request_test.go │ ├── model_organization_create_response_test.go │ ├── model_organization_delete_response_test.go │ ├── model_organization_usage_summary_test.go │ ├── model_space_created_bff_response_test.go │ ├── model_space_role_create_response_test.go │ ├── model_space_with_isolation_segment_test.go │ ├── model_update_organization_payload_test.go │ ├── model_apply_organization_quota_payload_test.go │ ├── model_organization_create_bff_response_test.go │ ├── model_space_role_create_bff_request_test.go │ └── model_space_role_create_bff_response_test.go ├── ske │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── certificates │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── go.mod ├── intake │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_user_type_test.go │ ├── model_catalog_auth_test.go │ ├── model_client_config_test.go │ ├── model_dremio_auth_test.go │ ├── model_intake_catalog_test.go │ ├── model_catalog_auth_patch_test.go │ ├── model_catalog_auth_type_test.go │ ├── model_dremio_auth_patch_test.go │ ├── model_partitioning_type_test.go │ ├── model_create_intake_payload_test.go │ ├── model_intake_catalog_patch_test.go │ ├── model_list_intakes_response_test.go │ ├── model_partitioning_update_type_test.go │ ├── model_update_intake_payload_test.go │ ├── model_create_intake_runner_payload_test.go │ ├── model_create_intake_user_payload_test.go │ ├── model_list_intake_runners_response_test.go │ ├── model_list_intake_users_response_test.go │ ├── model_update_intake_runner_payload_test.go │ └── model_update_intake_user_payload_test.go ├── lbapplication │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── loadbalancer │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── modelserving │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── model_sku_test.go ├── mongodbflex │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── objectstorage │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_access_key_test.go │ ├── model_bucket_test.go │ ├── model_detailed_error_test.go │ ├── model_error_message_test.go │ ├── model_location_inner_test.go │ ├── model_project_scope_test.go │ ├── model_project_status_test.go │ ├── model_credentials_group_test.go │ ├── model_get_bucket_response_test.go │ └── model_validation_error_test.go ├── observability │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_plan_test.go │ ├── model_alert_test.go │ ├── model_error_test.go │ ├── model_global_test.go │ ├── model_message_test.go │ ├── model_o_auth2_test.go │ ├── model_receiver_test.go │ ├── model_receivers_test.go │ ├── model_route_test.go │ ├── model_web_hook_test.go │ ├── model_alert_group_test.go │ ├── model_alert_rule_test.go │ ├── model_basic_auth_test.go │ ├── model_credentials_test.go │ ├── model_email_config_test.go │ ├── model_grafana_oauth_test.go │ ├── model_inhibit_rules_test.go │ ├── model_logs_config_test.go │ ├── model_plan_model_test.go │ ├── model_plans_response_test.go │ ├── model_static_configs_test.go │ ├── model_tls_config_test.go │ ├── model_trace_config_test.go │ ├── model_alert_rule_record_test.go │ ├── model_cert_check_response_test.go │ ├── model_grafana_configs_test.go │ ├── model_http_check_response_test.go │ ├── model_http_service_sd_test.go │ ├── model_instance_response_test.go │ ├── model_list_acl_response_test.go │ ├── model_opsgenie_config_test.go │ ├── model_permission_denied_test.go │ ├── model_route_serializer_test.go │ ├── model_service_keys_list_test.go │ └── model_update_acl_payload_test.go ├── opensearch │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── postgresflex │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── model_acl_test.go ├── secretsmanager │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── go.mod ├── serverbackup │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── serverupdate │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── serviceaccount │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ └── go.mod ├── sqlserverflex │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_acl_test.go │ ├── model_backup_test.go │ ├── model_flavor_test.go │ ├── model_host_test.go │ ├── model_type_test.go │ └── model_user_test.go ├── authorization │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── resourcemanager │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ └── NOTICE.txt ├── serviceenablement │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_parameters_test.go │ ├── model_dependencies_test.go │ └── model_error_response_test.go ├── stackitmarketplace │ ├── VERSION │ ├── .openapi-generator │ │ └── VERSION │ ├── NOTICE.txt │ ├── model_assets_test.go │ ├── model_scope_test.go │ ├── model_become_vendor_test.go │ ├── model_contact_sales_test.go │ ├── model_free_trial_test.go │ ├── model_offer_type_test.go │ ├── model_price_type_test.go │ ├── model_vendor_id_test.go │ ├── model_delivery_method_test.go │ ├── model_error_response_test.go │ ├── model_inquiry_form_type_test.go │ ├── model_localized_version_test.go │ ├── model_register_testing_test.go │ ├── model_subscription_id_test.go │ ├── model_suggest_product_test.go │ ├── model_catalog_product_detail_test.go │ ├── model_inquiry_become_vendor_test.go │ ├── model_inquiry_contact_sales_test.go │ ├── model_inquiry_suggest_product_test.go │ ├── model_pricing_option_unit_test.go │ ├── model_product_lifecycle_state_test.go │ ├── model_request_private_plan_test.go │ ├── model_service_certificate_test.go │ ├── model_subscription_product_test.go │ └── model_vendor_subscription_test.go └── iaasalpha │ ├── .openapi-generator │ └── VERSION │ ├── model_error_test.go │ ├── model_network_test.go │ ├── model_route_test.go │ ├── model_network_ipv4_test.go │ ├── model_network_ipv6_test.go │ ├── model_nexthop_ipv4_test.go │ ├── model_nexthop_ipv6_test.go │ ├── model_route_nexthop_test.go │ ├── model_routing_table_test.go │ ├── model_destination_cidrv4_test.go │ ├── model_destination_cidrv6_test.go │ ├── model_nexthop_blackhole_test.go │ ├── model_nexthop_internet_test.go │ ├── model_route_destination_test.go │ ├── model_create_network_payload_test.go │ ├── model_network_list_response_test.go │ ├── model_route_list_response_test.go │ ├── model_routing_table_list_response_test.go │ ├── model_update_network_ipv4_body_test.go │ ├── model_update_network_ipv6_body_test.go │ ├── model_add_routing_table_to_area_payload_test.go │ ├── model_create_network_ipv4_with_prefix_test.go │ ├── model_create_network_ipv6_with_prefix_test.go │ └── model_partial_update_network_payload_test.go ├── .github └── CODEOWNERS ├── NOTICE.txt └── .gitignore /core/VERSION: -------------------------------------------------------------------------------- 1 | v0.20.1 2 | -------------------------------------------------------------------------------- /services/alb/VERSION: -------------------------------------------------------------------------------- 1 | v0.7.3 -------------------------------------------------------------------------------- /services/dns/VERSION: -------------------------------------------------------------------------------- 1 | v0.17.3 -------------------------------------------------------------------------------- /services/git/VERSION: -------------------------------------------------------------------------------- 1 | v0.10.1 -------------------------------------------------------------------------------- /services/kms/VERSION: -------------------------------------------------------------------------------- 1 | v1.1.2 -------------------------------------------------------------------------------- /services/archiving/VERSION: -------------------------------------------------------------------------------- 1 | v0.2.2 -------------------------------------------------------------------------------- /services/auditlog/VERSION: -------------------------------------------------------------------------------- 1 | v0.1.2 -------------------------------------------------------------------------------- /services/cdn/VERSION: -------------------------------------------------------------------------------- 1 | v1.9.1 2 | -------------------------------------------------------------------------------- /services/iaas/VERSION: -------------------------------------------------------------------------------- 1 | v1.3.0 2 | -------------------------------------------------------------------------------- /services/logme/VERSION: -------------------------------------------------------------------------------- 1 | v0.25.3 -------------------------------------------------------------------------------- /services/logs/VERSION: -------------------------------------------------------------------------------- 1 | v0.2.0 2 | -------------------------------------------------------------------------------- /services/mariadb/VERSION: -------------------------------------------------------------------------------- 1 | v0.25.3 -------------------------------------------------------------------------------- /services/rabbitmq/VERSION: -------------------------------------------------------------------------------- 1 | v0.25.3 -------------------------------------------------------------------------------- /services/redis/VERSION: -------------------------------------------------------------------------------- 1 | v0.25.3 -------------------------------------------------------------------------------- /services/runcommand/VERSION: -------------------------------------------------------------------------------- 1 | v1.3.3 -------------------------------------------------------------------------------- /services/scf/VERSION: -------------------------------------------------------------------------------- 1 | v0.4.0 2 | -------------------------------------------------------------------------------- /services/ske/VERSION: -------------------------------------------------------------------------------- 1 | v1.5.1 2 | -------------------------------------------------------------------------------- /services/certificates/VERSION: -------------------------------------------------------------------------------- 1 | v1.1.3 -------------------------------------------------------------------------------- /services/intake/VERSION: -------------------------------------------------------------------------------- 1 | v0.4.1 2 | -------------------------------------------------------------------------------- /services/lbapplication/VERSION: -------------------------------------------------------------------------------- 1 | v0.5.3 -------------------------------------------------------------------------------- /services/loadbalancer/VERSION: -------------------------------------------------------------------------------- 1 | v1.6.2 -------------------------------------------------------------------------------- /services/modelserving/VERSION: -------------------------------------------------------------------------------- 1 | v0.6.2 -------------------------------------------------------------------------------- /services/mongodbflex/VERSION: -------------------------------------------------------------------------------- 1 | v1.5.4 -------------------------------------------------------------------------------- /services/objectstorage/VERSION: -------------------------------------------------------------------------------- 1 | v1.4.2 -------------------------------------------------------------------------------- /services/observability/VERSION: -------------------------------------------------------------------------------- 1 | v0.15.1 -------------------------------------------------------------------------------- /services/opensearch/VERSION: -------------------------------------------------------------------------------- 1 | v0.24.3 -------------------------------------------------------------------------------- /services/postgresflex/VERSION: -------------------------------------------------------------------------------- 1 | v1.3.2 -------------------------------------------------------------------------------- /services/secretsmanager/VERSION: -------------------------------------------------------------------------------- 1 | v0.13.3 -------------------------------------------------------------------------------- /services/serverbackup/VERSION: -------------------------------------------------------------------------------- 1 | v1.3.4 -------------------------------------------------------------------------------- /services/serverupdate/VERSION: -------------------------------------------------------------------------------- 1 | v1.2.3 -------------------------------------------------------------------------------- /services/serviceaccount/VERSION: -------------------------------------------------------------------------------- 1 | v0.11.3 -------------------------------------------------------------------------------- /services/sqlserverflex/VERSION: -------------------------------------------------------------------------------- 1 | v1.3.4 -------------------------------------------------------------------------------- /services/authorization/VERSION: -------------------------------------------------------------------------------- 1 | v0.10.1 2 | -------------------------------------------------------------------------------- /services/resourcemanager/VERSION: -------------------------------------------------------------------------------- 1 | v0.18.2 -------------------------------------------------------------------------------- /services/serviceenablement/VERSION: -------------------------------------------------------------------------------- 1 | v1.2.4 -------------------------------------------------------------------------------- /services/stackitmarketplace/VERSION: -------------------------------------------------------------------------------- 1 | v1.17.1 -------------------------------------------------------------------------------- /core/auth/test_resources/test_string_key.txt: -------------------------------------------------------------------------------- 1 | key -------------------------------------------------------------------------------- /services/alb/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/cdn/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/dns/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/git/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/iaas/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/intake/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/kms/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/logme/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/logs/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/mariadb/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/redis/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/scf/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/ske/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @stackitcloud/developer-tools -------------------------------------------------------------------------------- /services/archiving/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/auditlog/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/certificates/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/iaasalpha/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/loadbalancer/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/modelserving/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/mongodbflex/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/opensearch/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/postgresflex/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/rabbitmq/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/runcommand/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/serverbackup/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/serverupdate/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /core/auth/test_resources/test_string_key_foo.txt: -------------------------------------------------------------------------------- 1 | foo_key -------------------------------------------------------------------------------- /services/authorization/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/lbapplication/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/objectstorage/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/observability/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/resourcemanager/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/secretsmanager/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/serviceaccount/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/serviceenablement/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /services/sqlserverflex/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /core/auth/test_resources/test_invalid_structure.json: -------------------------------------------------------------------------------- 1 | "not json" -------------------------------------------------------------------------------- /services/stackitmarketplace/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.6.0 -------------------------------------------------------------------------------- /core/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Core SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/dns/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT DNS SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/git/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/certificates/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/logme/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Logme SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/redis/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Redis SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/iaas/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT IaaS SDK for Go 2 | Copyright 2025 Schwarz IT KG 3 | -------------------------------------------------------------------------------- /services/logs/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT logs SDK for Go 2 | Copyright 2025 Schwarz IT KG 3 | -------------------------------------------------------------------------------- /services/mariadb/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT MariaDB SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/rabbitmq/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT RabbitMQ SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/scf/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Cloud Foundry SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/ske/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Kubernetes SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/archiving/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Archiving SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/auditlog/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Audit Log SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/intake/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Intake SDK for Go 2 | Copyright 2025 Schwarz IT KG 3 | -------------------------------------------------------------------------------- /services/opensearch/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT OpenSearch SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/runcommand/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Run Command SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/authorization/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Authorization SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/loadbalancer/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Load Balancer SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/modelserving/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Model Serving SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/mongodbflex/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT MongoDB Flex SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/observability/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Observability SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/serverbackup/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Server Backup SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/serverupdate/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Server Update SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/objectstorage/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Object Storage SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/postgresflex/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT PostgreSQL Flex SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/resourcemanager/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Resource Manager SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/secretsmanager/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Secrets Manager SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/serviceaccount/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Service Account SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/sqlserverflex/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT SQL Server Flex SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/stackitmarketplace/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Marketplace SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/kms/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Key Management Service API SDK for Go 2 | Copyright 2025 Schwarz IT KG 3 | -------------------------------------------------------------------------------- /services/serviceenablement/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Service Enablement SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /services/lbapplication/NOTICE.txt: -------------------------------------------------------------------------------- 1 | STACKIT Load Balancer Application SDK for Go 2 | Copyright 2025 Schwarz IT KG -------------------------------------------------------------------------------- /core/auth/test_resources/test_credentials_bar.json: -------------------------------------------------------------------------------- 1 | { 2 | "STACKIT_SERVICE_ACCOUNT_EMAIL": "bar_email", 3 | "STACKIT_SERVICE_ACCOUNT_TOKEN": "bar_token" 4 | } -------------------------------------------------------------------------------- /core/clients/doc.go: -------------------------------------------------------------------------------- 1 | /* 2 | This package is a fork from the Community STACKIT Go Client 3 | 4 | See: https://github.com/SchwarzIT/community-stackit-go-client 5 | */ 6 | package clients 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Binaries for programs and plugins 2 | *.exe 3 | *.exe~ 4 | *.dll 5 | *.so 6 | *.dylib 7 | *.test 8 | *.out 9 | *.jar 10 | *.tmp 11 | bin/ 12 | 13 | ## IDE 14 | *.idea/ 15 | *.vscode/ 16 | 17 | go.work.sum 18 | -------------------------------------------------------------------------------- /core/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/core 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/golang-jwt/jwt/v5 v5.3.0 7 | github.com/google/go-cmp v0.7.0 8 | github.com/google/uuid v1.6.0 9 | ) 10 | -------------------------------------------------------------------------------- /services/logs/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | ## v0.2.0 2 | - **Feature:** Add support for access token GET endpoint 3 | 4 | ## v0.1.1 5 | - Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1` 6 | 7 | ## v0.1.0 8 | - **New:** API for logs service 9 | -------------------------------------------------------------------------------- /services/dns/model_label_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_message_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_record_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_domain_extensions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_error_message_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_import_summary_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_move_zone_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_record_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_zone_extensions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_zone_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_clone_zone_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_create_label_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_create_label_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_delete_label_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_list_labels_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_list_zones_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_move_code_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_record_data_exchange_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_record_set_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_zone_data_exchange_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_import_record_sets_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_import_record_sets_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_list_record_sets_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_partial_update_zone_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_validate_move_code_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/git/model_instance_flavor_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/git/model_list_flavors_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/git/model_list_instances_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/git/model_runner_label_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /core/auth/test_resources/test_credentials_foo.json: -------------------------------------------------------------------------------- 1 | { 2 | "STACKIT_SERVICE_ACCOUNT_TOKEN": "foo_token", 3 | "STACKIT_SERVICE_ACCOUNT_KEY_PATH": "test_resources/test_string_key_foo.txt", 4 | "STACKIT_PRIVATE_KEY_PATH": "test_resources/test_string_key_foo.txt" 5 | } -------------------------------------------------------------------------------- /services/cdn/model_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_region_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/dns/model_create_zone_payload_extensions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_domain_observability_extension_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_zone_models_import_record_model_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_zone_models_import_zone_json_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/dns/model_zone_observability_extension_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/git/model_list_runner_labels_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/cdn/model_optimizer_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_mode_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_rule_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/dns/model_partial_update_record_set_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT DNS API 3 | 4 | This api provides dns 5 | 6 | API version: 1.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package dns 12 | -------------------------------------------------------------------------------- /services/git/model_create_instance_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/git/model_generic_error_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/git/model_patch_instance_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/git/model_unauthorized_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/cdn/model_bucket_backend_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_config_backend_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_config_log_sink_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_config_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_custom_domain_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_distribution_waf_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_domain_status_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_http_backend_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_loki_log_sink_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_optimizer_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_config_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_rule_action_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_rule_group_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_violation_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/git/model_internal_server_error_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Git API 3 | 4 | STACKIT Git management API. 5 | 6 | API version: 1beta.0.4 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package git 12 | -------------------------------------------------------------------------------- /services/iaas/model_backup_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_error_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_nic_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_route_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/cdn/model_bucket_backend_create_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_bucket_backend_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_bucket_credentials_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_config_patch_backend_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_config_patch_log_sink_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_generic_json_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_logs_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_http_backend_create_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_http_backend_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_loki_log_sink_create_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_loki_log_sink_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_purge_cache_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_paranoia_level_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_rule_collection_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_status_rule_block_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/iaas/model_boot_volume_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_agent_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_share_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_keypair_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_port_range_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_project_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_protocol_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_public_ip_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_request_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_snapshot_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/scf/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/scf 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/google/uuid v1.6.0 7 | github.com/stackitcloud/stackit-sdk-go/core v0.20.1 8 | ) 9 | 10 | require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 11 | -------------------------------------------------------------------------------- /services/scf/model_quota_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/cdn/model_distribution_logs_record_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_find_cache_paths_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_cache_info_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_custom_domain_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_distribution_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_statistics_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_loki_log_sink_credentials_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_patch_distribution_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_put_custom_domain_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_put_custom_domain_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/iaas/model_affinity_group_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_backup_source_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_icmp_parameters_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_checksum_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_machine_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_area_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_ipv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_ipv6_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_range_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_nexthop_internet_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_nexthop_ipv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_nexthop_ipv6_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_public_network_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_nics_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_ram_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_vcpu_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_regional_area_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_request_resource_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_route_nexthop_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_routing_table_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_security_group_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_agent_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_network_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_static_area_id_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_source_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_error_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_network_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_route_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/intake/model_user_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/logs/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/logs 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/google/uuid v1.6.0 7 | github.com/stackitcloud/stackit-sdk-go/core v0.20.1 8 | ) 9 | 10 | require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 11 | -------------------------------------------------------------------------------- /services/scf/model_org_manager_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_org_role_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organization_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_pagination_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_platform_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_platforms_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_quota_apps_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_quota_domains_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_quota_routes_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_spaces_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_usage_summary_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/auditlog/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/auditlog 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/google/uuid v1.6.0 7 | github.com/stackitcloud/stackit-sdk-go/core v0.20.1 8 | ) 9 | 10 | require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 11 | -------------------------------------------------------------------------------- /services/cdn/model_create_distribution_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_create_distribution_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_delete_custom_domain_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_delete_distribution_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_distribution_statistics_record_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_find_cache_paths_response_entry_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_list_distributions_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_list_waf_collections_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_patch_distribution_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_status_rule_block_reason_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/iaas/model_backup_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_boot_volume_source_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_backup_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_image_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_nic_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_server_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_volume_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_destination_cidrv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_destination_cidrv6_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_create_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_share_consumer_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_nexthop_blackhole_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_nic_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_project_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_backups_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_gigabytes_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_networks_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_public_ips_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_snapshots_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_volumes_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_regional_area_ipv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_rescue_server_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_resize_server_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_resize_volume_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_route_destination_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_route_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_security_group_rule_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_boot_volume_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_console_url_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_server_maintenance_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_backup_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_image_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_nic_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_server_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_volume_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_attachment_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_network_ipv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_network_ipv6_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_nexthop_ipv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_nexthop_ipv6_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_route_nexthop_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_routing_table_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/intake/model_catalog_auth_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_client_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_dremio_auth_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_intake_catalog_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/observability/model_plan_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/scf/model_error_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_isolation_segment_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_org_role_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organization_quota_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organizations_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_quota_services_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_role_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_assets_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_scope_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/cdn/model_create_distribution_payload_backend_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_create_distribution_payload_log_sink_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_distribution_statistics_record_entry_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_custom_domain_custom_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_logs_search_filters_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_put_custom_domain_custom_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/iaas/model_base_security_group_rule_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_key_pair_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_public_ip_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_server_networking_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_snapshot_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_image_from_volume_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_key_pair_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_machine_type_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_area_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_public_ip_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_security_groups_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_set_image_share_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_snapshot_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_image_share_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_key_pair_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_network_ipv4_body_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_network_ipv6_body_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_public_ip_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_regional_area_ipv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_snapshot_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_performance_class_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_destination_cidrv4_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_destination_cidrv6_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_nexthop_blackhole_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_nexthop_internet_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_route_destination_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/intake/model_catalog_auth_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_catalog_auth_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_dremio_auth_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_partitioning_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/logs/model_access_token_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Logs API 3 | 4 | This API provides endpoints for managing STACKIT Logs. 5 | 6 | API version: 1beta.0.3 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package logs 12 | -------------------------------------------------------------------------------- /services/logs/model_logs_instances_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Logs API 3 | 4 | This API provides endpoints for managing STACKIT Logs. 5 | 6 | API version: 1beta.0.3 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package logs 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_access_key_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_bucket_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/observability/model_alert_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_error_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_global_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_message_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_o_auth2_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_receiver_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_receivers_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_route_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_web_hook_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/scf/model_create_org_role_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_create_space_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_isolation_segments_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_org_manager_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organizations_list_item_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_delete_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_update_space_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/serviceenablement/model_parameters_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Service Enablement API 3 | 4 | STACKIT Service Enablement API 5 | 6 | API version: 2.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package serviceenablement 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_become_vendor_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_contact_sales_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_free_trial_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_offer_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_price_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_vendor_id_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/cdn/model_distribution_statistics_record_all_of_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_distribution_statistics_record_regions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_custom_domain_managed_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_custom_domain_response_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_put_custom_domain_managed_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_put_custom_domain_payload_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_put_custom_domain_response_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/iaas/model_add_volume_to_server_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_affinity_group_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_availability_zone_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_affinity_group_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_isolated_network_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_area_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_ipv4_with_prefix_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_ipv6_with_prefix_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_security_group_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_server_payload_all_of_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_get_server_log_200_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_network_range_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_partial_update_network_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_public_network_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_backup_gigabytes_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_quota_list_security_group_rules_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_regional_area_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_routing_table_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_security_group_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_security_group_rule_protocol_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_attached_volume_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_security_group_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_attachment_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_encryption_parameter_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_create_network_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_network_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_route_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/intake/model_create_intake_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_intake_catalog_patch_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_list_intakes_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_partitioning_update_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_update_intake_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/kms/model_purpose_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/modelserving/model_sku_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Model Serving API 3 | 4 | This API provides endpoints for the model serving api 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package modelserving 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_detailed_error_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_error_message_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_location_inner_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_project_scope_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_project_status_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/observability/model_alert_group_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_alert_rule_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_basic_auth_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_credentials_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_email_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_grafana_oauth_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_inhibit_rules_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_logs_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_plan_model_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_plans_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_static_configs_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_tls_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_trace_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/scf/model_create_organization_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_create_space_role_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_org_manager_delete_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_org_role_create_bff_request_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organization_create_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organization_delete_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organization_usage_summary_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_created_bff_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_role_create_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_with_isolation_segment_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_update_organization_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/serviceenablement/model_dependencies_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Service Enablement API 3 | 4 | STACKIT Service Enablement API 5 | 6 | API version: 2.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package serviceenablement 12 | -------------------------------------------------------------------------------- /services/serviceenablement/model_error_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Service Enablement API 3 | 4 | STACKIT Service Enablement API 5 | 6 | API version: 2.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package serviceenablement 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_delivery_method_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_error_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_inquiry_form_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_localized_version_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_register_testing_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_subscription_id_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_suggest_product_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/archiving/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/archiving 2 | 3 | go 1.21 4 | 5 | require github.com/stackitcloud/stackit-sdk-go/core v0.20.1 6 | 7 | require ( 8 | github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 9 | github.com/google/uuid v1.6.0 // indirect 10 | ) 11 | -------------------------------------------------------------------------------- /services/cdn/model_waf_status_rule_block_reason_directly_defined_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_status_rule_block_reason_invalid_waf_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_status_rule_block_reason_never_defined_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/iaas/model_add_routes_to_routing_table_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_add_routing_table_to_area_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_area_range_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_area_region_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_area_route_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_security_group_rule_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_security_group_rule_protocol_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_server_networking_with_nics_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_partial_update_network_area_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_security_group_rule_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_service_account_mail_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_network_area_region_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_network_area_route_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_routing_table_of_area_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_routing_table_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_update_network_ipv4_body_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_update_network_ipv6_body_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/intake/model_create_intake_runner_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_create_intake_user_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_list_intake_runners_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_list_intake_users_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_update_intake_runner_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/intake/model_update_intake_user_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Intake API 3 | 4 | This API provides endpoints for managing Intakes. 5 | 6 | API version: 1beta.3.5 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package intake 12 | -------------------------------------------------------------------------------- /services/kms/model_access_scope_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_algorithm_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_http_error_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_key_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_protection_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_sign_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_signed_data_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_version_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/logs/model_create_access_token_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Logs API 3 | 4 | This API provides endpoints for managing STACKIT Logs. 5 | 6 | API version: 1beta.0.3 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package logs 12 | -------------------------------------------------------------------------------- /services/logs/model_create_logs_instance_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Logs API 3 | 4 | This API provides endpoints for managing STACKIT Logs. 5 | 6 | API version: 1beta.0.3 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package logs 12 | -------------------------------------------------------------------------------- /services/logs/model_update_access_token_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Logs API 3 | 4 | This API provides endpoints for managing STACKIT Logs. 5 | 6 | API version: 1beta.0.3 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package logs 12 | -------------------------------------------------------------------------------- /services/logs/model_update_logs_instance_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Logs API 3 | 4 | This API provides endpoints for managing STACKIT Logs. 5 | 6 | API version: 1beta.0.3 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package logs 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_credentials_group_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_get_bucket_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/objectstorage/model_validation_error_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Object Storage API 3 | 4 | STACKIT API to manage the Object Storage 5 | 6 | API version: 2.0.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package objectstorage 12 | -------------------------------------------------------------------------------- /services/observability/model_alert_rule_record_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_cert_check_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_grafana_configs_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_http_check_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_http_service_sd_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_instance_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_list_acl_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_opsgenie_config_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_permission_denied_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_route_serializer_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_service_keys_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/observability/model_update_acl_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Observability API 3 | 4 | API endpoints for Observability on STACKIT 5 | 6 | API version: 1.1.1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package observability 12 | -------------------------------------------------------------------------------- /services/postgresflex/model_acl_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT PostgreSQL Flex API 3 | 4 | This is the documentation for the STACKIT postgres service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package postgresflex 12 | -------------------------------------------------------------------------------- /services/runcommand/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/runcommand 2 | 3 | go 1.21 4 | 5 | require github.com/stackitcloud/stackit-sdk-go/core v0.20.1 6 | 7 | require ( 8 | github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 9 | github.com/google/uuid v1.6.0 // indirect 10 | ) 11 | -------------------------------------------------------------------------------- /services/runcommand/model_field_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Run Commands Service API 3 | 4 | API endpoints for the STACKIT Run Commands Service API 5 | 6 | API version: 2.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package runcommand 12 | -------------------------------------------------------------------------------- /services/scf/model_apply_organization_quota_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_organization_create_bff_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_role_create_bff_request_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/scf/model_space_role_create_bff_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Cloud Foundry API 3 | 4 | API endpoints for managing STACKIT Cloud Foundry 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package scf 12 | -------------------------------------------------------------------------------- /services/secretsmanager/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/secretsmanager 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/google/uuid v1.6.0 7 | github.com/stackitcloud/stackit-sdk-go/core v0.20.1 8 | ) 9 | 10 | require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 11 | -------------------------------------------------------------------------------- /services/serviceaccount/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/serviceaccount 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/google/uuid v1.6.0 7 | github.com/stackitcloud/stackit-sdk-go/core v0.20.1 8 | ) 9 | 10 | require github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 11 | -------------------------------------------------------------------------------- /services/sqlserverflex/model_acl_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT MSSQL Service API 3 | 4 | This is the documentation for the STACKIT MSSQL service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package sqlserverflex 12 | -------------------------------------------------------------------------------- /services/sqlserverflex/model_backup_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT MSSQL Service API 3 | 4 | This is the documentation for the STACKIT MSSQL service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package sqlserverflex 12 | -------------------------------------------------------------------------------- /services/sqlserverflex/model_flavor_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT MSSQL Service API 3 | 4 | This is the documentation for the STACKIT MSSQL service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package sqlserverflex 12 | -------------------------------------------------------------------------------- /services/sqlserverflex/model_host_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT MSSQL Service API 3 | 4 | This is the documentation for the STACKIT MSSQL service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package sqlserverflex 12 | -------------------------------------------------------------------------------- /services/sqlserverflex/model_type_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT MSSQL Service API 3 | 4 | This is the documentation for the STACKIT MSSQL service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package sqlserverflex 12 | -------------------------------------------------------------------------------- /services/sqlserverflex/model_user_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT MSSQL Service API 3 | 4 | This is the documentation for the STACKIT MSSQL service 5 | 6 | API version: 2.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package sqlserverflex 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_catalog_product_detail_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_inquiry_become_vendor_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_inquiry_contact_sales_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_inquiry_suggest_product_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_pricing_option_unit_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_product_lifecycle_state_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_request_private_plan_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_service_certificate_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_subscription_product_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/stackitmarketplace/model_vendor_subscription_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Marketplace API 3 | 4 | API to manage STACKIT Marketplace. 5 | 6 | API version: 1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package stackitmarketplace 12 | -------------------------------------------------------------------------------- /services/cdn/model_get_logs_search_filters_response_datacenter_block_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/cdn/model_waf_status_rule_block_reason_inherited_from_group_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | CDN API 3 | 4 | API used to create and manage your CDN distributions. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package cdn 12 | -------------------------------------------------------------------------------- /services/certificates/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/stackitcloud/stackit-sdk-go/services/certificates 2 | 3 | go 1.21 4 | 5 | require github.com/stackitcloud/stackit-sdk-go/core v0.20.1 6 | 7 | require ( 8 | github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 9 | github.com/google/uuid v1.6.0 // indirect 10 | ) 11 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_ipv4_with_prefix_length_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_create_network_ipv6_with_prefix_length_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_update_route_of_routing_table_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaas/model_volume_performance_class_list_response_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT IaaS API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaas 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_add_routing_table_to_area_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_create_network_ipv4_with_prefix_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_create_network_ipv6_with_prefix_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/iaasalpha/model_partial_update_network_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | IaaS-API 3 | 4 | This API allows you to create and modify IaaS resources. 5 | 6 | API version: 2alpha1 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package iaasalpha 12 | -------------------------------------------------------------------------------- /services/kms/model_decrypt_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_decrypted_data_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_encrypt_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_encrypted_data_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_key_ring_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_verified_data_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_verify_payload_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_wrapping_key_list_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | -------------------------------------------------------------------------------- /services/kms/model_wrapping_purpose_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | STACKIT Key Management Service API 3 | 4 | This API provides endpoints for managing keys and key rings. 5 | 6 | API version: 1.0.0 7 | */ 8 | 9 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 10 | 11 | package kms 12 | --------------------------------------------------------------------------------