waldur-api-client 7.8.3__py3-none-any.whl → 7.8.4__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/booking_resources/booking_resources_count.py +18 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +18 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +18 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +18 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +18 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +18 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
- waldur_api_client/api/onboarding/__init__.py +1 -0
- waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
- waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
- waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
- waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
- waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
- waldur_api_client/models/__init__.py +62 -4
- waldur_api_client/models/booking_resource.py +4 -11
- waldur_api_client/models/call_round.py +4 -4
- waldur_api_client/models/checklist_template.py +99 -0
- waldur_api_client/models/checklist_template_checklist.py +44 -0
- waldur_api_client/models/constance_settings.py +45 -0
- waldur_api_client/models/constance_settings_request.py +45 -0
- waldur_api_client/models/constance_settings_request_form.py +45 -0
- waldur_api_client/models/constance_settings_request_multipart.py +85 -0
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
- waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
- waldur_api_client/models/event_types_enum.py +1 -0
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +1 -0
- waldur_api_client/models/merged_plugin_options.py +18 -0
- waldur_api_client/models/merged_plugin_options_request.py +18 -0
- waldur_api_client/models/nested_round.py +5 -5
- waldur_api_client/models/network_rbac_policy_request.py +8 -0
- waldur_api_client/models/notification.py +9 -9
- waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
- waldur_api_client/models/notification_template_detail_serializers.py +9 -3
- waldur_api_client/models/offering_component.py +79 -0
- waldur_api_client/models/offering_component_request.py +80 -0
- waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
- waldur_api_client/models/onboarding_justification.py +183 -0
- waldur_api_client/models/onboarding_justification_create_request.py +68 -0
- waldur_api_client/models/onboarding_justification_documentation.py +108 -0
- waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
- waldur_api_client/models/onboarding_justification_request.py +75 -0
- waldur_api_client/models/onboarding_verification.py +250 -0
- waldur_api_client/models/onboarding_verification_request.py +128 -0
- waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
- waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
- waldur_api_client/models/order_create.py +4 -4
- waldur_api_client/models/order_details.py +4 -11
- waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
- waldur_api_client/models/patched_onboarding_justification_request.py +77 -0
- waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
- waldur_api_client/models/patched_project_credit_request.py +13 -0
- waldur_api_client/models/patched_project_request.py +1 -2
- waldur_api_client/models/patched_project_request_form.py +1 -2
- waldur_api_client/models/patched_project_request_multipart.py +1 -2
- waldur_api_client/models/project.py +10 -2
- waldur_api_client/models/project_credit.py +13 -0
- waldur_api_client/models/project_credit_request.py +13 -0
- waldur_api_client/models/project_request.py +1 -2
- waldur_api_client/models/project_request_form.py +1 -2
- waldur_api_client/models/project_request_multipart.py +1 -2
- waldur_api_client/models/projects_list_field_item.py +1 -0
- waldur_api_client/models/projects_retrieve_field_item.py +1 -0
- waldur_api_client/models/protected_round.py +4 -4
- waldur_api_client/models/question.py +102 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/resource.py +4 -11
- waldur_api_client/models/resource_renew_request.py +83 -0
- waldur_api_client/models/resource_renew_request_limits.py +44 -0
- waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
- waldur_api_client/models/service_provider_checklist_summary.py +98 -0
- waldur_api_client/models/time_series_to_s_data.py +69 -0
- waldur_api_client/models/to_s_consent_dashboard.py +155 -0
- waldur_api_client/models/update_offering_component_request.py +79 -0
- waldur_api_client/models/validation_decision_enum.py +10 -0
- waldur_api_client/models/validation_method_enum.py +8 -0
- waldur_api_client/models/version_adoption.py +67 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/RECORD +118 -54
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -151,6 +151,11 @@ class ConstanceSettingsRequestForm:
|
|
|
151
151
|
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
152
152
|
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
153
153
|
enforce_user_consent_for_offerings (Union[Unset, bool]):
|
|
154
|
+
onboarding_verification_expiry_hours (Union[Unset, int]):
|
|
155
|
+
onboarding_ariregister_base_url (Union[Unset, str]):
|
|
156
|
+
onboarding_ariregister_username (Union[Unset, str]):
|
|
157
|
+
onboarding_ariregister_password (Union[Unset, str]):
|
|
158
|
+
onboarding_ariregister_timeout (Union[Unset, int]):
|
|
154
159
|
"""
|
|
155
160
|
|
|
156
161
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -289,6 +294,11 @@ class ConstanceSettingsRequestForm:
|
|
|
289
294
|
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
290
295
|
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
291
296
|
enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
|
|
297
|
+
onboarding_verification_expiry_hours: Union[Unset, int] = UNSET
|
|
298
|
+
onboarding_ariregister_base_url: Union[Unset, str] = UNSET
|
|
299
|
+
onboarding_ariregister_username: Union[Unset, str] = UNSET
|
|
300
|
+
onboarding_ariregister_password: Union[Unset, str] = UNSET
|
|
301
|
+
onboarding_ariregister_timeout: Union[Unset, int] = UNSET
|
|
292
302
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
293
303
|
|
|
294
304
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -654,6 +664,16 @@ class ConstanceSettingsRequestForm:
|
|
|
654
664
|
|
|
655
665
|
enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
|
|
656
666
|
|
|
667
|
+
onboarding_verification_expiry_hours = self.onboarding_verification_expiry_hours
|
|
668
|
+
|
|
669
|
+
onboarding_ariregister_base_url = self.onboarding_ariregister_base_url
|
|
670
|
+
|
|
671
|
+
onboarding_ariregister_username = self.onboarding_ariregister_username
|
|
672
|
+
|
|
673
|
+
onboarding_ariregister_password = self.onboarding_ariregister_password
|
|
674
|
+
|
|
675
|
+
onboarding_ariregister_timeout = self.onboarding_ariregister_timeout
|
|
676
|
+
|
|
657
677
|
field_dict: dict[str, Any] = {}
|
|
658
678
|
field_dict.update(self.additional_properties)
|
|
659
679
|
field_dict.update({})
|
|
@@ -935,6 +955,16 @@ class ConstanceSettingsRequestForm:
|
|
|
935
955
|
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
936
956
|
if enforce_user_consent_for_offerings is not UNSET:
|
|
937
957
|
field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
|
|
958
|
+
if onboarding_verification_expiry_hours is not UNSET:
|
|
959
|
+
field_dict["ONBOARDING_VERIFICATION_EXPIRY_HOURS"] = onboarding_verification_expiry_hours
|
|
960
|
+
if onboarding_ariregister_base_url is not UNSET:
|
|
961
|
+
field_dict["ONBOARDING_ARIREGISTER_BASE_URL"] = onboarding_ariregister_base_url
|
|
962
|
+
if onboarding_ariregister_username is not UNSET:
|
|
963
|
+
field_dict["ONBOARDING_ARIREGISTER_USERNAME"] = onboarding_ariregister_username
|
|
964
|
+
if onboarding_ariregister_password is not UNSET:
|
|
965
|
+
field_dict["ONBOARDING_ARIREGISTER_PASSWORD"] = onboarding_ariregister_password
|
|
966
|
+
if onboarding_ariregister_timeout is not UNSET:
|
|
967
|
+
field_dict["ONBOARDING_ARIREGISTER_TIMEOUT"] = onboarding_ariregister_timeout
|
|
938
968
|
|
|
939
969
|
return field_dict
|
|
940
970
|
|
|
@@ -1397,6 +1427,16 @@ class ConstanceSettingsRequestForm:
|
|
|
1397
1427
|
|
|
1398
1428
|
enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
|
|
1399
1429
|
|
|
1430
|
+
onboarding_verification_expiry_hours = d.pop("ONBOARDING_VERIFICATION_EXPIRY_HOURS", UNSET)
|
|
1431
|
+
|
|
1432
|
+
onboarding_ariregister_base_url = d.pop("ONBOARDING_ARIREGISTER_BASE_URL", UNSET)
|
|
1433
|
+
|
|
1434
|
+
onboarding_ariregister_username = d.pop("ONBOARDING_ARIREGISTER_USERNAME", UNSET)
|
|
1435
|
+
|
|
1436
|
+
onboarding_ariregister_password = d.pop("ONBOARDING_ARIREGISTER_PASSWORD", UNSET)
|
|
1437
|
+
|
|
1438
|
+
onboarding_ariregister_timeout = d.pop("ONBOARDING_ARIREGISTER_TIMEOUT", UNSET)
|
|
1439
|
+
|
|
1400
1440
|
constance_settings_request_form = cls(
|
|
1401
1441
|
site_name=site_name,
|
|
1402
1442
|
site_description=site_description,
|
|
@@ -1534,6 +1574,11 @@ class ConstanceSettingsRequestForm:
|
|
|
1534
1574
|
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
1535
1575
|
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
1536
1576
|
enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
|
|
1577
|
+
onboarding_verification_expiry_hours=onboarding_verification_expiry_hours,
|
|
1578
|
+
onboarding_ariregister_base_url=onboarding_ariregister_base_url,
|
|
1579
|
+
onboarding_ariregister_username=onboarding_ariregister_username,
|
|
1580
|
+
onboarding_ariregister_password=onboarding_ariregister_password,
|
|
1581
|
+
onboarding_ariregister_timeout=onboarding_ariregister_timeout,
|
|
1537
1582
|
)
|
|
1538
1583
|
|
|
1539
1584
|
constance_settings_request_form.additional_properties = d
|
|
@@ -151,6 +151,11 @@ class ConstanceSettingsRequestMultipart:
|
|
|
151
151
|
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
152
152
|
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
153
153
|
enforce_user_consent_for_offerings (Union[Unset, bool]):
|
|
154
|
+
onboarding_verification_expiry_hours (Union[Unset, int]):
|
|
155
|
+
onboarding_ariregister_base_url (Union[Unset, str]):
|
|
156
|
+
onboarding_ariregister_username (Union[Unset, str]):
|
|
157
|
+
onboarding_ariregister_password (Union[Unset, str]):
|
|
158
|
+
onboarding_ariregister_timeout (Union[Unset, int]):
|
|
154
159
|
"""
|
|
155
160
|
|
|
156
161
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -289,6 +294,11 @@ class ConstanceSettingsRequestMultipart:
|
|
|
289
294
|
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
290
295
|
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
291
296
|
enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
|
|
297
|
+
onboarding_verification_expiry_hours: Union[Unset, int] = UNSET
|
|
298
|
+
onboarding_ariregister_base_url: Union[Unset, str] = UNSET
|
|
299
|
+
onboarding_ariregister_username: Union[Unset, str] = UNSET
|
|
300
|
+
onboarding_ariregister_password: Union[Unset, str] = UNSET
|
|
301
|
+
onboarding_ariregister_timeout: Union[Unset, int] = UNSET
|
|
292
302
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
293
303
|
|
|
294
304
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -654,6 +664,16 @@ class ConstanceSettingsRequestMultipart:
|
|
|
654
664
|
|
|
655
665
|
enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
|
|
656
666
|
|
|
667
|
+
onboarding_verification_expiry_hours = self.onboarding_verification_expiry_hours
|
|
668
|
+
|
|
669
|
+
onboarding_ariregister_base_url = self.onboarding_ariregister_base_url
|
|
670
|
+
|
|
671
|
+
onboarding_ariregister_username = self.onboarding_ariregister_username
|
|
672
|
+
|
|
673
|
+
onboarding_ariregister_password = self.onboarding_ariregister_password
|
|
674
|
+
|
|
675
|
+
onboarding_ariregister_timeout = self.onboarding_ariregister_timeout
|
|
676
|
+
|
|
657
677
|
field_dict: dict[str, Any] = {}
|
|
658
678
|
field_dict.update(self.additional_properties)
|
|
659
679
|
field_dict.update({})
|
|
@@ -935,6 +955,16 @@ class ConstanceSettingsRequestMultipart:
|
|
|
935
955
|
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
936
956
|
if enforce_user_consent_for_offerings is not UNSET:
|
|
937
957
|
field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
|
|
958
|
+
if onboarding_verification_expiry_hours is not UNSET:
|
|
959
|
+
field_dict["ONBOARDING_VERIFICATION_EXPIRY_HOURS"] = onboarding_verification_expiry_hours
|
|
960
|
+
if onboarding_ariregister_base_url is not UNSET:
|
|
961
|
+
field_dict["ONBOARDING_ARIREGISTER_BASE_URL"] = onboarding_ariregister_base_url
|
|
962
|
+
if onboarding_ariregister_username is not UNSET:
|
|
963
|
+
field_dict["ONBOARDING_ARIREGISTER_USERNAME"] = onboarding_ariregister_username
|
|
964
|
+
if onboarding_ariregister_password is not UNSET:
|
|
965
|
+
field_dict["ONBOARDING_ARIREGISTER_PASSWORD"] = onboarding_ariregister_password
|
|
966
|
+
if onboarding_ariregister_timeout is not UNSET:
|
|
967
|
+
field_dict["ONBOARDING_ARIREGISTER_TIMEOUT"] = onboarding_ariregister_timeout
|
|
938
968
|
|
|
939
969
|
return field_dict
|
|
940
970
|
|
|
@@ -1564,6 +1594,46 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1564
1594
|
)
|
|
1565
1595
|
)
|
|
1566
1596
|
|
|
1597
|
+
if not isinstance(self.onboarding_verification_expiry_hours, Unset):
|
|
1598
|
+
files.append(
|
|
1599
|
+
(
|
|
1600
|
+
"ONBOARDING_VERIFICATION_EXPIRY_HOURS",
|
|
1601
|
+
(None, str(self.onboarding_verification_expiry_hours).encode(), "text/plain"),
|
|
1602
|
+
)
|
|
1603
|
+
)
|
|
1604
|
+
|
|
1605
|
+
if not isinstance(self.onboarding_ariregister_base_url, Unset):
|
|
1606
|
+
files.append(
|
|
1607
|
+
(
|
|
1608
|
+
"ONBOARDING_ARIREGISTER_BASE_URL",
|
|
1609
|
+
(None, str(self.onboarding_ariregister_base_url).encode(), "text/plain"),
|
|
1610
|
+
)
|
|
1611
|
+
)
|
|
1612
|
+
|
|
1613
|
+
if not isinstance(self.onboarding_ariregister_username, Unset):
|
|
1614
|
+
files.append(
|
|
1615
|
+
(
|
|
1616
|
+
"ONBOARDING_ARIREGISTER_USERNAME",
|
|
1617
|
+
(None, str(self.onboarding_ariregister_username).encode(), "text/plain"),
|
|
1618
|
+
)
|
|
1619
|
+
)
|
|
1620
|
+
|
|
1621
|
+
if not isinstance(self.onboarding_ariregister_password, Unset):
|
|
1622
|
+
files.append(
|
|
1623
|
+
(
|
|
1624
|
+
"ONBOARDING_ARIREGISTER_PASSWORD",
|
|
1625
|
+
(None, str(self.onboarding_ariregister_password).encode(), "text/plain"),
|
|
1626
|
+
)
|
|
1627
|
+
)
|
|
1628
|
+
|
|
1629
|
+
if not isinstance(self.onboarding_ariregister_timeout, Unset):
|
|
1630
|
+
files.append(
|
|
1631
|
+
(
|
|
1632
|
+
"ONBOARDING_ARIREGISTER_TIMEOUT",
|
|
1633
|
+
(None, str(self.onboarding_ariregister_timeout).encode(), "text/plain"),
|
|
1634
|
+
)
|
|
1635
|
+
)
|
|
1636
|
+
|
|
1567
1637
|
for prop_name, prop in self.additional_properties.items():
|
|
1568
1638
|
files.append((prop_name, (None, str(prop).encode(), "text/plain")))
|
|
1569
1639
|
|
|
@@ -2028,6 +2098,16 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2028
2098
|
|
|
2029
2099
|
enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
|
|
2030
2100
|
|
|
2101
|
+
onboarding_verification_expiry_hours = d.pop("ONBOARDING_VERIFICATION_EXPIRY_HOURS", UNSET)
|
|
2102
|
+
|
|
2103
|
+
onboarding_ariregister_base_url = d.pop("ONBOARDING_ARIREGISTER_BASE_URL", UNSET)
|
|
2104
|
+
|
|
2105
|
+
onboarding_ariregister_username = d.pop("ONBOARDING_ARIREGISTER_USERNAME", UNSET)
|
|
2106
|
+
|
|
2107
|
+
onboarding_ariregister_password = d.pop("ONBOARDING_ARIREGISTER_PASSWORD", UNSET)
|
|
2108
|
+
|
|
2109
|
+
onboarding_ariregister_timeout = d.pop("ONBOARDING_ARIREGISTER_TIMEOUT", UNSET)
|
|
2110
|
+
|
|
2031
2111
|
constance_settings_request_multipart = cls(
|
|
2032
2112
|
site_name=site_name,
|
|
2033
2113
|
site_description=site_description,
|
|
@@ -2165,6 +2245,11 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2165
2245
|
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
2166
2246
|
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
2167
2247
|
enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
|
|
2248
|
+
onboarding_verification_expiry_hours=onboarding_verification_expiry_hours,
|
|
2249
|
+
onboarding_ariregister_base_url=onboarding_ariregister_base_url,
|
|
2250
|
+
onboarding_ariregister_username=onboarding_ariregister_username,
|
|
2251
|
+
onboarding_ariregister_password=onboarding_ariregister_password,
|
|
2252
|
+
onboarding_ariregister_timeout=onboarding_ariregister_timeout,
|
|
2168
2253
|
)
|
|
2169
2254
|
|
|
2170
2255
|
constance_settings_request_multipart.additional_properties = d
|
|
@@ -35,6 +35,7 @@ class Customer:
|
|
|
35
35
|
image (Union[None, Unset, str]):
|
|
36
36
|
blocked (Union[Unset, bool]):
|
|
37
37
|
archived (Union[Unset, bool]):
|
|
38
|
+
display_billing_info_in_projects (Union[Unset, bool]):
|
|
38
39
|
default_tax_percent (Union[Unset, str]):
|
|
39
40
|
accounting_start_date (Union[Unset, datetime.datetime]):
|
|
40
41
|
projects_count (Union[Unset, int]):
|
|
@@ -86,6 +87,7 @@ class Customer:
|
|
|
86
87
|
image: Union[None, Unset, str] = UNSET
|
|
87
88
|
blocked: Union[Unset, bool] = UNSET
|
|
88
89
|
archived: Union[Unset, bool] = UNSET
|
|
90
|
+
display_billing_info_in_projects: Union[Unset, bool] = UNSET
|
|
89
91
|
default_tax_percent: Union[Unset, str] = UNSET
|
|
90
92
|
accounting_start_date: Union[Unset, datetime.datetime] = UNSET
|
|
91
93
|
projects_count: Union[Unset, int] = UNSET
|
|
@@ -165,6 +167,8 @@ class Customer:
|
|
|
165
167
|
|
|
166
168
|
archived = self.archived
|
|
167
169
|
|
|
170
|
+
display_billing_info_in_projects = self.display_billing_info_in_projects
|
|
171
|
+
|
|
168
172
|
default_tax_percent = self.default_tax_percent
|
|
169
173
|
|
|
170
174
|
accounting_start_date: Union[Unset, str] = UNSET
|
|
@@ -323,6 +327,8 @@ class Customer:
|
|
|
323
327
|
field_dict["blocked"] = blocked
|
|
324
328
|
if archived is not UNSET:
|
|
325
329
|
field_dict["archived"] = archived
|
|
330
|
+
if display_billing_info_in_projects is not UNSET:
|
|
331
|
+
field_dict["display_billing_info_in_projects"] = display_billing_info_in_projects
|
|
326
332
|
if default_tax_percent is not UNSET:
|
|
327
333
|
field_dict["default_tax_percent"] = default_tax_percent
|
|
328
334
|
if accounting_start_date is not UNSET:
|
|
@@ -457,6 +463,8 @@ class Customer:
|
|
|
457
463
|
|
|
458
464
|
archived = d.pop("archived", UNSET)
|
|
459
465
|
|
|
466
|
+
display_billing_info_in_projects = d.pop("display_billing_info_in_projects", UNSET)
|
|
467
|
+
|
|
460
468
|
default_tax_percent = d.pop("default_tax_percent", UNSET)
|
|
461
469
|
|
|
462
470
|
_accounting_start_date = d.pop("accounting_start_date", UNSET)
|
|
@@ -664,6 +672,7 @@ class Customer:
|
|
|
664
672
|
image=image,
|
|
665
673
|
blocked=blocked,
|
|
666
674
|
archived=archived,
|
|
675
|
+
display_billing_info_in_projects=display_billing_info_in_projects,
|
|
667
676
|
default_tax_percent=default_tax_percent,
|
|
668
677
|
accounting_start_date=accounting_start_date,
|
|
669
678
|
projects_count=projects_count,
|
|
@@ -22,6 +22,7 @@ class CustomersListFieldItem(str, Enum):
|
|
|
22
22
|
CUSTOMER_UNALLOCATED_CREDIT = "customer_unallocated_credit"
|
|
23
23
|
DEFAULT_TAX_PERCENT = "default_tax_percent"
|
|
24
24
|
DESCRIPTION = "description"
|
|
25
|
+
DISPLAY_BILLING_INFO_IN_PROJECTS = "display_billing_info_in_projects"
|
|
25
26
|
DISPLAY_NAME = "display_name"
|
|
26
27
|
DOMAIN = "domain"
|
|
27
28
|
EMAIL = "email"
|
|
@@ -22,6 +22,7 @@ class CustomersRetrieveFieldItem(str, Enum):
|
|
|
22
22
|
CUSTOMER_UNALLOCATED_CREDIT = "customer_unallocated_credit"
|
|
23
23
|
DEFAULT_TAX_PERCENT = "default_tax_percent"
|
|
24
24
|
DESCRIPTION = "description"
|
|
25
|
+
DISPLAY_BILLING_INFO_IN_PROJECTS = "display_billing_info_in_projects"
|
|
25
26
|
DISPLAY_NAME = "display_name"
|
|
26
27
|
DOMAIN = "domain"
|
|
27
28
|
EMAIL = "email"
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
from collections.abc import Mapping
|
|
3
|
+
from typing import Any, TypeVar, Union
|
|
4
|
+
from uuid import UUID
|
|
5
|
+
|
|
6
|
+
from attrs import define as _attrs_define
|
|
7
|
+
from attrs import field as _attrs_field
|
|
8
|
+
from dateutil.parser import isoparse
|
|
9
|
+
|
|
10
|
+
from ..models.policy_type_enum import PolicyTypeEnum
|
|
11
|
+
from ..types import UNSET, Unset
|
|
12
|
+
|
|
13
|
+
T = TypeVar("T", bound="DeprecatedNetworkRBACPolicy")
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
@_attrs_define
|
|
17
|
+
class DeprecatedNetworkRBACPolicy:
|
|
18
|
+
"""
|
|
19
|
+
Attributes:
|
|
20
|
+
url (str):
|
|
21
|
+
uuid (UUID):
|
|
22
|
+
network (str):
|
|
23
|
+
network_name (str):
|
|
24
|
+
target_tenant (str):
|
|
25
|
+
target_tenant_name (str):
|
|
26
|
+
backend_id (str):
|
|
27
|
+
created (datetime.datetime):
|
|
28
|
+
policy_type (Union[Unset, PolicyTypeEnum]): Default: PolicyTypeEnum.ACCESS_AS_SHARED.
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
url: str
|
|
32
|
+
uuid: UUID
|
|
33
|
+
network: str
|
|
34
|
+
network_name: str
|
|
35
|
+
target_tenant: str
|
|
36
|
+
target_tenant_name: str
|
|
37
|
+
backend_id: str
|
|
38
|
+
created: datetime.datetime
|
|
39
|
+
policy_type: Union[Unset, PolicyTypeEnum] = PolicyTypeEnum.ACCESS_AS_SHARED
|
|
40
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
41
|
+
|
|
42
|
+
def to_dict(self) -> dict[str, Any]:
|
|
43
|
+
url = self.url
|
|
44
|
+
|
|
45
|
+
uuid = str(self.uuid)
|
|
46
|
+
|
|
47
|
+
network = self.network
|
|
48
|
+
|
|
49
|
+
network_name = self.network_name
|
|
50
|
+
|
|
51
|
+
target_tenant = self.target_tenant
|
|
52
|
+
|
|
53
|
+
target_tenant_name = self.target_tenant_name
|
|
54
|
+
|
|
55
|
+
backend_id = self.backend_id
|
|
56
|
+
|
|
57
|
+
created = self.created.isoformat()
|
|
58
|
+
|
|
59
|
+
policy_type: Union[Unset, str] = UNSET
|
|
60
|
+
if not isinstance(self.policy_type, Unset):
|
|
61
|
+
policy_type = self.policy_type.value
|
|
62
|
+
|
|
63
|
+
field_dict: dict[str, Any] = {}
|
|
64
|
+
field_dict.update(self.additional_properties)
|
|
65
|
+
field_dict.update(
|
|
66
|
+
{
|
|
67
|
+
"url": url,
|
|
68
|
+
"uuid": uuid,
|
|
69
|
+
"network": network,
|
|
70
|
+
"network_name": network_name,
|
|
71
|
+
"target_tenant": target_tenant,
|
|
72
|
+
"target_tenant_name": target_tenant_name,
|
|
73
|
+
"backend_id": backend_id,
|
|
74
|
+
"created": created,
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
if policy_type is not UNSET:
|
|
78
|
+
field_dict["policy_type"] = policy_type
|
|
79
|
+
|
|
80
|
+
return field_dict
|
|
81
|
+
|
|
82
|
+
@classmethod
|
|
83
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
84
|
+
d = dict(src_dict)
|
|
85
|
+
url = d.pop("url")
|
|
86
|
+
|
|
87
|
+
uuid = UUID(d.pop("uuid"))
|
|
88
|
+
|
|
89
|
+
network = d.pop("network")
|
|
90
|
+
|
|
91
|
+
network_name = d.pop("network_name")
|
|
92
|
+
|
|
93
|
+
target_tenant = d.pop("target_tenant")
|
|
94
|
+
|
|
95
|
+
target_tenant_name = d.pop("target_tenant_name")
|
|
96
|
+
|
|
97
|
+
backend_id = d.pop("backend_id")
|
|
98
|
+
|
|
99
|
+
created = isoparse(d.pop("created"))
|
|
100
|
+
|
|
101
|
+
_policy_type = d.pop("policy_type", UNSET)
|
|
102
|
+
policy_type: Union[Unset, PolicyTypeEnum]
|
|
103
|
+
if isinstance(_policy_type, Unset):
|
|
104
|
+
policy_type = UNSET
|
|
105
|
+
else:
|
|
106
|
+
policy_type = PolicyTypeEnum(_policy_type)
|
|
107
|
+
|
|
108
|
+
deprecated_network_rbac_policy = cls(
|
|
109
|
+
url=url,
|
|
110
|
+
uuid=uuid,
|
|
111
|
+
network=network,
|
|
112
|
+
network_name=network_name,
|
|
113
|
+
target_tenant=target_tenant,
|
|
114
|
+
target_tenant_name=target_tenant_name,
|
|
115
|
+
backend_id=backend_id,
|
|
116
|
+
created=created,
|
|
117
|
+
policy_type=policy_type,
|
|
118
|
+
)
|
|
119
|
+
|
|
120
|
+
deprecated_network_rbac_policy.additional_properties = d
|
|
121
|
+
return deprecated_network_rbac_policy
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
def additional_keys(self) -> list[str]:
|
|
125
|
+
return list(self.additional_properties.keys())
|
|
126
|
+
|
|
127
|
+
def __getitem__(self, key: str) -> Any:
|
|
128
|
+
return self.additional_properties[key]
|
|
129
|
+
|
|
130
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
131
|
+
self.additional_properties[key] = value
|
|
132
|
+
|
|
133
|
+
def __delitem__(self, key: str) -> None:
|
|
134
|
+
del self.additional_properties[key]
|
|
135
|
+
|
|
136
|
+
def __contains__(self, key: str) -> bool:
|
|
137
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
from ..models.policy_type_enum import PolicyTypeEnum
|
|
8
|
+
from ..types import UNSET, Unset
|
|
9
|
+
|
|
10
|
+
T = TypeVar("T", bound="DeprecatedNetworkRBACPolicyRequest")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@_attrs_define
|
|
14
|
+
class DeprecatedNetworkRBACPolicyRequest:
|
|
15
|
+
"""
|
|
16
|
+
Attributes:
|
|
17
|
+
target_tenant (str):
|
|
18
|
+
policy_type (Union[Unset, PolicyTypeEnum]): Default: PolicyTypeEnum.ACCESS_AS_SHARED.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
target_tenant: str
|
|
22
|
+
policy_type: Union[Unset, PolicyTypeEnum] = PolicyTypeEnum.ACCESS_AS_SHARED
|
|
23
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
24
|
+
|
|
25
|
+
def to_dict(self) -> dict[str, Any]:
|
|
26
|
+
target_tenant = self.target_tenant
|
|
27
|
+
|
|
28
|
+
policy_type: Union[Unset, str] = UNSET
|
|
29
|
+
if not isinstance(self.policy_type, Unset):
|
|
30
|
+
policy_type = self.policy_type.value
|
|
31
|
+
|
|
32
|
+
field_dict: dict[str, Any] = {}
|
|
33
|
+
field_dict.update(self.additional_properties)
|
|
34
|
+
field_dict.update(
|
|
35
|
+
{
|
|
36
|
+
"target_tenant": target_tenant,
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
if policy_type is not UNSET:
|
|
40
|
+
field_dict["policy_type"] = policy_type
|
|
41
|
+
|
|
42
|
+
return field_dict
|
|
43
|
+
|
|
44
|
+
@classmethod
|
|
45
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
46
|
+
d = dict(src_dict)
|
|
47
|
+
target_tenant = d.pop("target_tenant")
|
|
48
|
+
|
|
49
|
+
_policy_type = d.pop("policy_type", UNSET)
|
|
50
|
+
policy_type: Union[Unset, PolicyTypeEnum]
|
|
51
|
+
if isinstance(_policy_type, Unset):
|
|
52
|
+
policy_type = UNSET
|
|
53
|
+
else:
|
|
54
|
+
policy_type = PolicyTypeEnum(_policy_type)
|
|
55
|
+
|
|
56
|
+
deprecated_network_rbac_policy_request = cls(
|
|
57
|
+
target_tenant=target_tenant,
|
|
58
|
+
policy_type=policy_type,
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
deprecated_network_rbac_policy_request.additional_properties = d
|
|
62
|
+
return deprecated_network_rbac_policy_request
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
def additional_keys(self) -> list[str]:
|
|
66
|
+
return list(self.additional_properties.keys())
|
|
67
|
+
|
|
68
|
+
def __getitem__(self, key: str) -> Any:
|
|
69
|
+
return self.additional_properties[key]
|
|
70
|
+
|
|
71
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
72
|
+
self.additional_properties[key] = value
|
|
73
|
+
|
|
74
|
+
def __delitem__(self, key: str) -> None:
|
|
75
|
+
del self.additional_properties[key]
|
|
76
|
+
|
|
77
|
+
def __contains__(self, key: str) -> bool:
|
|
78
|
+
return key in self.additional_properties
|
|
@@ -15,6 +15,7 @@ class EventTypesEnum(str, Enum):
|
|
|
15
15
|
AUTH_LOGGED_OUT = "auth_logged_out"
|
|
16
16
|
AUTH_LOGGED_OUT_WITH_SAML2 = "auth_logged_out_with_saml2"
|
|
17
17
|
AUTH_LOGIN_FAILED_WITH_USERNAME = "auth_login_failed_with_username"
|
|
18
|
+
AUTOMATIC_CREDIT_ADJUSTMENT = "automatic_credit_adjustment"
|
|
18
19
|
BLOCK_CREATION_OF_NEW_RESOURCES = "block_creation_of_new_resources"
|
|
19
20
|
BLOCK_MODIFICATION_OF_EXISTING_RESOURCES = "block_modification_of_existing_resources"
|
|
20
21
|
CALL_DOCUMENT_ADDED = "call_document_added"
|
|
@@ -7,6 +7,7 @@ class MarketplaceServiceProvidersProjectsListFieldItem(str, Enum):
|
|
|
7
7
|
CREATED = "created"
|
|
8
8
|
CUSTOMER = "customer"
|
|
9
9
|
CUSTOMER_ABBREVIATION = "customer_abbreviation"
|
|
10
|
+
CUSTOMER_DISPLAY_BILLING_INFO_IN_PROJECTS = "customer_display_billing_info_in_projects"
|
|
10
11
|
CUSTOMER_NAME = "customer_name"
|
|
11
12
|
CUSTOMER_NATIVE_NAME = "customer_native_name"
|
|
12
13
|
CUSTOMER_SLUG = "customer_slug"
|
|
@@ -51,6 +51,8 @@ class MergedPluginOptions:
|
|
|
51
51
|
heappe_url (Union[Unset, str]): HEAppE url
|
|
52
52
|
heappe_username (Union[Unset, str]): HEAppE username
|
|
53
53
|
homedir_prefix (Union[Unset, str]): GLAuth homedir prefix Default: '/home/'.
|
|
54
|
+
scratch_project_directory (Union[Unset, str]): HEAppE scratch project directory
|
|
55
|
+
project_permanent_directory (Union[Unset, str]): HEAppE project permanent directory
|
|
54
56
|
initial_primarygroup_number (Union[Unset, int]): GLAuth initial primary group number Default: 5000.
|
|
55
57
|
initial_uidnumber (Union[Unset, int]): GLAuth initial uidnumber Default: 5000.
|
|
56
58
|
initial_usergroup_number (Union[Unset, int]): GLAuth initial usergroup number Default: 6000.
|
|
@@ -105,6 +107,8 @@ class MergedPluginOptions:
|
|
|
105
107
|
heappe_url: Union[Unset, str] = UNSET
|
|
106
108
|
heappe_username: Union[Unset, str] = UNSET
|
|
107
109
|
homedir_prefix: Union[Unset, str] = "/home/"
|
|
110
|
+
scratch_project_directory: Union[Unset, str] = UNSET
|
|
111
|
+
project_permanent_directory: Union[Unset, str] = UNSET
|
|
108
112
|
initial_primarygroup_number: Union[Unset, int] = 5000
|
|
109
113
|
initial_uidnumber: Union[Unset, int] = 5000
|
|
110
114
|
initial_usergroup_number: Union[Unset, int] = 6000
|
|
@@ -187,6 +191,10 @@ class MergedPluginOptions:
|
|
|
187
191
|
|
|
188
192
|
homedir_prefix = self.homedir_prefix
|
|
189
193
|
|
|
194
|
+
scratch_project_directory = self.scratch_project_directory
|
|
195
|
+
|
|
196
|
+
project_permanent_directory = self.project_permanent_directory
|
|
197
|
+
|
|
190
198
|
initial_primarygroup_number = self.initial_primarygroup_number
|
|
191
199
|
|
|
192
200
|
initial_uidnumber = self.initial_uidnumber
|
|
@@ -302,6 +310,10 @@ class MergedPluginOptions:
|
|
|
302
310
|
field_dict["heappe_username"] = heappe_username
|
|
303
311
|
if homedir_prefix is not UNSET:
|
|
304
312
|
field_dict["homedir_prefix"] = homedir_prefix
|
|
313
|
+
if scratch_project_directory is not UNSET:
|
|
314
|
+
field_dict["scratch_project_directory"] = scratch_project_directory
|
|
315
|
+
if project_permanent_directory is not UNSET:
|
|
316
|
+
field_dict["project_permanent_directory"] = project_permanent_directory
|
|
305
317
|
if initial_primarygroup_number is not UNSET:
|
|
306
318
|
field_dict["initial_primarygroup_number"] = initial_primarygroup_number
|
|
307
319
|
if initial_uidnumber is not UNSET:
|
|
@@ -428,6 +440,10 @@ class MergedPluginOptions:
|
|
|
428
440
|
|
|
429
441
|
homedir_prefix = d.pop("homedir_prefix", UNSET)
|
|
430
442
|
|
|
443
|
+
scratch_project_directory = d.pop("scratch_project_directory", UNSET)
|
|
444
|
+
|
|
445
|
+
project_permanent_directory = d.pop("project_permanent_directory", UNSET)
|
|
446
|
+
|
|
431
447
|
initial_primarygroup_number = d.pop("initial_primarygroup_number", UNSET)
|
|
432
448
|
|
|
433
449
|
initial_uidnumber = d.pop("initial_uidnumber", UNSET)
|
|
@@ -538,6 +554,8 @@ class MergedPluginOptions:
|
|
|
538
554
|
heappe_url=heappe_url,
|
|
539
555
|
heappe_username=heappe_username,
|
|
540
556
|
homedir_prefix=homedir_prefix,
|
|
557
|
+
scratch_project_directory=scratch_project_directory,
|
|
558
|
+
project_permanent_directory=project_permanent_directory,
|
|
541
559
|
initial_primarygroup_number=initial_primarygroup_number,
|
|
542
560
|
initial_uidnumber=initial_uidnumber,
|
|
543
561
|
initial_usergroup_number=initial_usergroup_number,
|
|
@@ -51,6 +51,8 @@ class MergedPluginOptionsRequest:
|
|
|
51
51
|
heappe_url (Union[Unset, str]): HEAppE url
|
|
52
52
|
heappe_username (Union[Unset, str]): HEAppE username
|
|
53
53
|
homedir_prefix (Union[Unset, str]): GLAuth homedir prefix Default: '/home/'.
|
|
54
|
+
scratch_project_directory (Union[Unset, str]): HEAppE scratch project directory
|
|
55
|
+
project_permanent_directory (Union[Unset, str]): HEAppE project permanent directory
|
|
54
56
|
initial_primarygroup_number (Union[Unset, int]): GLAuth initial primary group number Default: 5000.
|
|
55
57
|
initial_uidnumber (Union[Unset, int]): GLAuth initial uidnumber Default: 5000.
|
|
56
58
|
initial_usergroup_number (Union[Unset, int]): GLAuth initial usergroup number Default: 6000.
|
|
@@ -105,6 +107,8 @@ class MergedPluginOptionsRequest:
|
|
|
105
107
|
heappe_url: Union[Unset, str] = UNSET
|
|
106
108
|
heappe_username: Union[Unset, str] = UNSET
|
|
107
109
|
homedir_prefix: Union[Unset, str] = "/home/"
|
|
110
|
+
scratch_project_directory: Union[Unset, str] = UNSET
|
|
111
|
+
project_permanent_directory: Union[Unset, str] = UNSET
|
|
108
112
|
initial_primarygroup_number: Union[Unset, int] = 5000
|
|
109
113
|
initial_uidnumber: Union[Unset, int] = 5000
|
|
110
114
|
initial_usergroup_number: Union[Unset, int] = 6000
|
|
@@ -187,6 +191,10 @@ class MergedPluginOptionsRequest:
|
|
|
187
191
|
|
|
188
192
|
homedir_prefix = self.homedir_prefix
|
|
189
193
|
|
|
194
|
+
scratch_project_directory = self.scratch_project_directory
|
|
195
|
+
|
|
196
|
+
project_permanent_directory = self.project_permanent_directory
|
|
197
|
+
|
|
190
198
|
initial_primarygroup_number = self.initial_primarygroup_number
|
|
191
199
|
|
|
192
200
|
initial_uidnumber = self.initial_uidnumber
|
|
@@ -302,6 +310,10 @@ class MergedPluginOptionsRequest:
|
|
|
302
310
|
field_dict["heappe_username"] = heappe_username
|
|
303
311
|
if homedir_prefix is not UNSET:
|
|
304
312
|
field_dict["homedir_prefix"] = homedir_prefix
|
|
313
|
+
if scratch_project_directory is not UNSET:
|
|
314
|
+
field_dict["scratch_project_directory"] = scratch_project_directory
|
|
315
|
+
if project_permanent_directory is not UNSET:
|
|
316
|
+
field_dict["project_permanent_directory"] = project_permanent_directory
|
|
305
317
|
if initial_primarygroup_number is not UNSET:
|
|
306
318
|
field_dict["initial_primarygroup_number"] = initial_primarygroup_number
|
|
307
319
|
if initial_uidnumber is not UNSET:
|
|
@@ -428,6 +440,10 @@ class MergedPluginOptionsRequest:
|
|
|
428
440
|
|
|
429
441
|
homedir_prefix = d.pop("homedir_prefix", UNSET)
|
|
430
442
|
|
|
443
|
+
scratch_project_directory = d.pop("scratch_project_directory", UNSET)
|
|
444
|
+
|
|
445
|
+
project_permanent_directory = d.pop("project_permanent_directory", UNSET)
|
|
446
|
+
|
|
431
447
|
initial_primarygroup_number = d.pop("initial_primarygroup_number", UNSET)
|
|
432
448
|
|
|
433
449
|
initial_uidnumber = d.pop("initial_uidnumber", UNSET)
|
|
@@ -538,6 +554,8 @@ class MergedPluginOptionsRequest:
|
|
|
538
554
|
heappe_url=heappe_url,
|
|
539
555
|
heappe_username=heappe_username,
|
|
540
556
|
homedir_prefix=homedir_prefix,
|
|
557
|
+
scratch_project_directory=scratch_project_directory,
|
|
558
|
+
project_permanent_directory=project_permanent_directory,
|
|
541
559
|
initial_primarygroup_number=initial_primarygroup_number,
|
|
542
560
|
initial_uidnumber=initial_uidnumber,
|
|
543
561
|
initial_usergroup_number=initial_usergroup_number,
|
|
@@ -10,7 +10,7 @@ from dateutil.parser import isoparse
|
|
|
10
10
|
from ..models.allocation_time_enum import AllocationTimeEnum
|
|
11
11
|
from ..models.deciding_entity_enum import DecidingEntityEnum
|
|
12
12
|
from ..models.review_strategy_enum import ReviewStrategyEnum
|
|
13
|
-
from ..models.
|
|
13
|
+
from ..models.round_status import RoundStatus
|
|
14
14
|
from ..types import UNSET, Unset
|
|
15
15
|
|
|
16
16
|
T = TypeVar("T", bound="NestedRound")
|
|
@@ -25,7 +25,7 @@ class NestedRound:
|
|
|
25
25
|
name (Union[Unset, str]):
|
|
26
26
|
start_time (Union[Unset, datetime.datetime]):
|
|
27
27
|
cutoff_time (Union[Unset, datetime.datetime]):
|
|
28
|
-
status (Union[Unset,
|
|
28
|
+
status (Union[Unset, RoundStatus]):
|
|
29
29
|
review_strategy (Union[Unset, ReviewStrategyEnum]):
|
|
30
30
|
deciding_entity (Union[Unset, DecidingEntityEnum]):
|
|
31
31
|
allocation_time (Union[Unset, AllocationTimeEnum]):
|
|
@@ -40,7 +40,7 @@ class NestedRound:
|
|
|
40
40
|
name: Union[Unset, str] = UNSET
|
|
41
41
|
start_time: Union[Unset, datetime.datetime] = UNSET
|
|
42
42
|
cutoff_time: Union[Unset, datetime.datetime] = UNSET
|
|
43
|
-
status: Union[Unset,
|
|
43
|
+
status: Union[Unset, RoundStatus] = UNSET
|
|
44
44
|
review_strategy: Union[Unset, ReviewStrategyEnum] = UNSET
|
|
45
45
|
deciding_entity: Union[Unset, DecidingEntityEnum] = UNSET
|
|
46
46
|
allocation_time: Union[Unset, AllocationTimeEnum] = UNSET
|
|
@@ -170,11 +170,11 @@ class NestedRound:
|
|
|
170
170
|
cutoff_time = isoparse(_cutoff_time)
|
|
171
171
|
|
|
172
172
|
_status = d.pop("status", UNSET)
|
|
173
|
-
status: Union[Unset,
|
|
173
|
+
status: Union[Unset, RoundStatus]
|
|
174
174
|
if isinstance(_status, Unset):
|
|
175
175
|
status = UNSET
|
|
176
176
|
else:
|
|
177
|
-
status =
|
|
177
|
+
status = RoundStatus(_status)
|
|
178
178
|
|
|
179
179
|
_review_strategy = d.pop("review_strategy", UNSET)
|
|
180
180
|
review_strategy: Union[Unset, ReviewStrategyEnum]
|