diff --git a/CHANGELOG.md b/CHANGELOG.md index aef40368..c31c8024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ - `secretsmanager`: [v0.2.1](services/secretsmanager/CHANGELOG.md#v021-2025-03-20) - **Improvement:** Error handling - **Feature:** Add description to `UpdateUserPayload` +- `iaas`: [v0.5.0](services/iaas/CHANGELOG.md#v050-2025-03-24) + - **Improvement:** Upgrading from IaaS **beta** endpoints to **v1** + - **Feature:** Add new method to filter `ListMachineTypes`: `Filter` ## Release (2025-03-05) diff --git a/services/iaas/CHANGELOG.md b/services/iaas/CHANGELOG.md index 80bfc7d4..0110636e 100644 --- a/services/iaas/CHANGELOG.md +++ b/services/iaas/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.5.0 (2025-03-24) +- **Improvement:** Upgrading from IaaS **beta** endpoints to **v1** +- **Feature:** Add new method to filter `ListMachineTypes`: `Filter` + ## v0.4.0 (2025-02-27) - **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges` diff --git a/services/iaas/pyproject.toml b/services/iaas/pyproject.toml index 019d2c2f..82456505 100644 --- a/services/iaas/pyproject.toml +++ b/services/iaas/pyproject.toml @@ -3,7 +3,7 @@ name = "stackit-iaas" [tool.poetry] name = "stackit-iaas" -version = "v0.4.0" +version = "v0.5.0" authors = [ "STACKIT Developer Tools ", ] diff --git a/services/iaas/src/stackit/iaas/__init__.py b/services/iaas/src/stackit/iaas/__init__.py index c411341e..4a02f6e4 100644 --- a/services/iaas/src/stackit/iaas/__init__.py +++ b/services/iaas/src/stackit/iaas/__init__.py @@ -7,7 +7,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/api/default_api.py b/services/iaas/src/stackit/iaas/api/default_api.py index 69798872..77926529 100644 --- a/services/iaas/src/stackit/iaas/api/default_api.py +++ b/services/iaas/src/stackit/iaas/api/default_api.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -433,7 +433,7 @@ def _add_network_to_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/networks/{networkId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/networks/{networkId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -734,7 +734,7 @@ def _add_nic_to_server_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/nics/{nicId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/nics/{nicId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1032,7 +1032,7 @@ def _add_public_ip_to_server_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/public-ips/{publicIpId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/public-ips/{publicIpId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1348,7 +1348,7 @@ def _add_security_group_to_server_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/security-groups/{securityGroupId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/security-groups/{securityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1646,7 +1646,7 @@ def _add_service_account_to_server_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/service-accounts/{serviceAccountMail}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/service-accounts/{serviceAccountMail}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -1976,7 +1976,7 @@ def _add_volume_to_server_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2255,7 +2255,7 @@ def _create_affinity_group_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/affinity-groups", + resource_path="/v1/projects/{projectId}/affinity-groups", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2528,7 +2528,7 @@ def _create_backup_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/backups", + resource_path="/v1/projects/{projectId}/backups", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2804,7 +2804,7 @@ def _create_image_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/images", + resource_path="/v1/projects/{projectId}/images", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -2833,7 +2833,7 @@ def create_key_pair( ) -> Keypair: """Import a public key. - Import a new public key for the requesting user based on provided public key material. The creation will fail if an SSH keypair with the same name already exists. If a name is not provided it is autogenerated form the ssh-pubkey comment section. If that is also not present it will be the the MD5 fingerprint of the key. For autogenerated names invalid characters will be removed. + Import a new public key for the requesting user based on provided public key material. The creation will fail if an SSH keypair with the same name already exists. If a name is not provided it is autogenerated form the ssh-pubkey comment section. If that is also not present it will be the the MD5 fingerprint of the key. For autogenerated names invalid characters will be removed. Supported keypair types are ecdsa, ed25519 and rsa. :param create_key_pair_payload: Request a public key import. (required) :type create_key_pair_payload: CreateKeyPairPayload @@ -2899,7 +2899,7 @@ def create_key_pair_with_http_info( ) -> ApiResponse[Keypair]: """Import a public key. - Import a new public key for the requesting user based on provided public key material. The creation will fail if an SSH keypair with the same name already exists. If a name is not provided it is autogenerated form the ssh-pubkey comment section. If that is also not present it will be the the MD5 fingerprint of the key. For autogenerated names invalid characters will be removed. + Import a new public key for the requesting user based on provided public key material. The creation will fail if an SSH keypair with the same name already exists. If a name is not provided it is autogenerated form the ssh-pubkey comment section. If that is also not present it will be the the MD5 fingerprint of the key. For autogenerated names invalid characters will be removed. Supported keypair types are ecdsa, ed25519 and rsa. :param create_key_pair_payload: Request a public key import. (required) :type create_key_pair_payload: CreateKeyPairPayload @@ -2965,7 +2965,7 @@ def create_key_pair_without_preload_content( ) -> RESTResponseType: """Import a public key. - Import a new public key for the requesting user based on provided public key material. The creation will fail if an SSH keypair with the same name already exists. If a name is not provided it is autogenerated form the ssh-pubkey comment section. If that is also not present it will be the the MD5 fingerprint of the key. For autogenerated names invalid characters will be removed. + Import a new public key for the requesting user based on provided public key material. The creation will fail if an SSH keypair with the same name already exists. If a name is not provided it is autogenerated form the ssh-pubkey comment section. If that is also not present it will be the the MD5 fingerprint of the key. For autogenerated names invalid characters will be removed. Supported keypair types are ecdsa, ed25519 and rsa. :param create_key_pair_payload: Request a public key import. (required) :type create_key_pair_payload: CreateKeyPairPayload @@ -3056,7 +3056,7 @@ def _create_key_pair_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/keypairs", + resource_path="/v1/keypairs", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3332,7 +3332,7 @@ def _create_network_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/networks", + resource_path="/v1/projects/{projectId}/networks", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3355,7 +3355,7 @@ def create_network_area( ), ], create_network_area_payload: Annotated[ - CreateNetworkAreaPayload, Field(description="Request an Area creation.") + CreateNetworkAreaPayload, Field(description="Request an area creation.") ], _request_timeout: Union[ None, @@ -3373,7 +3373,7 @@ def create_network_area( :param organization_id: The identifier (ID) of a STACKIT Organization. (required) :type organization_id: str - :param create_network_area_payload: Request an Area creation. (required) + :param create_network_area_payload: Request an area creation. (required) :type create_network_area_payload: CreateNetworkAreaPayload :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -3431,7 +3431,7 @@ def create_network_area_with_http_info( ), ], create_network_area_payload: Annotated[ - CreateNetworkAreaPayload, Field(description="Request an Area creation.") + CreateNetworkAreaPayload, Field(description="Request an area creation.") ], _request_timeout: Union[ None, @@ -3449,7 +3449,7 @@ def create_network_area_with_http_info( :param organization_id: The identifier (ID) of a STACKIT Organization. (required) :type organization_id: str - :param create_network_area_payload: Request an Area creation. (required) + :param create_network_area_payload: Request an area creation. (required) :type create_network_area_payload: CreateNetworkAreaPayload :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -3507,7 +3507,7 @@ def create_network_area_without_preload_content( ), ], create_network_area_payload: Annotated[ - CreateNetworkAreaPayload, Field(description="Request an Area creation.") + CreateNetworkAreaPayload, Field(description="Request an area creation.") ], _request_timeout: Union[ None, @@ -3525,7 +3525,7 @@ def create_network_area_without_preload_content( :param organization_id: The identifier (ID) of a STACKIT Organization. (required) :type organization_id: str - :param create_network_area_payload: Request an Area creation. (required) + :param create_network_area_payload: Request an area creation. (required) :type create_network_area_payload: CreateNetworkAreaPayload :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -3617,7 +3617,7 @@ def _create_network_area_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/organizations/{organizationId}/network-areas", + resource_path="/v1/organizations/{organizationId}/network-areas", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -3935,7 +3935,7 @@ def _create_network_area_range_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/network-ranges", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/network-ranges", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -4253,7 +4253,7 @@ def _create_network_area_route_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/routes", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/routes", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -4556,7 +4556,7 @@ def _create_nic_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}/nics", + resource_path="/v1/projects/{projectId}/networks/{networkId}/nics", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -4832,7 +4832,7 @@ def _create_public_ip_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/public-ips", + resource_path="/v1/projects/{projectId}/public-ips", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -5111,7 +5111,7 @@ def _create_security_group_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/security-groups", + resource_path="/v1/projects/{projectId}/security-groups", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -5429,7 +5429,7 @@ def _create_security_group_rule_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}/rules", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}/rules", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -5702,7 +5702,7 @@ def _create_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers", + resource_path="/v1/projects/{projectId}/servers", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -5975,7 +5975,7 @@ def _create_snapshot_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/snapshots", + resource_path="/v1/projects/{projectId}/snapshots", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -6248,7 +6248,7 @@ def _create_volume_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/volumes", + resource_path="/v1/projects/{projectId}/volumes", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -6525,7 +6525,7 @@ def _deallocate_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/deallocate", + resource_path="/v1/projects/{projectId}/servers/{serverId}/deallocate", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -6814,7 +6814,7 @@ def _delete_affinity_group_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/affinity-groups/{affinityGroupId}", + resource_path="/v1/projects/{projectId}/affinity-groups/{affinityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -7105,7 +7105,7 @@ def _delete_backup_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/backups/{backupId}", + resource_path="/v1/projects/{projectId}/backups/{backupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -7376,7 +7376,7 @@ def _delete_image_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}", + resource_path="/v1/projects/{projectId}/images/{imageId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -7647,7 +7647,7 @@ def _delete_image_share_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/share", + resource_path="/v1/projects/{projectId}/images/{imageId}/share", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -7957,7 +7957,7 @@ def _delete_image_share_consumer_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/share/{consumerProjectId}", + resource_path="/v1/projects/{projectId}/images/{imageId}/share/{consumerProjectId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -8198,7 +8198,7 @@ def _delete_key_pair_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/keypairs/{keypairName}", + resource_path="/v1/keypairs/{keypairName}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -8475,7 +8475,7 @@ def _delete_network_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}", + resource_path="/v1/projects/{projectId}/networks/{networkId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -8764,7 +8764,7 @@ def _delete_network_area_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -9083,7 +9083,7 @@ def _delete_network_area_range_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/network-ranges/{networkRangeId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/network-ranges/{networkRangeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -9390,7 +9390,7 @@ def _delete_network_area_route_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/routes/{routeId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/routes/{routeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -9688,7 +9688,7 @@ def _delete_nic_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}/nics/{nicId}", + resource_path="/v1/projects/{projectId}/networks/{networkId}/nics/{nicId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -9959,7 +9959,7 @@ def _delete_public_ip_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/public-ips/{publicIpId}", + resource_path="/v1/projects/{projectId}/public-ips/{publicIpId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -10251,7 +10251,7 @@ def _delete_security_group_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -10579,7 +10579,7 @@ def _delete_security_group_rule_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}/rules/{securityGroupRuleId}", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}/rules/{securityGroupRuleId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -10853,7 +10853,7 @@ def _delete_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -11127,7 +11127,7 @@ def _delete_snapshot_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/snapshots/{snapshotId}", + resource_path="/v1/projects/{projectId}/snapshots/{snapshotId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -11404,7 +11404,7 @@ def _delete_volume_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/volumes/{volumeId}", + resource_path="/v1/projects/{projectId}/volumes/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -11693,7 +11693,7 @@ def _get_affinity_group_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/affinity-groups/{affinityGroupId}", + resource_path="/v1/projects/{projectId}/affinity-groups/{affinityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -11991,7 +11991,7 @@ def _get_attached_volume_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -12265,7 +12265,7 @@ def _get_backup_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/backups/{backupId}", + resource_path="/v1/projects/{projectId}/backups/{backupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -12536,7 +12536,7 @@ def _get_image_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}", + resource_path="/v1/projects/{projectId}/images/{imageId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -12807,7 +12807,7 @@ def _get_image_share_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/share", + resource_path="/v1/projects/{projectId}/images/{imageId}/share", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -13117,7 +13117,7 @@ def _get_image_share_consumer_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/share/{consumerProjectId}", + resource_path="/v1/projects/{projectId}/images/{imageId}/share/{consumerProjectId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -13358,7 +13358,7 @@ def _get_key_pair_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/keypairs/{keypairName}", + resource_path="/v1/keypairs/{keypairName}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -13623,7 +13623,7 @@ def _get_machine_type_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/machine-types/{machineType}", + resource_path="/v1/projects/{projectId}/machine-types/{machineType}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -13897,7 +13897,7 @@ def _get_network_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}", + resource_path="/v1/projects/{projectId}/networks/{networkId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -14183,7 +14183,7 @@ def _get_network_area_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -14499,7 +14499,7 @@ def _get_network_area_range_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/network-ranges/{networkRangeId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/network-ranges/{networkRangeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -14806,7 +14806,7 @@ def _get_network_area_route_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/routes/{routeId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/routes/{routeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -14844,7 +14844,7 @@ def get_nic( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> NIC: - """Get details about a network interface. + """Get details about a network interface of a network. Get details about a network interface inside a network. @@ -14926,7 +14926,7 @@ def get_nic_with_http_info( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> ApiResponse[NIC]: - """Get details about a network interface. + """Get details about a network interface of a network. Get details about a network interface inside a network. @@ -15008,7 +15008,7 @@ def get_nic_without_preload_content( _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, ) -> RESTResponseType: - """Get details about a network interface. + """Get details about a network interface of a network. Get details about a network interface inside a network. @@ -15104,7 +15104,7 @@ def _get_nic_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}/nics/{nicId}", + resource_path="/v1/projects/{projectId}/networks/{networkId}/nics/{nicId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -15384,7 +15384,7 @@ def _get_organization_request_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/requests/{requestId}", + resource_path="/v1/organizations/{organizationId}/requests/{requestId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -15658,7 +15658,7 @@ def _get_project_nic_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/nics/{nicId}", + resource_path="/v1/projects/{projectId}/nics/{nicId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -15932,7 +15932,7 @@ def _get_project_request_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/requests/{requestId}", + resource_path="/v1/projects/{projectId}/requests/{requestId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -16203,7 +16203,7 @@ def _get_public_ip_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/public-ips/{publicIpId}", + resource_path="/v1/projects/{projectId}/public-ips/{publicIpId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -16492,7 +16492,7 @@ def _get_security_group_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -16820,7 +16820,7 @@ def _get_security_group_rule_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}/rules/{securityGroupRuleId}", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}/rules/{securityGroupRuleId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -17111,7 +17111,7 @@ def _get_server_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -17385,7 +17385,7 @@ def _get_server_console_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/console", + resource_path="/v1/projects/{projectId}/servers/{serverId}/console", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -17691,7 +17691,7 @@ def _get_server_log_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/log", + resource_path="/v1/projects/{projectId}/servers/{serverId}/log", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -17965,7 +17965,7 @@ def _get_snapshot_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/snapshots/{snapshotId}", + resource_path="/v1/projects/{projectId}/snapshots/{snapshotId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -18239,7 +18239,7 @@ def _get_volume_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/volumes/{volumeId}", + resource_path="/v1/projects/{projectId}/volumes/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -18510,7 +18510,7 @@ def _get_volume_performance_class_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/volume-performance-classes/{volumePerformanceClass}", + resource_path="/v1/projects/{projectId}/volume-performance-classes/{volumePerformanceClass}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -18763,7 +18763,7 @@ def _list_affinity_groups_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/affinity-groups", + resource_path="/v1/projects/{projectId}/affinity-groups", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -19037,7 +19037,7 @@ def _list_attached_volumes_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/volume-attachments", + resource_path="/v1/projects/{projectId}/servers/{serverId}/volume-attachments", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -19254,7 +19254,7 @@ def _list_availability_zones_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/availability-zones", + resource_path="/v1/availability-zones", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -19521,7 +19521,7 @@ def _list_backups_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/backups", + resource_path="/v1/projects/{projectId}/backups", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -19805,7 +19805,7 @@ def _list_images_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/images", + resource_path="/v1/projects/{projectId}/images", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -20048,7 +20048,7 @@ def _list_key_pairs_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/keypairs", + resource_path="/v1/keypairs", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -20068,6 +20068,12 @@ def list_machine_types( str, Field(min_length=36, strict=True, max_length=36, description="The identifier (ID) of a STACKIT Project."), ], + filter: Annotated[ + Optional[StrictStr], + Field( + description="Filter resources by fields. A subset of expr-lang is supported. See https://expr-lang.org/docs/language-definition for usage details." + ), + ] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -20084,6 +20090,8 @@ def list_machine_types( :param project_id: The identifier (ID) of a STACKIT Project. (required) :type project_id: str + :param filter: Filter resources by fields. A subset of expr-lang is supported. See https://expr-lang.org/docs/language-definition for usage details. + :type filter: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -20108,6 +20116,7 @@ def list_machine_types( _param = self._list_machine_types_serialize( project_id=project_id, + filter=filter, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -20136,6 +20145,12 @@ def list_machine_types_with_http_info( str, Field(min_length=36, strict=True, max_length=36, description="The identifier (ID) of a STACKIT Project."), ], + filter: Annotated[ + Optional[StrictStr], + Field( + description="Filter resources by fields. A subset of expr-lang is supported. See https://expr-lang.org/docs/language-definition for usage details." + ), + ] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -20152,6 +20167,8 @@ def list_machine_types_with_http_info( :param project_id: The identifier (ID) of a STACKIT Project. (required) :type project_id: str + :param filter: Filter resources by fields. A subset of expr-lang is supported. See https://expr-lang.org/docs/language-definition for usage details. + :type filter: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -20176,6 +20193,7 @@ def list_machine_types_with_http_info( _param = self._list_machine_types_serialize( project_id=project_id, + filter=filter, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -20204,6 +20222,12 @@ def list_machine_types_without_preload_content( str, Field(min_length=36, strict=True, max_length=36, description="The identifier (ID) of a STACKIT Project."), ], + filter: Annotated[ + Optional[StrictStr], + Field( + description="Filter resources by fields. A subset of expr-lang is supported. See https://expr-lang.org/docs/language-definition for usage details." + ), + ] = None, _request_timeout: Union[ None, Annotated[StrictFloat, Field(gt=0)], @@ -20220,6 +20244,8 @@ def list_machine_types_without_preload_content( :param project_id: The identifier (ID) of a STACKIT Project. (required) :type project_id: str + :param filter: Filter resources by fields. A subset of expr-lang is supported. See https://expr-lang.org/docs/language-definition for usage details. + :type filter: str :param _request_timeout: timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of @@ -20244,6 +20270,7 @@ def list_machine_types_without_preload_content( _param = self._list_machine_types_serialize( project_id=project_id, + filter=filter, _request_auth=_request_auth, _content_type=_content_type, _headers=_headers, @@ -20264,6 +20291,7 @@ def list_machine_types_without_preload_content( def _list_machine_types_serialize( self, project_id, + filter, _request_auth, _content_type, _headers, @@ -20285,6 +20313,10 @@ def _list_machine_types_serialize( if project_id is not None: _path_params["projectId"] = project_id # process the query parameters + if filter is not None: + + _query_params.append(("filter", filter)) + # process the header parameters # process the form parameters # process the body parameter @@ -20298,7 +20330,7 @@ def _list_machine_types_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/machine-types", + resource_path="/v1/projects/{projectId}/machine-types", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -20584,7 +20616,7 @@ def _list_network_area_projects_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/projects", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/projects", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -20870,7 +20902,7 @@ def _list_network_area_ranges_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/network-ranges", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/network-ranges", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -21173,7 +21205,7 @@ def _list_network_area_routes_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/routes", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/routes", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -21446,7 +21478,7 @@ def _list_network_areas_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/organizations/{organizationId}/network-areas", + resource_path="/v1/organizations/{organizationId}/network-areas", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -21713,7 +21745,7 @@ def _list_networks_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/networks", + resource_path="/v1/projects/{projectId}/networks", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -22004,7 +22036,7 @@ def _list_nics_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}/nics", + resource_path="/v1/projects/{projectId}/networks/{networkId}/nics", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -22271,7 +22303,7 @@ def _list_project_nics_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/nics", + resource_path="/v1/projects/{projectId}/nics", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -22488,7 +22520,7 @@ def _list_public_ip_ranges_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/networks/public-ip-ranges", + resource_path="/v1/networks/public-ip-ranges", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -22755,7 +22787,7 @@ def _list_public_ips_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/public-ips", + resource_path="/v1/projects/{projectId}/public-ips", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -23005,7 +23037,7 @@ def _list_quotas_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/quotas", + resource_path="/v1/projects/{projectId}/quotas", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -23294,7 +23326,7 @@ def _list_security_group_rules_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}/rules", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}/rules", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -23561,7 +23593,7 @@ def _list_security_groups_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/security-groups", + resource_path="/v1/projects/{projectId}/security-groups", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -23835,7 +23867,7 @@ def _list_server_nics_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/nics", + resource_path="/v1/projects/{projectId}/servers/{serverId}/nics", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -24109,7 +24141,7 @@ def _list_server_service_accounts_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/service-accounts", + resource_path="/v1/projects/{projectId}/servers/{serverId}/service-accounts", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -24393,7 +24425,7 @@ def _list_servers_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/servers", + resource_path="/v1/projects/{projectId}/servers", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -24660,7 +24692,7 @@ def _list_snapshots_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/snapshots", + resource_path="/v1/projects/{projectId}/snapshots", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -24927,7 +24959,7 @@ def _list_volume_performance_classes_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/volume-performance-classes", + resource_path="/v1/projects/{projectId}/volume-performance-classes", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -25194,7 +25226,7 @@ def _list_volumes_serialize( return self.api_client.param_serialize( method="GET", - resource_path="/v1beta1/projects/{projectId}/volumes", + resource_path="/v1/projects/{projectId}/volumes", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -25497,7 +25529,7 @@ def _partial_update_network_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}", + resource_path="/v1/projects/{projectId}/networks/{networkId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -25526,7 +25558,7 @@ def partial_update_network_area( ), ], partial_update_network_area_payload: Annotated[ - PartialUpdateNetworkAreaPayload, Field(description="Request to update an Area.") + PartialUpdateNetworkAreaPayload, Field(description="Request to update an area.") ], _request_timeout: Union[ None, @@ -25546,7 +25578,7 @@ def partial_update_network_area( :type organization_id: str :param area_id: The identifier (ID) of a STACKIT Network Area. (required) :type area_id: str - :param partial_update_network_area_payload: Request to update an Area. (required) + :param partial_update_network_area_payload: Request to update an area. (required) :type partial_update_network_area_payload: PartialUpdateNetworkAreaPayload :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -25611,7 +25643,7 @@ def partial_update_network_area_with_http_info( ), ], partial_update_network_area_payload: Annotated[ - PartialUpdateNetworkAreaPayload, Field(description="Request to update an Area.") + PartialUpdateNetworkAreaPayload, Field(description="Request to update an area.") ], _request_timeout: Union[ None, @@ -25631,7 +25663,7 @@ def partial_update_network_area_with_http_info( :type organization_id: str :param area_id: The identifier (ID) of a STACKIT Network Area. (required) :type area_id: str - :param partial_update_network_area_payload: Request to update an Area. (required) + :param partial_update_network_area_payload: Request to update an area. (required) :type partial_update_network_area_payload: PartialUpdateNetworkAreaPayload :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -25696,7 +25728,7 @@ def partial_update_network_area_without_preload_content( ), ], partial_update_network_area_payload: Annotated[ - PartialUpdateNetworkAreaPayload, Field(description="Request to update an Area.") + PartialUpdateNetworkAreaPayload, Field(description="Request to update an area.") ], _request_timeout: Union[ None, @@ -25716,7 +25748,7 @@ def partial_update_network_area_without_preload_content( :type organization_id: str :param area_id: The identifier (ID) of a STACKIT Network Area. (required) :type area_id: str - :param partial_update_network_area_payload: Request to update an Area. (required) + :param partial_update_network_area_payload: Request to update an area. (required) :type partial_update_network_area_payload: PartialUpdateNetworkAreaPayload :param _request_timeout: timeout setting for this request. If one number provided, it will be total request @@ -25812,7 +25844,7 @@ def _partial_update_network_area_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -26106,7 +26138,7 @@ def _reboot_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/reboot", + resource_path="/v1/projects/{projectId}/servers/{serverId}/reboot", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -26404,7 +26436,7 @@ def _remove_network_from_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/networks/{networkId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/networks/{networkId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -26702,7 +26734,7 @@ def _remove_nic_from_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/nics/{nicId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/nics/{nicId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -27000,7 +27032,7 @@ def _remove_public_ip_from_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/public-ips/{publicIpId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/public-ips/{publicIpId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -27316,7 +27348,7 @@ def _remove_security_group_from_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/security-groups/{securityGroupId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/security-groups/{securityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -27614,7 +27646,7 @@ def _remove_service_account_from_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/service-accounts/{serviceAccountMail}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/service-accounts/{serviceAccountMail}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -27915,7 +27947,7 @@ def _remove_volume_from_server_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -28215,7 +28247,7 @@ def _rescue_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/rescue", + resource_path="/v1/projects/{projectId}/servers/{serverId}/rescue", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -28515,7 +28547,7 @@ def _resize_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/resize", + resource_path="/v1/projects/{projectId}/servers/{serverId}/resize", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -28821,7 +28853,7 @@ def _resize_volume_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/volumes/{volumeId}/resize", + resource_path="/v1/projects/{projectId}/volumes/{volumeId}/resize", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -29095,7 +29127,7 @@ def _restore_backup_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/backups/{backupId}/restore", + resource_path="/v1/projects/{projectId}/backups/{backupId}/restore", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -29389,7 +29421,7 @@ def _set_image_share_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/share", + resource_path="/v1/projects/{projectId}/images/{imageId}/share", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -29666,7 +29698,7 @@ def _start_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/start", + resource_path="/v1/projects/{projectId}/servers/{serverId}/start", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -29943,7 +29975,7 @@ def _stop_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/stop", + resource_path="/v1/projects/{projectId}/servers/{serverId}/stop", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -30220,7 +30252,7 @@ def _unrescue_server_serialize( return self.api_client.param_serialize( method="POST", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/unrescue", + resource_path="/v1/projects/{projectId}/servers/{serverId}/unrescue", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -30547,7 +30579,7 @@ def _update_attached_volume_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}/volume-attachments/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -30844,7 +30876,7 @@ def _update_backup_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/backups/{backupId}", + resource_path="/v1/projects/{projectId}/backups/{backupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -31138,7 +31170,7 @@ def _update_image_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}", + resource_path="/v1/projects/{projectId}/images/{imageId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -31409,7 +31441,7 @@ def _update_image_scope_local_serialize( return self.api_client.param_serialize( method="DELETE", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/publish", + resource_path="/v1/projects/{projectId}/images/{imageId}/publish", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -31680,7 +31712,7 @@ def _update_image_scope_public_serialize( return self.api_client.param_serialize( method="PUT", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/publish", + resource_path="/v1/projects/{projectId}/images/{imageId}/publish", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -31974,7 +32006,7 @@ def _update_image_share_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/images/{imageId}/share", + resource_path="/v1/projects/{projectId}/images/{imageId}/share", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -32244,7 +32276,7 @@ def _update_key_pair_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/keypairs/{keypairName}", + resource_path="/v1/keypairs/{keypairName}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -32580,7 +32612,7 @@ def _update_network_area_route_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/organizations/{organizationId}/network-areas/{areaId}/routes/{routeId}", + resource_path="/v1/organizations/{organizationId}/network-areas/{areaId}/routes/{routeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -32904,7 +32936,7 @@ def _update_nic_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/networks/{networkId}/nics/{nicId}", + resource_path="/v1/projects/{projectId}/networks/{networkId}/nics/{nicId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -33204,7 +33236,7 @@ def _update_public_ip_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/public-ips/{publicIpId}", + resource_path="/v1/projects/{projectId}/public-ips/{publicIpId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -33522,7 +33554,7 @@ def _update_security_group_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/security-groups/{securityGroupId}", + resource_path="/v1/projects/{projectId}/security-groups/{securityGroupId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -33819,7 +33851,7 @@ def _update_server_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/servers/{serverId}", + resource_path="/v1/projects/{projectId}/servers/{serverId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -34122,7 +34154,7 @@ def _update_snapshot_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/snapshots/{snapshotId}", + resource_path="/v1/projects/{projectId}/snapshots/{snapshotId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, @@ -34419,7 +34451,7 @@ def _update_volume_serialize( return self.api_client.param_serialize( method="PATCH", - resource_path="/v1beta1/projects/{projectId}/volumes/{volumeId}", + resource_path="/v1/projects/{projectId}/volumes/{volumeId}", path_params=_path_params, query_params=_query_params, header_params=_header_params, diff --git a/services/iaas/src/stackit/iaas/api_client.py b/services/iaas/src/stackit/iaas/api_client.py index fd37980c..f4a9e61b 100644 --- a/services/iaas/src/stackit/iaas/api_client.py +++ b/services/iaas/src/stackit/iaas/api_client.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/configuration.py b/services/iaas/src/stackit/iaas/configuration.py index f8641da8..1c02326e 100644 --- a/services/iaas/src/stackit/iaas/configuration.py +++ b/services/iaas/src/stackit/iaas/configuration.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/exceptions.py b/services/iaas/src/stackit/iaas/exceptions.py index 2ad90cd8..93f48331 100644 --- a/services/iaas/src/stackit/iaas/exceptions.py +++ b/services/iaas/src/stackit/iaas/exceptions.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/__init__.py b/services/iaas/src/stackit/iaas/models/__init__.py index 8dcb40fd..7efdd5ce 100644 --- a/services/iaas/src/stackit/iaas/models/__init__.py +++ b/services/iaas/src/stackit/iaas/models/__init__.py @@ -6,7 +6,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/add_volume_to_server_payload.py b/services/iaas/src/stackit/iaas/models/add_volume_to_server_payload.py index 8130efcb..ca1487d2 100644 --- a/services/iaas/src/stackit/iaas/models/add_volume_to_server_payload.py +++ b/services/iaas/src/stackit/iaas/models/add_volume_to_server_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/affinity_group.py b/services/iaas/src/stackit/iaas/models/affinity_group.py index 9ecd3787..f04526c6 100644 --- a/services/iaas/src/stackit/iaas/models/affinity_group.py +++ b/services/iaas/src/stackit/iaas/models/affinity_group.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/affinity_group_list_response.py b/services/iaas/src/stackit/iaas/models/affinity_group_list_response.py index 830f5aff..5b8dd828 100644 --- a/services/iaas/src/stackit/iaas/models/affinity_group_list_response.py +++ b/services/iaas/src/stackit/iaas/models/affinity_group_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/allowed_addresses_inner.py b/services/iaas/src/stackit/iaas/models/allowed_addresses_inner.py index daedbdb1..c45cb618 100644 --- a/services/iaas/src/stackit/iaas/models/allowed_addresses_inner.py +++ b/services/iaas/src/stackit/iaas/models/allowed_addresses_inner.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/area.py b/services/iaas/src/stackit/iaas/models/area.py index 80d5f96c..fcd43a9b 100644 --- a/services/iaas/src/stackit/iaas/models/area.py +++ b/services/iaas/src/stackit/iaas/models/area.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/area_config.py b/services/iaas/src/stackit/iaas/models/area_config.py index d2da76e8..023175d6 100644 --- a/services/iaas/src/stackit/iaas/models/area_config.py +++ b/services/iaas/src/stackit/iaas/models/area_config.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/area_prefix_config_ipv4.py b/services/iaas/src/stackit/iaas/models/area_prefix_config_ipv4.py index f6e5ddb9..ee581846 100644 --- a/services/iaas/src/stackit/iaas/models/area_prefix_config_ipv4.py +++ b/services/iaas/src/stackit/iaas/models/area_prefix_config_ipv4.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/availability_zone_list_response.py b/services/iaas/src/stackit/iaas/models/availability_zone_list_response.py index 00a1c391..25dcb61f 100644 --- a/services/iaas/src/stackit/iaas/models/availability_zone_list_response.py +++ b/services/iaas/src/stackit/iaas/models/availability_zone_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/backup.py b/services/iaas/src/stackit/iaas/models/backup.py index e5fe212e..aef60df4 100644 --- a/services/iaas/src/stackit/iaas/models/backup.py +++ b/services/iaas/src/stackit/iaas/models/backup.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/backup_list_response.py b/services/iaas/src/stackit/iaas/models/backup_list_response.py index 59780cbd..0aeba21d 100644 --- a/services/iaas/src/stackit/iaas/models/backup_list_response.py +++ b/services/iaas/src/stackit/iaas/models/backup_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/backup_source.py b/services/iaas/src/stackit/iaas/models/backup_source.py index 0af211e9..92eb0e50 100644 --- a/services/iaas/src/stackit/iaas/models/backup_source.py +++ b/services/iaas/src/stackit/iaas/models/backup_source.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/base_security_group_rule.py b/services/iaas/src/stackit/iaas/models/base_security_group_rule.py index 0e96d468..013fbc49 100644 --- a/services/iaas/src/stackit/iaas/models/base_security_group_rule.py +++ b/services/iaas/src/stackit/iaas/models/base_security_group_rule.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/boot_volume.py b/services/iaas/src/stackit/iaas/models/boot_volume.py index fe453a13..9879c505 100644 --- a/services/iaas/src/stackit/iaas/models/boot_volume.py +++ b/services/iaas/src/stackit/iaas/models/boot_volume.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/boot_volume_source.py b/services/iaas/src/stackit/iaas/models/boot_volume_source.py index fcbc9db8..b60104c5 100644 --- a/services/iaas/src/stackit/iaas/models/boot_volume_source.py +++ b/services/iaas/src/stackit/iaas/models/boot_volume_source.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_affinity_group_payload.py b/services/iaas/src/stackit/iaas/models/create_affinity_group_payload.py index 67fd3c02..f59a9363 100644 --- a/services/iaas/src/stackit/iaas/models/create_affinity_group_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_affinity_group_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_area_address_family.py b/services/iaas/src/stackit/iaas/models/create_area_address_family.py index 84f71762..cb4df142 100644 --- a/services/iaas/src/stackit/iaas/models/create_area_address_family.py +++ b/services/iaas/src/stackit/iaas/models/create_area_address_family.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_area_ipv4.py b/services/iaas/src/stackit/iaas/models/create_area_ipv4.py index f44a4341..fced1a8e 100644 --- a/services/iaas/src/stackit/iaas/models/create_area_ipv4.py +++ b/services/iaas/src/stackit/iaas/models/create_area_ipv4.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_backup_payload.py b/services/iaas/src/stackit/iaas/models/create_backup_payload.py index c3eddc73..4145a4d9 100644 --- a/services/iaas/src/stackit/iaas/models/create_backup_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_backup_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_image_payload.py b/services/iaas/src/stackit/iaas/models/create_image_payload.py index 1b9514f0..2b6a3b97 100644 --- a/services/iaas/src/stackit/iaas/models/create_image_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_image_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_key_pair_payload.py b/services/iaas/src/stackit/iaas/models/create_key_pair_payload.py index 59d8bc83..1039fd83 100644 --- a/services/iaas/src/stackit/iaas/models/create_key_pair_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_key_pair_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_address_family.py b/services/iaas/src/stackit/iaas/models/create_network_address_family.py index e81216d1..bd21846d 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_address_family.py +++ b/services/iaas/src/stackit/iaas/models/create_network_address_family.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_area_payload.py b/services/iaas/src/stackit/iaas/models/create_network_area_payload.py index 0733001e..cf2ff040 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_area_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_network_area_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_area_range_payload.py b/services/iaas/src/stackit/iaas/models/create_network_area_range_payload.py index a3f2555e..e13a0f2c 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_area_range_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_network_area_range_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_area_route_payload.py b/services/iaas/src/stackit/iaas/models/create_network_area_route_payload.py index b303326b..227eb725 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_area_route_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_network_area_route_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_ipv4_body.py b/services/iaas/src/stackit/iaas/models/create_network_ipv4_body.py index ca385c1a..898d021c 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_ipv4_body.py +++ b/services/iaas/src/stackit/iaas/models/create_network_ipv4_body.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_ipv6_body.py b/services/iaas/src/stackit/iaas/models/create_network_ipv6_body.py index 4d5c22d0..a1124ac1 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_ipv6_body.py +++ b/services/iaas/src/stackit/iaas/models/create_network_ipv6_body.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_network_payload.py b/services/iaas/src/stackit/iaas/models/create_network_payload.py index da8c62e8..6915b17f 100644 --- a/services/iaas/src/stackit/iaas/models/create_network_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_network_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_nic_payload.py b/services/iaas/src/stackit/iaas/models/create_nic_payload.py index ad1a50e3..b45cae96 100644 --- a/services/iaas/src/stackit/iaas/models/create_nic_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_nic_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_protocol.py b/services/iaas/src/stackit/iaas/models/create_protocol.py index 5626ace2..815fde63 100644 --- a/services/iaas/src/stackit/iaas/models/create_protocol.py +++ b/services/iaas/src/stackit/iaas/models/create_protocol.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_public_ip_payload.py b/services/iaas/src/stackit/iaas/models/create_public_ip_payload.py index 98b25c31..6b6b04db 100644 --- a/services/iaas/src/stackit/iaas/models/create_public_ip_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_public_ip_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_security_group_payload.py b/services/iaas/src/stackit/iaas/models/create_security_group_payload.py index bc9d92a9..3b71d131 100644 --- a/services/iaas/src/stackit/iaas/models/create_security_group_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_security_group_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_security_group_rule_payload.py b/services/iaas/src/stackit/iaas/models/create_security_group_rule_payload.py index 2a1fc0f7..9088acda 100644 --- a/services/iaas/src/stackit/iaas/models/create_security_group_rule_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_security_group_rule_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_security_group_rule_protocol.py b/services/iaas/src/stackit/iaas/models/create_security_group_rule_protocol.py index 92852446..d86ae383 100644 --- a/services/iaas/src/stackit/iaas/models/create_security_group_rule_protocol.py +++ b/services/iaas/src/stackit/iaas/models/create_security_group_rule_protocol.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_server_networking.py b/services/iaas/src/stackit/iaas/models/create_server_networking.py index 13afdd6b..13320915 100644 --- a/services/iaas/src/stackit/iaas/models/create_server_networking.py +++ b/services/iaas/src/stackit/iaas/models/create_server_networking.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_server_networking_with_nics.py b/services/iaas/src/stackit/iaas/models/create_server_networking_with_nics.py index 891f11a5..236911b2 100644 --- a/services/iaas/src/stackit/iaas/models/create_server_networking_with_nics.py +++ b/services/iaas/src/stackit/iaas/models/create_server_networking_with_nics.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_server_payload.py b/services/iaas/src/stackit/iaas/models/create_server_payload.py index 53fef3b3..f2a08984 100644 --- a/services/iaas/src/stackit/iaas/models/create_server_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_server_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_server_payload_networking.py b/services/iaas/src/stackit/iaas/models/create_server_payload_networking.py index a1e8980e..05844e4e 100644 --- a/services/iaas/src/stackit/iaas/models/create_server_payload_networking.py +++ b/services/iaas/src/stackit/iaas/models/create_server_payload_networking.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_snapshot_payload.py b/services/iaas/src/stackit/iaas/models/create_snapshot_payload.py index 88918d3a..c7664e54 100644 --- a/services/iaas/src/stackit/iaas/models/create_snapshot_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_snapshot_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/create_volume_payload.py b/services/iaas/src/stackit/iaas/models/create_volume_payload.py index b7f49e74..fd75aa91 100644 --- a/services/iaas/src/stackit/iaas/models/create_volume_payload.py +++ b/services/iaas/src/stackit/iaas/models/create_volume_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/error.py b/services/iaas/src/stackit/iaas/models/error.py index abc6b596..4289d08b 100644 --- a/services/iaas/src/stackit/iaas/models/error.py +++ b/services/iaas/src/stackit/iaas/models/error.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/get_server_log200_response.py b/services/iaas/src/stackit/iaas/models/get_server_log200_response.py index bdc44772..bf421b3e 100644 --- a/services/iaas/src/stackit/iaas/models/get_server_log200_response.py +++ b/services/iaas/src/stackit/iaas/models/get_server_log200_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/icmp_parameters.py b/services/iaas/src/stackit/iaas/models/icmp_parameters.py index 6dcb7f11..8fb44ee0 100644 --- a/services/iaas/src/stackit/iaas/models/icmp_parameters.py +++ b/services/iaas/src/stackit/iaas/models/icmp_parameters.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image.py b/services/iaas/src/stackit/iaas/models/image.py index b85afa23..97e4a4be 100644 --- a/services/iaas/src/stackit/iaas/models/image.py +++ b/services/iaas/src/stackit/iaas/models/image.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image_checksum.py b/services/iaas/src/stackit/iaas/models/image_checksum.py index 687e96ce..3dd88729 100644 --- a/services/iaas/src/stackit/iaas/models/image_checksum.py +++ b/services/iaas/src/stackit/iaas/models/image_checksum.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image_config.py b/services/iaas/src/stackit/iaas/models/image_config.py index 39780ea5..c78c7bfc 100644 --- a/services/iaas/src/stackit/iaas/models/image_config.py +++ b/services/iaas/src/stackit/iaas/models/image_config.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image_create_response.py b/services/iaas/src/stackit/iaas/models/image_create_response.py index 6280a634..7e290ea0 100644 --- a/services/iaas/src/stackit/iaas/models/image_create_response.py +++ b/services/iaas/src/stackit/iaas/models/image_create_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image_list_response.py b/services/iaas/src/stackit/iaas/models/image_list_response.py index a845ef7f..6f9e62e9 100644 --- a/services/iaas/src/stackit/iaas/models/image_list_response.py +++ b/services/iaas/src/stackit/iaas/models/image_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image_share.py b/services/iaas/src/stackit/iaas/models/image_share.py index 00cf4242..5cbd3e7e 100644 --- a/services/iaas/src/stackit/iaas/models/image_share.py +++ b/services/iaas/src/stackit/iaas/models/image_share.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/image_share_consumer.py b/services/iaas/src/stackit/iaas/models/image_share_consumer.py index a23b16ad..a3e2371e 100644 --- a/services/iaas/src/stackit/iaas/models/image_share_consumer.py +++ b/services/iaas/src/stackit/iaas/models/image_share_consumer.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/key_pair_list_response.py b/services/iaas/src/stackit/iaas/models/key_pair_list_response.py index 657f2ec9..0d82473b 100644 --- a/services/iaas/src/stackit/iaas/models/key_pair_list_response.py +++ b/services/iaas/src/stackit/iaas/models/key_pair_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/keypair.py b/services/iaas/src/stackit/iaas/models/keypair.py index 40444be2..3d1d83d9 100644 --- a/services/iaas/src/stackit/iaas/models/keypair.py +++ b/services/iaas/src/stackit/iaas/models/keypair.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/machine_type.py b/services/iaas/src/stackit/iaas/models/machine_type.py index 3491d65c..f98b75db 100644 --- a/services/iaas/src/stackit/iaas/models/machine_type.py +++ b/services/iaas/src/stackit/iaas/models/machine_type.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -25,7 +25,7 @@ class MachineType(BaseModel): """ - Machine Type. + Machine Type. Filterable Fields: disk, extraSpecs, name, ram, vcpus. """ description: Optional[Annotated[str, Field(strict=True, max_length=127)]] = Field( diff --git a/services/iaas/src/stackit/iaas/models/machine_type_list_response.py b/services/iaas/src/stackit/iaas/models/machine_type_list_response.py index 10bb3d01..4f116163 100644 --- a/services/iaas/src/stackit/iaas/models/machine_type_list_response.py +++ b/services/iaas/src/stackit/iaas/models/machine_type_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network.py b/services/iaas/src/stackit/iaas/models/network.py index d9f98f26..d397fea0 100644 --- a/services/iaas/src/stackit/iaas/models/network.py +++ b/services/iaas/src/stackit/iaas/models/network.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network_area.py b/services/iaas/src/stackit/iaas/models/network_area.py index 59c2e378..a7090734 100644 --- a/services/iaas/src/stackit/iaas/models/network_area.py +++ b/services/iaas/src/stackit/iaas/models/network_area.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network_area_ipv4.py b/services/iaas/src/stackit/iaas/models/network_area_ipv4.py index 02182824..af49d6be 100644 --- a/services/iaas/src/stackit/iaas/models/network_area_ipv4.py +++ b/services/iaas/src/stackit/iaas/models/network_area_ipv4.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network_area_list_response.py b/services/iaas/src/stackit/iaas/models/network_area_list_response.py index 5156fba8..6f82d20f 100644 --- a/services/iaas/src/stackit/iaas/models/network_area_list_response.py +++ b/services/iaas/src/stackit/iaas/models/network_area_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network_list_response.py b/services/iaas/src/stackit/iaas/models/network_list_response.py index 5ddc870c..2845b92f 100644 --- a/services/iaas/src/stackit/iaas/models/network_list_response.py +++ b/services/iaas/src/stackit/iaas/models/network_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network_range.py b/services/iaas/src/stackit/iaas/models/network_range.py index 99e30d19..ff6df236 100644 --- a/services/iaas/src/stackit/iaas/models/network_range.py +++ b/services/iaas/src/stackit/iaas/models/network_range.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/network_range_list_response.py b/services/iaas/src/stackit/iaas/models/network_range_list_response.py index 65d5e1bf..20a18bcc 100644 --- a/services/iaas/src/stackit/iaas/models/network_range_list_response.py +++ b/services/iaas/src/stackit/iaas/models/network_range_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/nic.py b/services/iaas/src/stackit/iaas/models/nic.py index 1ae289a9..60fc8123 100644 --- a/services/iaas/src/stackit/iaas/models/nic.py +++ b/services/iaas/src/stackit/iaas/models/nic.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/nic_list_response.py b/services/iaas/src/stackit/iaas/models/nic_list_response.py index 2399a9c0..00e4ee19 100644 --- a/services/iaas/src/stackit/iaas/models/nic_list_response.py +++ b/services/iaas/src/stackit/iaas/models/nic_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/partial_update_network_area_payload.py b/services/iaas/src/stackit/iaas/models/partial_update_network_area_payload.py index f3f14c54..c459fcee 100644 --- a/services/iaas/src/stackit/iaas/models/partial_update_network_area_payload.py +++ b/services/iaas/src/stackit/iaas/models/partial_update_network_area_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/partial_update_network_payload.py b/services/iaas/src/stackit/iaas/models/partial_update_network_payload.py index 5f75a270..eb130852 100644 --- a/services/iaas/src/stackit/iaas/models/partial_update_network_payload.py +++ b/services/iaas/src/stackit/iaas/models/partial_update_network_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/port_range.py b/services/iaas/src/stackit/iaas/models/port_range.py index a9b83c35..eb020bc8 100644 --- a/services/iaas/src/stackit/iaas/models/port_range.py +++ b/services/iaas/src/stackit/iaas/models/port_range.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/project_list_response.py b/services/iaas/src/stackit/iaas/models/project_list_response.py index 58735a3b..34bd8fb4 100644 --- a/services/iaas/src/stackit/iaas/models/project_list_response.py +++ b/services/iaas/src/stackit/iaas/models/project_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/protocol.py b/services/iaas/src/stackit/iaas/models/protocol.py index 4e174c6f..055898bc 100644 --- a/services/iaas/src/stackit/iaas/models/protocol.py +++ b/services/iaas/src/stackit/iaas/models/protocol.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/public_ip.py b/services/iaas/src/stackit/iaas/models/public_ip.py index 9e08080a..93c62aa9 100644 --- a/services/iaas/src/stackit/iaas/models/public_ip.py +++ b/services/iaas/src/stackit/iaas/models/public_ip.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/public_ip_list_response.py b/services/iaas/src/stackit/iaas/models/public_ip_list_response.py index eae98b71..9b4b207c 100644 --- a/services/iaas/src/stackit/iaas/models/public_ip_list_response.py +++ b/services/iaas/src/stackit/iaas/models/public_ip_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/public_network.py b/services/iaas/src/stackit/iaas/models/public_network.py index 45983a29..faa0e37e 100644 --- a/services/iaas/src/stackit/iaas/models/public_network.py +++ b/services/iaas/src/stackit/iaas/models/public_network.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/public_network_list_response.py b/services/iaas/src/stackit/iaas/models/public_network_list_response.py index 397ad308..e41f05f1 100644 --- a/services/iaas/src/stackit/iaas/models/public_network_list_response.py +++ b/services/iaas/src/stackit/iaas/models/public_network_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/quota.py b/services/iaas/src/stackit/iaas/models/quota.py index 1c1b5653..baf3366d 100644 --- a/services/iaas/src/stackit/iaas/models/quota.py +++ b/services/iaas/src/stackit/iaas/models/quota.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/quota_list.py b/services/iaas/src/stackit/iaas/models/quota_list.py index 20449c79..bc0c439e 100644 --- a/services/iaas/src/stackit/iaas/models/quota_list.py +++ b/services/iaas/src/stackit/iaas/models/quota_list.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/quota_list_response.py b/services/iaas/src/stackit/iaas/models/quota_list_response.py index 07279093..ed2b5cbd 100644 --- a/services/iaas/src/stackit/iaas/models/quota_list_response.py +++ b/services/iaas/src/stackit/iaas/models/quota_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/request.py b/services/iaas/src/stackit/iaas/models/request.py index e24a3e06..9d984384 100644 --- a/services/iaas/src/stackit/iaas/models/request.py +++ b/services/iaas/src/stackit/iaas/models/request.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/request_resource.py b/services/iaas/src/stackit/iaas/models/request_resource.py index 9b7b108f..76093c74 100644 --- a/services/iaas/src/stackit/iaas/models/request_resource.py +++ b/services/iaas/src/stackit/iaas/models/request_resource.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/rescue_server_payload.py b/services/iaas/src/stackit/iaas/models/rescue_server_payload.py index fcd31476..098796d7 100644 --- a/services/iaas/src/stackit/iaas/models/rescue_server_payload.py +++ b/services/iaas/src/stackit/iaas/models/rescue_server_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/resize_server_payload.py b/services/iaas/src/stackit/iaas/models/resize_server_payload.py index fec03d31..e459058c 100644 --- a/services/iaas/src/stackit/iaas/models/resize_server_payload.py +++ b/services/iaas/src/stackit/iaas/models/resize_server_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/resize_volume_payload.py b/services/iaas/src/stackit/iaas/models/resize_volume_payload.py index 3ae98b0f..2926d2c8 100644 --- a/services/iaas/src/stackit/iaas/models/resize_volume_payload.py +++ b/services/iaas/src/stackit/iaas/models/resize_volume_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/route.py b/services/iaas/src/stackit/iaas/models/route.py index 39358d34..5151d814 100644 --- a/services/iaas/src/stackit/iaas/models/route.py +++ b/services/iaas/src/stackit/iaas/models/route.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/route_list_response.py b/services/iaas/src/stackit/iaas/models/route_list_response.py index ba783056..1ad1fa25 100644 --- a/services/iaas/src/stackit/iaas/models/route_list_response.py +++ b/services/iaas/src/stackit/iaas/models/route_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/security_group.py b/services/iaas/src/stackit/iaas/models/security_group.py index 8814a099..0662f609 100644 --- a/services/iaas/src/stackit/iaas/models/security_group.py +++ b/services/iaas/src/stackit/iaas/models/security_group.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/security_group_list_response.py b/services/iaas/src/stackit/iaas/models/security_group_list_response.py index 31fe745a..b69b374a 100644 --- a/services/iaas/src/stackit/iaas/models/security_group_list_response.py +++ b/services/iaas/src/stackit/iaas/models/security_group_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/security_group_rule.py b/services/iaas/src/stackit/iaas/models/security_group_rule.py index 3acfcd94..e59b33a0 100644 --- a/services/iaas/src/stackit/iaas/models/security_group_rule.py +++ b/services/iaas/src/stackit/iaas/models/security_group_rule.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/security_group_rule_list_response.py b/services/iaas/src/stackit/iaas/models/security_group_rule_list_response.py index bd70a98c..165555f7 100644 --- a/services/iaas/src/stackit/iaas/models/security_group_rule_list_response.py +++ b/services/iaas/src/stackit/iaas/models/security_group_rule_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/security_group_rule_protocol.py b/services/iaas/src/stackit/iaas/models/security_group_rule_protocol.py index 833d2c55..4593911a 100644 --- a/services/iaas/src/stackit/iaas/models/security_group_rule_protocol.py +++ b/services/iaas/src/stackit/iaas/models/security_group_rule_protocol.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/server.py b/services/iaas/src/stackit/iaas/models/server.py index 0ffc1f41..ab5a729b 100644 --- a/services/iaas/src/stackit/iaas/models/server.py +++ b/services/iaas/src/stackit/iaas/models/server.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/server_console_url.py b/services/iaas/src/stackit/iaas/models/server_console_url.py index c696599d..00e8ef5f 100644 --- a/services/iaas/src/stackit/iaas/models/server_console_url.py +++ b/services/iaas/src/stackit/iaas/models/server_console_url.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/server_list_response.py b/services/iaas/src/stackit/iaas/models/server_list_response.py index 4371a784..19d3f510 100644 --- a/services/iaas/src/stackit/iaas/models/server_list_response.py +++ b/services/iaas/src/stackit/iaas/models/server_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/server_maintenance.py b/services/iaas/src/stackit/iaas/models/server_maintenance.py index 53c1b558..8d4e2550 100644 --- a/services/iaas/src/stackit/iaas/models/server_maintenance.py +++ b/services/iaas/src/stackit/iaas/models/server_maintenance.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/server_network.py b/services/iaas/src/stackit/iaas/models/server_network.py index 50547b2d..28e8894e 100644 --- a/services/iaas/src/stackit/iaas/models/server_network.py +++ b/services/iaas/src/stackit/iaas/models/server_network.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/service_account_mail_list_response.py b/services/iaas/src/stackit/iaas/models/service_account_mail_list_response.py index 238ec800..114a9f8e 100644 --- a/services/iaas/src/stackit/iaas/models/service_account_mail_list_response.py +++ b/services/iaas/src/stackit/iaas/models/service_account_mail_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/set_image_share_payload.py b/services/iaas/src/stackit/iaas/models/set_image_share_payload.py index a05a2a86..a18dbc96 100644 --- a/services/iaas/src/stackit/iaas/models/set_image_share_payload.py +++ b/services/iaas/src/stackit/iaas/models/set_image_share_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/snapshot.py b/services/iaas/src/stackit/iaas/models/snapshot.py index 236c2c43..dd3f021c 100644 --- a/services/iaas/src/stackit/iaas/models/snapshot.py +++ b/services/iaas/src/stackit/iaas/models/snapshot.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/snapshot_list_response.py b/services/iaas/src/stackit/iaas/models/snapshot_list_response.py index 9f2be1db..92b62243 100644 --- a/services/iaas/src/stackit/iaas/models/snapshot_list_response.py +++ b/services/iaas/src/stackit/iaas/models/snapshot_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_area_address_family.py b/services/iaas/src/stackit/iaas/models/update_area_address_family.py index 741870a1..0fd0a6f8 100644 --- a/services/iaas/src/stackit/iaas/models/update_area_address_family.py +++ b/services/iaas/src/stackit/iaas/models/update_area_address_family.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_area_ipv4.py b/services/iaas/src/stackit/iaas/models/update_area_ipv4.py index a3507a8d..9d858c03 100644 --- a/services/iaas/src/stackit/iaas/models/update_area_ipv4.py +++ b/services/iaas/src/stackit/iaas/models/update_area_ipv4.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_attached_volume_payload.py b/services/iaas/src/stackit/iaas/models/update_attached_volume_payload.py index acb29f41..82cd63ce 100644 --- a/services/iaas/src/stackit/iaas/models/update_attached_volume_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_attached_volume_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_backup_payload.py b/services/iaas/src/stackit/iaas/models/update_backup_payload.py index 743ae981..a25338d3 100644 --- a/services/iaas/src/stackit/iaas/models/update_backup_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_backup_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_image_payload.py b/services/iaas/src/stackit/iaas/models/update_image_payload.py index 57ae742c..243fce49 100644 --- a/services/iaas/src/stackit/iaas/models/update_image_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_image_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_image_share_payload.py b/services/iaas/src/stackit/iaas/models/update_image_share_payload.py index 8d208a2c..9d07bcd0 100644 --- a/services/iaas/src/stackit/iaas/models/update_image_share_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_image_share_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_key_pair_payload.py b/services/iaas/src/stackit/iaas/models/update_key_pair_payload.py index 3b3e4b92..47c8200c 100644 --- a/services/iaas/src/stackit/iaas/models/update_key_pair_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_key_pair_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_network_address_family.py b/services/iaas/src/stackit/iaas/models/update_network_address_family.py index 450f736f..0c241666 100644 --- a/services/iaas/src/stackit/iaas/models/update_network_address_family.py +++ b/services/iaas/src/stackit/iaas/models/update_network_address_family.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_network_area_route_payload.py b/services/iaas/src/stackit/iaas/models/update_network_area_route_payload.py index c581fd09..2c5f1cff 100644 --- a/services/iaas/src/stackit/iaas/models/update_network_area_route_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_network_area_route_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_network_ipv4_body.py b/services/iaas/src/stackit/iaas/models/update_network_ipv4_body.py index 02b9f75f..08fdc92e 100644 --- a/services/iaas/src/stackit/iaas/models/update_network_ipv4_body.py +++ b/services/iaas/src/stackit/iaas/models/update_network_ipv4_body.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_network_ipv6_body.py b/services/iaas/src/stackit/iaas/models/update_network_ipv6_body.py index 399d4ca9..87f14df1 100644 --- a/services/iaas/src/stackit/iaas/models/update_network_ipv6_body.py +++ b/services/iaas/src/stackit/iaas/models/update_network_ipv6_body.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_nic_payload.py b/services/iaas/src/stackit/iaas/models/update_nic_payload.py index 38fa165a..8ecb5770 100644 --- a/services/iaas/src/stackit/iaas/models/update_nic_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_nic_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_public_ip_payload.py b/services/iaas/src/stackit/iaas/models/update_public_ip_payload.py index a1bdd23d..d6d9d96f 100644 --- a/services/iaas/src/stackit/iaas/models/update_public_ip_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_public_ip_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_security_group_payload.py b/services/iaas/src/stackit/iaas/models/update_security_group_payload.py index 0d55adf8..0d02a712 100644 --- a/services/iaas/src/stackit/iaas/models/update_security_group_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_security_group_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_server_payload.py b/services/iaas/src/stackit/iaas/models/update_server_payload.py index c6ab6bd0..bc38754a 100644 --- a/services/iaas/src/stackit/iaas/models/update_server_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_server_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_snapshot_payload.py b/services/iaas/src/stackit/iaas/models/update_snapshot_payload.py index 974a8cfd..d3fe8890 100644 --- a/services/iaas/src/stackit/iaas/models/update_snapshot_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_snapshot_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/update_volume_payload.py b/services/iaas/src/stackit/iaas/models/update_volume_payload.py index f9810ab8..ebc09d1b 100644 --- a/services/iaas/src/stackit/iaas/models/update_volume_payload.py +++ b/services/iaas/src/stackit/iaas/models/update_volume_payload.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume.py b/services/iaas/src/stackit/iaas/models/volume.py index c66a5109..ba4d81e5 100644 --- a/services/iaas/src/stackit/iaas/models/volume.py +++ b/services/iaas/src/stackit/iaas/models/volume.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume_attachment.py b/services/iaas/src/stackit/iaas/models/volume_attachment.py index 4a59811c..13ea8504 100644 --- a/services/iaas/src/stackit/iaas/models/volume_attachment.py +++ b/services/iaas/src/stackit/iaas/models/volume_attachment.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume_attachment_list_response.py b/services/iaas/src/stackit/iaas/models/volume_attachment_list_response.py index 5ec9f8ce..0166f4a0 100644 --- a/services/iaas/src/stackit/iaas/models/volume_attachment_list_response.py +++ b/services/iaas/src/stackit/iaas/models/volume_attachment_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume_list_response.py b/services/iaas/src/stackit/iaas/models/volume_list_response.py index bc760a84..dd0c5839 100644 --- a/services/iaas/src/stackit/iaas/models/volume_list_response.py +++ b/services/iaas/src/stackit/iaas/models/volume_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume_performance_class.py b/services/iaas/src/stackit/iaas/models/volume_performance_class.py index 01e2a511..e6f89af4 100644 --- a/services/iaas/src/stackit/iaas/models/volume_performance_class.py +++ b/services/iaas/src/stackit/iaas/models/volume_performance_class.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume_performance_class_list_response.py b/services/iaas/src/stackit/iaas/models/volume_performance_class_list_response.py index 0d434d7b..d26667eb 100644 --- a/services/iaas/src/stackit/iaas/models/volume_performance_class_list_response.py +++ b/services/iaas/src/stackit/iaas/models/volume_performance_class_list_response.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/models/volume_source.py b/services/iaas/src/stackit/iaas/models/volume_source.py index d1eefc67..39f948b4 100644 --- a/services/iaas/src/stackit/iaas/models/volume_source.py +++ b/services/iaas/src/stackit/iaas/models/volume_source.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/services/iaas/src/stackit/iaas/rest.py b/services/iaas/src/stackit/iaas/rest.py index 7cc18d3d..e500210d 100644 --- a/services/iaas/src/stackit/iaas/rest.py +++ b/services/iaas/src/stackit/iaas/rest.py @@ -5,7 +5,7 @@ This API allows you to create and modify IaaS resources. - The version of the OpenAPI document: 1beta1 + The version of the OpenAPI document: 1 Contact: stackit-iaas@mail.schwarz Generated by OpenAPI Generator (https://openapi-generator.tech)