waldur-api-client 7.8.2__py3-none-any.whl → 7.8.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py +18 -18
- waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_list.py +18 -18
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_move_resource.py +22 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_move_resource.py +22 -0
- waldur_api_client/api/openstack_backups/openstack_backups_restore.py +10 -10
- waldur_api_client/api/rancher_services/rancher_services_create.py +22 -22
- waldur_api_client/models/__init__.py +26 -6
- waldur_api_client/models/azure_sql_server_create_order_attributes.py +5 -10
- waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +7 -12
- waldur_api_client/models/booking_resource.py +16 -34
- waldur_api_client/models/booking_resources_list_field_item.py +1 -3
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -3
- waldur_api_client/models/constance_settings.py +9 -0
- waldur_api_client/models/constance_settings_request.py +9 -0
- waldur_api_client/models/constance_settings_request_form.py +9 -0
- waldur_api_client/models/constance_settings_request_multipart.py +14 -0
- waldur_api_client/models/event_groups_enum.py +1 -0
- waldur_api_client/models/event_types_enum.py +2 -0
- waldur_api_client/models/generic_order_attributes.py +1 -2
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -3
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -3
- waldur_api_client/models/marketplace_orders_list_field_item.py +1 -3
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +1 -3
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -3
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -3
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -3
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -3
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -3
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -3
- waldur_api_client/models/marketplace_robot_accounts_list_field_item.py +2 -1
- waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py +2 -1
- waldur_api_client/models/merged_plugin_options.py +9 -0
- waldur_api_client/models/merged_plugin_options_request.py +9 -0
- waldur_api_client/models/move_resource_request.py +65 -0
- waldur_api_client/models/open_stack_backup_restoration.py +3 -5
- waldur_api_client/models/open_stack_backup_restoration_create_request.py +141 -0
- waldur_api_client/models/open_stack_backup_restoration_request.py +22 -30
- waldur_api_client/models/{open_stack_nested_security_group_request.py → open_stack_create_floating_ip_request.py} +17 -6
- waldur_api_client/models/open_stack_create_port_request.py +104 -0
- waldur_api_client/models/open_stack_instance.py +13 -29
- waldur_api_client/models/open_stack_instance_create_order_attributes.py +67 -54
- waldur_api_client/models/open_stack_instance_floating_i_ps_update_request.py +5 -5
- waldur_api_client/models/open_stack_instance_ports_update_request.py +5 -5
- waldur_api_client/models/open_stack_instance_request.py +1 -67
- waldur_api_client/models/open_stack_nested_port_request.py +0 -9
- waldur_api_client/models/open_stack_security_group_hyperlink_request.py +59 -0
- waldur_api_client/models/open_stack_server_group_hyperlink_request.py +59 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +9 -14
- waldur_api_client/models/open_stack_volume_create_order_attributes.py +8 -13
- waldur_api_client/models/openstack_instances_list_field_item.py +0 -7
- waldur_api_client/models/openstack_instances_retrieve_field_item.py +0 -7
- waldur_api_client/models/order_create.py +8 -0
- waldur_api_client/models/order_details.py +16 -34
- waldur_api_client/models/patched_open_stack_instance_request.py +1 -67
- waldur_api_client/models/{rancher_nested_security_group.py → project_hyperlink_request.py} +5 -5
- waldur_api_client/models/rancher_clusters_list_field_item.py +0 -1
- waldur_api_client/models/rancher_clusters_retrieve_field_item.py +0 -1
- waldur_api_client/models/rancher_service_create.py +508 -0
- waldur_api_client/models/rancher_service_create_marketplace_offering_plugin_options_type_0.py +44 -0
- waldur_api_client/models/rancher_service_create_request.py +185 -0
- waldur_api_client/models/rancher_service_request.py +16 -19
- waldur_api_client/models/rancher_workload_create.py +59 -0
- waldur_api_client/models/rancher_workload_create_request.py +59 -0
- waldur_api_client/models/resource.py +16 -34
- waldur_api_client/models/robot_account_details.py +22 -13
- waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +4 -9
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py +11 -16
- waldur_api_client/models/vmware_nested_network.py +0 -25
- waldur_api_client/models/vmware_nested_network_request.py +6 -14
- {waldur_api_client-7.8.2.dist-info → waldur_api_client-7.8.3.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.2.dist-info → waldur_api_client-7.8.3.dist-info}/RECORD +73 -64
- waldur_api_client/models/open_stack_data_volume.py +0 -81
- {waldur_api_client-7.8.2.dist-info → waldur_api_client-7.8.3.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.2.dist-info → waldur_api_client-7.8.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -20,22 +20,17 @@ T = TypeVar("T", bound="VMwareVirtualMachineCreateOrderAttributes")
|
|
|
20
20
|
|
|
21
21
|
@_attrs_define
|
|
22
22
|
class VMwareVirtualMachineCreateOrderAttributes:
|
|
23
|
-
"""
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
VMwareVirtualMachineCreateOrderAttributesGuestOsType3Type1]):
|
|
35
|
-
cores_per_socket (Union[Unset, int]): Number of cores per socket in a VM
|
|
36
|
-
template (Union[None, Unset, str]):
|
|
37
|
-
cluster (Union[None, Unset, str]):
|
|
38
|
-
datastore (Union[None, Unset, str]):
|
|
23
|
+
"""
|
|
24
|
+
Attributes:
|
|
25
|
+
name (str):
|
|
26
|
+
description (Union[Unset, str]):
|
|
27
|
+
guest_os (Union[None, Unset, VMwareVirtualMachineCreateOrderAttributesGuestOsType1,
|
|
28
|
+
VMwareVirtualMachineCreateOrderAttributesGuestOsType2Type1,
|
|
29
|
+
VMwareVirtualMachineCreateOrderAttributesGuestOsType3Type1]):
|
|
30
|
+
cores_per_socket (Union[Unset, int]): Number of cores per socket in a VM
|
|
31
|
+
template (Union[None, Unset, str]):
|
|
32
|
+
cluster (Union[None, Unset, str]):
|
|
33
|
+
datastore (Union[None, Unset, str]):
|
|
39
34
|
"""
|
|
40
35
|
|
|
41
36
|
name: str
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
from collections.abc import Mapping
|
|
2
2
|
from typing import Any, TypeVar
|
|
3
|
-
from uuid import UUID
|
|
4
3
|
|
|
5
4
|
from attrs import define as _attrs_define
|
|
6
5
|
from attrs import field as _attrs_field
|
|
@@ -12,35 +11,20 @@ T = TypeVar("T", bound="VmwareNestedNetwork")
|
|
|
12
11
|
class VmwareNestedNetwork:
|
|
13
12
|
"""
|
|
14
13
|
Attributes:
|
|
15
|
-
uuid (UUID):
|
|
16
14
|
url (str):
|
|
17
|
-
name (str):
|
|
18
|
-
type_ (str):
|
|
19
15
|
"""
|
|
20
16
|
|
|
21
|
-
uuid: UUID
|
|
22
17
|
url: str
|
|
23
|
-
name: str
|
|
24
|
-
type_: str
|
|
25
18
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
26
19
|
|
|
27
20
|
def to_dict(self) -> dict[str, Any]:
|
|
28
|
-
uuid = str(self.uuid)
|
|
29
|
-
|
|
30
21
|
url = self.url
|
|
31
22
|
|
|
32
|
-
name = self.name
|
|
33
|
-
|
|
34
|
-
type_ = self.type_
|
|
35
|
-
|
|
36
23
|
field_dict: dict[str, Any] = {}
|
|
37
24
|
field_dict.update(self.additional_properties)
|
|
38
25
|
field_dict.update(
|
|
39
26
|
{
|
|
40
|
-
"uuid": uuid,
|
|
41
27
|
"url": url,
|
|
42
|
-
"name": name,
|
|
43
|
-
"type": type_,
|
|
44
28
|
}
|
|
45
29
|
)
|
|
46
30
|
|
|
@@ -49,19 +33,10 @@ class VmwareNestedNetwork:
|
|
|
49
33
|
@classmethod
|
|
50
34
|
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
51
35
|
d = dict(src_dict)
|
|
52
|
-
uuid = UUID(d.pop("uuid"))
|
|
53
|
-
|
|
54
36
|
url = d.pop("url")
|
|
55
37
|
|
|
56
|
-
name = d.pop("name")
|
|
57
|
-
|
|
58
|
-
type_ = d.pop("type")
|
|
59
|
-
|
|
60
38
|
vmware_nested_network = cls(
|
|
61
|
-
uuid=uuid,
|
|
62
39
|
url=url,
|
|
63
|
-
name=name,
|
|
64
|
-
type_=type_,
|
|
65
40
|
)
|
|
66
41
|
|
|
67
42
|
vmware_nested_network.additional_properties = d
|
|
@@ -11,25 +11,20 @@ T = TypeVar("T", bound="VmwareNestedNetworkRequest")
|
|
|
11
11
|
class VmwareNestedNetworkRequest:
|
|
12
12
|
"""
|
|
13
13
|
Attributes:
|
|
14
|
-
|
|
15
|
-
type_ (str):
|
|
14
|
+
url (str):
|
|
16
15
|
"""
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
type_: str
|
|
17
|
+
url: str
|
|
20
18
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
21
19
|
|
|
22
20
|
def to_dict(self) -> dict[str, Any]:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
type_ = self.type_
|
|
21
|
+
url = self.url
|
|
26
22
|
|
|
27
23
|
field_dict: dict[str, Any] = {}
|
|
28
24
|
field_dict.update(self.additional_properties)
|
|
29
25
|
field_dict.update(
|
|
30
26
|
{
|
|
31
|
-
"
|
|
32
|
-
"type": type_,
|
|
27
|
+
"url": url,
|
|
33
28
|
}
|
|
34
29
|
)
|
|
35
30
|
|
|
@@ -38,13 +33,10 @@ class VmwareNestedNetworkRequest:
|
|
|
38
33
|
@classmethod
|
|
39
34
|
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
40
35
|
d = dict(src_dict)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
type_ = d.pop("type")
|
|
36
|
+
url = d.pop("url")
|
|
44
37
|
|
|
45
38
|
vmware_nested_network_request = cls(
|
|
46
|
-
|
|
47
|
-
type_=type_,
|
|
39
|
+
url=url,
|
|
48
40
|
)
|
|
49
41
|
|
|
50
42
|
vmware_nested_network_request.additional_properties = d
|
|
@@ -755,8 +755,8 @@ waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_s
|
|
|
755
755
|
waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_update.py,sha256=BXmDSvid2m0ATckfCqZYxKJymSLdLrNbzKR-PrgSq0M,3975
|
|
756
756
|
waldur_api_client/api/marketplace_project_update_requests/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
757
757
|
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_approve.py,sha256=xhbpBPNk0VBiX5UhjHU86PsV6Vo3azMo-zzD1KprewY,2573
|
|
758
|
-
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py,sha256=
|
|
759
|
-
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_list.py,sha256=
|
|
758
|
+
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py,sha256=km_qHWmHD7gncMG-wABi2rUYdXH_V3fByZdg6uTgbPo,8865
|
|
759
|
+
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_list.py,sha256=aGu2SgsFwQouQqpXBosyGMTxUAxbozLL8ZRaZrWWMsE,9025
|
|
760
760
|
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_reject.py,sha256=KN4tvBHUblccC5yhJfnnTPCqz9JvP_4Vh1zgPkjEmtQ,2570
|
|
761
761
|
waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_retrieve.py,sha256=QoNNjisOMnZJwSa9qcOM6IGL2SRN7unIrHVgLV5bixU,3341
|
|
762
762
|
waldur_api_client/api/marketplace_provider_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -819,7 +819,7 @@ waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resour
|
|
|
819
819
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_details_retrieve.py,sha256=3qC5AQoGOm-s1S8QyTnY-tx6rIDtg1kYc4DtBwWC42s,4586
|
|
820
820
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_glauth_users_config_retrieve.py,sha256=0UWlK1f8t8073b3dljrH10YPd-hYLjcz1aEX9JqQYxo,4118
|
|
821
821
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py,sha256=iiewVdBQ8gICQuHT9OCbPjca2MVlADmb7Qkyy0_TVyw,26159
|
|
822
|
-
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_move_resource.py,sha256=
|
|
822
|
+
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_move_resource.py,sha256=UPQNwl1XhXVbnua_rOPI19Cp0Eh1wMcHHi-SywiZ0fI,3843
|
|
823
823
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_offering_for_subresources_list.py,sha256=HsMxHxDGQH7hqKUWPy2Kd8hbaX9FsO58QKEr5E5lS0Q,3536
|
|
824
824
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_offering_retrieve.py,sha256=BhkrQpvMX06lkwyP9y627_cSZ7dcIXKt-1lPmx2inhQ,3273
|
|
825
825
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_partial_update.py,sha256=iivnVVru9nyBsRzKMT-WtD23dRXe8rSAKjck5-jzkv8,3879
|
|
@@ -873,7 +873,7 @@ waldur_api_client/api/marketplace_resources/marketplace_resources_count.py,sha25
|
|
|
873
873
|
waldur_api_client/api/marketplace_resources/marketplace_resources_details_retrieve.py,sha256=UfQp5Xpkc2GUtj1NtTD7wBzA2m5jqnX2Vuu5VT1hzBw,4479
|
|
874
874
|
waldur_api_client/api/marketplace_resources/marketplace_resources_glauth_users_config_retrieve.py,sha256=qXE_8jzVWiNQDLk5_rkd2vR7424mr4dGloxrH3xclxo,4109
|
|
875
875
|
waldur_api_client/api/marketplace_resources/marketplace_resources_list.py,sha256=P0nNyXBZfpch8Xn8fignf8JqrnBvvyxRT7BMDeoTCgQ,25883
|
|
876
|
-
waldur_api_client/api/marketplace_resources/marketplace_resources_move_resource.py,sha256=
|
|
876
|
+
waldur_api_client/api/marketplace_resources/marketplace_resources_move_resource.py,sha256=1KmhzySkvdXYZxQ1nxOj5x-KAqwqTHti0xa8lfGrVk8,3834
|
|
877
877
|
waldur_api_client/api/marketplace_resources/marketplace_resources_offering_for_subresources_list.py,sha256=PIrX9tCCMsiaztsKKZAhrTWjruWlXuIg15ukp5zirZ4,3527
|
|
878
878
|
waldur_api_client/api/marketplace_resources/marketplace_resources_offering_retrieve.py,sha256=sBWKSCW9yWLWo1v0UWQQP8aqU3F8Wkq6WcNsK8_wZsM,3264
|
|
879
879
|
waldur_api_client/api/marketplace_resources/marketplace_resources_partial_update.py,sha256=UWQWrL7-EDxaWz8QxBrjZ0uve_ykukGtkZazLUcLccg,3870
|
|
@@ -1042,7 +1042,7 @@ waldur_api_client/api/openstack_backups/openstack_backups_destroy.py,sha256=n18Y
|
|
|
1042
1042
|
waldur_api_client/api/openstack_backups/openstack_backups_list.py,sha256=AqA4PlfoASxMzeOfmoM-xg1UzIxUFt9U4sRamBeLVcQ,20012
|
|
1043
1043
|
waldur_api_client/api/openstack_backups/openstack_backups_partial_update.py,sha256=D_47AdAhWWfMDh5ElKduSyz338gct4JgQd0QemrlAPg,3892
|
|
1044
1044
|
waldur_api_client/api/openstack_backups/openstack_backups_pull.py,sha256=gzRZgVYhmNotfxKVo0SECEKxJJhPdHKzJWEZCNefQYA,2054
|
|
1045
|
-
waldur_api_client/api/openstack_backups/openstack_backups_restore.py,sha256=
|
|
1045
|
+
waldur_api_client/api/openstack_backups/openstack_backups_restore.py,sha256=w9AKht5HNtjHtq6-f8kYC0XGPluyczAiHHLKOOWeda8,4152
|
|
1046
1046
|
waldur_api_client/api/openstack_backups/openstack_backups_retrieve.py,sha256=U_KUOH02nzLqc8hqIylFBvMi6xK4KcgTsvnjGNSroZc,4444
|
|
1047
1047
|
waldur_api_client/api/openstack_backups/openstack_backups_unlink.py,sha256=Pk_zo6p0zrD_xF-9FnxrkRw4IzwiCTKE0o6jTtsIMKw,2482
|
|
1048
1048
|
waldur_api_client/api/openstack_backups/openstack_backups_update.py,sha256=zkNRTRyLmosCKke7gHIowWtawv6IOl26ldXwcKSeq1Q,3812
|
|
@@ -1509,7 +1509,7 @@ waldur_api_client/api/rancher_role_templates/rancher_role_templates_list.py,sha2
|
|
|
1509
1509
|
waldur_api_client/api/rancher_role_templates/rancher_role_templates_retrieve.py,sha256=STcoa4xleqM924yU8UmHy0E_94FNhhsuCyLmugyoWUw,3132
|
|
1510
1510
|
waldur_api_client/api/rancher_services/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
1511
1511
|
waldur_api_client/api/rancher_services/rancher_services_count.py,sha256=AxRdOfO7ylgOKvbdvcfyWTvsu9Sr6xBMnjLI2gOaRtQ,18911
|
|
1512
|
-
waldur_api_client/api/rancher_services/rancher_services_create.py,sha256=
|
|
1512
|
+
waldur_api_client/api/rancher_services/rancher_services_create.py,sha256=cHnSQQeLZBAut8mB8tpHQqIr-6vYkmtJMRmxSSbzXxw,3658
|
|
1513
1513
|
waldur_api_client/api/rancher_services/rancher_services_destroy.py,sha256=_0Ok16j0AVzIFU6HXF8GNsjBX9ZqesCVgmt29cWQ0lA,2050
|
|
1514
1514
|
waldur_api_client/api/rancher_services/rancher_services_list.py,sha256=mt7I4Oeh8zPaunSVLvBafVvMhYCdqQ6j2ZkB6IzTHGA,19968
|
|
1515
1515
|
waldur_api_client/api/rancher_services/rancher_services_partial_update.py,sha256=Qi53tjnK6TGcMmXRLKMdk5nd63PdwkkbyFpy6CcaONk,3865
|
|
@@ -1793,7 +1793,7 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
|
|
|
1793
1793
|
waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
|
|
1794
1794
|
waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
|
|
1795
1795
|
waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
|
|
1796
|
-
waldur_api_client/models/__init__.py,sha256=
|
|
1796
|
+
waldur_api_client/models/__init__.py,sha256=AtCe8SVwIFNJSh4r4LkK9UzRMN0o6CLTOxDnv3MLU4E,164496
|
|
1797
1797
|
waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
|
|
1798
1798
|
waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
|
|
1799
1799
|
waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
|
|
@@ -1865,7 +1865,7 @@ waldur_api_client/models/azure_sql_databases_list_field_item.py,sha256=nXSDlsPjg
|
|
|
1865
1865
|
waldur_api_client/models/azure_sql_databases_list_state_item.py,sha256=b0rmxCxyGVoKpWLN8X_sAkIe7o8I6Ys6Cw2_O2dGr3A,381
|
|
1866
1866
|
waldur_api_client/models/azure_sql_databases_retrieve_field_item.py,sha256=mNNFjCYFJ1427oYWVyZe5w6Ba9ghiL5Nj-d5MzapRiw,1821
|
|
1867
1867
|
waldur_api_client/models/azure_sql_server.py,sha256=11Ax0wfRyXC7ssJXSQoCE3eaqScZEUK5cyNOILMvmqA,24865
|
|
1868
|
-
waldur_api_client/models/azure_sql_server_create_order_attributes.py,sha256=
|
|
1868
|
+
waldur_api_client/models/azure_sql_server_create_order_attributes.py,sha256=TZz09gfnqVsf1ccaKXODt5pIksLuD5zJcLEi4NdVbbs,2094
|
|
1869
1869
|
waldur_api_client/models/azure_sql_server_marketplace_offering_plugin_options_type_0.py,sha256=AbDBcta3XYFoiaNJD6dG1D5n4cvBKgc7ATdWe_1Opnk,1421
|
|
1870
1870
|
waldur_api_client/models/azure_sql_server_request.py,sha256=iNo3yBD0Y8z31Ep49e82qTjBZ0YeaRdFoA_Jw2LyPPs,3174
|
|
1871
1871
|
waldur_api_client/models/azure_sql_servers_count_state_item.py,sha256=b3vz6aspjJFFvRIlIY1vtusmu3R90BFJl3nMgYext_Y,380
|
|
@@ -1873,7 +1873,7 @@ waldur_api_client/models/azure_sql_servers_list_field_item.py,sha256=Sp2qW5h5koI
|
|
|
1873
1873
|
waldur_api_client/models/azure_sql_servers_list_state_item.py,sha256=5dPvtneQeEt-TPocn697pPhbbvntVAkd4_9oTcyjtBI,379
|
|
1874
1874
|
waldur_api_client/models/azure_sql_servers_retrieve_field_item.py,sha256=okq1V_l_bK5Fs6TqarDjGnzKLHDUVedb2zFP6-xcxS8,1789
|
|
1875
1875
|
waldur_api_client/models/azure_virtual_machine.py,sha256=8ri-SfRyNFr1iClwSkQSWTLJFd8xghPMsu9B76MiqFs,30702
|
|
1876
|
-
waldur_api_client/models/azure_virtual_machine_create_order_attributes.py,sha256=
|
|
1876
|
+
waldur_api_client/models/azure_virtual_machine_create_order_attributes.py,sha256=0UqH9W6FTgz8YqaExv53_00zjGOyG_gGAz-cx7vQ8rc,2415
|
|
1877
1877
|
waldur_api_client/models/azure_virtual_machine_marketplace_offering_plugin_options_type_0.py,sha256=2w7fPRIfN8TLDaj-PaLYDv28XDBtUxcEOWKNjRb0Ws4,1446
|
|
1878
1878
|
waldur_api_client/models/azure_virtual_machine_request.py,sha256=6NWcdy6tYwev-GxbmdDQFAP3wrxQZw1YuyceZTcRUbw,3901
|
|
1879
1879
|
waldur_api_client/models/azure_virtualmachines_count_state_item.py,sha256=2-dXkdIe9hUeApBUfFIElofO3Y4CcvQaKdKSy_sdbTY,385
|
|
@@ -1917,17 +1917,17 @@ waldur_api_client/models/blank_enum.py,sha256=B6YlVTToYmpoebDxBv-B2BKiV7HMNc9GmQ
|
|
|
1917
1917
|
waldur_api_client/models/booking.py,sha256=4jzkRYuLTxwLjJ9RrEza5-QHWXUp7qcQIbpAhzlw3E4,2310
|
|
1918
1918
|
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=9H-aRV7ZQ2-u_FSDuIPFHvsLgRjBo8ZgvcOEZKBXT5s,2154
|
|
1919
1919
|
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=Wc1aAqogJcqj9kQki1suXHL5vI8ajW795B_w_YHId4Q,2158
|
|
1920
|
-
waldur_api_client/models/booking_resource.py,sha256=
|
|
1920
|
+
waldur_api_client/models/booking_resource.py,sha256=b1S3fhcGoXtF-ehNoIhSLdQmOqZIUDtRZlUoSIrGnR4,45892
|
|
1921
1921
|
waldur_api_client/models/booking_resource_attributes.py,sha256=-ROfxmUxJIXzReYTBnSt6WBJ2BKuB9HnA2W7N_4fS8M,1273
|
|
1922
1922
|
waldur_api_client/models/booking_resource_current_usages.py,sha256=a73D0wzM9FyCwpbNtBqs0RmtH4T-3dHW8Thz_zQG-v0,1291
|
|
1923
1923
|
waldur_api_client/models/booking_resource_limit_usage.py,sha256=Tacd5sbZ77Tdh_82RIj1UVLfksyNGKDw7cyuzT3cs7E,1282
|
|
1924
1924
|
waldur_api_client/models/booking_resource_limits.py,sha256=1E9knmsKpWCxrD2AOxnTuAq8t0TX-pJLytnoLdwUDtM,1253
|
|
1925
1925
|
waldur_api_client/models/booking_resources_count_o_item.py,sha256=ZS8zqPlFF5mgV5z2QqGl3-7QKy-oGHzROWgRvEmQGlk,315
|
|
1926
1926
|
waldur_api_client/models/booking_resources_count_state_item.py,sha256=bKckoHmMX8OO7s9-5QEgLyqD456_LnFwQ1SK2i16BD0,283
|
|
1927
|
-
waldur_api_client/models/booking_resources_list_field_item.py,sha256=
|
|
1927
|
+
waldur_api_client/models/booking_resources_list_field_item.py,sha256=kLO1kF9TJkRcHkJCCIsdGW_SGqQuQZBca24lzFU36Dg,3108
|
|
1928
1928
|
waldur_api_client/models/booking_resources_list_o_item.py,sha256=WFuW7JSjD2yDYdIwpHF13GHTbBBYFC3BdSuKkMLQsAY,314
|
|
1929
1929
|
waldur_api_client/models/booking_resources_list_state_item.py,sha256=LrMTdolv4O03o2xpogqhNSZLZN929KwS-NcIVHIpQRI,282
|
|
1930
|
-
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=
|
|
1930
|
+
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=If_HCsaZizyl1u-TCAdbIjbswt-xgsXmrqrXtzFH4Vg,3112
|
|
1931
1931
|
waldur_api_client/models/booking_slot.py,sha256=UYWc6nhl4sV-vWEH3aFSVd_p56PZWlyfTax5OM3bNBE,2665
|
|
1932
1932
|
waldur_api_client/models/broadcast_message.py,sha256=ONqCCPSNFNll3yo3I1G0RFzOK7nH5vdhypJd2pvtuKM,5447
|
|
1933
1933
|
waldur_api_client/models/broadcast_message_request.py,sha256=bQsI-PbdgIMPXZzG002zre9I3gytsN0YfB9Oaz9y9gQ,2983
|
|
@@ -2021,10 +2021,10 @@ waldur_api_client/models/components_usage_stats.py,sha256=QF-ABKySkw4tMRHain714s
|
|
|
2021
2021
|
waldur_api_client/models/configuration_retrieve_response_200.py,sha256=RBFCUtFJUII9J2MiVFyOQ_HLPh9RpbavflFn4Pjw28k,1311
|
|
2022
2022
|
waldur_api_client/models/confirm_email_request_request.py,sha256=KOujnAZpKVuDxd9qZgcsz01O1wbj8WYPts68B5bYPz0,1518
|
|
2023
2023
|
waldur_api_client/models/console_url.py,sha256=HYH5Ej9g2olUyvdnUrxDGR_LA042eoQmXlbzcJdP2JU,1422
|
|
2024
|
-
waldur_api_client/models/constance_settings.py,sha256=
|
|
2025
|
-
waldur_api_client/models/constance_settings_request.py,sha256=
|
|
2026
|
-
waldur_api_client/models/constance_settings_request_form.py,sha256=
|
|
2027
|
-
waldur_api_client/models/constance_settings_request_multipart.py,sha256=
|
|
2024
|
+
waldur_api_client/models/constance_settings.py,sha256=1LS37r0tmmtkfc1BqojqykHIvmQaLHUqgjwh2j2rIoo,63930
|
|
2025
|
+
waldur_api_client/models/constance_settings_request.py,sha256=IPnUdiZXQtomJUIwOJTwq4NR0-7U0dBwV5t-XXSXoP8,68915
|
|
2026
|
+
waldur_api_client/models/constance_settings_request_form.py,sha256=VgI3G1dkO-73g1L-jG7LUA40Cod_47wdw-UaTNbamtM,68938
|
|
2027
|
+
waldur_api_client/models/constance_settings_request_multipart.py,sha256=JU-sAaq0SeG5Qcv-Rhm9rQjfF-VP8_tYpDW2fmzSeAk,99037
|
|
2028
2028
|
waldur_api_client/models/container_format_enum.py,sha256=cfxrigIkmyJMKY3CFiExIppHyiZGnDoexb3zR_kh-ko,206
|
|
2029
2029
|
waldur_api_client/models/core_auth_token.py,sha256=wnHzBfZHx64nqQ5ky_94xS76WBzVVPgjEu3xl_MB8oo,1460
|
|
2030
2030
|
waldur_api_client/models/core_states.py,sha256=bLdaX7p1JDwAQOZWIGXrXN1T79CSqIAqYJyvMK0EZW4,361
|
|
@@ -2118,13 +2118,13 @@ waldur_api_client/models/endpoint_uuid.py,sha256=vb0SQbbS-ALHunuU5FbWbR-VAZCohhL
|
|
|
2118
2118
|
waldur_api_client/models/endpoint_uuid_request.py,sha256=HyUuXToV5MlJxQRHtggIt9X-lmDqsLVKHziAO1KLhxU,1515
|
|
2119
2119
|
waldur_api_client/models/ethertype_enum.py,sha256=N2r8Ptp8Xv3ziHo0Yr_lAMStSqbb9wkiYRWdCcRqPqw,154
|
|
2120
2120
|
waldur_api_client/models/event.py,sha256=fb-aVg49xlrozAOMj2hc5QwP8Eed4bUFlnRrY0aGxC0,3172
|
|
2121
|
-
waldur_api_client/models/event_groups_enum.py,sha256=
|
|
2121
|
+
waldur_api_client/models/event_groups_enum.py,sha256=vziYPxN-Vw7OfB8_tcwe63lT8W92JG7Tc6Pkd29Gt-A,584
|
|
2122
2122
|
waldur_api_client/models/event_stats.py,sha256=DsvRRKBSmyvyDRGCO5cxnLQaWwImv1-RLKaaSm8CQac,1738
|
|
2123
2123
|
waldur_api_client/models/event_subscription.py,sha256=YVLx_3EWmKy8uzexAH4sPjz6MGzNq-em6FL0dL0xIHA,4250
|
|
2124
2124
|
waldur_api_client/models/event_subscription_request.py,sha256=886_Gtrm-jaDc_465PQiO3gg3je7kfPb8lRNz2VPND4,2047
|
|
2125
2125
|
waldur_api_client/models/event_subscriptions_count_o_item.py,sha256=zX05RZbZG3SkSsyYxxt7-mWXH4CgR2o7DmLRh6GjGrY,182
|
|
2126
2126
|
waldur_api_client/models/event_subscriptions_list_o_item.py,sha256=y3QD9iti1tT-H4FJehhGeuOcE6WbO0BaBjAy7xyJjX0,181
|
|
2127
|
-
waldur_api_client/models/event_types_enum.py,sha256=
|
|
2127
|
+
waldur_api_client/models/event_types_enum.py,sha256=k6icwJvZfiP6uF8skj87KOXy8Q_vnmx2FDyXMFNN4qM,17351
|
|
2128
2128
|
waldur_api_client/models/events_count_o_item.py,sha256=pXfC519mvOEqZaNOxpqfbMxQXV1eWEGg1xAA7Of0PnY,170
|
|
2129
2129
|
waldur_api_client/models/events_count_retrieve_field_item.py,sha256=VG8asqy9I_s1wKHHfubLLc1kAQTjeCEstGGfIzamZgE,253
|
|
2130
2130
|
waldur_api_client/models/events_event_groups_retrieve_field_item.py,sha256=dYixnwJi5wKAtg-2zvG288vkGpMYBsm2mkjfQEuO_Ik,259
|
|
@@ -2148,7 +2148,7 @@ waldur_api_client/models/firecrest_job_request_form.py,sha256=-xQZXTfqUnX6_eIN13
|
|
|
2148
2148
|
waldur_api_client/models/firecrest_job_request_multipart.py,sha256=dqUOCYS42SRB6CwQ9DKhVsY2Y6VOKwIwunJ_BpRIz3w,3743
|
|
2149
2149
|
waldur_api_client/models/freeipa_profile.py,sha256=fNJNi4n5lXgdHpuBn1ehJNL2Hwz_4nL03DtTpfvDZ-U,3654
|
|
2150
2150
|
waldur_api_client/models/freeipa_profile_request.py,sha256=1lYxvl7aYf-1QyqRWUzu2DKeW9sT4WYxjZ1Hv69V7ys,2407
|
|
2151
|
-
waldur_api_client/models/generic_order_attributes.py,sha256=
|
|
2151
|
+
waldur_api_client/models/generic_order_attributes.py,sha256=lu6UYWutB4A9lTqwHtEtVWF1cKwDC1le_MK99W70Ct8,1998
|
|
2152
2152
|
waldur_api_client/models/google_auth_authorize_retrieve_field_item.py,sha256=EYyy4xRuQ8PmY7WD2d4yDEY_AZ4XdfUgcXaCEBm9KBQ,835
|
|
2153
2153
|
waldur_api_client/models/google_auth_list_field_item.py,sha256=N9wBLXRMswJTTvGcunhvwmgq9PlIQhSrbesFOPWbKQw,822
|
|
2154
2154
|
waldur_api_client/models/google_auth_retrieve_field_item.py,sha256=mzaG_04NGLbz3rHmuSU95LyVXi6SwSkxxIy9uZBIBvA,826
|
|
@@ -2261,8 +2261,8 @@ waldur_api_client/models/maintenance_announcements_list_state_item.py,sha256=Y-r
|
|
|
2261
2261
|
waldur_api_client/models/maintenance_announcements_template_count_o_item.py,sha256=Nb9ENnu6llXWfVR288QB-AREUdPOmo7wSj0jRvxs2n8,236
|
|
2262
2262
|
waldur_api_client/models/maintenance_announcements_template_list_o_item.py,sha256=UR2-1r34xYhqXBgZBFSf8huUk6kx0DcQADFaUUXVnpo,235
|
|
2263
2263
|
waldur_api_client/models/maintenance_type_enum.py,sha256=bsSN1wBR177iSIUaUEu-_iDlf3UuYJUUosA2-irtEHA,205
|
|
2264
|
-
waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py,sha256=
|
|
2265
|
-
waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py,sha256=
|
|
2264
|
+
waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py,sha256=x5Y9PcZSIXu3VhM5sbf-flsYvrGiQu2dA3ugkHZGOPY,2786
|
|
2265
|
+
waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py,sha256=ITPQm8894dOWwXh81T21izmXIXdW5EBmaGB0euG7alk,2790
|
|
2266
2266
|
waldur_api_client/models/managed_rancher_create_node_request.py,sha256=uCyZsYJ-dLaUVw0Ux--58gHF7lduTqBVOn13InT5wog,6008
|
|
2267
2267
|
waldur_api_client/models/mapping.py,sha256=ZKvmeYRrqTr4qTuz1O_JHeEJrPDGCVB0HREff6P0-7k,4732
|
|
2268
2268
|
waldur_api_client/models/mapping_request.py,sha256=W06jNgoo7fVctNqt7De02ziWWfHluMASdsF7Dhtigvo,4872
|
|
@@ -2321,11 +2321,11 @@ waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py,sha25
|
|
|
2321
2321
|
waldur_api_client/models/marketplace_orders_count_o_item.py,sha256=DxMIDfHXaaBoRuj0bJw-S3wP14tlYP-g5PedQgTIgw4,352
|
|
2322
2322
|
waldur_api_client/models/marketplace_orders_count_state_item.py,sha256=R0WyGuAWAn_Ri-YIcJWUpy_1QY7au8r5LlbmUBqmPq0,378
|
|
2323
2323
|
waldur_api_client/models/marketplace_orders_count_type_item.py,sha256=ltCcvN_9fPnEZgo0JNJivVbnqbuQfMfRrJITXaA_1ZM,207
|
|
2324
|
-
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=
|
|
2324
|
+
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=hGhvTSXyjUY1q8JbOoBb7OaTUJAL1yDs0itFsttDA2s,2875
|
|
2325
2325
|
waldur_api_client/models/marketplace_orders_list_o_item.py,sha256=J8BXuVNPKH788swm6gPgaih5m5scbagGKtrYbqDIT2M,351
|
|
2326
2326
|
waldur_api_client/models/marketplace_orders_list_state_item.py,sha256=2WvjJmJ5SVVvr_9-Z-yXLyWOUFhMcFdskp7EWEHDUZM,377
|
|
2327
2327
|
waldur_api_client/models/marketplace_orders_list_type_item.py,sha256=qqdD-NDcSH4rjvdmg2rTIR3EVb3VlWobXIeqLVMZTnU,206
|
|
2328
|
-
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=
|
|
2328
|
+
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=gPA0JE-aPuzBmOjod8XR54GmlDGKAnPkxvb0M2YHL4Y,2879
|
|
2329
2329
|
waldur_api_client/models/marketplace_project_service_accounts_count_state_item.py,sha256=o_PXigDLD4AUqEQVKPjuAQd3s-kBZ2AyjzuLJdZPX7g,208
|
|
2330
2330
|
waldur_api_client/models/marketplace_project_service_accounts_list_state_item.py,sha256=PR8mJqfurlalp4LzuEks7TI3O9uyqJJdlOu0jBcoxKE,207
|
|
2331
2331
|
waldur_api_client/models/marketplace_project_update_requests_count_state_item.py,sha256=ilbTXO4BU5GYmPKAYAkfhI-GmFYmR-Yk1PnUnoParOQ,273
|
|
@@ -2358,12 +2358,12 @@ waldur_api_client/models/marketplace_provider_offerings_update_attributes_body.p
|
|
|
2358
2358
|
waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py,sha256=_Kft0oXQ7K8GRAxEaZIxEPpSTtWzuBvp9LJFA-FWArs,2351
|
|
2359
2359
|
waldur_api_client/models/marketplace_provider_resources_count_o_item.py,sha256=UEP9YJpcdqfWSIkUCDkChOJzp-67z3GhwGbun1rbLro,339
|
|
2360
2360
|
waldur_api_client/models/marketplace_provider_resources_count_state_item.py,sha256=wx7TiZla-JWBf3_W-OnoyLo_X5MKW30FgpMG1vdByc8,295
|
|
2361
|
-
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=
|
|
2362
|
-
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=
|
|
2361
|
+
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=KhOU5zWmCQIarXKJG662egBOrfQYZtQEju_YbveJ3oE,2795
|
|
2362
|
+
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=IHK5jorvNc5NwpOHiZ1q-0FR5-4STcBEMgF8KPeU77w,2784
|
|
2363
2363
|
waldur_api_client/models/marketplace_provider_resources_list_o_item.py,sha256=86IdhpI7ndmqcLIcfzu3K6vdC2CuMdU8YCb0IA8pSa0,338
|
|
2364
2364
|
waldur_api_client/models/marketplace_provider_resources_list_state_item.py,sha256=dsQU4dvVC1Qr1L_w7N5qaLQ-AFamfaIOeXC9lGOKbI4,294
|
|
2365
2365
|
waldur_api_client/models/marketplace_provider_resources_pull_response_200.py,sha256=ChnkdxT6DjqobQmFnO7a7lMC41AFj63ZXvJyh3WlTDw,1372
|
|
2366
|
-
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=
|
|
2366
|
+
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=hKe1M-THN9BncYOrsBFCUlwcMnAQdJ_tS8uLhoaXbZY,2788
|
|
2367
2367
|
waldur_api_client/models/marketplace_public_offerings_count_o_item.py,sha256=jSmkX5IOfP-F3WKOQKZo8vPcl3WwzngaiafuuQsx5ZQ,532
|
|
2368
2368
|
waldur_api_client/models/marketplace_public_offerings_count_state_item.py,sha256=q2bcn0rI1-o9v9ZqxiveZcno1fzBfIsBiGtEvwbCpTQ,235
|
|
2369
2369
|
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=mXkmUEwgguxjG6WwhLfzjgsX4jGYvbTXdN8slEDStag,2284
|
|
@@ -2372,16 +2372,16 @@ waldur_api_client/models/marketplace_public_offerings_list_state_item.py,sha256=
|
|
|
2372
2372
|
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=3lHfuK4elkcCxOis4aEx5jL7xRqhpvue3dyxp0ncLVI,2288
|
|
2373
2373
|
waldur_api_client/models/marketplace_resources_count_o_item.py,sha256=JFThimhsqh4SgNRVF1ryOSBXeLxjo71g4_aTBpfbvXc,331
|
|
2374
2374
|
waldur_api_client/models/marketplace_resources_count_state_item.py,sha256=wE1G-QO4AALfUU86I1dAX2GB2x2SrO6zx4dnPY9djfk,287
|
|
2375
|
-
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=
|
|
2376
|
-
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=
|
|
2375
|
+
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=wJIzf2wuaSZxnevfjZKJmdZJiZOIvm6k3NKPsx5A6aY,2787
|
|
2376
|
+
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=HStBZ-7848zJUcEjJLSszcHJldHcVzuEKDgGMcqymwg,2776
|
|
2377
2377
|
waldur_api_client/models/marketplace_resources_list_o_item.py,sha256=6d00iPkIlmrMAx9L4WYALMd_IsMxR5oN_CtgPBVttuI,330
|
|
2378
2378
|
waldur_api_client/models/marketplace_resources_list_state_item.py,sha256=vQ-isk1nIbx3EOxSvqVKARhmMZZhJLypsGUbjbl8ERs,286
|
|
2379
2379
|
waldur_api_client/models/marketplace_resources_pull_response_200.py,sha256=mGq4Z7VwxuQEIYzIt43XtqJbD5IKTHFJ8Z62Zzl7HHQ,1329
|
|
2380
|
-
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=
|
|
2380
|
+
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=Vh7lPn7c7Q5r2L0GXFSmeWQIxa1s-aeMHTiswSxbGxg,2780
|
|
2381
2381
|
waldur_api_client/models/marketplace_robot_accounts_count_state.py,sha256=9-sQKY19ZFie2HQH4ZVQGdpuak3RwpoN2J7xqo04hgQ,236
|
|
2382
|
-
waldur_api_client/models/marketplace_robot_accounts_list_field_item.py,sha256=
|
|
2382
|
+
waldur_api_client/models/marketplace_robot_accounts_list_field_item.py,sha256=zQVtSiLA7ZfXplT-vxdGTVLuF8BUAf__dJgLq_3deuc,936
|
|
2383
2383
|
waldur_api_client/models/marketplace_robot_accounts_list_state.py,sha256=OK386lYLBDEEdquvdgNmUkLUXJbwMWl1XXNR6NByRNQ,235
|
|
2384
|
-
waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py,sha256=
|
|
2384
|
+
waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py,sha256=JKiMnijQkMHm5756dHit_gPY9iajk7vvR7_MR3yII3U,940
|
|
2385
2385
|
waldur_api_client/models/marketplace_screenshots_count_o_item.py,sha256=AW7EZK4cV86_o7mZ960KP2jyE2vVkHvenFWDE5aM_o8,226
|
|
2386
2386
|
waldur_api_client/models/marketplace_screenshots_list_o_item.py,sha256=1pZK7T7jF12uQ_9qF__VSpT3LcHEudto2JKlikimElU,225
|
|
2387
2387
|
waldur_api_client/models/marketplace_service_provider_user.py,sha256=AkFChZed-WuhrQucW8GtM4FuUj_MN7An2GV0TVB_Rs0,5507
|
|
@@ -2411,8 +2411,8 @@ waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,
|
|
|
2411
2411
|
waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
|
|
2412
2412
|
waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py,sha256=MC6SVo2z5hCJbp0w520OjMwl5KZCXdqfWaSZnCW6eBk,390
|
|
2413
2413
|
waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py,sha256=_wWLh7lB5mCTSKBDnXJJsrsI2-3kW7aZ3mKsuT9hCS8,389
|
|
2414
|
-
waldur_api_client/models/merged_plugin_options.py,sha256=
|
|
2415
|
-
waldur_api_client/models/merged_plugin_options_request.py,sha256=
|
|
2414
|
+
waldur_api_client/models/merged_plugin_options.py,sha256=Fo2hZyYtP4_6W1M2681HffYU9tuE5OqRy6UzMze8QT0,32287
|
|
2415
|
+
waldur_api_client/models/merged_plugin_options_request.py,sha256=8NJCmVL6nDH3mIh1SqwsoOGuUlvcQhLjdNrDau1NEaI,32325
|
|
2416
2416
|
waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
|
|
2417
2417
|
waldur_api_client/models/merged_secret_options_request.py,sha256=wRQBET_oy0MalZCl5FXEj02_Wulqc3sGhLwVFwm6okU,18152
|
|
2418
2418
|
waldur_api_client/models/message_template.py,sha256=ofQbUbliARw0XSvTOfmkjXUMIb2HLPUDpN8J7_A6-SI,2084
|
|
@@ -2424,6 +2424,7 @@ waldur_api_client/models/migration_details_request.py,sha256=XGmURhhwdc51h6U12WM
|
|
|
2424
2424
|
waldur_api_client/models/minimal_consumption_logic_enum.py,sha256=2JEZTo4L2xk2hNOQyGQQLAZPYxDfj7sSIqqArJd76dg,174
|
|
2425
2425
|
waldur_api_client/models/move_offering_request.py,sha256=EcqA1ZhIWGGLLHiV5qd4AOWN-IAarOEp_fDXOT522aE,1825
|
|
2426
2426
|
waldur_api_client/models/move_project_request.py,sha256=Kz_bm3vHv3dyQHelyXbOBSdS_nFSddKFDwibMJv1sMI,1820
|
|
2427
|
+
waldur_api_client/models/move_resource_request.py,sha256=Wlqr_KKj0zPxQw3Cp_j90Q7SMq19XNlq4rRKtoqPVmk,1787
|
|
2427
2428
|
waldur_api_client/models/name_uuid.py,sha256=mjeriTFXHroqoqnrxondqDCd5J3H9_vqnBy769JnINI,1600
|
|
2428
2429
|
waldur_api_client/models/nested_attribute.py,sha256=HlADhp3KOrC84ZzqfZsET9GQV6kRvhbTM04Wx1xSv5k,3904
|
|
2429
2430
|
waldur_api_client/models/nested_attribute_option.py,sha256=E2uR6k9D9gl6uyFmoSvPeWNgUEc_bz2ZP_luxm5uFHo,1801
|
|
@@ -2543,9 +2544,11 @@ waldur_api_client/models/open_stack_backend_volumes.py,sha256=vy0S9ayoThjmxej93d
|
|
|
2543
2544
|
waldur_api_client/models/open_stack_backup.py,sha256=hiER_oX4yhoFUhGgSenc3BIJ4_SJ9X0ij1OmQXw5Wjg,30298
|
|
2544
2545
|
waldur_api_client/models/open_stack_backup_marketplace_offering_plugin_options_type_0.py,sha256=B0GC0EOSb8XgV9baFLqyA9WyXyAZmej1W4Jc55p6JlI,1426
|
|
2545
2546
|
waldur_api_client/models/open_stack_backup_request.py,sha256=VSM6r3-SS2UdKppJreHq1zZB-rsjMRR2Sj5APlVz_f0,3093
|
|
2546
|
-
waldur_api_client/models/open_stack_backup_restoration.py,sha256=
|
|
2547
|
-
waldur_api_client/models/
|
|
2548
|
-
waldur_api_client/models/
|
|
2547
|
+
waldur_api_client/models/open_stack_backup_restoration.py,sha256=K_jZ0-ELdYG_OEdF8nLl7fm37v00MrcVttsgaJAd9hI,6534
|
|
2548
|
+
waldur_api_client/models/open_stack_backup_restoration_create_request.py,sha256=gDkLQbcmz0m-HdKNnxkyj4dJpYfJsAZFtswkN6JMkbs,5534
|
|
2549
|
+
waldur_api_client/models/open_stack_backup_restoration_request.py,sha256=88uG2ahc-FASlr2F_stOmbH6kRt2oyu8LyjULxffqts,3616
|
|
2550
|
+
waldur_api_client/models/open_stack_create_floating_ip_request.py,sha256=pBL-p-NkFJ2vf3SNZORTQ7mcbXT3fU8U_Bnl-TMN7E8,1828
|
|
2551
|
+
waldur_api_client/models/open_stack_create_port_request.py,sha256=TJt5HCS0hOA2ttUO1qledn3ng9uZpZOCmlizxwML0xY,3305
|
|
2549
2552
|
waldur_api_client/models/open_stack_data_volume_request.py,sha256=v2A72eKdph1v3j3AeNKX-9SDQNa4lV42GkRBrsRbTPI,2298
|
|
2550
2553
|
waldur_api_client/models/open_stack_fixed_ip.py,sha256=oh_ySju1lmsmvAjfOXmWGrfMbsq2KS3cQ-ks0CwYSdg,2328
|
|
2551
2554
|
waldur_api_client/models/open_stack_fixed_ip_request.py,sha256=lKpv6C-4E3BnL6UrQ0PJu7TjdepceztI_BXahk5mADM,1981
|
|
@@ -2555,22 +2558,21 @@ waldur_api_client/models/open_stack_floating_ip_attach_request.py,sha256=c1f8RnV
|
|
|
2555
2558
|
waldur_api_client/models/open_stack_floating_ip_description_update_request.py,sha256=S46P3VMqw7GONywZfkvft_InP9otr-ttkiihEmqjE0k,1805
|
|
2556
2559
|
waldur_api_client/models/open_stack_floating_ip_marketplace_offering_plugin_options_type_0.py,sha256=UMavU5VQTxvZILrClO2cBHNLXAGQ8qIiZMPvtVGFz-c,1449
|
|
2557
2560
|
waldur_api_client/models/open_stack_image.py,sha256=Q1uguQ2cqVPy6InbotPS9s1xAuJcROBj6QiHvqd31cw,2770
|
|
2558
|
-
waldur_api_client/models/open_stack_instance.py,sha256=
|
|
2561
|
+
waldur_api_client/models/open_stack_instance.py,sha256=wweEynmy9p-Vvroxm0yCh35W4MFmq-UxJG5mGM0Rijc,40420
|
|
2559
2562
|
waldur_api_client/models/open_stack_instance_allowed_address_pairs_update_request.py,sha256=1rv_R8X0Zm3tbyMm0R505SWzs-FS5JuHr0-pawYcK-I,2971
|
|
2560
2563
|
waldur_api_client/models/open_stack_instance_availability_zone.py,sha256=E6JVBmIeenNXoOV_bU45pO-24OXliWUwEwy_jx0jkS4,2957
|
|
2561
|
-
waldur_api_client/models/open_stack_instance_create_order_attributes.py,sha256=
|
|
2562
|
-
waldur_api_client/models/open_stack_instance_floating_i_ps_update_request.py,sha256=
|
|
2564
|
+
waldur_api_client/models/open_stack_instance_create_order_attributes.py,sha256=6r0lyTSJN1sFIE9vDpm4v_Az8xKO4B8Dluh0Xp4ztiM,12316
|
|
2565
|
+
waldur_api_client/models/open_stack_instance_floating_i_ps_update_request.py,sha256=70obp0EcXUt8nYfVYKYkV6Ip0FJhdM9Myn_kCy4EgDo,2615
|
|
2563
2566
|
waldur_api_client/models/open_stack_instance_marketplace_offering_plugin_options_type_0.py,sha256=i_XpEyz6LcNtIvxB6OWD76dmMKkUclzR3bohvylFVE4,1436
|
|
2564
|
-
waldur_api_client/models/open_stack_instance_ports_update_request.py,sha256=
|
|
2565
|
-
waldur_api_client/models/open_stack_instance_request.py,sha256=
|
|
2567
|
+
waldur_api_client/models/open_stack_instance_ports_update_request.py,sha256=zNkAyjAduv884I4P73-vcEpOZAYjR04DA5QGgScjWnI,2146
|
|
2568
|
+
waldur_api_client/models/open_stack_instance_request.py,sha256=DTUQnfi6T2hO36sRzKOQtgoWDFWCFadM39yNgbxLXb0,1850
|
|
2566
2569
|
waldur_api_client/models/open_stack_instance_security_groups_update_request.py,sha256=miP23GwzkgE0MFvWwFWFk_hrVSx4FWQNYXLoyPomI4U,1818
|
|
2567
2570
|
waldur_api_client/models/open_stack_nested_floating_ip.py,sha256=B1uUR3Nvh-qNj_L7-eFhJYcXdgVNRYBquPmoZiQI54w,6576
|
|
2568
2571
|
waldur_api_client/models/open_stack_nested_floating_ip_request.py,sha256=PbdHEBZaogY9r8pIxxhJNBav38lHVqpiWPwgqmHi7KI,1574
|
|
2569
2572
|
waldur_api_client/models/open_stack_nested_instance.py,sha256=3BHJXrW9WZxB3w_nf1frH4LKkvJgOMCKkvHjocza2cI,2831
|
|
2570
2573
|
waldur_api_client/models/open_stack_nested_port.py,sha256=a3JORE80LJI6Uf-t50LiCqrNwlA3CzjsxVVf3bN2FR8,10972
|
|
2571
|
-
waldur_api_client/models/open_stack_nested_port_request.py,sha256=
|
|
2574
|
+
waldur_api_client/models/open_stack_nested_port_request.py,sha256=bQlqKMVUsgZ8EsZLn1zpJoD_ezSBLz2mcg7wY7I-DiM,3081
|
|
2572
2575
|
waldur_api_client/models/open_stack_nested_security_group.py,sha256=VQSXBN92aMHZtnS1-WTZXgSTRa1EadWaqmVJjgNU8OY,3272
|
|
2573
|
-
waldur_api_client/models/open_stack_nested_security_group_request.py,sha256=W_o_A9uZiK527CgRCTCHxLzEkqjWpkZpZ6y-s9pgxWI,1645
|
|
2574
2576
|
waldur_api_client/models/open_stack_nested_server_group.py,sha256=LMcJFQ_paV2dfJUhicuHhHZ5_vszE9K7rodo5ge2-NI,2622
|
|
2575
2577
|
waldur_api_client/models/open_stack_nested_sub_net.py,sha256=z71GJiloUIMfd_RJHg7dCF9IJ2YywcPIdwzGPEzPFSU,5312
|
|
2576
2578
|
waldur_api_client/models/open_stack_nested_sub_net_request.py,sha256=QE4pSfOzdGhkQazbTuUWy8mR4XKrVU7XQOc9z92Yr7M,3595
|
|
@@ -2591,6 +2593,7 @@ waldur_api_client/models/open_stack_router_marketplace_offering_plugin_options_t
|
|
|
2591
2593
|
waldur_api_client/models/open_stack_router_set_routes.py,sha256=d1zOkkKvtR--BZLtoOdHupi_a9i2l4Qz3d_we5sUXms,2066
|
|
2592
2594
|
waldur_api_client/models/open_stack_router_set_routes_request.py,sha256=4FIrrqVPJXnzkclqHj_ggHhFa3lKigRXr0hUBmJTAM8,2155
|
|
2593
2595
|
waldur_api_client/models/open_stack_security_group.py,sha256=JsFySq67FjAfyLfmdLvRk7OJwCsKezdMNCJjj3CSOo0,24195
|
|
2596
|
+
waldur_api_client/models/open_stack_security_group_hyperlink_request.py,sha256=Y4FesAHucFa-17bjvUlpPu_s0M2nToH24nBw9EH-k1k,1574
|
|
2594
2597
|
waldur_api_client/models/open_stack_security_group_marketplace_offering_plugin_options_type_0.py,sha256=pS21wD_NJEulN0uhIYy7t7Tr5T-zAhnW7tmiwNP0gP8,1464
|
|
2595
2598
|
waldur_api_client/models/open_stack_security_group_request.py,sha256=UMCsalRHWy7xNqjrescNuys9m7F2aS-e8ggpbfVwtP8,2693
|
|
2596
2599
|
waldur_api_client/models/open_stack_security_group_rule_create.py,sha256=kLfvadIq9r0v5oFDf0qvWcRwEEkHVbE1p6X_PO_sy6I,8502
|
|
@@ -2599,6 +2602,7 @@ waldur_api_client/models/open_stack_security_group_rule_update_request.py,sha256
|
|
|
2599
2602
|
waldur_api_client/models/open_stack_security_group_update.py,sha256=EgFu5QQRDNsjuCTH7bcnW0PjbcNt8FEtTJ0H0qMZVfE,1873
|
|
2600
2603
|
waldur_api_client/models/open_stack_security_group_update_request.py,sha256=KzPEEFJ2ukSNwEK8mC6CoTwVJWZyIOMr3fVFD8DSfZY,1911
|
|
2601
2604
|
waldur_api_client/models/open_stack_server_group.py,sha256=M_eNlN-pyKO55idHAoaIjhx4B52guyQnGpb5pD_MciA,25743
|
|
2605
|
+
waldur_api_client/models/open_stack_server_group_hyperlink_request.py,sha256=133sbBgswTO_cvwn3BPO_VFue8MOk5UiimUSbhoANJE,1564
|
|
2602
2606
|
waldur_api_client/models/open_stack_server_group_marketplace_offering_plugin_options_type_0.py,sha256=FfFsLjAbCtlqN0ZKWTHAyx0wbPUcK6lkhE1tux6caHY,1454
|
|
2603
2607
|
waldur_api_client/models/open_stack_server_group_request.py,sha256=au-aOEBKL64UZwyn37q5mmz5eywImbGkyN7H5CO6QKE,3105
|
|
2604
2608
|
waldur_api_client/models/open_stack_snapshot.py,sha256=JbH7vv9vvZguIt4QKHS3UVOyZ90S1hKB_XfDwaD__Uw,28302
|
|
@@ -2615,14 +2619,14 @@ waldur_api_client/models/open_stack_sub_net_marketplace_offering_plugin_options_
|
|
|
2615
2619
|
waldur_api_client/models/open_stack_sub_net_request.py,sha256=rmetUBJbEJPsUoZfcN0UDs_JhgFYIDydfCBhoJ1ECNo,6592
|
|
2616
2620
|
waldur_api_client/models/open_stack_tenant.py,sha256=2XDVEv7rbODs-KCZavX3mmZ3N0y2HHmI1MffXNr8QRk,25737
|
|
2617
2621
|
waldur_api_client/models/open_stack_tenant_change_password_request.py,sha256=vUUSl3qAjh5oXlYBfAiIQnQ2ULJC48z0nNX9YCyO6Dk,1690
|
|
2618
|
-
waldur_api_client/models/open_stack_tenant_create_order_attributes.py,sha256=
|
|
2622
|
+
waldur_api_client/models/open_stack_tenant_create_order_attributes.py,sha256=oBI3cxhT--WPVSp0xIHY7sBDlyGbpb5NI3fVFcAm7RA,3705
|
|
2619
2623
|
waldur_api_client/models/open_stack_tenant_marketplace_offering_plugin_options_type_0.py,sha256=ta0NBAG6I3FiZLAlwx68lrwbPBiMEIQ-wmbmK2sy0MA,1426
|
|
2620
2624
|
waldur_api_client/models/open_stack_tenant_quota.py,sha256=gf8-8fMawhb0Qz6IqMq6Xf605UkN0dyikaXLD7quizs,3715
|
|
2621
2625
|
waldur_api_client/models/open_stack_tenant_quota_request.py,sha256=aHGKcPsDZLsFkFjSLWIimX5hB1NfxttG0HRESdkiqlk,3753
|
|
2622
2626
|
waldur_api_client/models/open_stack_tenant_request.py,sha256=WPxZIDsBDFfYQEt-H64jsKyIN44T_NaaOso5_8FnUW4,4277
|
|
2623
2627
|
waldur_api_client/models/open_stack_volume.py,sha256=DTSCNTLTzqmXw0UGloEczd0mqzY3eiyMeIdM4JZXqcg,32414
|
|
2624
2628
|
waldur_api_client/models/open_stack_volume_availability_zone.py,sha256=A_BAuGLp4ox2-JqlnbyYe99AjTzYgdyDVozJ9Mi-PYs,2867
|
|
2625
|
-
waldur_api_client/models/open_stack_volume_create_order_attributes.py,sha256=
|
|
2629
|
+
waldur_api_client/models/open_stack_volume_create_order_attributes.py,sha256=x9elBL6dIMh8qz7b1wUdkv0zFK23zqhJRuy_U4M2p8w,4774
|
|
2626
2630
|
waldur_api_client/models/open_stack_volume_extend_request.py,sha256=U2vqydXe9IXJb0GkIx0Dq52RByrJLgk4xKnEDhZny-o,1581
|
|
2627
2631
|
waldur_api_client/models/open_stack_volume_marketplace_offering_plugin_options_type_0.py,sha256=WjgrQCLC1JNPYr0_b9ipcDa1UVV8O6ZUWZTVPaRZIyE,1426
|
|
2628
2632
|
waldur_api_client/models/open_stack_volume_request.py,sha256=KbBamlsHJefncNXRPTL5yPbfTQ3Ie0KEU1lsd2Fx0Qw,2167
|
|
@@ -2642,9 +2646,9 @@ waldur_api_client/models/openstack_floating_ips_list_field_item.py,sha256=612_Yd
|
|
|
2642
2646
|
waldur_api_client/models/openstack_floating_ips_list_state_item.py,sha256=FewmOvDFX-JIgh3WNI7THjRk6aL-cGm7IU9ynMDIZtI,384
|
|
2643
2647
|
waldur_api_client/models/openstack_floating_ips_retrieve_field_item.py,sha256=2H6lTZ8h_OCc5ICv9e-T6AOfoaYJlCKWfeT7NbZ-gWo,1942
|
|
2644
2648
|
waldur_api_client/models/openstack_instances_count_state_item.py,sha256=TSmCyKlCBfmQns_lYKSoy8MoUOVxi6tKJRC0rwU1dQ8,383
|
|
2645
|
-
waldur_api_client/models/openstack_instances_list_field_item.py,sha256=
|
|
2649
|
+
waldur_api_client/models/openstack_instances_list_field_item.py,sha256=Baebl33AsUF2Hk8utwx_TtUA5hQP5g-GAJXME9slqbI,2634
|
|
2646
2650
|
waldur_api_client/models/openstack_instances_list_state_item.py,sha256=YxL9ub-b0NR26_q-zbo1mx28tNarD72-Tgm5dIWSu4c,382
|
|
2647
|
-
waldur_api_client/models/openstack_instances_retrieve_field_item.py,sha256=
|
|
2651
|
+
waldur_api_client/models/openstack_instances_retrieve_field_item.py,sha256=MpGwS3gKQFGtp4pxyu9c5EaaUl1nEmHv-dXs7gg3KoU,2638
|
|
2648
2652
|
waldur_api_client/models/openstack_marketplace_tenants_count_state_item.py,sha256=VXQAeLq21tgAqOUE0dTXJR8DmWdkw262QH-PCATmHq8,392
|
|
2649
2653
|
waldur_api_client/models/openstack_marketplace_tenants_list_state_item.py,sha256=RBHldVNOVmt9xUQhy3pfg72s_WlnwAtUQheaJqVYIKE,391
|
|
2650
2654
|
waldur_api_client/models/openstack_network_rbac_policies_count_policy_type.py,sha256=qpUEpUG_K0xZW0GPdq3du0gQhXtBih4Qenp8ODjcXkw,236
|
|
@@ -2692,11 +2696,11 @@ waldur_api_client/models/order_attachment.py,sha256=zv6LnK-ztPCLVXVm4gaVBb3wq3DU
|
|
|
2692
2696
|
waldur_api_client/models/order_attachment_request.py,sha256=e6CXHe5VGZg8uc2NXZhdUVHdA_DoJ3HR4mjI1GyRwoU,2510
|
|
2693
2697
|
waldur_api_client/models/order_attachment_request_form.py,sha256=ZTL3E0lvQ-orJGw8ofN8vDT-GzTBPfk6M64Z0uSHmeQ,2533
|
|
2694
2698
|
waldur_api_client/models/order_attachment_request_multipart.py,sha256=0ir4Sv1uTp3i3WO85iVfeX8KhBhMo3koxqm4b_qLs0I,3109
|
|
2695
|
-
waldur_api_client/models/order_create.py,sha256=
|
|
2699
|
+
waldur_api_client/models/order_create.py,sha256=7l03xFA-X6PTMemdRRu6VxSH2MvRvIO8y-flfqTyunY,22468
|
|
2696
2700
|
waldur_api_client/models/order_create_limits.py,sha256=qt3ypdtQtxu6MkfdaS2AlFHUu6W81M-2CfzYuCNf8tA,1233
|
|
2697
2701
|
waldur_api_client/models/order_create_request.py,sha256=hCJU1Ky-Gh2K7y2cF7t3ZYjvjjv9bd6V8z1IXfx8Bhg,13108
|
|
2698
2702
|
waldur_api_client/models/order_create_request_limits.py,sha256=xNQsB7tIP3XKLTLM3jRju0vBmm0j9t4ss501oDOGcHg,1271
|
|
2699
|
-
waldur_api_client/models/order_details.py,sha256=
|
|
2703
|
+
waldur_api_client/models/order_details.py,sha256=7i7Y8RJguDMl5GY2-zOROY5Mqz9bwVgO4DekXQ6R9To,46375
|
|
2700
2704
|
waldur_api_client/models/order_details_limits.py,sha256=H5kwMomGkcmTV4esrILgDiqIk9dpiDpBWyz0LxqPeEA,1238
|
|
2701
2705
|
waldur_api_client/models/order_set_state_erred_request.py,sha256=nNajqN8q-y3LUKJtnc6dtnWk0mcsQ-1HXIUeZ4Q7nY0,2047
|
|
2702
2706
|
waldur_api_client/models/order_state.py,sha256=jXaIDxH6PZ1tU9F97_BvdBEnh8bN_eW7SpywbRFlu5s,357
|
|
@@ -2769,7 +2773,7 @@ waldur_api_client/models/patched_offering_user_request.py,sha256=DEUcI74WfnDs5WZ
|
|
|
2769
2773
|
waldur_api_client/models/patched_offering_user_role_request.py,sha256=rGfkFn1LNALrUp181Fdits0xGBPv_ElVR2yBZcMkYf8,1896
|
|
2770
2774
|
waldur_api_client/models/patched_offering_user_service_provider_comment_request.py,sha256=f2qGbFzD8rbFZ43tgS2YGMpU__VeXPqaa2VUaSNgTkw,2527
|
|
2771
2775
|
waldur_api_client/models/patched_open_stack_backup_request.py,sha256=RBlgUav6vKtOdDcE4jtaqh0Jbq7D1DKW0C7eHpY91Ak,3177
|
|
2772
|
-
waldur_api_client/models/patched_open_stack_instance_request.py,sha256=
|
|
2776
|
+
waldur_api_client/models/patched_open_stack_instance_request.py,sha256=61VwurqWm6tgY6dpJPM0nQiawoTUlFBMcdaSIc_xQHs,1934
|
|
2773
2777
|
waldur_api_client/models/patched_open_stack_network_request.py,sha256=Wk0FAi0bJAm3KTkd0XDOn6P7k01NDN_Qw0x0QVMxOCY,1929
|
|
2774
2778
|
waldur_api_client/models/patched_open_stack_port_request.py,sha256=EBbWB2xgmZ4VvuCoWCYNaVDRhgm3gs0ZgZT6rfTsYog,3187
|
|
2775
2779
|
waldur_api_client/models/patched_open_stack_security_group_update_request.py,sha256=RlUFY87usKv5tWMp6_wXc-wr5HdqR3c8c5Lu9hVfxwA,1995
|
|
@@ -2865,6 +2869,7 @@ waldur_api_client/models/project_detail.py,sha256=QXEJm9BPgIn_BZDi-G48MugkVqyYhM
|
|
|
2865
2869
|
waldur_api_client/models/project_details_response.py,sha256=8-UBRYsiVbRLMgMdavpxy9F_w7wZ7eFikp4LRrxA-kc,3849
|
|
2866
2870
|
waldur_api_client/models/project_estimated_cost_policy.py,sha256=dbLy7AgojTVbbuEDb-mp1uqcCG_RhJl8tPYI2nga-Ys,6762
|
|
2867
2871
|
waldur_api_client/models/project_estimated_cost_policy_request.py,sha256=lm828NcYaGDAwuZYWtmvEwT-A3J7XhmkoLACWcZceOE,2870
|
|
2872
|
+
waldur_api_client/models/project_hyperlink_request.py,sha256=xjdojGgyBE9KvK96dT8awEfELB64RanKenmq7oyBY14,1490
|
|
2868
2873
|
waldur_api_client/models/project_marketplace_resource_count.py,sha256=Y8Me7yHI9ZYeDb0gzyBlIOZh9HPJ_7nqZ-6agei5rRk,1306
|
|
2869
2874
|
waldur_api_client/models/project_permission_log.py,sha256=MGHTDTGmn7w2L8N_e0Owr_z09qs4nL3N56jZ549vku4,12013
|
|
2870
2875
|
waldur_api_client/models/project_permission_review.py,sha256=-P_lQ4nRX1ZujHMCOG7wNvcXdbpw0QwPHOiaFlppHzY,4869
|
|
@@ -3028,9 +3033,9 @@ waldur_api_client/models/rancher_cluster_security_group_rule_request.py,sha256=E
|
|
|
3028
3033
|
waldur_api_client/models/rancher_cluster_template.py,sha256=DzmfeYMTpJaWn1ALYiuOblY0gfSFnkzYfaZnzaIxusM,3242
|
|
3029
3034
|
waldur_api_client/models/rancher_cluster_template_node.py,sha256=qkSlLhs9FvB2xIODA5TgEGSQcslT2GiWbc36c3H8MNM,2675
|
|
3030
3035
|
waldur_api_client/models/rancher_clusters_count_state_item.py,sha256=oU8r1lzDgejllgfNLZIeltUxyP-QvVf1th3SGsGuho4,380
|
|
3031
|
-
waldur_api_client/models/rancher_clusters_list_field_item.py,sha256=
|
|
3036
|
+
waldur_api_client/models/rancher_clusters_list_field_item.py,sha256=F2ZMXhuE9QLcATDj62edjmGaPjlgMmqaUz5-d7lzu9E,1977
|
|
3032
3037
|
waldur_api_client/models/rancher_clusters_list_state_item.py,sha256=_hyWPiwnufGWHu4Ru1bWOxbGWDVkY_adL-bIelafkFc,379
|
|
3033
|
-
waldur_api_client/models/rancher_clusters_retrieve_field_item.py,sha256=
|
|
3038
|
+
waldur_api_client/models/rancher_clusters_retrieve_field_item.py,sha256=w3eUPEKsnFtFx3hm3Rpj0nyGTs536cCT_iGpxCCumH8,1981
|
|
3034
3039
|
waldur_api_client/models/rancher_create_node.py,sha256=aPzYOLnehE05-xIdcqEl4V_-HZh36ZqPRL3IazVsF5k,1888
|
|
3035
3040
|
waldur_api_client/models/rancher_create_node_request.py,sha256=U2FCwPoSRHUY6_6aJaUMy5nHY9cy3VmfJ5dH9sc_kv4,6143
|
|
3036
3041
|
waldur_api_client/models/rancher_hpa.py,sha256=ZhLozroMf1EwProUaLHjJFNLdJP5mmVvYWc9dLi2Bcc,8011
|
|
@@ -3052,7 +3057,6 @@ waldur_api_client/models/rancher_nested_namespace.py,sha256=WQ6EmHWt_O_Kbxo9bILs
|
|
|
3052
3057
|
waldur_api_client/models/rancher_nested_node.py,sha256=fDMh80Sf5EPaEBjf4qbLeVMu1G8xs2ak_ZTOeSyXCyQ,11293
|
|
3053
3058
|
waldur_api_client/models/rancher_nested_node_request.py,sha256=LQ69ocNJyoi0S6g2YD9B21Hkdfdve4VgEiMDznr5zNQ,6272
|
|
3054
3059
|
waldur_api_client/models/rancher_nested_public_ip.py,sha256=3eAk64A5B2Zexs5YJa2JjHBjvfyBEpIK8ufvgUW4_-k,3810
|
|
3055
|
-
waldur_api_client/models/rancher_nested_security_group.py,sha256=k6i-B7ZE7_MmuxshSk4K5J1OI7P1I2Q1gbJtok1DxdY,1508
|
|
3056
3060
|
waldur_api_client/models/rancher_nested_workload.py,sha256=74kEOJZ0pzMRh-NdP9KCpqKQiNWiL7Mor8OF5Mec5JQ,2273
|
|
3057
3061
|
waldur_api_client/models/rancher_nested_workload_request.py,sha256=IV668d3RLBN89jpql8I8a77cFHT5L9qJT9-m-nbT3Xw,1528
|
|
3058
3062
|
waldur_api_client/models/rancher_node.py,sha256=8YZ7ZFP5tJj-6hFqI0lrU9Z27j8NCCFcKl3qNqUK2aY,9633
|
|
@@ -3061,8 +3065,11 @@ waldur_api_client/models/rancher_role_scope_type.py,sha256=pBr4Tu0GNJdXBabDMNMWB
|
|
|
3061
3065
|
waldur_api_client/models/rancher_role_templates_count_o_item.py,sha256=nttW40POGEIe46pAmUiWQAkeTYaXqVikVIVyNYN7LNo,233
|
|
3062
3066
|
waldur_api_client/models/rancher_role_templates_list_o_item.py,sha256=Q6EDjO9i7PBApzv_2tjRoUvI9BYHyVOU7kubOc-Tm4w,232
|
|
3063
3067
|
waldur_api_client/models/rancher_service.py,sha256=mS8FEAKpwk3K3rBsjfLi1KnOzbE8WNhrCyLY_r7krbA,25016
|
|
3068
|
+
waldur_api_client/models/rancher_service_create.py,sha256=OSc7C04VWlF8FrVe56IWZE4-6te7crZ56L8bupZEZgk,18539
|
|
3069
|
+
waldur_api_client/models/rancher_service_create_marketplace_offering_plugin_options_type_0.py,sha256=Jb3ZVC6wDz5Od_IYa-NTBAdXvrS9sQ5_JoEitX846Uw,1451
|
|
3070
|
+
waldur_api_client/models/rancher_service_create_request.py,sha256=Mqjso45gCIOVeSdS6N73a7jTslmLLYaT_4mmRAPYDMw,6089
|
|
3064
3071
|
waldur_api_client/models/rancher_service_marketplace_offering_plugin_options_type_0.py,sha256=v25VnyhQULEbyizqx02Ug622Mp8MF7sadOSC65HNDT8,1418
|
|
3065
|
-
waldur_api_client/models/rancher_service_request.py,sha256=
|
|
3072
|
+
waldur_api_client/models/rancher_service_request.py,sha256=VBHGWwrrajg7lExuLVDyXtYpzHwsHOiXPwFr0EgvjQA,5815
|
|
3066
3073
|
waldur_api_client/models/rancher_services_count_state_item.py,sha256=3dRhvlG5-TXYEda1Ypp0hn4nZbkJwqWQBp56HUMCLnA,380
|
|
3067
3074
|
waldur_api_client/models/rancher_services_list_field_item.py,sha256=P6r08BQ85niNG_CveBTzvK8ZbMNnQnj5ZDjaG-M0x4g,1737
|
|
3068
3075
|
waldur_api_client/models/rancher_services_list_state_item.py,sha256=o6TiCFhcvnraDcSkWfnq2ZyiN7AqQcFCi74AhBM_ciA,379
|
|
@@ -3078,6 +3085,8 @@ waldur_api_client/models/rancher_user.py,sha256=9T-6ENB5kWzCby_1_SWKlWCsl9TcQrxA
|
|
|
3078
3085
|
waldur_api_client/models/rancher_user_cluster_link.py,sha256=07PvCGA99SfaRGn-H3GWpnWx9U4XwZpiLb3hMB38QRw,2152
|
|
3079
3086
|
waldur_api_client/models/rancher_user_project_link.py,sha256=-p6zWlH7MoRsPZGypu3GkItUj18G33PWGgzlQoarHTQ,2152
|
|
3080
3087
|
waldur_api_client/models/rancher_workload.py,sha256=2XGYuzdV_XMhYpbQOa0Ug_Wk9S_doWUncuPz8B61hyE,6247
|
|
3088
|
+
waldur_api_client/models/rancher_workload_create.py,sha256=EabyXO-_pGhOhGRt_crpvf1NF3WxLba1B3GZ6ifFd4Y,1480
|
|
3089
|
+
waldur_api_client/models/rancher_workload_create_request.py,sha256=TZGtt7Gci8PN9V-ezMjQT5V1uWNixAqJRJKgeV64Aj0,1518
|
|
3081
3090
|
waldur_api_client/models/rancher_workload_request.py,sha256=SgZuWB1B_v40Fyox9yoJ15ks1JMUJmavAcC3fpvdPVc,4048
|
|
3082
3091
|
waldur_api_client/models/rancher_workloads_count_o_item.py,sha256=t5_Kbllpdl-RtAlrizdvfcdY0DsCNN7hIJHBLQikKNo,369
|
|
3083
3092
|
waldur_api_client/models/rancher_workloads_list_o_item.py,sha256=7TX6UU3SE3QmiiUhXxGAM5nSbseNwQ4M-AtrUz_jGOk,368
|
|
@@ -3106,7 +3115,7 @@ waldur_api_client/models/requested_offering_request.py,sha256=WLjcqqT6e7nX45z-dt
|
|
|
3106
3115
|
waldur_api_client/models/requested_offering_states.py,sha256=aRCc6hAt-6hLBL31B3N353WpxUL7ReLc8aLCS0N_apQ,208
|
|
3107
3116
|
waldur_api_client/models/requested_resource.py,sha256=CPrkG4G2h0kTB30RHs6DAmmFKSmBiQi8-H5nGnaYWpQ,5147
|
|
3108
3117
|
waldur_api_client/models/requested_resource_request.py,sha256=NnQC2_Ib_paO6szj-5mba_T7vpOFhTcEHmlVyYoRpo8,3905
|
|
3109
|
-
waldur_api_client/models/resource.py,sha256=
|
|
3118
|
+
waldur_api_client/models/resource.py,sha256=MYHcO3TxWGNiIb87w6Zqp3lnX1eKrqbjePlcGyRpMGQ,42155
|
|
3110
3119
|
waldur_api_client/models/resource_attributes.py,sha256=_YJkmdPQOg2nJvmdRsNH--768kATNGvMb_U-QpPSLEc,1235
|
|
3111
3120
|
waldur_api_client/models/resource_backend_id_request.py,sha256=NkjwuR1yvmsh8UohnBt2aH_c2a1SiyVnrHFHhZzFVWk,1661
|
|
3112
3121
|
waldur_api_client/models/resource_backend_metadata_request.py,sha256=UXhVQzxDJfS7GEzor2cjC-96oTTQ3ieMJjiI2T9VRVo,1658
|
|
@@ -3145,7 +3154,7 @@ waldur_api_client/models/rmq_user_stats_item.py,sha256=J9x-YtmOpu4_aQ8q3te3usUzP
|
|
|
3145
3154
|
waldur_api_client/models/rmq_v_host_stats_item.py,sha256=HGzrKq2ruNy-ITPHPaQO2hQTBr7VC21PmnJb1DgsOe8,2673
|
|
3146
3155
|
waldur_api_client/models/rmq_waldur_user.py,sha256=oEuaLeeJg8KESauGGBnIclVVvZr1xJxv-KmkeVcxi0U,1836
|
|
3147
3156
|
waldur_api_client/models/robot_account.py,sha256=EznXtSQ127_x05k0M1vj8Oek2kcG0YcaXoGXMg2JIIc,6765
|
|
3148
|
-
waldur_api_client/models/robot_account_details.py,sha256=
|
|
3157
|
+
waldur_api_client/models/robot_account_details.py,sha256=1npifVfV3eNPWqYOci8j_RqvRfBhhDTc9VIA__GN1ww,14808
|
|
3149
3158
|
waldur_api_client/models/robot_account_error_request.py,sha256=-16gPyWrS0iQsKZJwT67tPhfYUjrUGi1K06MYdAy390,1741
|
|
3150
3159
|
waldur_api_client/models/robot_account_request.py,sha256=JQ1GKmaHgPF-IgOj5Ik0OeVSm1pIuUrM1QleiORKcBo,3754
|
|
3151
3160
|
waldur_api_client/models/robot_account_states.py,sha256=aocJicmkFjlebKV7AX6wEeig2FlBRtszIazJ_5e9MRk,220
|
|
@@ -3214,7 +3223,7 @@ waldur_api_client/models/slurm_allocations_list_field_item.py,sha256=KfwsykZPrza
|
|
|
3214
3223
|
waldur_api_client/models/slurm_allocations_list_state_item.py,sha256=sppXc_x6W4f4BDKSHaSPuu2YbOzO9XMgXS-7KMNk7tw,380
|
|
3215
3224
|
waldur_api_client/models/slurm_allocations_retrieve_field_item.py,sha256=2G4xRXxQ28TPhojMoI_f4DU6CV8tj3ALYF86gf493jQ,1788
|
|
3216
3225
|
waldur_api_client/models/slurm_association.py,sha256=WMNXnRTcoNHnNAHvXCj4zYXHHJ_EoZi3mUExvpdh-L4,1883
|
|
3217
|
-
waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py,sha256=
|
|
3226
|
+
waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py,sha256=eKJqWUG_AV9JclEThw3rlRgblqY0QehB8eo7VJP6gXc,1969
|
|
3218
3227
|
waldur_api_client/models/slurm_jobs_list_field_item.py,sha256=Ru71XhVHUC7b3WHP06vNDSVlIQ2AZOXERg0UlmcaC88,1119
|
|
3219
3228
|
waldur_api_client/models/slurm_jobs_retrieve_field_item.py,sha256=lXvzpTWrQlfQJ8f_q8MSOIWegXgxYF5MDp6zuIFTYAQ,1123
|
|
3220
3229
|
waldur_api_client/models/smax_web_hook_receiver.py,sha256=uv4cL53BvSvezZoxKHUUydyWbDqTK0wTM_1h-nn7BRs,1463
|
|
@@ -3286,7 +3295,7 @@ waldur_api_client/models/users_list_field_item.py,sha256=e9umXx722WWK-ZALB2-eSdL
|
|
|
3286
3295
|
waldur_api_client/models/users_list_o_item.py,sha256=NglqufgXCzbx-oavYFcZlZcrqQS_c62slMhhZUw9lV8,826
|
|
3287
3296
|
waldur_api_client/models/users_me_retrieve_field_item.py,sha256=4yPYQ2iwrBM5giVK7Z2hnMEYGiUVIE68TCZwX4WL3Vo,1405
|
|
3288
3297
|
waldur_api_client/models/users_retrieve_field_item.py,sha256=I32sRub95zyo-UKumqREIGyFsGaDIAEcOy40MzvqBk8,1403
|
|
3289
|
-
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py,sha256=
|
|
3298
|
+
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py,sha256=Brf3P3bK7CtyxvbBgNCFVf19nliE4eCbi0HpIFmxvIg,7880
|
|
3290
3299
|
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_1.py,sha256=9Ajk6dw_5KrxHJhlsnAy4cIJRMNYMa2XzaedFpnz0qs,4744
|
|
3291
3300
|
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_2_type_1.py,sha256=cgDpv42saLyYpWnLRywr5icuEPU6RrOWRgLQTupFVlE,4749
|
|
3292
3301
|
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1.py,sha256=wNvULlAvXZz-4ne-Rf-BwK6iSq8KbGJJlkAOPzt709Y,4749
|
|
@@ -3308,8 +3317,8 @@ waldur_api_client/models/vmware_folder.py,sha256=HAfBco9Gs7O5VyG7UxEP5OBk3dzmKRO
|
|
|
3308
3317
|
waldur_api_client/models/vmware_limit.py,sha256=4-x2dd6lR0qSPrQAX7GPl17FyHSAw0YXsoG9QsZyGhE,2369
|
|
3309
3318
|
waldur_api_client/models/vmware_nested_disk.py,sha256=0ma79iMkqhOCG9DGFHGKAM97C7TftKuTs5nOpgiog-4,2260
|
|
3310
3319
|
waldur_api_client/models/vmware_nested_disk_request.py,sha256=Use5GlyDmsJTxwznm5StFgVHDA9H7AEaYpiXS9v-wdw,1515
|
|
3311
|
-
waldur_api_client/models/vmware_nested_network.py,sha256=
|
|
3312
|
-
waldur_api_client/models/vmware_nested_network_request.py,sha256=
|
|
3320
|
+
waldur_api_client/models/vmware_nested_network.py,sha256=8fJ5DFaUJTxTGsJEFAjXXQw0cOBC6mQh8bMnN7Vu0jk,1470
|
|
3321
|
+
waldur_api_client/models/vmware_nested_network_request.py,sha256=U9Xo2WGx2YvD3Ojj-OQJyw5yvFdelWv5j4PqpZYf2JI,1508
|
|
3313
3322
|
waldur_api_client/models/vmware_nested_port.py,sha256=6SgJcWvgZE0M-8l4m9kG4HxwLAemaUxHq_C4Xjx9b5Y,2806
|
|
3314
3323
|
waldur_api_client/models/vmware_nested_port_request.py,sha256=OBPmMymbNUtKZq1JUTTNybcM5mptVkCD4NdtBumRCPA,1676
|
|
3315
3324
|
waldur_api_client/models/vmware_network.py,sha256=mj8pBsvE9C5Uzk2I_zT_c_YaIBlBtNjT-gh8zpjnYzc,1909
|
|
@@ -3341,7 +3350,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
3341
3350
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
3342
3351
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
3343
3352
|
waldur_api_client/types.py,sha256=ZSn3mJeG6_KoPRQVkzh_-bMkaCht3nO3bkQg0tt1aN8,1381
|
|
3344
|
-
waldur_api_client-7.8.
|
|
3345
|
-
waldur_api_client-7.8.
|
|
3346
|
-
waldur_api_client-7.8.
|
|
3347
|
-
waldur_api_client-7.8.
|
|
3353
|
+
waldur_api_client-7.8.3.dist-info/METADATA,sha256=kMtYb2Jr1h4j2b191jNugNwm8O84BPiCvk2lIZ_d8f8,5918
|
|
3354
|
+
waldur_api_client-7.8.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
3355
|
+
waldur_api_client-7.8.3.dist-info/licenses/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
|
|
3356
|
+
waldur_api_client-7.8.3.dist-info/RECORD,,
|