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,817 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Bandwidth:
|
|
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
|
+
'intelligent_data_transport_flag': 'str',
|
|
21
|
+
'total_bandwidth_control_enable': 'bool',
|
|
22
|
+
'options': 'TotalBandwidthControlOptions',
|
|
23
|
+
'display_bandwidth_control_enable': 'bool',
|
|
24
|
+
'display_bandwidth_control_options': 'DisplayBandwidthControlOptions',
|
|
25
|
+
'multimedia_bandwidth_control_enable': 'bool',
|
|
26
|
+
'multimedia_bandwidth_control_options': 'MultimediaBandwidthControlOptions',
|
|
27
|
+
'usb_bandwidth_control_enable': 'bool',
|
|
28
|
+
'usb_bandwidth_control_options': 'UsbBandwidthControlOptions',
|
|
29
|
+
'pcsc_bandwidth_control_enable': 'bool',
|
|
30
|
+
'pcsc_bandwidth_control_options': 'PcscBandwidthControlOptions',
|
|
31
|
+
'twain_bandwidth_control_enable': 'bool',
|
|
32
|
+
'twain_bandwidth_control_options': 'TwainBandwidthControlOptions',
|
|
33
|
+
'printer_bandwidth_control_enable': 'bool',
|
|
34
|
+
'printer_bandwidth_control_options': 'PrinterBandwidthControlOptions',
|
|
35
|
+
'com_bandwidth_control_enable': 'bool',
|
|
36
|
+
'com_bandwidth_control_options': 'ComBandwidthControlOptions',
|
|
37
|
+
'file_redirection_bandwidth_control_enable': 'bool',
|
|
38
|
+
'file_redirection_bandwidth_control_options': 'FileRedirectionBandwidthControlOptions',
|
|
39
|
+
'clipboard_bandwidth_control_enable': 'bool',
|
|
40
|
+
'clipboard_bandwidth_control_options': 'ClipboardBandwidthControlOptions',
|
|
41
|
+
'secure_channel_bandwidth_control_enable': 'bool',
|
|
42
|
+
'secure_channel_bandwidth_control_options': 'SecureChannelBandwidthControlOptions',
|
|
43
|
+
'camera_bandwidth_control_enable': 'bool',
|
|
44
|
+
'camera_bandwidth_control_options': 'CameraBandwidthControlOptions',
|
|
45
|
+
'virtual_channel_bandwidth_control_enable': 'bool',
|
|
46
|
+
'virtual_channel_bandwidth_control_options': 'VirtualChannelBandwidthControlOptions'
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
attribute_map = {
|
|
50
|
+
'intelligent_data_transport_flag': 'intelligent_data_transport_flag',
|
|
51
|
+
'total_bandwidth_control_enable': 'total_bandwidth_control_enable',
|
|
52
|
+
'options': 'options',
|
|
53
|
+
'display_bandwidth_control_enable': 'display_bandwidth_control_enable',
|
|
54
|
+
'display_bandwidth_control_options': 'display_bandwidth_control_options',
|
|
55
|
+
'multimedia_bandwidth_control_enable': 'multimedia_bandwidth_control_enable',
|
|
56
|
+
'multimedia_bandwidth_control_options': 'multimedia_bandwidth_control_options',
|
|
57
|
+
'usb_bandwidth_control_enable': 'usb_bandwidth_control_enable',
|
|
58
|
+
'usb_bandwidth_control_options': 'usb_bandwidth_control_options',
|
|
59
|
+
'pcsc_bandwidth_control_enable': 'pcsc_bandwidth_control_enable',
|
|
60
|
+
'pcsc_bandwidth_control_options': 'pcsc_bandwidth_control_options',
|
|
61
|
+
'twain_bandwidth_control_enable': 'twain_bandwidth_control_enable',
|
|
62
|
+
'twain_bandwidth_control_options': 'twain_bandwidth_control_options',
|
|
63
|
+
'printer_bandwidth_control_enable': 'printer_bandwidth_control_enable',
|
|
64
|
+
'printer_bandwidth_control_options': 'printer_bandwidth_control_options',
|
|
65
|
+
'com_bandwidth_control_enable': 'com_bandwidth_control_enable',
|
|
66
|
+
'com_bandwidth_control_options': 'com_bandwidth_control_options',
|
|
67
|
+
'file_redirection_bandwidth_control_enable': 'file_redirection_bandwidth_control_enable',
|
|
68
|
+
'file_redirection_bandwidth_control_options': 'file_redirection_bandwidth_control_options',
|
|
69
|
+
'clipboard_bandwidth_control_enable': 'clipboard_bandwidth_control_enable',
|
|
70
|
+
'clipboard_bandwidth_control_options': 'clipboard_bandwidth_control_options',
|
|
71
|
+
'secure_channel_bandwidth_control_enable': 'secure_channel_bandwidth_control_enable',
|
|
72
|
+
'secure_channel_bandwidth_control_options': 'secure_channel_bandwidth_control_options',
|
|
73
|
+
'camera_bandwidth_control_enable': 'camera_bandwidth_control_enable',
|
|
74
|
+
'camera_bandwidth_control_options': 'camera_bandwidth_control_options',
|
|
75
|
+
'virtual_channel_bandwidth_control_enable': 'virtual_channel_bandwidth_control_enable',
|
|
76
|
+
'virtual_channel_bandwidth_control_options': 'virtual_channel_bandwidth_control_options'
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
def __init__(self, intelligent_data_transport_flag=None, total_bandwidth_control_enable=None, options=None, display_bandwidth_control_enable=None, display_bandwidth_control_options=None, multimedia_bandwidth_control_enable=None, multimedia_bandwidth_control_options=None, usb_bandwidth_control_enable=None, usb_bandwidth_control_options=None, pcsc_bandwidth_control_enable=None, pcsc_bandwidth_control_options=None, twain_bandwidth_control_enable=None, twain_bandwidth_control_options=None, printer_bandwidth_control_enable=None, printer_bandwidth_control_options=None, com_bandwidth_control_enable=None, com_bandwidth_control_options=None, file_redirection_bandwidth_control_enable=None, file_redirection_bandwidth_control_options=None, clipboard_bandwidth_control_enable=None, clipboard_bandwidth_control_options=None, secure_channel_bandwidth_control_enable=None, secure_channel_bandwidth_control_options=None, camera_bandwidth_control_enable=None, camera_bandwidth_control_options=None, virtual_channel_bandwidth_control_enable=None, virtual_channel_bandwidth_control_options=None):
|
|
80
|
+
"""Bandwidth
|
|
81
|
+
|
|
82
|
+
The model defined in huaweicloud sdk
|
|
83
|
+
|
|
84
|
+
:param intelligent_data_transport_flag: 智能显示传输。取值为:DISABLE:表示关闭。ENABLE:表示开启。DIAGNOSTIC:诊断模式
|
|
85
|
+
:type intelligent_data_transport_flag: str
|
|
86
|
+
:param total_bandwidth_control_enable: 是否开启总带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
87
|
+
:type total_bandwidth_control_enable: bool
|
|
88
|
+
:param options:
|
|
89
|
+
:type options: :class:`huaweicloudsdkworkspace.v2.TotalBandwidthControlOptions`
|
|
90
|
+
:param display_bandwidth_control_enable: 是否开启显示带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
91
|
+
:type display_bandwidth_control_enable: bool
|
|
92
|
+
:param display_bandwidth_control_options:
|
|
93
|
+
:type display_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.DisplayBandwidthControlOptions`
|
|
94
|
+
:param multimedia_bandwidth_control_enable: 是否开启多媒体带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
95
|
+
:type multimedia_bandwidth_control_enable: bool
|
|
96
|
+
:param multimedia_bandwidth_control_options:
|
|
97
|
+
:type multimedia_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.MultimediaBandwidthControlOptions`
|
|
98
|
+
:param usb_bandwidth_control_enable: 是否开启USB带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
99
|
+
:type usb_bandwidth_control_enable: bool
|
|
100
|
+
:param usb_bandwidth_control_options:
|
|
101
|
+
:type usb_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.UsbBandwidthControlOptions`
|
|
102
|
+
:param pcsc_bandwidth_control_enable: 是否开启PCSC控制。取值为:false:表示关闭。true:表示开启。
|
|
103
|
+
:type pcsc_bandwidth_control_enable: bool
|
|
104
|
+
:param pcsc_bandwidth_control_options:
|
|
105
|
+
:type pcsc_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.PcscBandwidthControlOptions`
|
|
106
|
+
:param twain_bandwidth_control_enable: 是否开启TWAIN带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
107
|
+
:type twain_bandwidth_control_enable: bool
|
|
108
|
+
:param twain_bandwidth_control_options:
|
|
109
|
+
:type twain_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.TwainBandwidthControlOptions`
|
|
110
|
+
:param printer_bandwidth_control_enable: 是否开启打印机带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
111
|
+
:type printer_bandwidth_control_enable: bool
|
|
112
|
+
:param printer_bandwidth_control_options:
|
|
113
|
+
:type printer_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.PrinterBandwidthControlOptions`
|
|
114
|
+
:param com_bandwidth_control_enable: 是否开启串口带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
115
|
+
:type com_bandwidth_control_enable: bool
|
|
116
|
+
:param com_bandwidth_control_options:
|
|
117
|
+
:type com_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.ComBandwidthControlOptions`
|
|
118
|
+
:param file_redirection_bandwidth_control_enable: 是否开启文件重定向带宽控制。取值为:false:表示关闭。true:表示开启
|
|
119
|
+
:type file_redirection_bandwidth_control_enable: bool
|
|
120
|
+
:param file_redirection_bandwidth_control_options:
|
|
121
|
+
:type file_redirection_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.FileRedirectionBandwidthControlOptions`
|
|
122
|
+
:param clipboard_bandwidth_control_enable: 是否开启剪切板带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
123
|
+
:type clipboard_bandwidth_control_enable: bool
|
|
124
|
+
:param clipboard_bandwidth_control_options:
|
|
125
|
+
:type clipboard_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.ClipboardBandwidthControlOptions`
|
|
126
|
+
:param secure_channel_bandwidth_control_enable: 是否开启安全通道带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
127
|
+
:type secure_channel_bandwidth_control_enable: bool
|
|
128
|
+
:param secure_channel_bandwidth_control_options:
|
|
129
|
+
:type secure_channel_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.SecureChannelBandwidthControlOptions`
|
|
130
|
+
:param camera_bandwidth_control_enable: 是否开启摄像头带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
131
|
+
:type camera_bandwidth_control_enable: bool
|
|
132
|
+
:param camera_bandwidth_control_options:
|
|
133
|
+
:type camera_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.CameraBandwidthControlOptions`
|
|
134
|
+
:param virtual_channel_bandwidth_control_enable: 是否开启虚拟通道带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
135
|
+
:type virtual_channel_bandwidth_control_enable: bool
|
|
136
|
+
:param virtual_channel_bandwidth_control_options:
|
|
137
|
+
:type virtual_channel_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.VirtualChannelBandwidthControlOptions`
|
|
138
|
+
"""
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
self._intelligent_data_transport_flag = None
|
|
143
|
+
self._total_bandwidth_control_enable = None
|
|
144
|
+
self._options = None
|
|
145
|
+
self._display_bandwidth_control_enable = None
|
|
146
|
+
self._display_bandwidth_control_options = None
|
|
147
|
+
self._multimedia_bandwidth_control_enable = None
|
|
148
|
+
self._multimedia_bandwidth_control_options = None
|
|
149
|
+
self._usb_bandwidth_control_enable = None
|
|
150
|
+
self._usb_bandwidth_control_options = None
|
|
151
|
+
self._pcsc_bandwidth_control_enable = None
|
|
152
|
+
self._pcsc_bandwidth_control_options = None
|
|
153
|
+
self._twain_bandwidth_control_enable = None
|
|
154
|
+
self._twain_bandwidth_control_options = None
|
|
155
|
+
self._printer_bandwidth_control_enable = None
|
|
156
|
+
self._printer_bandwidth_control_options = None
|
|
157
|
+
self._com_bandwidth_control_enable = None
|
|
158
|
+
self._com_bandwidth_control_options = None
|
|
159
|
+
self._file_redirection_bandwidth_control_enable = None
|
|
160
|
+
self._file_redirection_bandwidth_control_options = None
|
|
161
|
+
self._clipboard_bandwidth_control_enable = None
|
|
162
|
+
self._clipboard_bandwidth_control_options = None
|
|
163
|
+
self._secure_channel_bandwidth_control_enable = None
|
|
164
|
+
self._secure_channel_bandwidth_control_options = None
|
|
165
|
+
self._camera_bandwidth_control_enable = None
|
|
166
|
+
self._camera_bandwidth_control_options = None
|
|
167
|
+
self._virtual_channel_bandwidth_control_enable = None
|
|
168
|
+
self._virtual_channel_bandwidth_control_options = None
|
|
169
|
+
self.discriminator = None
|
|
170
|
+
|
|
171
|
+
if intelligent_data_transport_flag is not None:
|
|
172
|
+
self.intelligent_data_transport_flag = intelligent_data_transport_flag
|
|
173
|
+
if total_bandwidth_control_enable is not None:
|
|
174
|
+
self.total_bandwidth_control_enable = total_bandwidth_control_enable
|
|
175
|
+
if options is not None:
|
|
176
|
+
self.options = options
|
|
177
|
+
if display_bandwidth_control_enable is not None:
|
|
178
|
+
self.display_bandwidth_control_enable = display_bandwidth_control_enable
|
|
179
|
+
if display_bandwidth_control_options is not None:
|
|
180
|
+
self.display_bandwidth_control_options = display_bandwidth_control_options
|
|
181
|
+
if multimedia_bandwidth_control_enable is not None:
|
|
182
|
+
self.multimedia_bandwidth_control_enable = multimedia_bandwidth_control_enable
|
|
183
|
+
if multimedia_bandwidth_control_options is not None:
|
|
184
|
+
self.multimedia_bandwidth_control_options = multimedia_bandwidth_control_options
|
|
185
|
+
if usb_bandwidth_control_enable is not None:
|
|
186
|
+
self.usb_bandwidth_control_enable = usb_bandwidth_control_enable
|
|
187
|
+
if usb_bandwidth_control_options is not None:
|
|
188
|
+
self.usb_bandwidth_control_options = usb_bandwidth_control_options
|
|
189
|
+
if pcsc_bandwidth_control_enable is not None:
|
|
190
|
+
self.pcsc_bandwidth_control_enable = pcsc_bandwidth_control_enable
|
|
191
|
+
if pcsc_bandwidth_control_options is not None:
|
|
192
|
+
self.pcsc_bandwidth_control_options = pcsc_bandwidth_control_options
|
|
193
|
+
if twain_bandwidth_control_enable is not None:
|
|
194
|
+
self.twain_bandwidth_control_enable = twain_bandwidth_control_enable
|
|
195
|
+
if twain_bandwidth_control_options is not None:
|
|
196
|
+
self.twain_bandwidth_control_options = twain_bandwidth_control_options
|
|
197
|
+
if printer_bandwidth_control_enable is not None:
|
|
198
|
+
self.printer_bandwidth_control_enable = printer_bandwidth_control_enable
|
|
199
|
+
if printer_bandwidth_control_options is not None:
|
|
200
|
+
self.printer_bandwidth_control_options = printer_bandwidth_control_options
|
|
201
|
+
if com_bandwidth_control_enable is not None:
|
|
202
|
+
self.com_bandwidth_control_enable = com_bandwidth_control_enable
|
|
203
|
+
if com_bandwidth_control_options is not None:
|
|
204
|
+
self.com_bandwidth_control_options = com_bandwidth_control_options
|
|
205
|
+
if file_redirection_bandwidth_control_enable is not None:
|
|
206
|
+
self.file_redirection_bandwidth_control_enable = file_redirection_bandwidth_control_enable
|
|
207
|
+
if file_redirection_bandwidth_control_options is not None:
|
|
208
|
+
self.file_redirection_bandwidth_control_options = file_redirection_bandwidth_control_options
|
|
209
|
+
if clipboard_bandwidth_control_enable is not None:
|
|
210
|
+
self.clipboard_bandwidth_control_enable = clipboard_bandwidth_control_enable
|
|
211
|
+
if clipboard_bandwidth_control_options is not None:
|
|
212
|
+
self.clipboard_bandwidth_control_options = clipboard_bandwidth_control_options
|
|
213
|
+
if secure_channel_bandwidth_control_enable is not None:
|
|
214
|
+
self.secure_channel_bandwidth_control_enable = secure_channel_bandwidth_control_enable
|
|
215
|
+
if secure_channel_bandwidth_control_options is not None:
|
|
216
|
+
self.secure_channel_bandwidth_control_options = secure_channel_bandwidth_control_options
|
|
217
|
+
if camera_bandwidth_control_enable is not None:
|
|
218
|
+
self.camera_bandwidth_control_enable = camera_bandwidth_control_enable
|
|
219
|
+
if camera_bandwidth_control_options is not None:
|
|
220
|
+
self.camera_bandwidth_control_options = camera_bandwidth_control_options
|
|
221
|
+
if virtual_channel_bandwidth_control_enable is not None:
|
|
222
|
+
self.virtual_channel_bandwidth_control_enable = virtual_channel_bandwidth_control_enable
|
|
223
|
+
if virtual_channel_bandwidth_control_options is not None:
|
|
224
|
+
self.virtual_channel_bandwidth_control_options = virtual_channel_bandwidth_control_options
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
def intelligent_data_transport_flag(self):
|
|
228
|
+
"""Gets the intelligent_data_transport_flag of this Bandwidth.
|
|
229
|
+
|
|
230
|
+
智能显示传输。取值为:DISABLE:表示关闭。ENABLE:表示开启。DIAGNOSTIC:诊断模式
|
|
231
|
+
|
|
232
|
+
:return: The intelligent_data_transport_flag of this Bandwidth.
|
|
233
|
+
:rtype: str
|
|
234
|
+
"""
|
|
235
|
+
return self._intelligent_data_transport_flag
|
|
236
|
+
|
|
237
|
+
@intelligent_data_transport_flag.setter
|
|
238
|
+
def intelligent_data_transport_flag(self, intelligent_data_transport_flag):
|
|
239
|
+
"""Sets the intelligent_data_transport_flag of this Bandwidth.
|
|
240
|
+
|
|
241
|
+
智能显示传输。取值为:DISABLE:表示关闭。ENABLE:表示开启。DIAGNOSTIC:诊断模式
|
|
242
|
+
|
|
243
|
+
:param intelligent_data_transport_flag: The intelligent_data_transport_flag of this Bandwidth.
|
|
244
|
+
:type intelligent_data_transport_flag: str
|
|
245
|
+
"""
|
|
246
|
+
self._intelligent_data_transport_flag = intelligent_data_transport_flag
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
def total_bandwidth_control_enable(self):
|
|
250
|
+
"""Gets the total_bandwidth_control_enable of this Bandwidth.
|
|
251
|
+
|
|
252
|
+
是否开启总带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
253
|
+
|
|
254
|
+
:return: The total_bandwidth_control_enable of this Bandwidth.
|
|
255
|
+
:rtype: bool
|
|
256
|
+
"""
|
|
257
|
+
return self._total_bandwidth_control_enable
|
|
258
|
+
|
|
259
|
+
@total_bandwidth_control_enable.setter
|
|
260
|
+
def total_bandwidth_control_enable(self, total_bandwidth_control_enable):
|
|
261
|
+
"""Sets the total_bandwidth_control_enable of this Bandwidth.
|
|
262
|
+
|
|
263
|
+
是否开启总带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
264
|
+
|
|
265
|
+
:param total_bandwidth_control_enable: The total_bandwidth_control_enable of this Bandwidth.
|
|
266
|
+
:type total_bandwidth_control_enable: bool
|
|
267
|
+
"""
|
|
268
|
+
self._total_bandwidth_control_enable = total_bandwidth_control_enable
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
def options(self):
|
|
272
|
+
"""Gets the options of this Bandwidth.
|
|
273
|
+
|
|
274
|
+
:return: The options of this Bandwidth.
|
|
275
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.TotalBandwidthControlOptions`
|
|
276
|
+
"""
|
|
277
|
+
return self._options
|
|
278
|
+
|
|
279
|
+
@options.setter
|
|
280
|
+
def options(self, options):
|
|
281
|
+
"""Sets the options of this Bandwidth.
|
|
282
|
+
|
|
283
|
+
:param options: The options of this Bandwidth.
|
|
284
|
+
:type options: :class:`huaweicloudsdkworkspace.v2.TotalBandwidthControlOptions`
|
|
285
|
+
"""
|
|
286
|
+
self._options = options
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
def display_bandwidth_control_enable(self):
|
|
290
|
+
"""Gets the display_bandwidth_control_enable of this Bandwidth.
|
|
291
|
+
|
|
292
|
+
是否开启显示带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
293
|
+
|
|
294
|
+
:return: The display_bandwidth_control_enable of this Bandwidth.
|
|
295
|
+
:rtype: bool
|
|
296
|
+
"""
|
|
297
|
+
return self._display_bandwidth_control_enable
|
|
298
|
+
|
|
299
|
+
@display_bandwidth_control_enable.setter
|
|
300
|
+
def display_bandwidth_control_enable(self, display_bandwidth_control_enable):
|
|
301
|
+
"""Sets the display_bandwidth_control_enable of this Bandwidth.
|
|
302
|
+
|
|
303
|
+
是否开启显示带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
304
|
+
|
|
305
|
+
:param display_bandwidth_control_enable: The display_bandwidth_control_enable of this Bandwidth.
|
|
306
|
+
:type display_bandwidth_control_enable: bool
|
|
307
|
+
"""
|
|
308
|
+
self._display_bandwidth_control_enable = display_bandwidth_control_enable
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
def display_bandwidth_control_options(self):
|
|
312
|
+
"""Gets the display_bandwidth_control_options of this Bandwidth.
|
|
313
|
+
|
|
314
|
+
:return: The display_bandwidth_control_options of this Bandwidth.
|
|
315
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.DisplayBandwidthControlOptions`
|
|
316
|
+
"""
|
|
317
|
+
return self._display_bandwidth_control_options
|
|
318
|
+
|
|
319
|
+
@display_bandwidth_control_options.setter
|
|
320
|
+
def display_bandwidth_control_options(self, display_bandwidth_control_options):
|
|
321
|
+
"""Sets the display_bandwidth_control_options of this Bandwidth.
|
|
322
|
+
|
|
323
|
+
:param display_bandwidth_control_options: The display_bandwidth_control_options of this Bandwidth.
|
|
324
|
+
:type display_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.DisplayBandwidthControlOptions`
|
|
325
|
+
"""
|
|
326
|
+
self._display_bandwidth_control_options = display_bandwidth_control_options
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
def multimedia_bandwidth_control_enable(self):
|
|
330
|
+
"""Gets the multimedia_bandwidth_control_enable of this Bandwidth.
|
|
331
|
+
|
|
332
|
+
是否开启多媒体带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
333
|
+
|
|
334
|
+
:return: The multimedia_bandwidth_control_enable of this Bandwidth.
|
|
335
|
+
:rtype: bool
|
|
336
|
+
"""
|
|
337
|
+
return self._multimedia_bandwidth_control_enable
|
|
338
|
+
|
|
339
|
+
@multimedia_bandwidth_control_enable.setter
|
|
340
|
+
def multimedia_bandwidth_control_enable(self, multimedia_bandwidth_control_enable):
|
|
341
|
+
"""Sets the multimedia_bandwidth_control_enable of this Bandwidth.
|
|
342
|
+
|
|
343
|
+
是否开启多媒体带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
344
|
+
|
|
345
|
+
:param multimedia_bandwidth_control_enable: The multimedia_bandwidth_control_enable of this Bandwidth.
|
|
346
|
+
:type multimedia_bandwidth_control_enable: bool
|
|
347
|
+
"""
|
|
348
|
+
self._multimedia_bandwidth_control_enable = multimedia_bandwidth_control_enable
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
def multimedia_bandwidth_control_options(self):
|
|
352
|
+
"""Gets the multimedia_bandwidth_control_options of this Bandwidth.
|
|
353
|
+
|
|
354
|
+
:return: The multimedia_bandwidth_control_options of this Bandwidth.
|
|
355
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.MultimediaBandwidthControlOptions`
|
|
356
|
+
"""
|
|
357
|
+
return self._multimedia_bandwidth_control_options
|
|
358
|
+
|
|
359
|
+
@multimedia_bandwidth_control_options.setter
|
|
360
|
+
def multimedia_bandwidth_control_options(self, multimedia_bandwidth_control_options):
|
|
361
|
+
"""Sets the multimedia_bandwidth_control_options of this Bandwidth.
|
|
362
|
+
|
|
363
|
+
:param multimedia_bandwidth_control_options: The multimedia_bandwidth_control_options of this Bandwidth.
|
|
364
|
+
:type multimedia_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.MultimediaBandwidthControlOptions`
|
|
365
|
+
"""
|
|
366
|
+
self._multimedia_bandwidth_control_options = multimedia_bandwidth_control_options
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
def usb_bandwidth_control_enable(self):
|
|
370
|
+
"""Gets the usb_bandwidth_control_enable of this Bandwidth.
|
|
371
|
+
|
|
372
|
+
是否开启USB带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
373
|
+
|
|
374
|
+
:return: The usb_bandwidth_control_enable of this Bandwidth.
|
|
375
|
+
:rtype: bool
|
|
376
|
+
"""
|
|
377
|
+
return self._usb_bandwidth_control_enable
|
|
378
|
+
|
|
379
|
+
@usb_bandwidth_control_enable.setter
|
|
380
|
+
def usb_bandwidth_control_enable(self, usb_bandwidth_control_enable):
|
|
381
|
+
"""Sets the usb_bandwidth_control_enable of this Bandwidth.
|
|
382
|
+
|
|
383
|
+
是否开启USB带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
384
|
+
|
|
385
|
+
:param usb_bandwidth_control_enable: The usb_bandwidth_control_enable of this Bandwidth.
|
|
386
|
+
:type usb_bandwidth_control_enable: bool
|
|
387
|
+
"""
|
|
388
|
+
self._usb_bandwidth_control_enable = usb_bandwidth_control_enable
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
def usb_bandwidth_control_options(self):
|
|
392
|
+
"""Gets the usb_bandwidth_control_options of this Bandwidth.
|
|
393
|
+
|
|
394
|
+
:return: The usb_bandwidth_control_options of this Bandwidth.
|
|
395
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.UsbBandwidthControlOptions`
|
|
396
|
+
"""
|
|
397
|
+
return self._usb_bandwidth_control_options
|
|
398
|
+
|
|
399
|
+
@usb_bandwidth_control_options.setter
|
|
400
|
+
def usb_bandwidth_control_options(self, usb_bandwidth_control_options):
|
|
401
|
+
"""Sets the usb_bandwidth_control_options of this Bandwidth.
|
|
402
|
+
|
|
403
|
+
:param usb_bandwidth_control_options: The usb_bandwidth_control_options of this Bandwidth.
|
|
404
|
+
:type usb_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.UsbBandwidthControlOptions`
|
|
405
|
+
"""
|
|
406
|
+
self._usb_bandwidth_control_options = usb_bandwidth_control_options
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
def pcsc_bandwidth_control_enable(self):
|
|
410
|
+
"""Gets the pcsc_bandwidth_control_enable of this Bandwidth.
|
|
411
|
+
|
|
412
|
+
是否开启PCSC控制。取值为:false:表示关闭。true:表示开启。
|
|
413
|
+
|
|
414
|
+
:return: The pcsc_bandwidth_control_enable of this Bandwidth.
|
|
415
|
+
:rtype: bool
|
|
416
|
+
"""
|
|
417
|
+
return self._pcsc_bandwidth_control_enable
|
|
418
|
+
|
|
419
|
+
@pcsc_bandwidth_control_enable.setter
|
|
420
|
+
def pcsc_bandwidth_control_enable(self, pcsc_bandwidth_control_enable):
|
|
421
|
+
"""Sets the pcsc_bandwidth_control_enable of this Bandwidth.
|
|
422
|
+
|
|
423
|
+
是否开启PCSC控制。取值为:false:表示关闭。true:表示开启。
|
|
424
|
+
|
|
425
|
+
:param pcsc_bandwidth_control_enable: The pcsc_bandwidth_control_enable of this Bandwidth.
|
|
426
|
+
:type pcsc_bandwidth_control_enable: bool
|
|
427
|
+
"""
|
|
428
|
+
self._pcsc_bandwidth_control_enable = pcsc_bandwidth_control_enable
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
def pcsc_bandwidth_control_options(self):
|
|
432
|
+
"""Gets the pcsc_bandwidth_control_options of this Bandwidth.
|
|
433
|
+
|
|
434
|
+
:return: The pcsc_bandwidth_control_options of this Bandwidth.
|
|
435
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.PcscBandwidthControlOptions`
|
|
436
|
+
"""
|
|
437
|
+
return self._pcsc_bandwidth_control_options
|
|
438
|
+
|
|
439
|
+
@pcsc_bandwidth_control_options.setter
|
|
440
|
+
def pcsc_bandwidth_control_options(self, pcsc_bandwidth_control_options):
|
|
441
|
+
"""Sets the pcsc_bandwidth_control_options of this Bandwidth.
|
|
442
|
+
|
|
443
|
+
:param pcsc_bandwidth_control_options: The pcsc_bandwidth_control_options of this Bandwidth.
|
|
444
|
+
:type pcsc_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.PcscBandwidthControlOptions`
|
|
445
|
+
"""
|
|
446
|
+
self._pcsc_bandwidth_control_options = pcsc_bandwidth_control_options
|
|
447
|
+
|
|
448
|
+
@property
|
|
449
|
+
def twain_bandwidth_control_enable(self):
|
|
450
|
+
"""Gets the twain_bandwidth_control_enable of this Bandwidth.
|
|
451
|
+
|
|
452
|
+
是否开启TWAIN带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
453
|
+
|
|
454
|
+
:return: The twain_bandwidth_control_enable of this Bandwidth.
|
|
455
|
+
:rtype: bool
|
|
456
|
+
"""
|
|
457
|
+
return self._twain_bandwidth_control_enable
|
|
458
|
+
|
|
459
|
+
@twain_bandwidth_control_enable.setter
|
|
460
|
+
def twain_bandwidth_control_enable(self, twain_bandwidth_control_enable):
|
|
461
|
+
"""Sets the twain_bandwidth_control_enable of this Bandwidth.
|
|
462
|
+
|
|
463
|
+
是否开启TWAIN带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
464
|
+
|
|
465
|
+
:param twain_bandwidth_control_enable: The twain_bandwidth_control_enable of this Bandwidth.
|
|
466
|
+
:type twain_bandwidth_control_enable: bool
|
|
467
|
+
"""
|
|
468
|
+
self._twain_bandwidth_control_enable = twain_bandwidth_control_enable
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
def twain_bandwidth_control_options(self):
|
|
472
|
+
"""Gets the twain_bandwidth_control_options of this Bandwidth.
|
|
473
|
+
|
|
474
|
+
:return: The twain_bandwidth_control_options of this Bandwidth.
|
|
475
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.TwainBandwidthControlOptions`
|
|
476
|
+
"""
|
|
477
|
+
return self._twain_bandwidth_control_options
|
|
478
|
+
|
|
479
|
+
@twain_bandwidth_control_options.setter
|
|
480
|
+
def twain_bandwidth_control_options(self, twain_bandwidth_control_options):
|
|
481
|
+
"""Sets the twain_bandwidth_control_options of this Bandwidth.
|
|
482
|
+
|
|
483
|
+
:param twain_bandwidth_control_options: The twain_bandwidth_control_options of this Bandwidth.
|
|
484
|
+
:type twain_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.TwainBandwidthControlOptions`
|
|
485
|
+
"""
|
|
486
|
+
self._twain_bandwidth_control_options = twain_bandwidth_control_options
|
|
487
|
+
|
|
488
|
+
@property
|
|
489
|
+
def printer_bandwidth_control_enable(self):
|
|
490
|
+
"""Gets the printer_bandwidth_control_enable of this Bandwidth.
|
|
491
|
+
|
|
492
|
+
是否开启打印机带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
493
|
+
|
|
494
|
+
:return: The printer_bandwidth_control_enable of this Bandwidth.
|
|
495
|
+
:rtype: bool
|
|
496
|
+
"""
|
|
497
|
+
return self._printer_bandwidth_control_enable
|
|
498
|
+
|
|
499
|
+
@printer_bandwidth_control_enable.setter
|
|
500
|
+
def printer_bandwidth_control_enable(self, printer_bandwidth_control_enable):
|
|
501
|
+
"""Sets the printer_bandwidth_control_enable of this Bandwidth.
|
|
502
|
+
|
|
503
|
+
是否开启打印机带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
504
|
+
|
|
505
|
+
:param printer_bandwidth_control_enable: The printer_bandwidth_control_enable of this Bandwidth.
|
|
506
|
+
:type printer_bandwidth_control_enable: bool
|
|
507
|
+
"""
|
|
508
|
+
self._printer_bandwidth_control_enable = printer_bandwidth_control_enable
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
def printer_bandwidth_control_options(self):
|
|
512
|
+
"""Gets the printer_bandwidth_control_options of this Bandwidth.
|
|
513
|
+
|
|
514
|
+
:return: The printer_bandwidth_control_options of this Bandwidth.
|
|
515
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.PrinterBandwidthControlOptions`
|
|
516
|
+
"""
|
|
517
|
+
return self._printer_bandwidth_control_options
|
|
518
|
+
|
|
519
|
+
@printer_bandwidth_control_options.setter
|
|
520
|
+
def printer_bandwidth_control_options(self, printer_bandwidth_control_options):
|
|
521
|
+
"""Sets the printer_bandwidth_control_options of this Bandwidth.
|
|
522
|
+
|
|
523
|
+
:param printer_bandwidth_control_options: The printer_bandwidth_control_options of this Bandwidth.
|
|
524
|
+
:type printer_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.PrinterBandwidthControlOptions`
|
|
525
|
+
"""
|
|
526
|
+
self._printer_bandwidth_control_options = printer_bandwidth_control_options
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
def com_bandwidth_control_enable(self):
|
|
530
|
+
"""Gets the com_bandwidth_control_enable of this Bandwidth.
|
|
531
|
+
|
|
532
|
+
是否开启串口带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
533
|
+
|
|
534
|
+
:return: The com_bandwidth_control_enable of this Bandwidth.
|
|
535
|
+
:rtype: bool
|
|
536
|
+
"""
|
|
537
|
+
return self._com_bandwidth_control_enable
|
|
538
|
+
|
|
539
|
+
@com_bandwidth_control_enable.setter
|
|
540
|
+
def com_bandwidth_control_enable(self, com_bandwidth_control_enable):
|
|
541
|
+
"""Sets the com_bandwidth_control_enable of this Bandwidth.
|
|
542
|
+
|
|
543
|
+
是否开启串口带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
544
|
+
|
|
545
|
+
:param com_bandwidth_control_enable: The com_bandwidth_control_enable of this Bandwidth.
|
|
546
|
+
:type com_bandwidth_control_enable: bool
|
|
547
|
+
"""
|
|
548
|
+
self._com_bandwidth_control_enable = com_bandwidth_control_enable
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
def com_bandwidth_control_options(self):
|
|
552
|
+
"""Gets the com_bandwidth_control_options of this Bandwidth.
|
|
553
|
+
|
|
554
|
+
:return: The com_bandwidth_control_options of this Bandwidth.
|
|
555
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.ComBandwidthControlOptions`
|
|
556
|
+
"""
|
|
557
|
+
return self._com_bandwidth_control_options
|
|
558
|
+
|
|
559
|
+
@com_bandwidth_control_options.setter
|
|
560
|
+
def com_bandwidth_control_options(self, com_bandwidth_control_options):
|
|
561
|
+
"""Sets the com_bandwidth_control_options of this Bandwidth.
|
|
562
|
+
|
|
563
|
+
:param com_bandwidth_control_options: The com_bandwidth_control_options of this Bandwidth.
|
|
564
|
+
:type com_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.ComBandwidthControlOptions`
|
|
565
|
+
"""
|
|
566
|
+
self._com_bandwidth_control_options = com_bandwidth_control_options
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
def file_redirection_bandwidth_control_enable(self):
|
|
570
|
+
"""Gets the file_redirection_bandwidth_control_enable of this Bandwidth.
|
|
571
|
+
|
|
572
|
+
是否开启文件重定向带宽控制。取值为:false:表示关闭。true:表示开启
|
|
573
|
+
|
|
574
|
+
:return: The file_redirection_bandwidth_control_enable of this Bandwidth.
|
|
575
|
+
:rtype: bool
|
|
576
|
+
"""
|
|
577
|
+
return self._file_redirection_bandwidth_control_enable
|
|
578
|
+
|
|
579
|
+
@file_redirection_bandwidth_control_enable.setter
|
|
580
|
+
def file_redirection_bandwidth_control_enable(self, file_redirection_bandwidth_control_enable):
|
|
581
|
+
"""Sets the file_redirection_bandwidth_control_enable of this Bandwidth.
|
|
582
|
+
|
|
583
|
+
是否开启文件重定向带宽控制。取值为:false:表示关闭。true:表示开启
|
|
584
|
+
|
|
585
|
+
:param file_redirection_bandwidth_control_enable: The file_redirection_bandwidth_control_enable of this Bandwidth.
|
|
586
|
+
:type file_redirection_bandwidth_control_enable: bool
|
|
587
|
+
"""
|
|
588
|
+
self._file_redirection_bandwidth_control_enable = file_redirection_bandwidth_control_enable
|
|
589
|
+
|
|
590
|
+
@property
|
|
591
|
+
def file_redirection_bandwidth_control_options(self):
|
|
592
|
+
"""Gets the file_redirection_bandwidth_control_options of this Bandwidth.
|
|
593
|
+
|
|
594
|
+
:return: The file_redirection_bandwidth_control_options of this Bandwidth.
|
|
595
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.FileRedirectionBandwidthControlOptions`
|
|
596
|
+
"""
|
|
597
|
+
return self._file_redirection_bandwidth_control_options
|
|
598
|
+
|
|
599
|
+
@file_redirection_bandwidth_control_options.setter
|
|
600
|
+
def file_redirection_bandwidth_control_options(self, file_redirection_bandwidth_control_options):
|
|
601
|
+
"""Sets the file_redirection_bandwidth_control_options of this Bandwidth.
|
|
602
|
+
|
|
603
|
+
:param file_redirection_bandwidth_control_options: The file_redirection_bandwidth_control_options of this Bandwidth.
|
|
604
|
+
:type file_redirection_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.FileRedirectionBandwidthControlOptions`
|
|
605
|
+
"""
|
|
606
|
+
self._file_redirection_bandwidth_control_options = file_redirection_bandwidth_control_options
|
|
607
|
+
|
|
608
|
+
@property
|
|
609
|
+
def clipboard_bandwidth_control_enable(self):
|
|
610
|
+
"""Gets the clipboard_bandwidth_control_enable of this Bandwidth.
|
|
611
|
+
|
|
612
|
+
是否开启剪切板带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
613
|
+
|
|
614
|
+
:return: The clipboard_bandwidth_control_enable of this Bandwidth.
|
|
615
|
+
:rtype: bool
|
|
616
|
+
"""
|
|
617
|
+
return self._clipboard_bandwidth_control_enable
|
|
618
|
+
|
|
619
|
+
@clipboard_bandwidth_control_enable.setter
|
|
620
|
+
def clipboard_bandwidth_control_enable(self, clipboard_bandwidth_control_enable):
|
|
621
|
+
"""Sets the clipboard_bandwidth_control_enable of this Bandwidth.
|
|
622
|
+
|
|
623
|
+
是否开启剪切板带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
624
|
+
|
|
625
|
+
:param clipboard_bandwidth_control_enable: The clipboard_bandwidth_control_enable of this Bandwidth.
|
|
626
|
+
:type clipboard_bandwidth_control_enable: bool
|
|
627
|
+
"""
|
|
628
|
+
self._clipboard_bandwidth_control_enable = clipboard_bandwidth_control_enable
|
|
629
|
+
|
|
630
|
+
@property
|
|
631
|
+
def clipboard_bandwidth_control_options(self):
|
|
632
|
+
"""Gets the clipboard_bandwidth_control_options of this Bandwidth.
|
|
633
|
+
|
|
634
|
+
:return: The clipboard_bandwidth_control_options of this Bandwidth.
|
|
635
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.ClipboardBandwidthControlOptions`
|
|
636
|
+
"""
|
|
637
|
+
return self._clipboard_bandwidth_control_options
|
|
638
|
+
|
|
639
|
+
@clipboard_bandwidth_control_options.setter
|
|
640
|
+
def clipboard_bandwidth_control_options(self, clipboard_bandwidth_control_options):
|
|
641
|
+
"""Sets the clipboard_bandwidth_control_options of this Bandwidth.
|
|
642
|
+
|
|
643
|
+
:param clipboard_bandwidth_control_options: The clipboard_bandwidth_control_options of this Bandwidth.
|
|
644
|
+
:type clipboard_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.ClipboardBandwidthControlOptions`
|
|
645
|
+
"""
|
|
646
|
+
self._clipboard_bandwidth_control_options = clipboard_bandwidth_control_options
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
def secure_channel_bandwidth_control_enable(self):
|
|
650
|
+
"""Gets the secure_channel_bandwidth_control_enable of this Bandwidth.
|
|
651
|
+
|
|
652
|
+
是否开启安全通道带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
653
|
+
|
|
654
|
+
:return: The secure_channel_bandwidth_control_enable of this Bandwidth.
|
|
655
|
+
:rtype: bool
|
|
656
|
+
"""
|
|
657
|
+
return self._secure_channel_bandwidth_control_enable
|
|
658
|
+
|
|
659
|
+
@secure_channel_bandwidth_control_enable.setter
|
|
660
|
+
def secure_channel_bandwidth_control_enable(self, secure_channel_bandwidth_control_enable):
|
|
661
|
+
"""Sets the secure_channel_bandwidth_control_enable of this Bandwidth.
|
|
662
|
+
|
|
663
|
+
是否开启安全通道带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
664
|
+
|
|
665
|
+
:param secure_channel_bandwidth_control_enable: The secure_channel_bandwidth_control_enable of this Bandwidth.
|
|
666
|
+
:type secure_channel_bandwidth_control_enable: bool
|
|
667
|
+
"""
|
|
668
|
+
self._secure_channel_bandwidth_control_enable = secure_channel_bandwidth_control_enable
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
def secure_channel_bandwidth_control_options(self):
|
|
672
|
+
"""Gets the secure_channel_bandwidth_control_options of this Bandwidth.
|
|
673
|
+
|
|
674
|
+
:return: The secure_channel_bandwidth_control_options of this Bandwidth.
|
|
675
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.SecureChannelBandwidthControlOptions`
|
|
676
|
+
"""
|
|
677
|
+
return self._secure_channel_bandwidth_control_options
|
|
678
|
+
|
|
679
|
+
@secure_channel_bandwidth_control_options.setter
|
|
680
|
+
def secure_channel_bandwidth_control_options(self, secure_channel_bandwidth_control_options):
|
|
681
|
+
"""Sets the secure_channel_bandwidth_control_options of this Bandwidth.
|
|
682
|
+
|
|
683
|
+
:param secure_channel_bandwidth_control_options: The secure_channel_bandwidth_control_options of this Bandwidth.
|
|
684
|
+
:type secure_channel_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.SecureChannelBandwidthControlOptions`
|
|
685
|
+
"""
|
|
686
|
+
self._secure_channel_bandwidth_control_options = secure_channel_bandwidth_control_options
|
|
687
|
+
|
|
688
|
+
@property
|
|
689
|
+
def camera_bandwidth_control_enable(self):
|
|
690
|
+
"""Gets the camera_bandwidth_control_enable of this Bandwidth.
|
|
691
|
+
|
|
692
|
+
是否开启摄像头带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
693
|
+
|
|
694
|
+
:return: The camera_bandwidth_control_enable of this Bandwidth.
|
|
695
|
+
:rtype: bool
|
|
696
|
+
"""
|
|
697
|
+
return self._camera_bandwidth_control_enable
|
|
698
|
+
|
|
699
|
+
@camera_bandwidth_control_enable.setter
|
|
700
|
+
def camera_bandwidth_control_enable(self, camera_bandwidth_control_enable):
|
|
701
|
+
"""Sets the camera_bandwidth_control_enable of this Bandwidth.
|
|
702
|
+
|
|
703
|
+
是否开启摄像头带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
704
|
+
|
|
705
|
+
:param camera_bandwidth_control_enable: The camera_bandwidth_control_enable of this Bandwidth.
|
|
706
|
+
:type camera_bandwidth_control_enable: bool
|
|
707
|
+
"""
|
|
708
|
+
self._camera_bandwidth_control_enable = camera_bandwidth_control_enable
|
|
709
|
+
|
|
710
|
+
@property
|
|
711
|
+
def camera_bandwidth_control_options(self):
|
|
712
|
+
"""Gets the camera_bandwidth_control_options of this Bandwidth.
|
|
713
|
+
|
|
714
|
+
:return: The camera_bandwidth_control_options of this Bandwidth.
|
|
715
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.CameraBandwidthControlOptions`
|
|
716
|
+
"""
|
|
717
|
+
return self._camera_bandwidth_control_options
|
|
718
|
+
|
|
719
|
+
@camera_bandwidth_control_options.setter
|
|
720
|
+
def camera_bandwidth_control_options(self, camera_bandwidth_control_options):
|
|
721
|
+
"""Sets the camera_bandwidth_control_options of this Bandwidth.
|
|
722
|
+
|
|
723
|
+
:param camera_bandwidth_control_options: The camera_bandwidth_control_options of this Bandwidth.
|
|
724
|
+
:type camera_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.CameraBandwidthControlOptions`
|
|
725
|
+
"""
|
|
726
|
+
self._camera_bandwidth_control_options = camera_bandwidth_control_options
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
def virtual_channel_bandwidth_control_enable(self):
|
|
730
|
+
"""Gets the virtual_channel_bandwidth_control_enable of this Bandwidth.
|
|
731
|
+
|
|
732
|
+
是否开启虚拟通道带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
733
|
+
|
|
734
|
+
:return: The virtual_channel_bandwidth_control_enable of this Bandwidth.
|
|
735
|
+
:rtype: bool
|
|
736
|
+
"""
|
|
737
|
+
return self._virtual_channel_bandwidth_control_enable
|
|
738
|
+
|
|
739
|
+
@virtual_channel_bandwidth_control_enable.setter
|
|
740
|
+
def virtual_channel_bandwidth_control_enable(self, virtual_channel_bandwidth_control_enable):
|
|
741
|
+
"""Sets the virtual_channel_bandwidth_control_enable of this Bandwidth.
|
|
742
|
+
|
|
743
|
+
是否开启虚拟通道带宽控制。取值为:false:表示关闭。true:表示开启。
|
|
744
|
+
|
|
745
|
+
:param virtual_channel_bandwidth_control_enable: The virtual_channel_bandwidth_control_enable of this Bandwidth.
|
|
746
|
+
:type virtual_channel_bandwidth_control_enable: bool
|
|
747
|
+
"""
|
|
748
|
+
self._virtual_channel_bandwidth_control_enable = virtual_channel_bandwidth_control_enable
|
|
749
|
+
|
|
750
|
+
@property
|
|
751
|
+
def virtual_channel_bandwidth_control_options(self):
|
|
752
|
+
"""Gets the virtual_channel_bandwidth_control_options of this Bandwidth.
|
|
753
|
+
|
|
754
|
+
:return: The virtual_channel_bandwidth_control_options of this Bandwidth.
|
|
755
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.VirtualChannelBandwidthControlOptions`
|
|
756
|
+
"""
|
|
757
|
+
return self._virtual_channel_bandwidth_control_options
|
|
758
|
+
|
|
759
|
+
@virtual_channel_bandwidth_control_options.setter
|
|
760
|
+
def virtual_channel_bandwidth_control_options(self, virtual_channel_bandwidth_control_options):
|
|
761
|
+
"""Sets the virtual_channel_bandwidth_control_options of this Bandwidth.
|
|
762
|
+
|
|
763
|
+
:param virtual_channel_bandwidth_control_options: The virtual_channel_bandwidth_control_options of this Bandwidth.
|
|
764
|
+
:type virtual_channel_bandwidth_control_options: :class:`huaweicloudsdkworkspace.v2.VirtualChannelBandwidthControlOptions`
|
|
765
|
+
"""
|
|
766
|
+
self._virtual_channel_bandwidth_control_options = virtual_channel_bandwidth_control_options
|
|
767
|
+
|
|
768
|
+
def to_dict(self):
|
|
769
|
+
"""Returns the model properties as a dict"""
|
|
770
|
+
result = {}
|
|
771
|
+
|
|
772
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
773
|
+
value = getattr(self, attr)
|
|
774
|
+
if isinstance(value, list):
|
|
775
|
+
result[attr] = list(map(
|
|
776
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
777
|
+
value
|
|
778
|
+
))
|
|
779
|
+
elif hasattr(value, "to_dict"):
|
|
780
|
+
result[attr] = value.to_dict()
|
|
781
|
+
elif isinstance(value, dict):
|
|
782
|
+
result[attr] = dict(map(
|
|
783
|
+
lambda item: (item[0], item[1].to_dict())
|
|
784
|
+
if hasattr(item[1], "to_dict") else item,
|
|
785
|
+
value.items()
|
|
786
|
+
))
|
|
787
|
+
else:
|
|
788
|
+
if attr in self.sensitive_list:
|
|
789
|
+
result[attr] = "****"
|
|
790
|
+
else:
|
|
791
|
+
result[attr] = value
|
|
792
|
+
|
|
793
|
+
return result
|
|
794
|
+
|
|
795
|
+
def to_str(self):
|
|
796
|
+
"""Returns the string representation of the model"""
|
|
797
|
+
import simplejson as json
|
|
798
|
+
if six.PY2:
|
|
799
|
+
import sys
|
|
800
|
+
reload(sys)
|
|
801
|
+
sys.setdefaultencoding("utf-8")
|
|
802
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
803
|
+
|
|
804
|
+
def __repr__(self):
|
|
805
|
+
"""For `print`"""
|
|
806
|
+
return self.to_str()
|
|
807
|
+
|
|
808
|
+
def __eq__(self, other):
|
|
809
|
+
"""Returns true if both objects are equal"""
|
|
810
|
+
if not isinstance(other, Bandwidth):
|
|
811
|
+
return False
|
|
812
|
+
|
|
813
|
+
return self.__dict__ == other.__dict__
|
|
814
|
+
|
|
815
|
+
def __ne__(self, other):
|
|
816
|
+
"""Returns true if both objects are not equal"""
|
|
817
|
+
return not self == other
|