baiducloud-python-sdk-bcc 0.0.1__py3-none-any.whl → 0.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- baiducloud_python_sdk_bcc/__init__.py +1 -1
- baiducloud_python_sdk_bcc/api/bcc_client.py +2000 -128
- baiducloud_python_sdk_bcc/models/__init__.py +136 -2
- baiducloud_python_sdk_bcc/models/add_ipv6_request.py +76 -0
- baiducloud_python_sdk_bcc/models/add_ipv6_response.py +61 -0
- baiducloud_python_sdk_bcc/models/auto_release_instance_request.py +74 -0
- baiducloud_python_sdk_bcc/models/az_intstance_statis_detail.py +124 -0
- baiducloud_python_sdk_bcc/models/batch_add_ip_request.py +86 -0
- baiducloud_python_sdk_bcc/models/batch_change_to_postpaid_request.py +61 -0
- baiducloud_python_sdk_bcc/models/batch_change_to_postpaid_response.py +61 -0
- baiducloud_python_sdk_bcc/models/batch_change_to_prepaid_request.py +61 -0
- baiducloud_python_sdk_bcc/models/batch_change_to_prepaid_response.py +61 -0
- baiducloud_python_sdk_bcc/models/batch_delete_ip_request.py +68 -0
- baiducloud_python_sdk_bcc/models/batch_refund_resource_request.py +86 -0
- baiducloud_python_sdk_bcc/models/batch_refund_resource_response.py +61 -0
- baiducloud_python_sdk_bcc/models/batch_start_instance_request.py +60 -0
- baiducloud_python_sdk_bcc/models/batch_stop_instance_request.py +76 -0
- baiducloud_python_sdk_bcc/models/bind_instance_to_security_group_request.py +66 -0
- baiducloud_python_sdk_bcc/models/bind_instance_to_tags_request.py +75 -0
- baiducloud_python_sdk_bcc/models/bind_role_request.py +69 -0
- baiducloud_python_sdk_bcc/models/bind_role_response.py +73 -0
- baiducloud_python_sdk_bcc/models/bind_tag_image_request.py +67 -0
- baiducloud_python_sdk_bcc/models/cancel_remote_copy_image_request.py +58 -0
- baiducloud_python_sdk_bcc/models/cds_custom_period.py +66 -0
- baiducloud_python_sdk_bcc/models/change_to_prepaid_request.py +90 -0
- baiducloud_python_sdk_bcc/models/change_to_prepaid_response.py +61 -0
- baiducloud_python_sdk_bcc/models/change_vpc_request.py +108 -0
- baiducloud_python_sdk_bcc/models/config_item.py +98 -0
- baiducloud_python_sdk_bcc/models/create_auto_renew_rule_request.py +84 -0
- baiducloud_python_sdk_bcc/models/create_cds_model.py +142 -0
- baiducloud_python_sdk_bcc/models/create_image_request.py +102 -0
- baiducloud_python_sdk_bcc/models/create_image_response.py +69 -0
- baiducloud_python_sdk_bcc/models/create_instance_by_spec_request.py +617 -0
- baiducloud_python_sdk_bcc/models/create_instance_by_spec_response.py +77 -0
- baiducloud_python_sdk_bcc/models/del_ipv6_request.py +76 -0
- baiducloud_python_sdk_bcc/models/delete_auto_renew_rule_request.py +68 -0
- baiducloud_python_sdk_bcc/models/delete_image_request.py +58 -0
- baiducloud_python_sdk_bcc/models/delete_instance_deploy_set_request.py +68 -0
- baiducloud_python_sdk_bcc/models/delete_prepay_instance_request.py +84 -0
- baiducloud_python_sdk_bcc/models/delete_prepay_instance_response.py +79 -0
- baiducloud_python_sdk_bcc/models/delete_recycled_instance_request.py +58 -0
- baiducloud_python_sdk_bcc/models/deploy_set_model.py +104 -0
- baiducloud_python_sdk_bcc/models/eni_info.py +162 -0
- baiducloud_python_sdk_bcc/models/enter_rescue_mode_request.py +76 -0
- baiducloud_python_sdk_bcc/models/enter_rescue_mode_response.py +61 -0
- baiducloud_python_sdk_bcc/models/ephemeral_disk.py +74 -0
- baiducloud_python_sdk_bcc/models/eri_info.py +66 -0
- baiducloud_python_sdk_bcc/models/exit_rescue_mode_request.py +60 -0
- baiducloud_python_sdk_bcc/models/exit_rescue_mode_response.py +61 -0
- baiducloud_python_sdk_bcc/models/file_system_model.py +82 -0
- baiducloud_python_sdk_bcc/models/get_available_images_by_spec_request.py +76 -0
- baiducloud_python_sdk_bcc/models/get_available_images_by_spec_response.py +94 -0
- baiducloud_python_sdk_bcc/models/get_image_request.py +58 -0
- baiducloud_python_sdk_bcc/models/get_image_response.py +62 -0
- baiducloud_python_sdk_bcc/models/get_instance_no_charge_list_request.py +90 -0
- baiducloud_python_sdk_bcc/models/get_instance_no_charge_list_response.py +94 -0
- baiducloud_python_sdk_bcc/models/get_instance_request.py +58 -0
- baiducloud_python_sdk_bcc/models/get_instance_response.py +62 -0
- baiducloud_python_sdk_bcc/models/get_instance_user_data_info_request.py +60 -0
- baiducloud_python_sdk_bcc/models/get_instance_user_data_info_response.py +69 -0
- baiducloud_python_sdk_bcc/models/get_instance_vnc_request.py +58 -0
- baiducloud_python_sdk_bcc/models/get_instance_vnc_response.py +61 -0
- baiducloud_python_sdk_bcc/models/get_role_list_response.py +62 -0
- baiducloud_python_sdk_bcc/models/image_model.py +225 -0
- baiducloud_python_sdk_bcc/models/image_status.py +22 -0
- baiducloud_python_sdk_bcc/models/image_type.py +49 -0
- baiducloud_python_sdk_bcc/models/import_image_request.py +116 -0
- baiducloud_python_sdk_bcc/models/import_image_response.py +61 -0
- baiducloud_python_sdk_bcc/models/instance_batch_resize_by_spec_request.py +92 -0
- baiducloud_python_sdk_bcc/models/instance_batch_resize_by_spec_response.py +61 -0
- baiducloud_python_sdk_bcc/models/instance_delete_result_model.py +90 -0
- baiducloud_python_sdk_bcc/models/instance_deletion_protection_request.py +66 -0
- baiducloud_python_sdk_bcc/models/instance_id_item.py +58 -0
- baiducloud_python_sdk_bcc/models/instance_model.py +730 -0
- baiducloud_python_sdk_bcc/models/instance_pass_role_fail_model.py +66 -0
- baiducloud_python_sdk_bcc/models/instance_pass_role_model.py +58 -0
- baiducloud_python_sdk_bcc/models/instance_recovery_request.py +61 -0
- baiducloud_python_sdk_bcc/models/instance_role_association_model.py +58 -0
- baiducloud_python_sdk_bcc/models/instance_role_model.py +58 -0
- baiducloud_python_sdk_bcc/models/instance_status.py +55 -0
- baiducloud_python_sdk_bcc/models/instance_type.py +28 -0
- baiducloud_python_sdk_bcc/models/ip_address.py +82 -0
- baiducloud_python_sdk_bcc/models/ip_info.py +133 -0
- baiducloud_python_sdk_bcc/models/list_available_resize_spec_request.py +84 -0
- baiducloud_python_sdk_bcc/models/list_available_resize_spec_response.py +61 -0
- baiducloud_python_sdk_bcc/models/list_images_request.py +76 -0
- baiducloud_python_sdk_bcc/models/list_images_response.py +94 -0
- baiducloud_python_sdk_bcc/models/list_instance_by_ids_request.py +72 -0
- baiducloud_python_sdk_bcc/models/list_instance_by_ids_response.py +96 -0
- baiducloud_python_sdk_bcc/models/list_instance_enis_request.py +58 -0
- baiducloud_python_sdk_bcc/models/list_instance_enis_response.py +62 -0
- baiducloud_python_sdk_bcc/models/list_instances_request.py +180 -0
- baiducloud_python_sdk_bcc/models/list_instances_response.py +94 -0
- baiducloud_python_sdk_bcc/models/list_os_request.py +60 -0
- baiducloud_python_sdk_bcc/models/list_os_response.py +62 -0
- baiducloud_python_sdk_bcc/models/list_recycle_instance_request.py +117 -0
- baiducloud_python_sdk_bcc/models/list_recycle_instance_response.py +94 -0
- baiducloud_python_sdk_bcc/models/list_shared_user_request.py +58 -0
- baiducloud_python_sdk_bcc/models/list_shared_user_response.py +62 -0
- baiducloud_python_sdk_bcc/models/modify_instance_attributes_request.py +82 -0
- baiducloud_python_sdk_bcc/models/modify_instance_desc_request.py +66 -0
- baiducloud_python_sdk_bcc/models/modify_instance_hostname_request.py +92 -0
- baiducloud_python_sdk_bcc/models/modify_instance_password_request.py +66 -0
- baiducloud_python_sdk_bcc/models/modify_related_delete_policy_request.py +66 -0
- baiducloud_python_sdk_bcc/models/nic_info.py +249 -0
- baiducloud_python_sdk_bcc/models/os_model.py +115 -0
- baiducloud_python_sdk_bcc/models/postpay_config.py +74 -0
- baiducloud_python_sdk_bcc/models/prepay_config.py +100 -0
- baiducloud_python_sdk_bcc/models/purchase_reserved_instance_request.py +82 -0
- baiducloud_python_sdk_bcc/models/purchase_reserved_instance_response.py +61 -0
- baiducloud_python_sdk_bcc/models/rdma_nic_topo.py +90 -0
- baiducloud_python_sdk_bcc/models/reboot_instance_request.py +66 -0
- baiducloud_python_sdk_bcc/models/rebuild_batch_instance_request.py +180 -0
- baiducloud_python_sdk_bcc/models/rebuild_instance_request.py +178 -0
- baiducloud_python_sdk_bcc/models/release_instance_by_post_request.py +106 -0
- baiducloud_python_sdk_bcc/models/release_multiple_instance_by_post_request.py +108 -0
- baiducloud_python_sdk_bcc/models/remote_copy_image_request.py +74 -0
- baiducloud_python_sdk_bcc/models/remote_copy_image_response.py +62 -0
- baiducloud_python_sdk_bcc/models/remote_copy_result.py +82 -0
- baiducloud_python_sdk_bcc/models/rename_image_request.py +68 -0
- baiducloud_python_sdk_bcc/models/resize_instance_by_spec_request.py +80 -0
- baiducloud_python_sdk_bcc/models/resource_bo.py +144 -0
- baiducloud_python_sdk_bcc/models/share_image_request.py +82 -0
- baiducloud_python_sdk_bcc/models/shared_user.py +74 -0
- baiducloud_python_sdk_bcc/models/snapshot_model.py +189 -0
- baiducloud_python_sdk_bcc/models/snapshot_status.py +21 -0
- baiducloud_python_sdk_bcc/models/start_instance_request.py +58 -0
- baiducloud_python_sdk_bcc/models/stop_instance_request.py +74 -0
- baiducloud_python_sdk_bcc/models/system_image_model.py +124 -0
- baiducloud_python_sdk_bcc/models/tag.py +66 -0
- baiducloud_python_sdk_bcc/models/un_share_image_request.py +82 -0
- baiducloud_python_sdk_bcc/models/unbind_instance_from_security_group_request.py +66 -0
- baiducloud_python_sdk_bcc/models/unbind_instance_from_tags_request.py +75 -0
- baiducloud_python_sdk_bcc/models/unbind_role_request.py +69 -0
- baiducloud_python_sdk_bcc/models/unbind_role_response.py +73 -0
- baiducloud_python_sdk_bcc/models/unbind_tag_image_request.py +67 -0
- baiducloud_python_sdk_bcc/models/update_instance_subnet_request.py +94 -0
- baiducloud_python_sdk_bcc/models/volume_model.py +67 -67
- {baiducloud_python_sdk_bcc-0.0.1.dist-info → baiducloud_python_sdk_bcc-0.0.3.dist-info}/METADATA +1 -1
- baiducloud_python_sdk_bcc-0.0.3.dist-info/RECORD +183 -0
- baiducloud_python_sdk_bcc-0.0.1.dist-info/RECORD +0 -49
- {baiducloud_python_sdk_bcc-0.0.1.dist-info → baiducloud_python_sdk_bcc-0.0.3.dist-info}/LICENSE +0 -0
- {baiducloud_python_sdk_bcc-0.0.1.dist-info → baiducloud_python_sdk_bcc-0.0.3.dist-info}/WHEEL +0 -0
- {baiducloud_python_sdk_bcc-0.0.1.dist-info → baiducloud_python_sdk_bcc-0.0.3.dist-info}/top_level.txt +0 -0