huaweicloudsdkworkspace 3.1.86__py2.py3-none-any.whl → 3.1.132__py2.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 huaweicloudsdkworkspace might be problematic. Click here for more details.
- huaweicloudsdkworkspace/v2/__init__.py +705 -3
- huaweicloudsdkworkspace/v2/model/__init__.py +705 -3
- huaweicloudsdkworkspace/v2/model/access_config.py +289 -0
- huaweicloudsdkworkspace/v2/model/access_config_info.py +171 -0
- huaweicloudsdkworkspace/v2/model/access_config_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/access_control.py +115 -0
- huaweicloudsdkworkspace/v2/model/access_policy_detail_info.py +98 -9
- huaweicloudsdkworkspace/v2/model/access_policy_info.py +97 -8
- huaweicloudsdkworkspace/v2/model/account_info.py +192 -0
- huaweicloudsdkworkspace/v2/model/account_type_enum.py +88 -0
- huaweicloudsdkworkspace/v2/model/ad_ou_info.py +144 -0
- huaweicloudsdkworkspace/v2/model/ad_ou_user_info.py +173 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_pool_volumes_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_pool_volumes_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_pool_volumes_response.py +319 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_sub_resources_req.py +171 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_sub_resources_request.py +140 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_sub_resources_response.py +261 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_volumes_req.py +30 -1
- huaweicloudsdkworkspace/v2/model/add_desktop_volumes_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/add_desktop_volumes_response.py +232 -0
- huaweicloudsdkworkspace/v2/model/add_desktops_volumes_req.py +30 -1
- huaweicloudsdkworkspace/v2/model/add_ou_name_info_v2_req.py +171 -0
- huaweicloudsdkworkspace/v2/model/add_ou_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/{security_group_info.py → add_ou_response.py} +14 -12
- huaweicloudsdkworkspace/v2/model/add_restricted_rule_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/add_restricted_rule_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/add_site_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/add_site_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/add_site_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/add_volumes.py +142 -0
- huaweicloudsdkworkspace/v2/model/add_volumes_req.py +172 -0
- huaweicloudsdkworkspace/v2/model/add_volumes_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/additional_info.py +173 -0
- huaweicloudsdkworkspace/v2/model/adn.py +143 -0
- huaweicloudsdkworkspace/v2/model/agent_info.py +173 -0
- huaweicloudsdkworkspace/v2/model/agents_condition.py +347 -0
- huaweicloudsdkworkspace/v2/model/alarm_condition.py +289 -0
- huaweicloudsdkworkspace/v2/model/alarm_history_item.py +393 -0
- huaweicloudsdkworkspace/v2/model/alarm_metric.py +173 -0
- huaweicloudsdkworkspace/v2/model/alarm_metric_dimension.py +144 -0
- huaweicloudsdkworkspace/v2/model/app_install_job.py +459 -0
- huaweicloudsdkworkspace/v2/model/app_rule.py +285 -0
- huaweicloudsdkworkspace/v2/model/app_source_type.py +89 -0
- huaweicloudsdkworkspace/v2/model/app_status_enum.py +88 -0
- huaweicloudsdkworkspace/v2/model/app_user_access_data.py +231 -0
- huaweicloudsdkworkspace/v2/model/application.py +584 -0
- huaweicloudsdkworkspace/v2/model/apply_dedicated_standby_network_param.py +30 -1
- huaweicloudsdkworkspace/v2/model/apply_desktops_internet.py +228 -0
- huaweicloudsdkworkspace/v2/model/apply_desktops_internet_req.py +59 -1
- huaweicloudsdkworkspace/v2/model/apply_desktops_internet_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/apply_desktops_internet_response.py +119 -3
- huaweicloudsdkworkspace/v2/model/apply_desktops_internet_rsp.py +231 -0
- huaweicloudsdkworkspace/v2/model/apply_internet_req.py +371 -0
- huaweicloudsdkworkspace/v2/model/apply_internet_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/apply_internet_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/apply_object.py +3 -3
- huaweicloudsdkworkspace/v2/model/apply_shared_vpc_dedicated_param.py +173 -0
- huaweicloudsdkworkspace/v2/model/apply_subnet_bandwidth_req.py +258 -0
- huaweicloudsdkworkspace/v2/model/apply_subnet_bandwidth_request.py +140 -0
- huaweicloudsdkworkspace/v2/model/apply_subnet_bandwidth_response.py +232 -0
- huaweicloudsdkworkspace/v2/model/apply_workspace_req.py +223 -3
- huaweicloudsdkworkspace/v2/model/assign_app_authorizations_req.py +168 -0
- huaweicloudsdkworkspace/v2/model/assign_model_info.py +231 -0
- huaweicloudsdkworkspace/v2/model/assign_type.py +88 -0
- huaweicloudsdkworkspace/v2/model/assist_auth_config_info.py +140 -0
- huaweicloudsdkworkspace/v2/model/assist_auth_method_config_request.py +53 -3
- huaweicloudsdkworkspace/v2/model/attach_instances_desktop_info.py +11 -10
- huaweicloudsdkworkspace/v2/model/attach_instances_req.py +38 -8
- huaweicloudsdkworkspace/v2/model/attach_instances_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/attach_instances_response.py +119 -3
- huaweicloudsdkworkspace/v2/model/attach_instances_user_info.py +6 -6
- huaweicloudsdkworkspace/v2/model/attach_statistics.py +202 -0
- huaweicloudsdkworkspace/v2/model/attach_users_info.py +202 -0
- huaweicloudsdkworkspace/v2/model/auth_method_config_request.py +190 -0
- huaweicloudsdkworkspace/v2/model/auth_type_enum.py +92 -0
- huaweicloudsdkworkspace/v2/model/authorized_objects.py +227 -0
- huaweicloudsdkworkspace/v2/model/auto_disconnect_or_logout_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/auto_install_app_req.py +173 -0
- huaweicloudsdkworkspace/v2/model/auto_lock_options.py +169 -0
- huaweicloudsdkworkspace/v2/model/autoscale_policy.py +202 -0
- huaweicloudsdkworkspace/v2/model/{availability_zone_info.py → availability_zone.py} +31 -31
- huaweicloudsdkworkspace/v2/model/az_info.py +169 -0
- huaweicloudsdkworkspace/v2/model/backup_info.py +171 -0
- huaweicloudsdkworkspace/v2/model/bandwidth.py +817 -0
- huaweicloudsdkworkspace/v2/model/base_error.py +144 -0
- huaweicloudsdkworkspace/v2/model/base_response.py +32 -3
- huaweicloudsdkworkspace/v2/model/batch_action_desktops_req.py +61 -3
- huaweicloudsdkworkspace/v2/model/batch_add_desktops_tags_req.py +3 -3
- huaweicloudsdkworkspace/v2/model/batch_assign_app_authorizations_req.py +196 -0
- huaweicloudsdkworkspace/v2/model/batch_associate_instances_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_associate_instances_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/batch_attach_instances_req.py +169 -0
- huaweicloudsdkworkspace/v2/model/batch_attach_instances_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_attach_instances_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_auto_install_apps_req.py +167 -0
- huaweicloudsdkworkspace/v2/model/batch_change_desktop_network_req.py +199 -0
- huaweicloudsdkworkspace/v2/model/batch_change_desktop_network_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_change_desktop_network_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_create_desktop_snapshot_req.py +194 -0
- huaweicloudsdkworkspace/v2/model/batch_create_desktop_snapshot_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_create_desktop_snapshot_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_app_rules_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_app_rules_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_apps_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_apps_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_apps_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_desktop_snapshot_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_desktop_snapshot_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_desktop_snapshot_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_desktops_tags_req.py +3 -3
- huaweicloudsdkworkspace/v2/model/batch_delete_jobs_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_jobs_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_screen_records_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_screen_records_request_body.py +115 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_screen_records_request_body_screen_records.py +115 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_screen_records_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_sub_jobs_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_sub_jobs_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_user_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_user_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_delete_user_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_detach_instances_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/batch_detach_instances_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_detach_instances_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/batch_disable_apps_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_disable_apps_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_enable_apps_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_enable_apps_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_inquiry_change_rsp.py +376 -0
- huaweicloudsdkworkspace/v2/model/batch_inquiry_common_info.py +173 -0
- huaweicloudsdkworkspace/v2/model/batch_install_agent_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/batch_install_agent_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_install_agent_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_install_apps_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_install_apps_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_logoff_desktops_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/batch_operate_app_rules_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/batch_operate_apps_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/batch_operate_jobs_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/batch_rebuild_desktops_system_disk_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/batch_rebuild_desktops_system_disk_response.py +148 -3
- huaweicloudsdkworkspace/v2/model/batch_res_inquiry_result.py +318 -0
- huaweicloudsdkworkspace/v2/model/batch_restore_desktop_snapshot_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_restore_desktop_snapshot_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/batch_restore_snapshot_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/batch_run_desktops_response.py +59 -1
- huaweicloudsdkworkspace/v2/model/batch_set_maintenance_mode_req.py +142 -0
- huaweicloudsdkworkspace/v2/model/batch_update_app_authorizations_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/batch_update_app_authorizations_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/batch_update_target_of_policy_group_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/batch_update_target_of_policy_group_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/billing_result.py +84 -0
- huaweicloudsdkworkspace/v2/model/bucket_store.py +144 -0
- huaweicloudsdkworkspace/v2/model/camera_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/camera_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/cancel_remote_assistance_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/cancel_remote_assistance_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/catalog.py +173 -0
- huaweicloudsdkworkspace/v2/model/cbc_callback_rsp.py +289 -0
- huaweicloudsdkworkspace/v2/model/change_desktop_to_image_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/change_desktop_to_image_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_desktop_info.py +143 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_user_info.py +171 -0
- huaweicloudsdkworkspace/v2/model/clipboard_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/clipboard_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/cloud_service_rating_result.py +169 -0
- huaweicloudsdkworkspace/v2/model/com_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/com_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/connect_desktops_info.py +202 -0
- huaweicloudsdkworkspace/v2/model/control_item.py +231 -0
- huaweicloudsdkworkspace/v2/model/coupon_unsubscribe_result.py +202 -0
- huaweicloudsdkworkspace/v2/model/create_agencies_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/create_agencies_request.py +4 -4
- huaweicloudsdkworkspace/v2/model/create_and_authorize_bucket_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/create_and_authorize_bucket_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_app_rule_req.py +167 -0
- huaweicloudsdkworkspace/v2/model/create_app_rule_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_app_rule_response.py +286 -0
- huaweicloudsdkworkspace/v2/model/create_batch_change_order_request_body.py +265 -0
- huaweicloudsdkworkspace/v2/model/create_bucket_credential_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/create_bucket_credential_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_bucket_credential_response.py +224 -0
- huaweicloudsdkworkspace/v2/model/create_change_image_order_request_body.py +289 -0
- huaweicloudsdkworkspace/v2/model/create_change_order_req.py +458 -0
- huaweicloudsdkworkspace/v2/model/create_change_order_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/create_change_order_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_delete_sub_resources_order_request_body.py +173 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_batch_order_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_batch_order_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_name_policy_req.py +3 -3
- huaweicloudsdkworkspace/v2/model/create_desktop_order_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_order_request_body.py +284 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_order_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_authorized_objects_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_authorized_objects_request_body.py +143 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_authorized_objects_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_change_order_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_change_order_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_req.py +708 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_request.py +140 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_pool_response.py +261 -0
- huaweicloudsdkworkspace/v2/model/create_desktop_req.py +544 -4
- huaweicloudsdkworkspace/v2/model/create_desktop_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/create_desktop_response.py +148 -3
- huaweicloudsdkworkspace/v2/model/create_desktop_rsp.py +260 -0
- huaweicloudsdkworkspace/v2/model/create_exclusive_hosts_req.py +423 -0
- huaweicloudsdkworkspace/v2/model/create_order_req.py +312 -0
- huaweicloudsdkworkspace/v2/model/create_order_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_order_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_policy_group_req.py +110 -0
- huaweicloudsdkworkspace/v2/model/create_policy_group_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_policy_group_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_remote_assistance_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/create_remote_assistance_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/create_resize_order_request_body.py +256 -0
- huaweicloudsdkworkspace/v2/model/create_scheduled_tasks_req.py +6 -178
- huaweicloudsdkworkspace/v2/model/create_script_req.py +231 -0
- huaweicloudsdkworkspace/v2/model/create_script_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/create_script_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_subnet_bandwidth_change_order_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/create_subnet_bandwidth_change_order_request_body.py +226 -0
- huaweicloudsdkworkspace/v2/model/create_subnet_bandwidth_change_order_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/create_user_group_response.py +32 -3
- huaweicloudsdkworkspace/v2/model/data_point_info.py +144 -0
- huaweicloudsdkworkspace/v2/model/datapoints.py +144 -0
- huaweicloudsdkworkspace/v2/model/delete_app_request.py +143 -0
- huaweicloudsdkworkspace/v2/model/delete_app_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_app_rule_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_app_rule_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_pool_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_pool_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_pool_volumes_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_pool_volumes_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_pool_volumes_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_sub_resources_req.py +171 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_sub_resources_request.py +140 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_sub_resources_response.py +261 -0
- huaweicloudsdkworkspace/v2/model/delete_desktop_volumes_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/delete_ou_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_ou_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_policy_group_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_policy_group_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_restricted_rule_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/delete_restricted_rule_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_script_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_script_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/delete_site_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_site_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/delete_sub_jobs_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/delete_subnet_bandwidth_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/delete_subnet_bandwidth_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/desktop.py +91 -4
- huaweicloudsdkworkspace/v2/model/desktop_action.py +260 -0
- huaweicloudsdkworkspace/v2/model/desktop_detach_info.py +289 -0
- huaweicloudsdkworkspace/v2/model/desktop_detail_info.py +470 -10
- huaweicloudsdkworkspace/v2/model/desktop_dimension_attach_info.py +202 -0
- huaweicloudsdkworkspace/v2/model/desktop_login_statistics_rsp.py +255 -0
- huaweicloudsdkworkspace/v2/model/desktop_network_result.py +202 -0
- huaweicloudsdkworkspace/v2/model/desktop_pool_action_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/desktop_pool_statistics.py +248 -0
- huaweicloudsdkworkspace/v2/model/desktop_run_statistics_rsp.py +198 -0
- huaweicloudsdkworkspace/v2/model/desktop_snapshot_detail_info.py +492 -0
- huaweicloudsdkworkspace/v2/model/desktop_to_image_req.py +316 -0
- huaweicloudsdkworkspace/v2/model/detach_instances_desktop_info.py +173 -0
- huaweicloudsdkworkspace/v2/model/detach_instances_req.py +35 -6
- huaweicloudsdkworkspace/v2/model/disable_rule_restriction_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/disable_rule_restriction_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/disconnect_logout_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/disk_snapshot_info.py +144 -0
- huaweicloudsdkworkspace/v2/model/display_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/display_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/download_address_for_list.py +144 -0
- huaweicloudsdkworkspace/v2/model/edit_user_req.py +59 -1
- huaweicloudsdkworkspace/v2/model/enable_rule_restriction_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/enable_rule_restriction_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/estimate_add_resources_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/estimate_add_resources_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/estimate_add_sub_resources_request_body.py +173 -0
- huaweicloudsdkworkspace/v2/model/estimate_add_volume_request_body.py +173 -0
- huaweicloudsdkworkspace/v2/model/estimate_change_image_request_body.py +231 -0
- huaweicloudsdkworkspace/v2/model/estimate_change_images_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/estimate_change_images_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_add_volume_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_add_volume_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_change_image_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_change_image_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_extend_volume_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_extend_volume_response.py +199 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_resize_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/estimate_desktop_pool_resize_response.py +166 -0
- huaweicloudsdkworkspace/v2/model/estimate_extend_volume_request_body.py +173 -0
- huaweicloudsdkworkspace/v2/model/estimate_resize_request_body.py +173 -0
- huaweicloudsdkworkspace/v2/model/execute_desktop_pool_action_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/execute_desktop_pool_action_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/execute_desktop_pool_script_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/execute_desktop_pool_script_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/execute_desktop_pool_scripts_req.py +347 -0
- huaweicloudsdkworkspace/v2/model/execute_script_or_command_req.py +463 -0
- huaweicloudsdkworkspace/v2/model/execute_script_or_command_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/execute_script_or_command_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_order_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_response.py +261 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_volumes_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_volumes_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_pool_volumes_response.py +319 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_volume_request.py +196 -0
- huaweicloudsdkworkspace/v2/model/expand_desktop_volume_response.py +261 -0
- huaweicloudsdkworkspace/v2/model/expand_desktops_volumes_req.py +30 -1
- huaweicloudsdkworkspace/v2/model/expand_volume_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/expand_volumes_req.py +30 -1
- huaweicloudsdkworkspace/v2/model/expand_volumes_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/expand_volumes_response.py +119 -3
- huaweicloudsdkworkspace/v2/model/export_user_login_info_new_response.py +4 -4
- huaweicloudsdkworkspace/v2/model/file_redirection_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/file_redirection_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/file_store_link.py +164 -0
- huaweicloudsdkworkspace/v2/model/file_store_type_enum.py +88 -0
- huaweicloudsdkworkspace/v2/model/fixed_ip.py +144 -0
- huaweicloudsdkworkspace/v2/model/function_config.py +202 -0
- huaweicloudsdkworkspace/v2/model/hosts.py +255 -0
- huaweicloudsdkworkspace/v2/model/hour_package.py +314 -0
- huaweicloudsdkworkspace/v2/model/hour_package_info.py +318 -0
- huaweicloudsdkworkspace/v2/model/hour_package_resource.py +256 -0
- huaweicloudsdkworkspace/v2/model/i18n.py +144 -0
- huaweicloudsdkworkspace/v2/model/i18n_language.py +144 -0
- huaweicloudsdkworkspace/v2/model/image.py +608 -0
- huaweicloudsdkworkspace/v2/model/image_info.py +61 -3
- huaweicloudsdkworkspace/v2/model/install_app_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/install_app_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/install_type.py +89 -0
- huaweicloudsdkworkspace/v2/model/instance_status_statistics.py +492 -0
- huaweicloudsdkworkspace/v2/model/interfaces_config.py +343 -0
- huaweicloudsdkworkspace/v2/model/interfaces_request.py +260 -0
- huaweicloudsdkworkspace/v2/model/internet_info.py +347 -0
- huaweicloudsdkworkspace/v2/model/ip_info.py +142 -0
- huaweicloudsdkworkspace/v2/model/job_actions_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/job_detail_info.py +153 -95
- huaweicloudsdkworkspace/v2/model/job_entities.py +61 -3
- huaweicloudsdkworkspace/v2/model/job_status.py +90 -0
- huaweicloudsdkworkspace/v2/model/ldap_config.py +405 -0
- huaweicloudsdkworkspace/v2/model/list_access_address_backup_config_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_access_address_backup_config_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_access_policies_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/list_ad_ou_users_request.py +230 -0
- huaweicloudsdkworkspace/v2/model/list_ad_ou_users_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/list_ad_ous_request.py +144 -0
- huaweicloudsdkworkspace/v2/model/list_ad_ous_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_agencies_request.py +32 -1
- huaweicloudsdkworkspace/v2/model/list_agents_install_condition_request.py +347 -0
- huaweicloudsdkworkspace/v2/model/list_agents_install_condition_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_alarm_statistics_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_alarm_statistics_response.py +232 -0
- huaweicloudsdkworkspace/v2/model/list_alarms_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_alarms_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_app_authorizations_request.py +230 -0
- huaweicloudsdkworkspace/v2/model/list_app_authorizations_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_app_catalogs_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_app_catalogs_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_app_rule_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_app_rule_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_app_user_access_data_request.py +287 -0
- huaweicloudsdkworkspace/v2/model/list_app_user_access_data_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_apps_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_apps_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_availability_zones_response.py +4 -4
- huaweicloudsdkworkspace/v2/model/list_azs_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_azs_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_actions_request.py +172 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_actions_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_detach_info_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_detach_info_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_name_policy_request.py +3 -3
- huaweicloudsdkworkspace/v2/model/list_desktop_operations_request.py +288 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_operations_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_pool_authorized_objects_request.py +172 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_pool_authorized_objects_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_pools_request.py +260 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_pools_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_snapshot_request.py +376 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_snapshot_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_desktop_usage_metric_request.py +6 -6
- huaweicloudsdkworkspace/v2/model/list_desktops_connect_status_request.py +202 -0
- huaweicloudsdkworkspace/v2/model/list_desktops_connect_status_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_desktops_detail_request.py +180 -6
- huaweicloudsdkworkspace/v2/model/list_desktops_eips_request.py +3 -3
- huaweicloudsdkworkspace/v2/model/list_desktops_request.py +181 -7
- huaweicloudsdkworkspace/v2/model/list_desktops_response.py +32 -3
- huaweicloudsdkworkspace/v2/model/list_desktops_statistics_request.py +144 -0
- huaweicloudsdkworkspace/v2/model/list_desktops_statistics_response.py +220 -0
- huaweicloudsdkworkspace/v2/model/list_desktops_status_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_desktops_status_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/list_download_address_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/list_download_address_request_body.py +115 -0
- huaweicloudsdkworkspace/v2/model/list_download_address_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_future_executions_req.py +3 -3
- huaweicloudsdkworkspace/v2/model/list_history_online_info_new_request.py +32 -3
- huaweicloudsdkworkspace/v2/model/list_history_online_info_request.py +202 -0
- huaweicloudsdkworkspace/v2/model/list_history_online_info_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_hour_packages_type_request.py +144 -0
- huaweicloudsdkworkspace/v2/model/list_hour_packages_type_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_images_request.py +61 -3
- huaweicloudsdkworkspace/v2/model/list_instances_status_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_instances_status_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_internet_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_internet_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_jobs_request.py +260 -0
- huaweicloudsdkworkspace/v2/model/list_jobs_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_login_records_new_request.py +86 -28
- huaweicloudsdkworkspace/v2/model/list_login_state_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_login_state_response.py +261 -0
- huaweicloudsdkworkspace/v2/model/list_market_images_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/list_market_images_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_metrics_request.py +228 -0
- huaweicloudsdkworkspace/v2/model/list_metrics_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_metrics_trend_request.py +228 -0
- huaweicloudsdkworkspace/v2/model/list_metrics_trend_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_nat_gateways_request.py +347 -0
- huaweicloudsdkworkspace/v2/model/list_nat_gateways_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_nat_mapping_configs_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/list_nat_mapping_configs_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/list_original_policy_info_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_original_policy_info_response.py +112 -0
- huaweicloudsdkworkspace/v2/model/list_ou_details_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_ou_details_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_policies_of_policy_group_request.py +143 -0
- huaweicloudsdkworkspace/v2/model/list_policies_of_policy_group_response.py +112 -0
- huaweicloudsdkworkspace/v2/model/list_policy_detail_info_by_id_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/list_policy_detail_info_by_id_response.py +112 -0
- huaweicloudsdkworkspace/v2/model/list_policy_group_info_request.py +318 -0
- huaweicloudsdkworkspace/v2/model/list_policy_group_info_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_policy_group_request.py +347 -0
- huaweicloudsdkworkspace/v2/model/list_policy_group_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_pool_desktops_detail_request.py +201 -0
- huaweicloudsdkworkspace/v2/model/list_pool_desktops_detail_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/list_ports_request.py +231 -0
- huaweicloudsdkworkspace/v2/model/list_ports_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_products_request.py +117 -1
- huaweicloudsdkworkspace/v2/model/list_products_response.py +4 -4
- huaweicloudsdkworkspace/v2/model/list_project_tags_request.py +90 -1
- huaweicloudsdkworkspace/v2/model/list_project_tags_response.py +32 -3
- huaweicloudsdkworkspace/v2/model/list_restricted_rule_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_restricted_rule_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_run_state_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_run_state_response.py +203 -0
- huaweicloudsdkworkspace/v2/model/list_scheduled_tasks_records_details_request.py +3 -3
- huaweicloudsdkworkspace/v2/model/list_scheduled_tasks_records_request.py +61 -3
- huaweicloudsdkworkspace/v2/model/list_scheduled_tasks_request.py +6 -6
- huaweicloudsdkworkspace/v2/model/list_screen_records_request.py +376 -0
- huaweicloudsdkworkspace/v2/model/list_screen_records_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_script_records_request.py +463 -0
- huaweicloudsdkworkspace/v2/model/list_script_records_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_script_tasks_request.py +405 -0
- huaweicloudsdkworkspace/v2/model/list_script_tasks_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_scripts_request.py +231 -0
- huaweicloudsdkworkspace/v2/model/list_scripts_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_sharer_products_request.py +289 -0
- huaweicloudsdkworkspace/v2/model/list_sharer_products_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_site_configs_request.py +144 -0
- huaweicloudsdkworkspace/v2/model/list_site_configs_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_subnet_bandwidths_request.py +289 -0
- huaweicloudsdkworkspace/v2/model/list_subnet_bandwidths_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_target_of_policy_group_request.py +230 -0
- huaweicloudsdkworkspace/v2/model/list_target_of_policy_group_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_tenant_configs_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/list_tenant_configs_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_tenant_profiles_request.py +84 -0
- huaweicloudsdkworkspace/v2/model/list_tenant_profiles_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_terminals_binding_desktops_config_response.py +64 -6
- huaweicloudsdkworkspace/v2/model/list_time_zones_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/list_time_zones_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_used_desktop_info_req.py +3 -3
- huaweicloudsdkworkspace/v2/model/list_user_events_request.py +289 -0
- huaweicloudsdkworkspace/v2/model/list_user_events_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_user_usage_metric_request.py +6 -6
- huaweicloudsdkworkspace/v2/model/list_users_request.py +119 -3
- huaweicloudsdkworkspace/v2/model/list_volume_product_info_request.py +144 -0
- huaweicloudsdkworkspace/v2/model/list_volume_product_info_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/list_wks_edge_sites_request.py +173 -0
- huaweicloudsdkworkspace/v2/model/list_wks_edge_sites_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/list_workspaces_response.py +462 -6
- huaweicloudsdkworkspace/v2/model/map_object.py +144 -0
- huaweicloudsdkworkspace/v2/model/metrics_with_time.py +144 -0
- huaweicloudsdkworkspace/v2/model/modify_desktop_attributes_req.py +111 -0
- huaweicloudsdkworkspace/v2/model/modify_desktop_attributes_req_desktop.py +144 -0
- huaweicloudsdkworkspace/v2/model/modify_enterprise_id_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/modify_ou_name_info_v2_req.py +172 -0
- huaweicloudsdkworkspace/v2/model/modify_policy_group_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/modify_policy_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/modify_policy_target_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/modify_workspace_attributes_req.py +256 -3
- huaweicloudsdkworkspace/v2/model/monitor_user_online_info.py +231 -0
- huaweicloudsdkworkspace/v2/model/multimedia_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/multimedia_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/nat_gateway.py +405 -0
- huaweicloudsdkworkspace/v2/model/nat_mapping_config.py +347 -0
- huaweicloudsdkworkspace/v2/model/network_config.py +260 -0
- huaweicloudsdkworkspace/v2/model/network_config_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/network_info.py +4 -4
- huaweicloudsdkworkspace/v2/model/neutron_port.py +202 -0
- huaweicloudsdkworkspace/v2/model/nic.py +32 -3
- huaweicloudsdkworkspace/v2/model/obs_credential.py +173 -0
- huaweicloudsdkworkspace/v2/model/obs_policy.py +140 -0
- huaweicloudsdkworkspace/v2/model/obs_policy_statement.py +173 -0
- huaweicloudsdkworkspace/v2/model/official_website_rating_result.py +434 -0
- huaweicloudsdkworkspace/v2/model/operation_for_list.py +405 -0
- huaweicloudsdkworkspace/v2/model/optional_discount_rating_result.py +724 -0
- huaweicloudsdkworkspace/v2/model/order_extend_param.py +115 -0
- huaweicloudsdkworkspace/v2/model/order_v5.py +231 -0
- huaweicloudsdkworkspace/v2/model/os_type_enum.py +89 -0
- huaweicloudsdkworkspace/v2/model/ou_name_info.py +260 -0
- huaweicloudsdkworkspace/v2/model/page_resp.py +115 -0
- huaweicloudsdkworkspace/v2/model/path_rule.py +115 -0
- huaweicloudsdkworkspace/v2/model/pcsc_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/pcsc_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/period_batch_up_change_resource_rsp.py +198 -0
- huaweicloudsdkworkspace/v2/model/platform_type_enum.py +88 -0
- huaweicloudsdkworkspace/v2/model/policies.py +461 -0
- huaweicloudsdkworkspace/v2/model/policies_audio.py +811 -0
- huaweicloudsdkworkspace/v2/model/policies_client.py +281 -0
- huaweicloudsdkworkspace/v2/model/policies_client_autoclose_monitor_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_client_client_type.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_client_client_type_options.py +318 -0
- huaweicloudsdkworkspace/v2/model/policies_custom.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_custom_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_display.py +538 -0
- huaweicloudsdkworkspace/v2/model/policies_display_adaptive_bitrate_control_options.py +782 -0
- huaweicloudsdkworkspace/v2/model/policies_display_options.py +509 -0
- huaweicloudsdkworkspace/v2/model/policies_display_options_deep_compression_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_display_options_video_bit_rate_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_display_options_video_quality_options.py +173 -0
- huaweicloudsdkworkspace/v2/model/policies_display_rendering_acceleration_options.py +492 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard.py +310 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_clipboard_redirection_options.py +144 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_file_redirection.py +194 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_file_redirection_options.py +596 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_file_redirection_options_compression_switch_options.py +144 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_file_redirection_options_fluid_control_options.py +347 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_file_redirection_options_linux_file_size_supported_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_file_and_clipboard_file_redirection_redirection_send_file_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_keyboard_mouse.py +405 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals.py +265 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection.py +244 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_camera_redirection.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_camera_redirection_options.py +202 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_hid_redirection.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_hid_redirection_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_printer_redirection.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_printer_redirection_options.py +202 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_session_printer.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_device_redirection_session_printer_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_driver_interface_redirection.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_parallel_port_redirection.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_serial_port_redirection.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_serial_port_redirection_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_usb_device_common.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_usb_device_common_common_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_usb_port_redirection.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_peripherals_usb_port_redirection_options.py +376 -0
- huaweicloudsdkworkspace/v2/model/policies_personalized_data_mgmt.py +306 -0
- huaweicloudsdkworkspace/v2/model/policies_personalized_data_mgmt_network_drive_mapping_options.py +144 -0
- huaweicloudsdkworkspace/v2/model/policies_personalized_data_mgmt_user_data_roaming_options.py +231 -0
- huaweicloudsdkworkspace/v2/model/policies_personalized_data_mgmt_user_folder_redirection_options.py +492 -0
- huaweicloudsdkworkspace/v2/model/policies_record_audit.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_record_audit_rules.py +111 -0
- huaweicloudsdkworkspace/v2/model/policies_seamless.py +140 -0
- huaweicloudsdkworkspace/v2/model/policies_seamless_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/policy_group.py +343 -0
- huaweicloudsdkworkspace/v2/model/policy_group_for_create.py +314 -0
- huaweicloudsdkworkspace/v2/model/policy_group_for_list.py +343 -0
- huaweicloudsdkworkspace/v2/model/policy_group_for_update.py +256 -0
- huaweicloudsdkworkspace/v2/model/pool_desktops_detail_info.py +1607 -0
- huaweicloudsdkworkspace/v2/model/pre_batch_attach_instances_req.py +169 -0
- huaweicloudsdkworkspace/v2/model/printer_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/printer_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/product.py +927 -0
- huaweicloudsdkworkspace/v2/model/product_info.py +175 -291
- huaweicloudsdkworkspace/v2/model/product_result.py +579 -0
- huaweicloudsdkworkspace/v2/model/product_rule.py +289 -0
- huaweicloudsdkworkspace/v2/model/query_screen_record_detail_rsp.py +492 -0
- huaweicloudsdkworkspace/v2/model/radius_auth_config.py +434 -0
- huaweicloudsdkworkspace/v2/model/radius_config_info.py +434 -0
- huaweicloudsdkworkspace/v2/model/radius_gateway_config.py +260 -0
- huaweicloudsdkworkspace/v2/model/radius_gateway_config_info.py +318 -0
- huaweicloudsdkworkspace/v2/model/radius_host.py +231 -0
- huaweicloudsdkworkspace/v2/model/rebuild_desktop_pool_req.py +288 -0
- huaweicloudsdkworkspace/v2/model/rebuild_desktop_pool_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/rebuild_desktop_pool_response.py +232 -0
- huaweicloudsdkworkspace/v2/model/rebuild_desktops_req.py +2 -4
- huaweicloudsdkworkspace/v2/model/record.py +148 -3
- huaweicloudsdkworkspace/v2/model/record_audit_rule.py +405 -0
- huaweicloudsdkworkspace/v2/model/register_domain_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/register_domain_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/resend_email_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/resize_desktop_extend_param.py +115 -0
- huaweicloudsdkworkspace/v2/model/resize_desktop_job_response.py +59 -1
- huaweicloudsdkworkspace/v2/model/resize_desktop_pool_job_response.py +144 -0
- huaweicloudsdkworkspace/v2/model/resize_desktop_pool_req.py +197 -0
- huaweicloudsdkworkspace/v2/model/resize_desktop_pool_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/resize_desktop_pool_response.py +319 -0
- huaweicloudsdkworkspace/v2/model/resize_desktop_req.py +115 -3
- huaweicloudsdkworkspace/v2/model/resize_desktop_request.py +30 -1
- huaweicloudsdkworkspace/v2/model/resize_desktop_response.py +233 -1
- huaweicloudsdkworkspace/v2/model/resize_exclusive_lites_req.py +229 -0
- huaweicloudsdkworkspace/v2/model/resource.py +502 -0
- huaweicloudsdkworkspace/v2/model/resource_package_description.py +144 -0
- huaweicloudsdkworkspace/v2/model/retry_jobs_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/retry_jobs_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/retry_script_execution_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/retry_script_execution_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/retry_script_execution_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/rule.py +160 -0
- huaweicloudsdkworkspace/v2/model/rule_scope.py +88 -0
- huaweicloudsdkworkspace/v2/model/run_actions_on_workspace_job_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/run_actions_on_workspace_job_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/scheduled_task.py +35 -6
- huaweicloudsdkworkspace/v2/model/scheduled_task_config.py +3 -3
- huaweicloudsdkworkspace/v2/model/scheduled_tasks_records.py +32 -3
- huaweicloudsdkworkspace/v2/model/scheduled_tasks_records_details.py +30 -1
- huaweicloudsdkworkspace/v2/model/script.py +144 -0
- huaweicloudsdkworkspace/v2/model/script_execution_task.py +434 -0
- huaweicloudsdkworkspace/v2/model/script_record_simple_info.py +521 -0
- huaweicloudsdkworkspace/v2/model/script_simple_info.py +289 -0
- huaweicloudsdkworkspace/v2/model/script_task_info.py +579 -0
- huaweicloudsdkworkspace/v2/model/script_task_info_task_scripts.py +144 -0
- huaweicloudsdkworkspace/v2/model/secure_channel_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/secure_channel_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/send_desktop_pool_notifications_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/send_desktop_pool_notifications_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/send_desktop_pool_notifications_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/send_email_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/send_email_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/send_notifications_req.py +142 -0
- huaweicloudsdkworkspace/v2/model/send_notifications_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/send_notifications_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/session.py +169 -0
- huaweicloudsdkworkspace/v2/model/set_maintenance_mode_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/set_maintenance_mode_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/sharer_product_info.py +347 -0
- huaweicloudsdkworkspace/v2/model/show_assist_auth_config_response.py +53 -3
- huaweicloudsdkworkspace/v2/model/show_auth_config_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/show_auth_config_response.py +228 -0
- huaweicloudsdkworkspace/v2/model/show_available_ip_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_available_ip_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/show_az_details_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_az_details_response.py +402 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_monitor_data_request.py +199 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_monitor_data_response.py +493 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_networks_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_networks_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_pool_detail_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_pool_detail_response.py +887 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_pools_script_exec_tasks_request.py +376 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_pools_script_exec_tasks_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_remote_assistance_info_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_desktop_remote_assistance_info_response.py +348 -0
- huaweicloudsdkworkspace/v2/model/show_growth_rate_request.py +172 -0
- huaweicloudsdkworkspace/v2/model/show_growth_rate_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/show_job_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_job_response.py +348 -0
- huaweicloudsdkworkspace/v2/model/show_quota_details_request.py +144 -0
- huaweicloudsdkworkspace/v2/model/show_quota_details_response.py +144 -0
- huaweicloudsdkworkspace/v2/model/show_quotas_request.py +32 -1
- huaweicloudsdkworkspace/v2/model/show_remote_console_address_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_remote_console_address_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/show_scheduled_tasks_response.py +32 -3
- huaweicloudsdkworkspace/v2/model/show_screen_record_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_screen_record_response.py +493 -0
- huaweicloudsdkworkspace/v2/model/show_script_detail_request.py +143 -0
- huaweicloudsdkworkspace/v2/model/show_script_detail_response.py +319 -0
- huaweicloudsdkworkspace/v2/model/show_script_record_detail_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_script_record_detail_response.py +551 -0
- huaweicloudsdkworkspace/v2/model/show_share_space_config_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_share_space_config_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/show_subnet_bandwidth_control_list_request.py +288 -0
- huaweicloudsdkworkspace/v2/model/show_subnet_bandwidth_control_list_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/show_sysprep_info_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_sysprep_info_response.py +145 -0
- huaweicloudsdkworkspace/v2/model/show_user_access_stages_request.py +114 -0
- huaweicloudsdkworkspace/v2/model/show_user_access_stages_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/show_using_subnets_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/show_using_subnets_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/simple_desktop_info.py +148 -3
- huaweicloudsdkworkspace/v2/model/simple_desktop_info_detail.py +1014 -0
- huaweicloudsdkworkspace/v2/model/simple_desktop_pool_info.py +886 -0
- huaweicloudsdkworkspace/v2/model/simple_site_info.py +144 -0
- huaweicloudsdkworkspace/v2/model/site_configs_request.py +163 -0
- huaweicloudsdkworkspace/v2/model/site_configs_response.py +534 -0
- huaweicloudsdkworkspace/v2/model/site_info.py +289 -0
- huaweicloudsdkworkspace/v2/model/stop_script_execution_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/stop_script_execution_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/stop_script_execution_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/string_set.py +114 -0
- huaweicloudsdkworkspace/v2/model/subnet_bandwidth_detail.py +463 -0
- huaweicloudsdkworkspace/v2/model/subscribe_user_sharer_req.py +199 -0
- huaweicloudsdkworkspace/v2/model/tag.py +6 -6
- huaweicloudsdkworkspace/v2/model/tag_key_value.py +144 -0
- huaweicloudsdkworkspace/v2/model/target.py +173 -0
- huaweicloudsdkworkspace/v2/model/terminals_binding_desktops_config.py +64 -6
- huaweicloudsdkworkspace/v2/model/third_gateway_config_info.py +226 -0
- huaweicloudsdkworkspace/v2/model/third_gateway_info.py +231 -0
- huaweicloudsdkworkspace/v2/model/third_party_auth_config.py +426 -0
- huaweicloudsdkworkspace/v2/model/timezones.py +231 -0
- huaweicloudsdkworkspace/v2/model/total_bandwidth_control_options.py +763 -0
- huaweicloudsdkworkspace/v2/model/twain_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/twain_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/update_access_address_backup_config_req.py +115 -0
- huaweicloudsdkworkspace/v2/model/update_access_address_backup_config_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_access_address_backup_config_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_access_mode_req.py +169 -0
- huaweicloudsdkworkspace/v2/model/update_access_mode_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_access_mode_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/update_access_policy_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/update_access_policy_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_access_policy_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_app_authorizations_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_app_authorizations_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_app_req.py +443 -0
- huaweicloudsdkworkspace/v2/model/update_app_rule_req.py +169 -0
- huaweicloudsdkworkspace/v2/model/update_app_rule_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_app_rule_response.py +286 -0
- huaweicloudsdkworkspace/v2/model/update_auth_method_config_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_auth_method_config_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_name_policy_req.py +3 -3
- huaweicloudsdkworkspace/v2/model/update_desktop_pool_attributes_req.py +372 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_pool_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_pool_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_response.py +174 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_sid_req.py +114 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_sids_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_sids_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_username_req.py +171 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_username_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_desktop_username_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_enterprise_id_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_enterprise_id_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/update_nat_mapping_config.py +318 -0
- huaweicloudsdkworkspace/v2/model/update_nat_mapping_configs_req.py +173 -0
- huaweicloudsdkworkspace/v2/model/update_nat_mapping_configs_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_nat_mapping_configs_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_ou_info_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_ou_info_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_policies_of_policy_group_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_policies_of_policy_group_response.py +112 -0
- huaweicloudsdkworkspace/v2/model/update_policy_group_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_policy_group_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/update_scheduled_tasks_req.py +35 -6
- huaweicloudsdkworkspace/v2/model/update_script_req.py +202 -0
- huaweicloudsdkworkspace/v2/model/update_script_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_script_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_share_space_config_req.py +144 -0
- huaweicloudsdkworkspace/v2/model/update_share_space_config_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_share_space_config_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_bandwidth_control_list_req.py +173 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_bandwidth_control_list_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_bandwidth_control_list_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_bandwidth_req.py +231 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_bandwidth_request.py +168 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_bandwidth_response.py +232 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_ids_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_ids_request_body.py +144 -0
- huaweicloudsdkworkspace/v2/model/update_subnet_ids_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/update_tenant_config_req.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_tenant_config_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/update_tenant_config_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_tenant_profile_request.py +115 -0
- huaweicloudsdkworkspace/v2/model/update_tenant_profile_response.py +85 -0
- huaweicloudsdkworkspace/v2/model/update_uploaded_app_request.py +139 -0
- huaweicloudsdkworkspace/v2/model/update_uploaded_app_response.py +585 -0
- huaweicloudsdkworkspace/v2/model/upload_app_req.py +410 -0
- huaweicloudsdkworkspace/v2/model/upload_app_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/upload_app_response.py +585 -0
- huaweicloudsdkworkspace/v2/model/usb_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/usb_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/user.py +119 -3
- huaweicloudsdkworkspace/v2/model/user_access_stage.py +289 -0
- huaweicloudsdkworkspace/v2/model/user_detail.py +76 -18
- huaweicloudsdkworkspace/v2/model/user_dimension_attach_info.py +202 -0
- huaweicloudsdkworkspace/v2/model/user_event_rsp.py +550 -0
- huaweicloudsdkworkspace/v2/model/user_group_info.py +32 -3
- huaweicloudsdkworkspace/v2/model/user_in_group.py +30 -1
- huaweicloudsdkworkspace/v2/model/vag.py +1130 -0
- huaweicloudsdkworkspace/v2/model/vdi.py +302 -0
- huaweicloudsdkworkspace/v2/model/vdi_disconnect_hibernate_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/vdi_no_operation_hibernate_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/virtual_channel.py +140 -0
- huaweicloudsdkworkspace/v2/model/virtual_channel_bandwidth_control_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/virtual_channel_bandwidth_percentage_options.py +115 -0
- huaweicloudsdkworkspace/v2/model/virtual_channel_options.py +173 -0
- huaweicloudsdkworkspace/v2/model/volume.py +35 -6
- huaweicloudsdkworkspace/v2/model/volume_add_info.py +200 -0
- huaweicloudsdkworkspace/v2/model/volume_detail.py +177 -3
- huaweicloudsdkworkspace/v2/model/volume_info.py +229 -0
- huaweicloudsdkworkspace/v2/model/volume_product_info.py +318 -0
- huaweicloudsdkworkspace/v2/model/vpc_config_info.py +202 -0
- huaweicloudsdkworkspace/v2/model/watermark.py +140 -0
- huaweicloudsdkworkspace/v2/model/watermark_options.py +434 -0
- huaweicloudsdkworkspace/v2/model/wdh_param.py +144 -0
- huaweicloudsdkworkspace/v2/model/wks_edge_site_detail.py +430 -0
- huaweicloudsdkworkspace/v2/region/workspace_region.py +18 -0
- huaweicloudsdkworkspace/v2/workspace_async_client.py +13879 -1487
- huaweicloudsdkworkspace/v2/workspace_client.py +13879 -1487
- {huaweicloudsdkworkspace-3.1.86.dist-info → huaweicloudsdkworkspace-3.1.132.dist-info}/METADATA +2 -2
- huaweicloudsdkworkspace-3.1.132.dist-info/RECORD +1043 -0
- {huaweicloudsdkworkspace-3.1.86.dist-info → huaweicloudsdkworkspace-3.1.132.dist-info}/WHEEL +1 -1
- huaweicloudsdkworkspace/v2/model/product_detail_info.py +0 -289
- huaweicloudsdkworkspace-3.1.86.dist-info/RECORD +0 -341
- {huaweicloudsdkworkspace-3.1.86.dist-info → huaweicloudsdkworkspace-3.1.132.dist-info}/LICENSE +0 -0
- {huaweicloudsdkworkspace-3.1.86.dist-info → huaweicloudsdkworkspace-3.1.132.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,596 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class PoliciesFileAndClipboardFileRedirectionOptions:
|
|
9
|
+
|
|
10
|
+
"""
|
|
11
|
+
Attributes:
|
|
12
|
+
openapi_types (dict): The key is attribute name
|
|
13
|
+
and the value is attribute type.
|
|
14
|
+
attribute_map (dict): The key is attribute name
|
|
15
|
+
and the value is json key in definition.
|
|
16
|
+
"""
|
|
17
|
+
sensitive_list = []
|
|
18
|
+
|
|
19
|
+
openapi_types = {
|
|
20
|
+
'fluid_control_switch_enable': 'bool',
|
|
21
|
+
'fluid_control_options': 'PoliciesFileAndClipboardFileRedirectionOptionsFluidControlOptions',
|
|
22
|
+
'compression_switch_enable': 'bool',
|
|
23
|
+
'compression_switch_options': 'PoliciesFileAndClipboardFileRedirectionOptionsCompressionSwitchOptions',
|
|
24
|
+
'linux_file_size_supported_enable': 'bool',
|
|
25
|
+
'linux_file_size_supported_options': 'PoliciesFileAndClipboardFileRedirectionOptionsLinuxFileSizeSupportedOptions',
|
|
26
|
+
'linux_root_mount_switch_enable': 'bool',
|
|
27
|
+
'linux_root_dir_list': 'str',
|
|
28
|
+
'linux_file_mount_path': 'str',
|
|
29
|
+
'linux_fixed_drive_file_system_format': 'str',
|
|
30
|
+
'linux_removable_drive_file_system_format': 'str',
|
|
31
|
+
'linux_cdrom_drive_file_system_format': 'str',
|
|
32
|
+
'linux_network_drive_file_system_format': 'str',
|
|
33
|
+
'path_separator': 'str',
|
|
34
|
+
'fixed_drive_enable': 'bool',
|
|
35
|
+
'removable_drive_enable': 'bool',
|
|
36
|
+
'cd_rom_drive_enable': 'bool',
|
|
37
|
+
'network_drive_enable': 'bool'
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_map = {
|
|
41
|
+
'fluid_control_switch_enable': 'fluid_control_switch_enable',
|
|
42
|
+
'fluid_control_options': 'fluid_control_options',
|
|
43
|
+
'compression_switch_enable': 'compression_switch_enable',
|
|
44
|
+
'compression_switch_options': 'compression_switch_options',
|
|
45
|
+
'linux_file_size_supported_enable': 'linux_file_size_supported_enable',
|
|
46
|
+
'linux_file_size_supported_options': 'linux_file_size_supported_options',
|
|
47
|
+
'linux_root_mount_switch_enable': 'linux_root_mount_switch_enable',
|
|
48
|
+
'linux_root_dir_list': 'linux_root_dir_list',
|
|
49
|
+
'linux_file_mount_path': 'linux_file_mount_path',
|
|
50
|
+
'linux_fixed_drive_file_system_format': 'linux_fixed_drive_file_system_format',
|
|
51
|
+
'linux_removable_drive_file_system_format': 'linux_removable_drive_file_system_format',
|
|
52
|
+
'linux_cdrom_drive_file_system_format': 'linux_cdrom_drive_file_system_format',
|
|
53
|
+
'linux_network_drive_file_system_format': 'linux_network_drive_file_system_format',
|
|
54
|
+
'path_separator': 'path_separator',
|
|
55
|
+
'fixed_drive_enable': 'fixed_drive_enable',
|
|
56
|
+
'removable_drive_enable': 'removable_drive_enable',
|
|
57
|
+
'cd_rom_drive_enable': 'cd_rom_drive_enable',
|
|
58
|
+
'network_drive_enable': 'network_drive_enable'
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
def __init__(self, fluid_control_switch_enable=None, fluid_control_options=None, compression_switch_enable=None, compression_switch_options=None, linux_file_size_supported_enable=None, linux_file_size_supported_options=None, linux_root_mount_switch_enable=None, linux_root_dir_list=None, linux_file_mount_path=None, linux_fixed_drive_file_system_format=None, linux_removable_drive_file_system_format=None, linux_cdrom_drive_file_system_format=None, linux_network_drive_file_system_format=None, path_separator=None, fixed_drive_enable=None, removable_drive_enable=None, cd_rom_drive_enable=None, network_drive_enable=None):
|
|
62
|
+
"""PoliciesFileAndClipboardFileRedirectionOptions
|
|
63
|
+
|
|
64
|
+
The model defined in huaweicloud sdk
|
|
65
|
+
|
|
66
|
+
:param fluid_control_switch_enable: 是否开启流控开关。取值为: false:表示关闭。 true:表示开启。
|
|
67
|
+
:type fluid_control_switch_enable: bool
|
|
68
|
+
:param fluid_control_options:
|
|
69
|
+
:type fluid_control_options: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsFluidControlOptions`
|
|
70
|
+
:param compression_switch_enable: 是否开启压缩开关。取值为: false:表示关闭。 true:表示开启。
|
|
71
|
+
:type compression_switch_enable: bool
|
|
72
|
+
:param compression_switch_options:
|
|
73
|
+
:type compression_switch_options: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsCompressionSwitchOptions`
|
|
74
|
+
:param linux_file_size_supported_enable: 是否开启Linux支持设置文件大小。取值为: false:表示关闭。 true:表示开启。
|
|
75
|
+
:type linux_file_size_supported_enable: bool
|
|
76
|
+
:param linux_file_size_supported_options:
|
|
77
|
+
:type linux_file_size_supported_options: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsLinuxFileSizeSupportedOptions`
|
|
78
|
+
:param linux_root_mount_switch_enable: 是否开启Linux根目录挂载开关。取值为: false:表示关闭。 true:表示开启。
|
|
79
|
+
:type linux_root_mount_switch_enable: bool
|
|
80
|
+
:param linux_root_dir_list: Linux根目录挂载路径。默认:\"\\var\\log\"。
|
|
81
|
+
:type linux_root_dir_list: str
|
|
82
|
+
:param linux_file_mount_path: Linux文件系统挂载路径。默认:\"\\media|\\Volumes|\\swdb\\mnt|\\home|\\storage|\\tmp|\\run\\media\"。
|
|
83
|
+
:type linux_file_mount_path: str
|
|
84
|
+
:param linux_fixed_drive_file_system_format: Linux固定驱动器文件系统格式。
|
|
85
|
+
:type linux_fixed_drive_file_system_format: str
|
|
86
|
+
:param linux_removable_drive_file_system_format: Linux可移动驱动器文件系统格式。默认:\"vfat|ntfs|msdos|fuseblk|sdcardfs|exfat|fuse.fdredir|lifs\"。
|
|
87
|
+
:type linux_removable_drive_file_system_format: str
|
|
88
|
+
:param linux_cdrom_drive_file_system_format: Linux光盘驱动器文件系统格式。默认:\"cd9660|iso9660|udf\"。
|
|
89
|
+
:type linux_cdrom_drive_file_system_format: str
|
|
90
|
+
:param linux_network_drive_file_system_format: Linux网络驱动器文件系统格式。默认:\"smbfs|afpfs|cifs\"。
|
|
91
|
+
:type linux_network_drive_file_system_format: str
|
|
92
|
+
:param path_separator: 路径分隔符。默认:\"|\"。
|
|
93
|
+
:type path_separator: str
|
|
94
|
+
:param fixed_drive_enable: 是否开启固定驱动器(如: 本地磁盘)。取值为: false:表示关闭。 true:表示开启。
|
|
95
|
+
:type fixed_drive_enable: bool
|
|
96
|
+
:param removable_drive_enable: 是否开启可移除驱动器(如: U盘)。取值为: false:表示关闭。 true:表示开启。
|
|
97
|
+
:type removable_drive_enable: bool
|
|
98
|
+
:param cd_rom_drive_enable: 是否开启光盘驱动器。取值为: false:表示关闭。 true:表示开启。
|
|
99
|
+
:type cd_rom_drive_enable: bool
|
|
100
|
+
:param network_drive_enable: 是否开启网络驱动器。取值为: false:表示关闭。 true:表示开启。
|
|
101
|
+
:type network_drive_enable: bool
|
|
102
|
+
"""
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
self._fluid_control_switch_enable = None
|
|
107
|
+
self._fluid_control_options = None
|
|
108
|
+
self._compression_switch_enable = None
|
|
109
|
+
self._compression_switch_options = None
|
|
110
|
+
self._linux_file_size_supported_enable = None
|
|
111
|
+
self._linux_file_size_supported_options = None
|
|
112
|
+
self._linux_root_mount_switch_enable = None
|
|
113
|
+
self._linux_root_dir_list = None
|
|
114
|
+
self._linux_file_mount_path = None
|
|
115
|
+
self._linux_fixed_drive_file_system_format = None
|
|
116
|
+
self._linux_removable_drive_file_system_format = None
|
|
117
|
+
self._linux_cdrom_drive_file_system_format = None
|
|
118
|
+
self._linux_network_drive_file_system_format = None
|
|
119
|
+
self._path_separator = None
|
|
120
|
+
self._fixed_drive_enable = None
|
|
121
|
+
self._removable_drive_enable = None
|
|
122
|
+
self._cd_rom_drive_enable = None
|
|
123
|
+
self._network_drive_enable = None
|
|
124
|
+
self.discriminator = None
|
|
125
|
+
|
|
126
|
+
if fluid_control_switch_enable is not None:
|
|
127
|
+
self.fluid_control_switch_enable = fluid_control_switch_enable
|
|
128
|
+
if fluid_control_options is not None:
|
|
129
|
+
self.fluid_control_options = fluid_control_options
|
|
130
|
+
if compression_switch_enable is not None:
|
|
131
|
+
self.compression_switch_enable = compression_switch_enable
|
|
132
|
+
if compression_switch_options is not None:
|
|
133
|
+
self.compression_switch_options = compression_switch_options
|
|
134
|
+
if linux_file_size_supported_enable is not None:
|
|
135
|
+
self.linux_file_size_supported_enable = linux_file_size_supported_enable
|
|
136
|
+
if linux_file_size_supported_options is not None:
|
|
137
|
+
self.linux_file_size_supported_options = linux_file_size_supported_options
|
|
138
|
+
if linux_root_mount_switch_enable is not None:
|
|
139
|
+
self.linux_root_mount_switch_enable = linux_root_mount_switch_enable
|
|
140
|
+
if linux_root_dir_list is not None:
|
|
141
|
+
self.linux_root_dir_list = linux_root_dir_list
|
|
142
|
+
if linux_file_mount_path is not None:
|
|
143
|
+
self.linux_file_mount_path = linux_file_mount_path
|
|
144
|
+
if linux_fixed_drive_file_system_format is not None:
|
|
145
|
+
self.linux_fixed_drive_file_system_format = linux_fixed_drive_file_system_format
|
|
146
|
+
if linux_removable_drive_file_system_format is not None:
|
|
147
|
+
self.linux_removable_drive_file_system_format = linux_removable_drive_file_system_format
|
|
148
|
+
if linux_cdrom_drive_file_system_format is not None:
|
|
149
|
+
self.linux_cdrom_drive_file_system_format = linux_cdrom_drive_file_system_format
|
|
150
|
+
if linux_network_drive_file_system_format is not None:
|
|
151
|
+
self.linux_network_drive_file_system_format = linux_network_drive_file_system_format
|
|
152
|
+
if path_separator is not None:
|
|
153
|
+
self.path_separator = path_separator
|
|
154
|
+
if fixed_drive_enable is not None:
|
|
155
|
+
self.fixed_drive_enable = fixed_drive_enable
|
|
156
|
+
if removable_drive_enable is not None:
|
|
157
|
+
self.removable_drive_enable = removable_drive_enable
|
|
158
|
+
if cd_rom_drive_enable is not None:
|
|
159
|
+
self.cd_rom_drive_enable = cd_rom_drive_enable
|
|
160
|
+
if network_drive_enable is not None:
|
|
161
|
+
self.network_drive_enable = network_drive_enable
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
def fluid_control_switch_enable(self):
|
|
165
|
+
"""Gets the fluid_control_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
166
|
+
|
|
167
|
+
是否开启流控开关。取值为: false:表示关闭。 true:表示开启。
|
|
168
|
+
|
|
169
|
+
:return: The fluid_control_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
170
|
+
:rtype: bool
|
|
171
|
+
"""
|
|
172
|
+
return self._fluid_control_switch_enable
|
|
173
|
+
|
|
174
|
+
@fluid_control_switch_enable.setter
|
|
175
|
+
def fluid_control_switch_enable(self, fluid_control_switch_enable):
|
|
176
|
+
"""Sets the fluid_control_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
177
|
+
|
|
178
|
+
是否开启流控开关。取值为: false:表示关闭。 true:表示开启。
|
|
179
|
+
|
|
180
|
+
:param fluid_control_switch_enable: The fluid_control_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
181
|
+
:type fluid_control_switch_enable: bool
|
|
182
|
+
"""
|
|
183
|
+
self._fluid_control_switch_enable = fluid_control_switch_enable
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
def fluid_control_options(self):
|
|
187
|
+
"""Gets the fluid_control_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
188
|
+
|
|
189
|
+
:return: The fluid_control_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
190
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsFluidControlOptions`
|
|
191
|
+
"""
|
|
192
|
+
return self._fluid_control_options
|
|
193
|
+
|
|
194
|
+
@fluid_control_options.setter
|
|
195
|
+
def fluid_control_options(self, fluid_control_options):
|
|
196
|
+
"""Sets the fluid_control_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
197
|
+
|
|
198
|
+
:param fluid_control_options: The fluid_control_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
199
|
+
:type fluid_control_options: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsFluidControlOptions`
|
|
200
|
+
"""
|
|
201
|
+
self._fluid_control_options = fluid_control_options
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
def compression_switch_enable(self):
|
|
205
|
+
"""Gets the compression_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
206
|
+
|
|
207
|
+
是否开启压缩开关。取值为: false:表示关闭。 true:表示开启。
|
|
208
|
+
|
|
209
|
+
:return: The compression_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
210
|
+
:rtype: bool
|
|
211
|
+
"""
|
|
212
|
+
return self._compression_switch_enable
|
|
213
|
+
|
|
214
|
+
@compression_switch_enable.setter
|
|
215
|
+
def compression_switch_enable(self, compression_switch_enable):
|
|
216
|
+
"""Sets the compression_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
217
|
+
|
|
218
|
+
是否开启压缩开关。取值为: false:表示关闭。 true:表示开启。
|
|
219
|
+
|
|
220
|
+
:param compression_switch_enable: The compression_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
221
|
+
:type compression_switch_enable: bool
|
|
222
|
+
"""
|
|
223
|
+
self._compression_switch_enable = compression_switch_enable
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
def compression_switch_options(self):
|
|
227
|
+
"""Gets the compression_switch_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
228
|
+
|
|
229
|
+
:return: The compression_switch_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
230
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsCompressionSwitchOptions`
|
|
231
|
+
"""
|
|
232
|
+
return self._compression_switch_options
|
|
233
|
+
|
|
234
|
+
@compression_switch_options.setter
|
|
235
|
+
def compression_switch_options(self, compression_switch_options):
|
|
236
|
+
"""Sets the compression_switch_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
237
|
+
|
|
238
|
+
:param compression_switch_options: The compression_switch_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
239
|
+
:type compression_switch_options: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsCompressionSwitchOptions`
|
|
240
|
+
"""
|
|
241
|
+
self._compression_switch_options = compression_switch_options
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
def linux_file_size_supported_enable(self):
|
|
245
|
+
"""Gets the linux_file_size_supported_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
246
|
+
|
|
247
|
+
是否开启Linux支持设置文件大小。取值为: false:表示关闭。 true:表示开启。
|
|
248
|
+
|
|
249
|
+
:return: The linux_file_size_supported_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
250
|
+
:rtype: bool
|
|
251
|
+
"""
|
|
252
|
+
return self._linux_file_size_supported_enable
|
|
253
|
+
|
|
254
|
+
@linux_file_size_supported_enable.setter
|
|
255
|
+
def linux_file_size_supported_enable(self, linux_file_size_supported_enable):
|
|
256
|
+
"""Sets the linux_file_size_supported_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
257
|
+
|
|
258
|
+
是否开启Linux支持设置文件大小。取值为: false:表示关闭。 true:表示开启。
|
|
259
|
+
|
|
260
|
+
:param linux_file_size_supported_enable: The linux_file_size_supported_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
261
|
+
:type linux_file_size_supported_enable: bool
|
|
262
|
+
"""
|
|
263
|
+
self._linux_file_size_supported_enable = linux_file_size_supported_enable
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
def linux_file_size_supported_options(self):
|
|
267
|
+
"""Gets the linux_file_size_supported_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
268
|
+
|
|
269
|
+
:return: The linux_file_size_supported_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
270
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsLinuxFileSizeSupportedOptions`
|
|
271
|
+
"""
|
|
272
|
+
return self._linux_file_size_supported_options
|
|
273
|
+
|
|
274
|
+
@linux_file_size_supported_options.setter
|
|
275
|
+
def linux_file_size_supported_options(self, linux_file_size_supported_options):
|
|
276
|
+
"""Sets the linux_file_size_supported_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
277
|
+
|
|
278
|
+
:param linux_file_size_supported_options: The linux_file_size_supported_options of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
279
|
+
:type linux_file_size_supported_options: :class:`huaweicloudsdkworkspace.v2.PoliciesFileAndClipboardFileRedirectionOptionsLinuxFileSizeSupportedOptions`
|
|
280
|
+
"""
|
|
281
|
+
self._linux_file_size_supported_options = linux_file_size_supported_options
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
def linux_root_mount_switch_enable(self):
|
|
285
|
+
"""Gets the linux_root_mount_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
286
|
+
|
|
287
|
+
是否开启Linux根目录挂载开关。取值为: false:表示关闭。 true:表示开启。
|
|
288
|
+
|
|
289
|
+
:return: The linux_root_mount_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
290
|
+
:rtype: bool
|
|
291
|
+
"""
|
|
292
|
+
return self._linux_root_mount_switch_enable
|
|
293
|
+
|
|
294
|
+
@linux_root_mount_switch_enable.setter
|
|
295
|
+
def linux_root_mount_switch_enable(self, linux_root_mount_switch_enable):
|
|
296
|
+
"""Sets the linux_root_mount_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
297
|
+
|
|
298
|
+
是否开启Linux根目录挂载开关。取值为: false:表示关闭。 true:表示开启。
|
|
299
|
+
|
|
300
|
+
:param linux_root_mount_switch_enable: The linux_root_mount_switch_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
301
|
+
:type linux_root_mount_switch_enable: bool
|
|
302
|
+
"""
|
|
303
|
+
self._linux_root_mount_switch_enable = linux_root_mount_switch_enable
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
def linux_root_dir_list(self):
|
|
307
|
+
"""Gets the linux_root_dir_list of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
308
|
+
|
|
309
|
+
Linux根目录挂载路径。默认:\"\\var\\log\"。
|
|
310
|
+
|
|
311
|
+
:return: The linux_root_dir_list of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
312
|
+
:rtype: str
|
|
313
|
+
"""
|
|
314
|
+
return self._linux_root_dir_list
|
|
315
|
+
|
|
316
|
+
@linux_root_dir_list.setter
|
|
317
|
+
def linux_root_dir_list(self, linux_root_dir_list):
|
|
318
|
+
"""Sets the linux_root_dir_list of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
319
|
+
|
|
320
|
+
Linux根目录挂载路径。默认:\"\\var\\log\"。
|
|
321
|
+
|
|
322
|
+
:param linux_root_dir_list: The linux_root_dir_list of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
323
|
+
:type linux_root_dir_list: str
|
|
324
|
+
"""
|
|
325
|
+
self._linux_root_dir_list = linux_root_dir_list
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
def linux_file_mount_path(self):
|
|
329
|
+
"""Gets the linux_file_mount_path of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
330
|
+
|
|
331
|
+
Linux文件系统挂载路径。默认:\"\\media|\\Volumes|\\swdb\\mnt|\\home|\\storage|\\tmp|\\run\\media\"。
|
|
332
|
+
|
|
333
|
+
:return: The linux_file_mount_path of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
334
|
+
:rtype: str
|
|
335
|
+
"""
|
|
336
|
+
return self._linux_file_mount_path
|
|
337
|
+
|
|
338
|
+
@linux_file_mount_path.setter
|
|
339
|
+
def linux_file_mount_path(self, linux_file_mount_path):
|
|
340
|
+
"""Sets the linux_file_mount_path of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
341
|
+
|
|
342
|
+
Linux文件系统挂载路径。默认:\"\\media|\\Volumes|\\swdb\\mnt|\\home|\\storage|\\tmp|\\run\\media\"。
|
|
343
|
+
|
|
344
|
+
:param linux_file_mount_path: The linux_file_mount_path of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
345
|
+
:type linux_file_mount_path: str
|
|
346
|
+
"""
|
|
347
|
+
self._linux_file_mount_path = linux_file_mount_path
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
def linux_fixed_drive_file_system_format(self):
|
|
351
|
+
"""Gets the linux_fixed_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
352
|
+
|
|
353
|
+
Linux固定驱动器文件系统格式。
|
|
354
|
+
|
|
355
|
+
:return: The linux_fixed_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
356
|
+
:rtype: str
|
|
357
|
+
"""
|
|
358
|
+
return self._linux_fixed_drive_file_system_format
|
|
359
|
+
|
|
360
|
+
@linux_fixed_drive_file_system_format.setter
|
|
361
|
+
def linux_fixed_drive_file_system_format(self, linux_fixed_drive_file_system_format):
|
|
362
|
+
"""Sets the linux_fixed_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
363
|
+
|
|
364
|
+
Linux固定驱动器文件系统格式。
|
|
365
|
+
|
|
366
|
+
:param linux_fixed_drive_file_system_format: The linux_fixed_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
367
|
+
:type linux_fixed_drive_file_system_format: str
|
|
368
|
+
"""
|
|
369
|
+
self._linux_fixed_drive_file_system_format = linux_fixed_drive_file_system_format
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
def linux_removable_drive_file_system_format(self):
|
|
373
|
+
"""Gets the linux_removable_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
374
|
+
|
|
375
|
+
Linux可移动驱动器文件系统格式。默认:\"vfat|ntfs|msdos|fuseblk|sdcardfs|exfat|fuse.fdredir|lifs\"。
|
|
376
|
+
|
|
377
|
+
:return: The linux_removable_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
378
|
+
:rtype: str
|
|
379
|
+
"""
|
|
380
|
+
return self._linux_removable_drive_file_system_format
|
|
381
|
+
|
|
382
|
+
@linux_removable_drive_file_system_format.setter
|
|
383
|
+
def linux_removable_drive_file_system_format(self, linux_removable_drive_file_system_format):
|
|
384
|
+
"""Sets the linux_removable_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
385
|
+
|
|
386
|
+
Linux可移动驱动器文件系统格式。默认:\"vfat|ntfs|msdos|fuseblk|sdcardfs|exfat|fuse.fdredir|lifs\"。
|
|
387
|
+
|
|
388
|
+
:param linux_removable_drive_file_system_format: The linux_removable_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
389
|
+
:type linux_removable_drive_file_system_format: str
|
|
390
|
+
"""
|
|
391
|
+
self._linux_removable_drive_file_system_format = linux_removable_drive_file_system_format
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
def linux_cdrom_drive_file_system_format(self):
|
|
395
|
+
"""Gets the linux_cdrom_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
396
|
+
|
|
397
|
+
Linux光盘驱动器文件系统格式。默认:\"cd9660|iso9660|udf\"。
|
|
398
|
+
|
|
399
|
+
:return: The linux_cdrom_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
400
|
+
:rtype: str
|
|
401
|
+
"""
|
|
402
|
+
return self._linux_cdrom_drive_file_system_format
|
|
403
|
+
|
|
404
|
+
@linux_cdrom_drive_file_system_format.setter
|
|
405
|
+
def linux_cdrom_drive_file_system_format(self, linux_cdrom_drive_file_system_format):
|
|
406
|
+
"""Sets the linux_cdrom_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
407
|
+
|
|
408
|
+
Linux光盘驱动器文件系统格式。默认:\"cd9660|iso9660|udf\"。
|
|
409
|
+
|
|
410
|
+
:param linux_cdrom_drive_file_system_format: The linux_cdrom_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
411
|
+
:type linux_cdrom_drive_file_system_format: str
|
|
412
|
+
"""
|
|
413
|
+
self._linux_cdrom_drive_file_system_format = linux_cdrom_drive_file_system_format
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
def linux_network_drive_file_system_format(self):
|
|
417
|
+
"""Gets the linux_network_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
418
|
+
|
|
419
|
+
Linux网络驱动器文件系统格式。默认:\"smbfs|afpfs|cifs\"。
|
|
420
|
+
|
|
421
|
+
:return: The linux_network_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
422
|
+
:rtype: str
|
|
423
|
+
"""
|
|
424
|
+
return self._linux_network_drive_file_system_format
|
|
425
|
+
|
|
426
|
+
@linux_network_drive_file_system_format.setter
|
|
427
|
+
def linux_network_drive_file_system_format(self, linux_network_drive_file_system_format):
|
|
428
|
+
"""Sets the linux_network_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
429
|
+
|
|
430
|
+
Linux网络驱动器文件系统格式。默认:\"smbfs|afpfs|cifs\"。
|
|
431
|
+
|
|
432
|
+
:param linux_network_drive_file_system_format: The linux_network_drive_file_system_format of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
433
|
+
:type linux_network_drive_file_system_format: str
|
|
434
|
+
"""
|
|
435
|
+
self._linux_network_drive_file_system_format = linux_network_drive_file_system_format
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
def path_separator(self):
|
|
439
|
+
"""Gets the path_separator of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
440
|
+
|
|
441
|
+
路径分隔符。默认:\"|\"。
|
|
442
|
+
|
|
443
|
+
:return: The path_separator of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
444
|
+
:rtype: str
|
|
445
|
+
"""
|
|
446
|
+
return self._path_separator
|
|
447
|
+
|
|
448
|
+
@path_separator.setter
|
|
449
|
+
def path_separator(self, path_separator):
|
|
450
|
+
"""Sets the path_separator of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
451
|
+
|
|
452
|
+
路径分隔符。默认:\"|\"。
|
|
453
|
+
|
|
454
|
+
:param path_separator: The path_separator of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
455
|
+
:type path_separator: str
|
|
456
|
+
"""
|
|
457
|
+
self._path_separator = path_separator
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
def fixed_drive_enable(self):
|
|
461
|
+
"""Gets the fixed_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
462
|
+
|
|
463
|
+
是否开启固定驱动器(如: 本地磁盘)。取值为: false:表示关闭。 true:表示开启。
|
|
464
|
+
|
|
465
|
+
:return: The fixed_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
466
|
+
:rtype: bool
|
|
467
|
+
"""
|
|
468
|
+
return self._fixed_drive_enable
|
|
469
|
+
|
|
470
|
+
@fixed_drive_enable.setter
|
|
471
|
+
def fixed_drive_enable(self, fixed_drive_enable):
|
|
472
|
+
"""Sets the fixed_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
473
|
+
|
|
474
|
+
是否开启固定驱动器(如: 本地磁盘)。取值为: false:表示关闭。 true:表示开启。
|
|
475
|
+
|
|
476
|
+
:param fixed_drive_enable: The fixed_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
477
|
+
:type fixed_drive_enable: bool
|
|
478
|
+
"""
|
|
479
|
+
self._fixed_drive_enable = fixed_drive_enable
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
def removable_drive_enable(self):
|
|
483
|
+
"""Gets the removable_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
484
|
+
|
|
485
|
+
是否开启可移除驱动器(如: U盘)。取值为: false:表示关闭。 true:表示开启。
|
|
486
|
+
|
|
487
|
+
:return: The removable_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
488
|
+
:rtype: bool
|
|
489
|
+
"""
|
|
490
|
+
return self._removable_drive_enable
|
|
491
|
+
|
|
492
|
+
@removable_drive_enable.setter
|
|
493
|
+
def removable_drive_enable(self, removable_drive_enable):
|
|
494
|
+
"""Sets the removable_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
495
|
+
|
|
496
|
+
是否开启可移除驱动器(如: U盘)。取值为: false:表示关闭。 true:表示开启。
|
|
497
|
+
|
|
498
|
+
:param removable_drive_enable: The removable_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
499
|
+
:type removable_drive_enable: bool
|
|
500
|
+
"""
|
|
501
|
+
self._removable_drive_enable = removable_drive_enable
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
def cd_rom_drive_enable(self):
|
|
505
|
+
"""Gets the cd_rom_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
506
|
+
|
|
507
|
+
是否开启光盘驱动器。取值为: false:表示关闭。 true:表示开启。
|
|
508
|
+
|
|
509
|
+
:return: The cd_rom_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
510
|
+
:rtype: bool
|
|
511
|
+
"""
|
|
512
|
+
return self._cd_rom_drive_enable
|
|
513
|
+
|
|
514
|
+
@cd_rom_drive_enable.setter
|
|
515
|
+
def cd_rom_drive_enable(self, cd_rom_drive_enable):
|
|
516
|
+
"""Sets the cd_rom_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
517
|
+
|
|
518
|
+
是否开启光盘驱动器。取值为: false:表示关闭。 true:表示开启。
|
|
519
|
+
|
|
520
|
+
:param cd_rom_drive_enable: The cd_rom_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
521
|
+
:type cd_rom_drive_enable: bool
|
|
522
|
+
"""
|
|
523
|
+
self._cd_rom_drive_enable = cd_rom_drive_enable
|
|
524
|
+
|
|
525
|
+
@property
|
|
526
|
+
def network_drive_enable(self):
|
|
527
|
+
"""Gets the network_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
528
|
+
|
|
529
|
+
是否开启网络驱动器。取值为: false:表示关闭。 true:表示开启。
|
|
530
|
+
|
|
531
|
+
:return: The network_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
532
|
+
:rtype: bool
|
|
533
|
+
"""
|
|
534
|
+
return self._network_drive_enable
|
|
535
|
+
|
|
536
|
+
@network_drive_enable.setter
|
|
537
|
+
def network_drive_enable(self, network_drive_enable):
|
|
538
|
+
"""Sets the network_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
539
|
+
|
|
540
|
+
是否开启网络驱动器。取值为: false:表示关闭。 true:表示开启。
|
|
541
|
+
|
|
542
|
+
:param network_drive_enable: The network_drive_enable of this PoliciesFileAndClipboardFileRedirectionOptions.
|
|
543
|
+
:type network_drive_enable: bool
|
|
544
|
+
"""
|
|
545
|
+
self._network_drive_enable = network_drive_enable
|
|
546
|
+
|
|
547
|
+
def to_dict(self):
|
|
548
|
+
"""Returns the model properties as a dict"""
|
|
549
|
+
result = {}
|
|
550
|
+
|
|
551
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
552
|
+
value = getattr(self, attr)
|
|
553
|
+
if isinstance(value, list):
|
|
554
|
+
result[attr] = list(map(
|
|
555
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
556
|
+
value
|
|
557
|
+
))
|
|
558
|
+
elif hasattr(value, "to_dict"):
|
|
559
|
+
result[attr] = value.to_dict()
|
|
560
|
+
elif isinstance(value, dict):
|
|
561
|
+
result[attr] = dict(map(
|
|
562
|
+
lambda item: (item[0], item[1].to_dict())
|
|
563
|
+
if hasattr(item[1], "to_dict") else item,
|
|
564
|
+
value.items()
|
|
565
|
+
))
|
|
566
|
+
else:
|
|
567
|
+
if attr in self.sensitive_list:
|
|
568
|
+
result[attr] = "****"
|
|
569
|
+
else:
|
|
570
|
+
result[attr] = value
|
|
571
|
+
|
|
572
|
+
return result
|
|
573
|
+
|
|
574
|
+
def to_str(self):
|
|
575
|
+
"""Returns the string representation of the model"""
|
|
576
|
+
import simplejson as json
|
|
577
|
+
if six.PY2:
|
|
578
|
+
import sys
|
|
579
|
+
reload(sys)
|
|
580
|
+
sys.setdefaultencoding("utf-8")
|
|
581
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
582
|
+
|
|
583
|
+
def __repr__(self):
|
|
584
|
+
"""For `print`"""
|
|
585
|
+
return self.to_str()
|
|
586
|
+
|
|
587
|
+
def __eq__(self, other):
|
|
588
|
+
"""Returns true if both objects are equal"""
|
|
589
|
+
if not isinstance(other, PoliciesFileAndClipboardFileRedirectionOptions):
|
|
590
|
+
return False
|
|
591
|
+
|
|
592
|
+
return self.__dict__ == other.__dict__
|
|
593
|
+
|
|
594
|
+
def __ne__(self, other):
|
|
595
|
+
"""Returns true if both objects are not equal"""
|
|
596
|
+
return not self == other
|