waldur-api-client 7.7.5__py3-none-any.whl → 7.7.7__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 +34 -11
- waldur_api_client/api/booking_resources/booking_resources_list.py +34 -11
- waldur_api_client/api/customers/customers_project_metadata_compliance_details_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_overview_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_projects_list.py +187 -0
- waldur_api_client/api/customers/customers_project_metadata_question_answers_list.py +187 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +34 -11
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +34 -11
- waldur_api_client/api/marketplace_offering_terms_of_service/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_count.py +274 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_create.py +152 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_destroy.py +89 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_list.py +277 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_partial_update.py +164 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_retrieve.py +142 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_update.py +164 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +34 -11
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_review_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_review_status_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_status_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_submit_answers.py +179 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +19 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py +19 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +34 -11
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +34 -11
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py +23 -0
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_retrieve.py +30 -1
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +34 -11
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +34 -11
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py +276 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_compliance_overview.py +189 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_offering_users_compliance.py +222 -0
- waldur_api_client/api/marketplace_user_offering_consents/__init__.py +1 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_count.py +307 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_create.py +152 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_destroy.py +89 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_list.py +310 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_partial_update.py +164 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_retrieve.py +142 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_revoke.py +146 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_update.py +164 -0
- waldur_api_client/api/public_maintenance_announcements/__init__.py +1 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_count.py +325 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_list.py +328 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_retrieve.py +144 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_order_status_retrieve.py +145 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_status_retrieve.py +147 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_team_status_list.py +188 -0
- waldur_api_client/models/__init__.py +118 -4
- waldur_api_client/models/admin_announcement.py +109 -1
- waldur_api_client/models/admin_announcement_maintenance_affected_offerings_item.py +103 -0
- waldur_api_client/models/admin_announcements_list_field_item.py +8 -0
- waldur_api_client/models/admin_announcements_retrieve_field_item.py +8 -0
- waldur_api_client/models/azure_sql_server_create_order_attributes.py +83 -0
- waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +99 -0
- waldur_api_client/models/basic_user.py +30 -21
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -2
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/booking_resource.py +10 -9
- waldur_api_client/models/booking_resources_list_field_item.py +1 -1
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/checklist_info.py +76 -0
- waldur_api_client/models/compliance_overview.py +91 -0
- waldur_api_client/models/create_router.py +1 -1
- waldur_api_client/models/create_router_request.py +1 -1
- waldur_api_client/models/customer.py +51 -0
- waldur_api_client/models/customers_list_field_item.py +2 -0
- waldur_api_client/models/customers_retrieve_field_item.py +2 -0
- waldur_api_client/models/fingerprint.py +19 -17
- waldur_api_client/models/generic_order_attributes.py +69 -0
- waldur_api_client/models/google_auth_authorize_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_auth_list_field_item.py +1 -0
- waldur_api_client/models/google_auth_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_credentials.py +9 -0
- waldur_api_client/models/group_invitation.py +24 -0
- waldur_api_client/models/group_invitation_request.py +10 -0
- waldur_api_client/models/instance_flavor_change_request.py +1 -1
- waldur_api_client/models/maintenance_announcement.py +8 -0
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +144 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py +13 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -2
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +145 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_robot_accounts_list_field_item.py +32 -0
- waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py +32 -0
- waldur_api_client/models/marketplace_service_providers_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py +15 -0
- waldur_api_client/models/offering.py +9 -18
- waldur_api_client/models/offering_create.py +8 -18
- waldur_api_client/models/offering_create_request.py +0 -18
- waldur_api_client/models/offering_overview_update_request.py +0 -18
- waldur_api_client/models/offering_terms_of_service.py +142 -0
- waldur_api_client/models/offering_terms_of_service_create.py +107 -0
- waldur_api_client/models/offering_terms_of_service_create_request.py +107 -0
- waldur_api_client/models/offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/open_stack_backend_instance.py +2 -2
- waldur_api_client/models/open_stack_backend_volumes.py +3 -3
- waldur_api_client/models/open_stack_backup.py +1 -1
- waldur_api_client/models/open_stack_backup_restoration.py +8 -5
- waldur_api_client/models/open_stack_backup_restoration_request.py +28 -3
- waldur_api_client/models/open_stack_fixed_ip.py +2 -2
- waldur_api_client/models/open_stack_fixed_ip_request.py +2 -2
- waldur_api_client/models/open_stack_floating_ip.py +5 -4
- waldur_api_client/models/open_stack_instance.py +17 -15
- waldur_api_client/models/open_stack_instance_allowed_address_pairs_update_request.py +3 -2
- waldur_api_client/models/open_stack_instance_availability_zone.py +1 -1
- waldur_api_client/models/open_stack_instance_create_order_attributes.py +283 -0
- waldur_api_client/models/open_stack_instance_request.py +4 -3
- waldur_api_client/models/open_stack_instance_security_groups_update_request.py +1 -1
- waldur_api_client/models/open_stack_nested_floating_ip.py +3 -3
- waldur_api_client/models/open_stack_nested_instance.py +1 -1
- waldur_api_client/models/open_stack_nested_port.py +5 -5
- waldur_api_client/models/open_stack_nested_port_request.py +1 -1
- waldur_api_client/models/open_stack_nested_security_group.py +16 -16
- waldur_api_client/models/open_stack_nested_security_group_request.py +59 -0
- waldur_api_client/models/{nested_security_group_rule_request.py → open_stack_nested_security_group_rules_item.py} +73 -63
- waldur_api_client/models/open_stack_nested_sub_net.py +4 -4
- waldur_api_client/models/open_stack_nested_sub_net_request.py +4 -4
- waldur_api_client/models/open_stack_nested_volume.py +3 -3
- waldur_api_client/models/open_stack_nested_volume_request.py +3 -3
- waldur_api_client/models/open_stack_network.py +23 -3
- waldur_api_client/models/open_stack_port.py +10 -9
- waldur_api_client/models/open_stack_port_ip_update_request.py +2 -2
- waldur_api_client/models/open_stack_port_request.py +3 -3
- waldur_api_client/models/open_stack_router.py +2 -2
- waldur_api_client/models/open_stack_router_interface_request.py +4 -2
- waldur_api_client/models/open_stack_security_group_rule_create.py +6 -5
- waldur_api_client/models/open_stack_security_group_rule_create_request.py +6 -5
- waldur_api_client/models/open_stack_security_group_rule_update_request.py +10 -9
- waldur_api_client/models/open_stack_server_group.py +2 -1
- waldur_api_client/models/open_stack_server_group_request.py +2 -1
- waldur_api_client/models/open_stack_snapshot.py +2 -2
- waldur_api_client/models/open_stack_snapshot_restoration.py +1 -1
- waldur_api_client/models/open_stack_sub_net.py +5 -5
- waldur_api_client/models/open_stack_sub_net_request.py +2 -2
- waldur_api_client/models/open_stack_tenant.py +41 -3
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +130 -0
- waldur_api_client/models/open_stack_volume.py +9 -9
- waldur_api_client/models/open_stack_volume_create_order_attributes.py +155 -0
- waldur_api_client/models/open_stack_volume_request.py +1 -1
- waldur_api_client/models/openstack_networks_list_field_item.py +1 -0
- waldur_api_client/models/openstack_networks_retrieve_field_item.py +1 -0
- waldur_api_client/models/openstack_tenants_list_field_item.py +3 -0
- waldur_api_client/models/openstack_tenants_retrieve_field_item.py +3 -0
- waldur_api_client/models/order_create.py +0 -8
- waldur_api_client/models/order_create_request.py +181 -4
- waldur_api_client/models/order_details.py +0 -9
- waldur_api_client/models/patched_offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/patched_open_stack_instance_request.py +4 -3
- waldur_api_client/models/patched_open_stack_server_group_request.py +2 -1
- waldur_api_client/models/patched_open_stack_sub_net_request.py +2 -2
- waldur_api_client/models/patched_open_stack_volume_request.py +1 -1
- waldur_api_client/models/patched_user_offering_consent_request.py +59 -0
- waldur_api_client/models/permission_project.py +147 -0
- waldur_api_client/models/permission_request.py +2 -2
- waldur_api_client/models/project_answer.py +122 -0
- waldur_api_client/models/project_detail.py +133 -0
- waldur_api_client/models/project_details_response.py +115 -0
- waldur_api_client/models/provider_offering_details.py +9 -18
- waldur_api_client/models/provider_offering_details_request.py +0 -18
- waldur_api_client/models/public_maintenance_announcement.py +217 -0
- waldur_api_client/models/public_maintenance_announcement_state_enum.py +10 -0
- waldur_api_client/models/public_maintenance_announcements_count_o_item.py +15 -0
- waldur_api_client/models/public_maintenance_announcements_count_state_item.py +12 -0
- waldur_api_client/models/public_maintenance_announcements_list_o_item.py +15 -0
- waldur_api_client/models/public_maintenance_announcements_list_state_item.py +12 -0
- waldur_api_client/models/public_offering_details.py +9 -18
- waldur_api_client/models/question_answer.py +176 -0
- waldur_api_client/models/question_answer_project_answers_item.py +44 -0
- waldur_api_client/models/question_answer_question_options_item.py +44 -0
- waldur_api_client/models/rancher_cluster_security_group_rule.py +5 -4
- waldur_api_client/models/rancher_cluster_security_group_rule_request.py +5 -4
- waldur_api_client/models/remote_project_update_request.py +2 -2
- waldur_api_client/models/remote_resource_order.py +88 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +15 -0
- waldur_api_client/models/remote_resource_sync_status.py +123 -0
- waldur_api_client/models/remote_resource_sync_status_remote_state_enum.py +13 -0
- waldur_api_client/models/remote_resource_team_member.py +85 -0
- waldur_api_client/models/resource.py +10 -9
- waldur_api_client/models/robot_account_details.py +226 -144
- waldur_api_client/models/service_provider.py +9 -0
- waldur_api_client/models/service_provider_compliance_overview.py +122 -0
- waldur_api_client/models/service_provider_offering_user_compliance.py +179 -0
- waldur_api_client/models/service_provider_offering_user_compliance_state_enum.py +17 -0
- waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +75 -0
- waldur_api_client/models/sync_status_enum.py +10 -0
- waldur_api_client/models/user_offering_consent.py +202 -0
- waldur_api_client/models/user_offering_consent_create.py +60 -0
- waldur_api_client/models/user_offering_consent_create_request.py +60 -0
- waldur_api_client/models/user_offering_consent_request.py +59 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py +228 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_1.py +155 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_2_type_1.py +155 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1.py +155 -0
- waldur_api_client/models/volume_attach_request.py +1 -1
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/RECORD +228 -138
- waldur_api_client/models/nested_security_group_rule.py +0 -222
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/WHEEL +0 -0
|
@@ -24,6 +24,7 @@ class GoogleCredentials:
|
|
|
24
24
|
uuid (Union[Unset, UUID]):
|
|
25
25
|
created (Union[Unset, datetime.datetime]):
|
|
26
26
|
description (Union[Unset, str]):
|
|
27
|
+
enable_notifications (Union[Unset, bool]):
|
|
27
28
|
customer (Union[Unset, str]):
|
|
28
29
|
customer_name (Union[Unset, str]):
|
|
29
30
|
customer_uuid (Union[Unset, UUID]):
|
|
@@ -44,6 +45,7 @@ class GoogleCredentials:
|
|
|
44
45
|
uuid: Union[Unset, UUID] = UNSET
|
|
45
46
|
created: Union[Unset, datetime.datetime] = UNSET
|
|
46
47
|
description: Union[Unset, str] = UNSET
|
|
48
|
+
enable_notifications: Union[Unset, bool] = UNSET
|
|
47
49
|
customer: Union[Unset, str] = UNSET
|
|
48
50
|
customer_name: Union[Unset, str] = UNSET
|
|
49
51
|
customer_uuid: Union[Unset, UUID] = UNSET
|
|
@@ -73,6 +75,8 @@ class GoogleCredentials:
|
|
|
73
75
|
|
|
74
76
|
description = self.description
|
|
75
77
|
|
|
78
|
+
enable_notifications = self.enable_notifications
|
|
79
|
+
|
|
76
80
|
customer = self.customer
|
|
77
81
|
|
|
78
82
|
customer_name = self.customer_name
|
|
@@ -123,6 +127,8 @@ class GoogleCredentials:
|
|
|
123
127
|
field_dict["created"] = created
|
|
124
128
|
if description is not UNSET:
|
|
125
129
|
field_dict["description"] = description
|
|
130
|
+
if enable_notifications is not UNSET:
|
|
131
|
+
field_dict["enable_notifications"] = enable_notifications
|
|
126
132
|
if customer is not UNSET:
|
|
127
133
|
field_dict["customer"] = customer
|
|
128
134
|
if customer_name is not UNSET:
|
|
@@ -177,6 +183,8 @@ class GoogleCredentials:
|
|
|
177
183
|
|
|
178
184
|
description = d.pop("description", UNSET)
|
|
179
185
|
|
|
186
|
+
enable_notifications = d.pop("enable_notifications", UNSET)
|
|
187
|
+
|
|
180
188
|
customer = d.pop("customer", UNSET)
|
|
181
189
|
|
|
182
190
|
customer_name = d.pop("customer_name", UNSET)
|
|
@@ -227,6 +235,7 @@ class GoogleCredentials:
|
|
|
227
235
|
uuid=uuid,
|
|
228
236
|
created=created,
|
|
229
237
|
description=description,
|
|
238
|
+
enable_notifications=enable_notifications,
|
|
230
239
|
customer=customer,
|
|
231
240
|
customer_name=customer_name,
|
|
232
241
|
customer_uuid=customer_uuid,
|
|
@@ -31,6 +31,9 @@ class GroupInvitation:
|
|
|
31
31
|
created (datetime.datetime):
|
|
32
32
|
expires (datetime.datetime):
|
|
33
33
|
is_active (bool):
|
|
34
|
+
scope_image (Union[None, str]):
|
|
35
|
+
is_public (Union[Unset, bool]): Allow non-authenticated users to see and accept this invitation. Only staff can
|
|
36
|
+
create public invitations.
|
|
34
37
|
auto_create_project (Union[Unset, bool]): Create project and grant project permissions instead of customer
|
|
35
38
|
permissions
|
|
36
39
|
project_name_template (Union[None, Unset, str]): Template for project name. Supports {username}, {email},
|
|
@@ -55,6 +58,8 @@ class GroupInvitation:
|
|
|
55
58
|
created: datetime.datetime
|
|
56
59
|
expires: datetime.datetime
|
|
57
60
|
is_active: bool
|
|
61
|
+
scope_image: Union[None, str]
|
|
62
|
+
is_public: Union[Unset, bool] = UNSET
|
|
58
63
|
auto_create_project: Union[Unset, bool] = UNSET
|
|
59
64
|
project_name_template: Union[None, Unset, str] = UNSET
|
|
60
65
|
project_role: Union[None, UUID, Unset] = UNSET
|
|
@@ -94,6 +99,11 @@ class GroupInvitation:
|
|
|
94
99
|
|
|
95
100
|
is_active = self.is_active
|
|
96
101
|
|
|
102
|
+
scope_image: Union[None, str]
|
|
103
|
+
scope_image = self.scope_image
|
|
104
|
+
|
|
105
|
+
is_public = self.is_public
|
|
106
|
+
|
|
97
107
|
auto_create_project = self.auto_create_project
|
|
98
108
|
|
|
99
109
|
project_name_template: Union[None, Unset, str]
|
|
@@ -133,8 +143,11 @@ class GroupInvitation:
|
|
|
133
143
|
"created": created,
|
|
134
144
|
"expires": expires,
|
|
135
145
|
"is_active": is_active,
|
|
146
|
+
"scope_image": scope_image,
|
|
136
147
|
}
|
|
137
148
|
)
|
|
149
|
+
if is_public is not UNSET:
|
|
150
|
+
field_dict["is_public"] = is_public
|
|
138
151
|
if auto_create_project is not UNSET:
|
|
139
152
|
field_dict["auto_create_project"] = auto_create_project
|
|
140
153
|
if project_name_template is not UNSET:
|
|
@@ -186,6 +199,15 @@ class GroupInvitation:
|
|
|
186
199
|
|
|
187
200
|
is_active = d.pop("is_active")
|
|
188
201
|
|
|
202
|
+
def _parse_scope_image(data: object) -> Union[None, str]:
|
|
203
|
+
if data is None:
|
|
204
|
+
return data
|
|
205
|
+
return cast(Union[None, str], data)
|
|
206
|
+
|
|
207
|
+
scope_image = _parse_scope_image(d.pop("scope_image"))
|
|
208
|
+
|
|
209
|
+
is_public = d.pop("is_public", UNSET)
|
|
210
|
+
|
|
189
211
|
auto_create_project = d.pop("auto_create_project", UNSET)
|
|
190
212
|
|
|
191
213
|
def _parse_project_name_template(data: object) -> Union[None, Unset, str]:
|
|
@@ -234,6 +256,8 @@ class GroupInvitation:
|
|
|
234
256
|
created=created,
|
|
235
257
|
expires=expires,
|
|
236
258
|
is_active=is_active,
|
|
259
|
+
scope_image=scope_image,
|
|
260
|
+
is_public=is_public,
|
|
237
261
|
auto_create_project=auto_create_project,
|
|
238
262
|
project_name_template=project_name_template,
|
|
239
263
|
project_role=project_role,
|
|
@@ -16,6 +16,8 @@ class GroupInvitationRequest:
|
|
|
16
16
|
Attributes:
|
|
17
17
|
role (UUID):
|
|
18
18
|
scope (str):
|
|
19
|
+
is_public (Union[Unset, bool]): Allow non-authenticated users to see and accept this invitation. Only staff can
|
|
20
|
+
create public invitations.
|
|
19
21
|
auto_create_project (Union[Unset, bool]): Create project and grant project permissions instead of customer
|
|
20
22
|
permissions
|
|
21
23
|
project_name_template (Union[None, Unset, str]): Template for project name. Supports {username}, {email},
|
|
@@ -27,6 +29,7 @@ class GroupInvitationRequest:
|
|
|
27
29
|
|
|
28
30
|
role: UUID
|
|
29
31
|
scope: str
|
|
32
|
+
is_public: Union[Unset, bool] = UNSET
|
|
30
33
|
auto_create_project: Union[Unset, bool] = UNSET
|
|
31
34
|
project_name_template: Union[None, Unset, str] = UNSET
|
|
32
35
|
project_role: Union[None, UUID, Unset] = UNSET
|
|
@@ -39,6 +42,8 @@ class GroupInvitationRequest:
|
|
|
39
42
|
|
|
40
43
|
scope = self.scope
|
|
41
44
|
|
|
45
|
+
is_public = self.is_public
|
|
46
|
+
|
|
42
47
|
auto_create_project = self.auto_create_project
|
|
43
48
|
|
|
44
49
|
project_name_template: Union[None, Unset, str]
|
|
@@ -67,6 +72,8 @@ class GroupInvitationRequest:
|
|
|
67
72
|
"scope": scope,
|
|
68
73
|
}
|
|
69
74
|
)
|
|
75
|
+
if is_public is not UNSET:
|
|
76
|
+
field_dict["is_public"] = is_public
|
|
70
77
|
if auto_create_project is not UNSET:
|
|
71
78
|
field_dict["auto_create_project"] = auto_create_project
|
|
72
79
|
if project_name_template is not UNSET:
|
|
@@ -87,6 +94,8 @@ class GroupInvitationRequest:
|
|
|
87
94
|
|
|
88
95
|
scope = d.pop("scope")
|
|
89
96
|
|
|
97
|
+
is_public = d.pop("is_public", UNSET)
|
|
98
|
+
|
|
90
99
|
auto_create_project = d.pop("auto_create_project", UNSET)
|
|
91
100
|
|
|
92
101
|
def _parse_project_name_template(data: object) -> Union[None, Unset, str]:
|
|
@@ -122,6 +131,7 @@ class GroupInvitationRequest:
|
|
|
122
131
|
group_invitation_request = cls(
|
|
123
132
|
role=role,
|
|
124
133
|
scope=scope,
|
|
134
|
+
is_public=is_public,
|
|
125
135
|
auto_create_project=auto_create_project,
|
|
126
136
|
project_name_template=project_name_template,
|
|
127
137
|
project_role=project_role,
|
|
@@ -11,7 +11,7 @@ T = TypeVar("T", bound="InstanceFlavorChangeRequest")
|
|
|
11
11
|
class InstanceFlavorChangeRequest:
|
|
12
12
|
"""
|
|
13
13
|
Attributes:
|
|
14
|
-
flavor (str):
|
|
14
|
+
flavor (str): The new flavor to use for the instance. Flavor change can only be done when instance is stopped.
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
flavor: str
|
|
@@ -34,6 +34,7 @@ class MaintenanceAnnouncement:
|
|
|
34
34
|
created_by (Union[None, str]):
|
|
35
35
|
affected_offerings (list['MaintenanceAnnouncementOffering']):
|
|
36
36
|
service_provider_name (str):
|
|
37
|
+
backend_id (str):
|
|
37
38
|
message (Union[Unset, str]):
|
|
38
39
|
maintenance_type (Union[Unset, MaintenanceTypeEnum]):
|
|
39
40
|
external_reference_url (Union[Unset, str]): Optional reference to an external maintenance tracker
|
|
@@ -51,6 +52,7 @@ class MaintenanceAnnouncement:
|
|
|
51
52
|
created_by: Union[None, str]
|
|
52
53
|
affected_offerings: list["MaintenanceAnnouncementOffering"]
|
|
53
54
|
service_provider_name: str
|
|
55
|
+
backend_id: str
|
|
54
56
|
message: Union[Unset, str] = UNSET
|
|
55
57
|
maintenance_type: Union[Unset, MaintenanceTypeEnum] = UNSET
|
|
56
58
|
external_reference_url: Union[Unset, str] = UNSET
|
|
@@ -93,6 +95,8 @@ class MaintenanceAnnouncement:
|
|
|
93
95
|
|
|
94
96
|
service_provider_name = self.service_provider_name
|
|
95
97
|
|
|
98
|
+
backend_id = self.backend_id
|
|
99
|
+
|
|
96
100
|
message = self.message
|
|
97
101
|
|
|
98
102
|
maintenance_type: Union[Unset, int] = UNSET
|
|
@@ -117,6 +121,7 @@ class MaintenanceAnnouncement:
|
|
|
117
121
|
"created_by": created_by,
|
|
118
122
|
"affected_offerings": affected_offerings,
|
|
119
123
|
"service_provider_name": service_provider_name,
|
|
124
|
+
"backend_id": backend_id,
|
|
120
125
|
}
|
|
121
126
|
)
|
|
122
127
|
if message is not UNSET:
|
|
@@ -193,6 +198,8 @@ class MaintenanceAnnouncement:
|
|
|
193
198
|
|
|
194
199
|
service_provider_name = d.pop("service_provider_name")
|
|
195
200
|
|
|
201
|
+
backend_id = d.pop("backend_id")
|
|
202
|
+
|
|
196
203
|
message = d.pop("message", UNSET)
|
|
197
204
|
|
|
198
205
|
_maintenance_type = d.pop("maintenance_type", UNSET)
|
|
@@ -217,6 +224,7 @@ class MaintenanceAnnouncement:
|
|
|
217
224
|
created_by=created_by,
|
|
218
225
|
affected_offerings=affected_offerings,
|
|
219
226
|
service_provider_name=service_provider_name,
|
|
227
|
+
backend_id=backend_id,
|
|
220
228
|
message=message,
|
|
221
229
|
maintenance_type=maintenance_type,
|
|
222
230
|
external_reference_url=external_reference_url,
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
from attrs import define as _attrs_define
|
|
6
|
+
from attrs import field as _attrs_field
|
|
7
|
+
|
|
8
|
+
from ..types import UNSET, Unset
|
|
9
|
+
|
|
10
|
+
T = TypeVar("T", bound="MarketplaceManagedRancherCreateOrderAttributes")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@_attrs_define
|
|
14
|
+
class MarketplaceManagedRancherCreateOrderAttributes:
|
|
15
|
+
"""
|
|
16
|
+
Attributes:
|
|
17
|
+
name (str): Unique identifier for the cluster
|
|
18
|
+
worker_nodes_count (int):
|
|
19
|
+
worker_nodes_flavor_name (str):
|
|
20
|
+
worker_nodes_data_volume_size (int): Data volume size for worker nodes in MB (consistent with OpenStack)
|
|
21
|
+
worker_nodes_data_volume_type_name (Union[Unset, str]):
|
|
22
|
+
openstack_offering_uuid_list (Union[Unset, list[UUID]]): List of UUID of OpenStack offerings where tenant can be
|
|
23
|
+
created
|
|
24
|
+
install_longhorn (Union[Unset, bool]): Longhorn is a distributed block storage deployed on top of Kubernetes
|
|
25
|
+
cluster Default: False.
|
|
26
|
+
worker_nodes_longhorn_volume_size (Union[Unset, int]): Longhorn storage volume size for worker nodes in MB
|
|
27
|
+
(consistent with OpenStack)
|
|
28
|
+
worker_nodes_longhorn_volume_type_name (Union[Unset, str]):
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
name: str
|
|
32
|
+
worker_nodes_count: int
|
|
33
|
+
worker_nodes_flavor_name: str
|
|
34
|
+
worker_nodes_data_volume_size: int
|
|
35
|
+
worker_nodes_data_volume_type_name: Union[Unset, str] = UNSET
|
|
36
|
+
openstack_offering_uuid_list: Union[Unset, list[UUID]] = UNSET
|
|
37
|
+
install_longhorn: Union[Unset, bool] = False
|
|
38
|
+
worker_nodes_longhorn_volume_size: Union[Unset, int] = UNSET
|
|
39
|
+
worker_nodes_longhorn_volume_type_name: Union[Unset, str] = UNSET
|
|
40
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
41
|
+
|
|
42
|
+
def to_dict(self) -> dict[str, Any]:
|
|
43
|
+
name = self.name
|
|
44
|
+
|
|
45
|
+
worker_nodes_count = self.worker_nodes_count
|
|
46
|
+
|
|
47
|
+
worker_nodes_flavor_name = self.worker_nodes_flavor_name
|
|
48
|
+
|
|
49
|
+
worker_nodes_data_volume_size = self.worker_nodes_data_volume_size
|
|
50
|
+
|
|
51
|
+
worker_nodes_data_volume_type_name = self.worker_nodes_data_volume_type_name
|
|
52
|
+
|
|
53
|
+
openstack_offering_uuid_list: Union[Unset, list[str]] = UNSET
|
|
54
|
+
if not isinstance(self.openstack_offering_uuid_list, Unset):
|
|
55
|
+
openstack_offering_uuid_list = []
|
|
56
|
+
for openstack_offering_uuid_list_item_data in self.openstack_offering_uuid_list:
|
|
57
|
+
openstack_offering_uuid_list_item = str(openstack_offering_uuid_list_item_data)
|
|
58
|
+
openstack_offering_uuid_list.append(openstack_offering_uuid_list_item)
|
|
59
|
+
|
|
60
|
+
install_longhorn = self.install_longhorn
|
|
61
|
+
|
|
62
|
+
worker_nodes_longhorn_volume_size = self.worker_nodes_longhorn_volume_size
|
|
63
|
+
|
|
64
|
+
worker_nodes_longhorn_volume_type_name = self.worker_nodes_longhorn_volume_type_name
|
|
65
|
+
|
|
66
|
+
field_dict: dict[str, Any] = {}
|
|
67
|
+
field_dict.update(self.additional_properties)
|
|
68
|
+
field_dict.update(
|
|
69
|
+
{
|
|
70
|
+
"name": name,
|
|
71
|
+
"worker_nodes_count": worker_nodes_count,
|
|
72
|
+
"worker_nodes_flavor_name": worker_nodes_flavor_name,
|
|
73
|
+
"worker_nodes_data_volume_size": worker_nodes_data_volume_size,
|
|
74
|
+
}
|
|
75
|
+
)
|
|
76
|
+
if worker_nodes_data_volume_type_name is not UNSET:
|
|
77
|
+
field_dict["worker_nodes_data_volume_type_name"] = worker_nodes_data_volume_type_name
|
|
78
|
+
if openstack_offering_uuid_list is not UNSET:
|
|
79
|
+
field_dict["openstack_offering_uuid_list"] = openstack_offering_uuid_list
|
|
80
|
+
if install_longhorn is not UNSET:
|
|
81
|
+
field_dict["install_longhorn"] = install_longhorn
|
|
82
|
+
if worker_nodes_longhorn_volume_size is not UNSET:
|
|
83
|
+
field_dict["worker_nodes_longhorn_volume_size"] = worker_nodes_longhorn_volume_size
|
|
84
|
+
if worker_nodes_longhorn_volume_type_name is not UNSET:
|
|
85
|
+
field_dict["worker_nodes_longhorn_volume_type_name"] = worker_nodes_longhorn_volume_type_name
|
|
86
|
+
|
|
87
|
+
return field_dict
|
|
88
|
+
|
|
89
|
+
@classmethod
|
|
90
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
91
|
+
d = dict(src_dict)
|
|
92
|
+
name = d.pop("name")
|
|
93
|
+
|
|
94
|
+
worker_nodes_count = d.pop("worker_nodes_count")
|
|
95
|
+
|
|
96
|
+
worker_nodes_flavor_name = d.pop("worker_nodes_flavor_name")
|
|
97
|
+
|
|
98
|
+
worker_nodes_data_volume_size = d.pop("worker_nodes_data_volume_size")
|
|
99
|
+
|
|
100
|
+
worker_nodes_data_volume_type_name = d.pop("worker_nodes_data_volume_type_name", UNSET)
|
|
101
|
+
|
|
102
|
+
openstack_offering_uuid_list = []
|
|
103
|
+
_openstack_offering_uuid_list = d.pop("openstack_offering_uuid_list", UNSET)
|
|
104
|
+
for openstack_offering_uuid_list_item_data in _openstack_offering_uuid_list or []:
|
|
105
|
+
openstack_offering_uuid_list_item = UUID(openstack_offering_uuid_list_item_data)
|
|
106
|
+
|
|
107
|
+
openstack_offering_uuid_list.append(openstack_offering_uuid_list_item)
|
|
108
|
+
|
|
109
|
+
install_longhorn = d.pop("install_longhorn", UNSET)
|
|
110
|
+
|
|
111
|
+
worker_nodes_longhorn_volume_size = d.pop("worker_nodes_longhorn_volume_size", UNSET)
|
|
112
|
+
|
|
113
|
+
worker_nodes_longhorn_volume_type_name = d.pop("worker_nodes_longhorn_volume_type_name", UNSET)
|
|
114
|
+
|
|
115
|
+
marketplace_managed_rancher_create_order_attributes = cls(
|
|
116
|
+
name=name,
|
|
117
|
+
worker_nodes_count=worker_nodes_count,
|
|
118
|
+
worker_nodes_flavor_name=worker_nodes_flavor_name,
|
|
119
|
+
worker_nodes_data_volume_size=worker_nodes_data_volume_size,
|
|
120
|
+
worker_nodes_data_volume_type_name=worker_nodes_data_volume_type_name,
|
|
121
|
+
openstack_offering_uuid_list=openstack_offering_uuid_list,
|
|
122
|
+
install_longhorn=install_longhorn,
|
|
123
|
+
worker_nodes_longhorn_volume_size=worker_nodes_longhorn_volume_size,
|
|
124
|
+
worker_nodes_longhorn_volume_type_name=worker_nodes_longhorn_volume_type_name,
|
|
125
|
+
)
|
|
126
|
+
|
|
127
|
+
marketplace_managed_rancher_create_order_attributes.additional_properties = d
|
|
128
|
+
return marketplace_managed_rancher_create_order_attributes
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
def additional_keys(self) -> list[str]:
|
|
132
|
+
return list(self.additional_properties.keys())
|
|
133
|
+
|
|
134
|
+
def __getitem__(self, key: str) -> Any:
|
|
135
|
+
return self.additional_properties[key]
|
|
136
|
+
|
|
137
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
138
|
+
self.additional_properties[key] = value
|
|
139
|
+
|
|
140
|
+
def __delitem__(self, key: str) -> None:
|
|
141
|
+
del self.additional_properties[key]
|
|
142
|
+
|
|
143
|
+
def __contains__(self, key: str) -> bool:
|
|
144
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceOfferingTermsOfServiceCountOItem(str, Enum):
|
|
5
|
+
CREATED = "created"
|
|
6
|
+
MODIFIED = "modified"
|
|
7
|
+
VALUE_0 = "-created"
|
|
8
|
+
VALUE_1 = "-modified"
|
|
9
|
+
VALUE_2 = "-version"
|
|
10
|
+
VERSION = "version"
|
|
11
|
+
|
|
12
|
+
def __str__(self) -> str:
|
|
13
|
+
return str(self.value)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceOfferingTermsOfServiceListOItem(str, Enum):
|
|
5
|
+
CREATED = "created"
|
|
6
|
+
MODIFIED = "modified"
|
|
7
|
+
VALUE_0 = "-created"
|
|
8
|
+
VALUE_1 = "-modified"
|
|
9
|
+
VALUE_2 = "-version"
|
|
10
|
+
VERSION = "version"
|
|
11
|
+
|
|
12
|
+
def __str__(self) -> str:
|
|
13
|
+
return str(self.value)
|
|
@@ -25,6 +25,7 @@ class MarketplaceOrdersListFieldItem(str, Enum):
|
|
|
25
25
|
CUSTOMER_SLUG = "customer_slug"
|
|
26
26
|
CUSTOMER_UUID = "customer_uuid"
|
|
27
27
|
ERROR_MESSAGE = "error_message"
|
|
28
|
+
ERROR_TRACEBACK = "error_traceback"
|
|
28
29
|
FIXED_PRICE = "fixed_price"
|
|
29
30
|
ISSUE = "issue"
|
|
30
31
|
LIMITS = "limits"
|
|
@@ -40,7 +41,6 @@ class MarketplaceOrdersListFieldItem(str, Enum):
|
|
|
40
41
|
OFFERING_NAME = "offering_name"
|
|
41
42
|
OFFERING_PLUGIN_OPTIONS = "offering_plugin_options"
|
|
42
43
|
OFFERING_SHARED = "offering_shared"
|
|
43
|
-
OFFERING_TERMS_OF_SERVICE = "offering_terms_of_service"
|
|
44
44
|
OFFERING_THUMBNAIL = "offering_thumbnail"
|
|
45
45
|
OFFERING_TYPE = "offering_type"
|
|
46
46
|
OFFERING_UUID = "offering_uuid"
|
|
@@ -25,6 +25,7 @@ class MarketplaceOrdersRetrieveFieldItem(str, Enum):
|
|
|
25
25
|
CUSTOMER_SLUG = "customer_slug"
|
|
26
26
|
CUSTOMER_UUID = "customer_uuid"
|
|
27
27
|
ERROR_MESSAGE = "error_message"
|
|
28
|
+
ERROR_TRACEBACK = "error_traceback"
|
|
28
29
|
FIXED_PRICE = "fixed_price"
|
|
29
30
|
ISSUE = "issue"
|
|
30
31
|
LIMITS = "limits"
|
|
@@ -40,7 +41,6 @@ class MarketplaceOrdersRetrieveFieldItem(str, Enum):
|
|
|
40
41
|
OFFERING_NAME = "offering_name"
|
|
41
42
|
OFFERING_PLUGIN_OPTIONS = "offering_plugin_options"
|
|
42
43
|
OFFERING_SHARED = "offering_shared"
|
|
43
|
-
OFFERING_TERMS_OF_SERVICE = "offering_terms_of_service"
|
|
44
44
|
OFFERING_THUMBNAIL = "offering_thumbnail"
|
|
45
45
|
OFFERING_TYPE = "offering_type"
|
|
46
46
|
OFFERING_UUID = "offering_uuid"
|
|
@@ -25,6 +25,7 @@ class MarketplaceProviderOfferingsListCustomerServiceAccountsRetrieveFieldItem(s
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
INTEGRATION_STATUS = "integration_status"
|
|
@@ -58,8 +59,6 @@ class MarketplaceProviderOfferingsListCustomerServiceAccountsRetrieveFieldItem(s
|
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
60
61
|
STATE = "state"
|
|
61
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
62
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
63
62
|
THUMBNAIL = "thumbnail"
|
|
64
63
|
TOTAL_COST = "total_cost"
|
|
65
64
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -25,6 +25,7 @@ class MarketplaceProviderOfferingsListFieldItem(str, Enum):
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
INTEGRATION_STATUS = "integration_status"
|
|
@@ -58,8 +59,6 @@ class MarketplaceProviderOfferingsListFieldItem(str, Enum):
|
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
60
61
|
STATE = "state"
|
|
61
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
62
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
63
62
|
THUMBNAIL = "thumbnail"
|
|
64
63
|
TOTAL_COST = "total_cost"
|
|
65
64
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -25,6 +25,7 @@ class MarketplaceProviderOfferingsListProjectServiceAccountsRetrieveFieldItem(st
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
INTEGRATION_STATUS = "integration_status"
|
|
@@ -58,8 +59,6 @@ class MarketplaceProviderOfferingsListProjectServiceAccountsRetrieveFieldItem(st
|
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
60
61
|
STATE = "state"
|
|
61
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
62
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
63
62
|
THUMBNAIL = "thumbnail"
|
|
64
63
|
TOTAL_COST = "total_cost"
|
|
65
64
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -25,6 +25,7 @@ class MarketplaceProviderOfferingsRetrieveFieldItem(str, Enum):
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
INTEGRATION_STATUS = "integration_status"
|
|
@@ -58,8 +59,6 @@ class MarketplaceProviderOfferingsRetrieveFieldItem(str, Enum):
|
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
60
61
|
STATE = "state"
|
|
61
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
62
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
63
62
|
THUMBNAIL = "thumbnail"
|
|
64
63
|
TOTAL_COST = "total_cost"
|
|
65
64
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -25,6 +25,7 @@ class MarketplaceProviderOfferingsStatsRetrieveFieldItem(str, Enum):
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
INTEGRATION_STATUS = "integration_status"
|
|
@@ -58,8 +59,6 @@ class MarketplaceProviderOfferingsStatsRetrieveFieldItem(str, Enum):
|
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
60
61
|
STATE = "state"
|
|
61
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
62
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
63
62
|
THUMBNAIL = "thumbnail"
|
|
64
63
|
TOTAL_COST = "total_cost"
|
|
65
64
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -25,6 +25,7 @@ class MarketplaceProviderOfferingsUserHasResourceAccessRetrieveFieldItem(str, En
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
INTEGRATION_STATUS = "integration_status"
|
|
@@ -58,8 +59,6 @@ class MarketplaceProviderOfferingsUserHasResourceAccessRetrieveFieldItem(str, En
|
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
60
61
|
STATE = "state"
|
|
61
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
62
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
63
62
|
THUMBNAIL = "thumbnail"
|
|
64
63
|
TOTAL_COST = "total_cost"
|
|
65
64
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -40,7 +40,6 @@ class MarketplaceProviderResourcesDetailsRetrieveFieldItem(str, Enum):
|
|
|
40
40
|
OFFERING_PLUGIN_OPTIONS = "offering_plugin_options"
|
|
41
41
|
OFFERING_SHARED = "offering_shared"
|
|
42
42
|
OFFERING_SLUG = "offering_slug"
|
|
43
|
-
OFFERING_TERMS_OF_SERVICE = "offering_terms_of_service"
|
|
44
43
|
OFFERING_THUMBNAIL = "offering_thumbnail"
|
|
45
44
|
OFFERING_TYPE = "offering_type"
|
|
46
45
|
OFFERING_UUID = "offering_uuid"
|
|
@@ -76,6 +75,7 @@ class MarketplaceProviderResourcesDetailsRetrieveFieldItem(str, Enum):
|
|
|
76
75
|
STATE = "state"
|
|
77
76
|
URL = "url"
|
|
78
77
|
USERNAME = "username"
|
|
78
|
+
USER_REQUIRES_RECONSENT = "user_requires_reconsent"
|
|
79
79
|
UUID = "uuid"
|
|
80
80
|
|
|
81
81
|
def __str__(self) -> str:
|
|
@@ -40,7 +40,6 @@ class MarketplaceProviderResourcesListFieldItem(str, Enum):
|
|
|
40
40
|
OFFERING_PLUGIN_OPTIONS = "offering_plugin_options"
|
|
41
41
|
OFFERING_SHARED = "offering_shared"
|
|
42
42
|
OFFERING_SLUG = "offering_slug"
|
|
43
|
-
OFFERING_TERMS_OF_SERVICE = "offering_terms_of_service"
|
|
44
43
|
OFFERING_THUMBNAIL = "offering_thumbnail"
|
|
45
44
|
OFFERING_TYPE = "offering_type"
|
|
46
45
|
OFFERING_UUID = "offering_uuid"
|
|
@@ -76,6 +75,7 @@ class MarketplaceProviderResourcesListFieldItem(str, Enum):
|
|
|
76
75
|
STATE = "state"
|
|
77
76
|
URL = "url"
|
|
78
77
|
USERNAME = "username"
|
|
78
|
+
USER_REQUIRES_RECONSENT = "user_requires_reconsent"
|
|
79
79
|
UUID = "uuid"
|
|
80
80
|
|
|
81
81
|
def __str__(self) -> str:
|
|
@@ -40,7 +40,6 @@ class MarketplaceProviderResourcesRetrieveFieldItem(str, Enum):
|
|
|
40
40
|
OFFERING_PLUGIN_OPTIONS = "offering_plugin_options"
|
|
41
41
|
OFFERING_SHARED = "offering_shared"
|
|
42
42
|
OFFERING_SLUG = "offering_slug"
|
|
43
|
-
OFFERING_TERMS_OF_SERVICE = "offering_terms_of_service"
|
|
44
43
|
OFFERING_THUMBNAIL = "offering_thumbnail"
|
|
45
44
|
OFFERING_TYPE = "offering_type"
|
|
46
45
|
OFFERING_UUID = "offering_uuid"
|
|
@@ -76,6 +75,7 @@ class MarketplaceProviderResourcesRetrieveFieldItem(str, Enum):
|
|
|
76
75
|
STATE = "state"
|
|
77
76
|
URL = "url"
|
|
78
77
|
USERNAME = "username"
|
|
78
|
+
USER_REQUIRES_RECONSENT = "user_requires_reconsent"
|
|
79
79
|
UUID = "uuid"
|
|
80
80
|
|
|
81
81
|
def __str__(self) -> str:
|
|
@@ -25,6 +25,7 @@ class MarketplacePublicOfferingsListFieldItem(str, Enum):
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
LATITUDE = "latitude"
|
|
@@ -56,8 +57,6 @@ class MarketplacePublicOfferingsListFieldItem(str, Enum):
|
|
|
56
57
|
SHARED = "shared"
|
|
57
58
|
SLUG = "slug"
|
|
58
59
|
STATE = "state"
|
|
59
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
60
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
61
60
|
THUMBNAIL = "thumbnail"
|
|
62
61
|
TOTAL_COST = "total_cost"
|
|
63
62
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|
|
@@ -25,6 +25,7 @@ class MarketplacePublicOfferingsRetrieveFieldItem(str, Enum):
|
|
|
25
25
|
GETTING_STARTED = "getting_started"
|
|
26
26
|
GOOGLE_CALENDAR_IS_PUBLIC = "google_calendar_is_public"
|
|
27
27
|
GOOGLE_CALENDAR_LINK = "google_calendar_link"
|
|
28
|
+
HAS_COMPLIANCE_REQUIREMENTS = "has_compliance_requirements"
|
|
28
29
|
IMAGE = "image"
|
|
29
30
|
INTEGRATION_GUIDE = "integration_guide"
|
|
30
31
|
LATITUDE = "latitude"
|
|
@@ -56,8 +57,6 @@ class MarketplacePublicOfferingsRetrieveFieldItem(str, Enum):
|
|
|
56
57
|
SHARED = "shared"
|
|
57
58
|
SLUG = "slug"
|
|
58
59
|
STATE = "state"
|
|
59
|
-
TERMS_OF_SERVICE = "terms_of_service"
|
|
60
|
-
TERMS_OF_SERVICE_LINK = "terms_of_service_link"
|
|
61
60
|
THUMBNAIL = "thumbnail"
|
|
62
61
|
TOTAL_COST = "total_cost"
|
|
63
62
|
TOTAL_COST_ESTIMATED = "total_cost_estimated"
|