pulumi-azure-native 2.86.0a1738574515__py3-none-any.whl → 2.87.0__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 pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +138 -16
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +88 -0
- pulumi_azure_native/authorization/_inputs.py +1431 -43
- pulumi_azure_native/authorization/get_role_management_policy.py +247 -0
- pulumi_azure_native/authorization/outputs.py +312 -0
- pulumi_azure_native/authorization/role_management_policy.py +332 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240201preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240201preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240201preview/_inputs.py +1390 -0
- pulumi_azure_native/authorization/v20240201preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240201preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240201preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240901preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240901preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240901preview/_inputs.py +1410 -0
- pulumi_azure_native/authorization/v20240901preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240901preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240901preview/role_management_policy.py +326 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20250201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20250201preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_interface.py +269 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_security_group.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_hard_disk.py +339 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_machine_instance.py +333 -0
- pulumi_azure_native/azurestackhci/v20250201preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20250201preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20250201preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_interface.py +427 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_security_group.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/outputs.py +4062 -0
- pulumi_azure_native/azurestackhci/v20250201preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20250201preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_hard_disk.py +572 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_machine_instance.py +495 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/target.py +1 -1
- pulumi_azure_native/{networkanalytics/v20231115 → chaos/v20250101}/__init__.py +7 -5
- pulumi_azure_native/chaos/v20250101/_enums.py +66 -0
- pulumi_azure_native/chaos/v20250101/_inputs.py +907 -0
- pulumi_azure_native/chaos/v20250101/capability.py +303 -0
- pulumi_azure_native/chaos/v20250101/experiment.py +328 -0
- pulumi_azure_native/chaos/v20250101/get_capability.py +223 -0
- pulumi_azure_native/chaos/v20250101/get_experiment.py +213 -0
- pulumi_azure_native/chaos/v20250101/get_experiment_execution_details.py +135 -0
- pulumi_azure_native/chaos/v20250101/get_target.py +175 -0
- pulumi_azure_native/chaos/v20250101/outputs.py +1208 -0
- pulumi_azure_native/chaos/v20250101/target.py +290 -0
- pulumi_azure_native/cloudngfw/__init__.py +3 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20250206preview/__init__.py +58 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_enums.py +153 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_inputs.py +1678 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_global_rulestack.py +306 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_local_rulestack.py +327 -0
- pulumi_azure_native/cloudngfw/v20250206preview/firewall.py +591 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_global_rulestack.py +213 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_local_rulestack.py +219 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall.py +339 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_global_rulestack.py +86 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_log_profile.py +171 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack.py +277 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack_change_log.py +108 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule.py +412 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule_counters.py +223 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_change_log.py +114 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/global_rulestack.py +450 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_advanced_security_objects.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_app_ids.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_countries.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_firewalls.py +94 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_predefined_url_categories.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_security_services.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_advanced_security_objects.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_app_ids.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_countries.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_firewalls.py +100 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_predefined_url_categories.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_security_services.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +70 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +84 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_support_info.py +294 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rule.py +716 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rulestack.py +500 -0
- pulumi_azure_native/cloudngfw/v20250206preview/outputs.py +2216 -0
- pulumi_azure_native/cloudngfw/v20250206preview/post_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/pre_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_local_rulestack.py +297 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20241001/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20241001/_enums.py +643 -0
- pulumi_azure_native/containerservice/v20241001/_inputs.py +7762 -0
- pulumi_azure_native/containerservice/v20241001/agent_pool.py +1459 -0
- pulumi_azure_native/containerservice/v20241001/get_agent_pool.py +765 -0
- pulumi_azure_native/containerservice/v20241001/get_maintenance_configuration.py +177 -0
- pulumi_azure_native/containerservice/v20241001/get_managed_cluster.py +801 -0
- pulumi_azure_native/containerservice/v20241001/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/containerservice/v20241001/get_snapshot.py +269 -0
- pulumi_azure_native/containerservice/v20241001/get_trusted_access_role_binding.py +177 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_admin_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_monitoring_user_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_user_credentials.py +99 -0
- pulumi_azure_native/containerservice/v20241001/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20241001/managed_cluster.py +1392 -0
- pulumi_azure_native/containerservice/v20241001/outputs.py +6648 -0
- pulumi_azure_native/containerservice/v20241001/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20241001/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20241001/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/dataprotection/__init__.py +3 -0
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20250101/__init__.py +20 -0
- pulumi_azure_native/dataprotection/v20250101/_enums.py +206 -0
- pulumi_azure_native/dataprotection/v20250101/_inputs.py +3570 -0
- pulumi_azure_native/dataprotection/v20250101/backup_instance.py +250 -0
- pulumi_azure_native/dataprotection/v20250101/backup_policy.py +221 -0
- pulumi_azure_native/dataprotection/v20250101/backup_vault.py +317 -0
- pulumi_azure_native/dataprotection/v20250101/dpp_resource_guard_proxy.py +220 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_instance.py +163 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_policy.py +147 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_vault.py +199 -0
- pulumi_azure_native/dataprotection/v20250101/get_dpp_resource_guard_proxy.py +149 -0
- pulumi_azure_native/dataprotection/v20250101/get_resource_guard.py +180 -0
- pulumi_azure_native/dataprotection/v20250101/outputs.py +3913 -0
- pulumi_azure_native/dataprotection/v20250101/resource_guard.py +284 -0
- pulumi_azure_native/dbforpostgresql/v20240801/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20240801/outputs.py +14 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +14 -0
- pulumi_azure_native/network/__init__.py +13 -0
- pulumi_azure_native/network/_inputs.py +58 -0
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +283 -0
- pulumi_azure_native/network/get_network_security_perimeter_association.py +221 -0
- pulumi_azure_native/network/get_network_security_perimeter_link.py +276 -0
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +151 -0
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +178 -0
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +506 -0
- pulumi_azure_native/network/network_security_perimeter_association.py +369 -0
- pulumi_azure_native/network/network_security_perimeter_link.py +367 -0
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +222 -0
- pulumi_azure_native/network/network_security_perimeter_profile.py +279 -0
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +53 -0
- pulumi_azure_native/network/v20210201preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20210301preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20230801preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20240601preview/__init__.py +22 -0
- pulumi_azure_native/network/v20240601preview/_enums.py +27 -0
- pulumi_azure_native/network/v20240601preview/_inputs.py +161 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter.py +170 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_access_rule.py +281 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_association.py +219 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_link.py +274 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_logging_configuration.py +149 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_profile.py +176 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter.py +256 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_access_rule.py +504 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_association.py +367 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_link.py +365 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_logging_configuration.py +220 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_profile.py +277 -0
- pulumi_azure_native/network/v20240601preview/outputs.py +175 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/v20231113preview/_enums.py +31 -0
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +20 -0
- pulumi_azure_native/quantum/v20231113preview/outputs.py +15 -14
- pulumi_azure_native/servicefabric/__init__.py +7 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +151 -0
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +157 -0
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +103 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +109 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/outputs.py +277 -0
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20241101preview/__init__.py +28 -0
- pulumi_azure_native/servicefabric/v20241101preview/_enums.py +523 -0
- pulumi_azure_native/servicefabric/v20241101preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster.py +759 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application.py +248 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type.py +177 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type_version.py +197 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_fault_simulation.py +149 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_service.py +183 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type.py +863 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type_fault_simulation.py +155 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_az_resiliency_status.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_maintenance_window_status.py +170 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_managed_cluster_fault_simulation.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_node_type_fault_simulation.py +107 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20241101preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20241101preview/outputs.py +4868 -0
- pulumi_azure_native/storage/__init__.py +3 -0
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +4 -0
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +5 -1
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/file_share.py +1 -1
- pulumi_azure_native/storage/v20220901/local_user.py +1 -1
- pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20220901/queue.py +1 -1
- pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
- pulumi_azure_native/storage/v20220901/table.py +1 -1
- pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/file_share.py +1 -1
- pulumi_azure_native/storage/v20230101/local_user.py +1 -1
- pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230101/queue.py +1 -1
- pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230101/table.py +1 -1
- pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/file_share.py +1 -1
- pulumi_azure_native/storage/v20230401/local_user.py +1 -1
- pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230401/queue.py +1 -1
- pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230401/table.py +1 -1
- pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230501/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/file_share.py +1 -1
- pulumi_azure_native/storage/v20230501/local_user.py +1 -1
- pulumi_azure_native/storage/v20230501/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230501/queue.py +1 -1
- pulumi_azure_native/storage/v20230501/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +1 -1
- pulumi_azure_native/storage/v20230501/table.py +1 -1
- pulumi_azure_native/storage/v20230501/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20240101/__init__.py +48 -0
- pulumi_azure_native/storage/v20240101/_enums.py +442 -0
- pulumi_azure_native/storage/v20240101/_inputs.py +4834 -0
- pulumi_azure_native/storage/v20240101/blob_container.py +515 -0
- pulumi_azure_native/storage/v20240101/blob_container_immutability_policy.py +307 -0
- pulumi_azure_native/storage/v20240101/blob_inventory_policy.py +232 -0
- pulumi_azure_native/storage/v20240101/blob_service_properties.py +453 -0
- pulumi_azure_native/storage/v20240101/encryption_scope.py +318 -0
- pulumi_azure_native/storage/v20240101/file_service_properties.py +279 -0
- pulumi_azure_native/storage/v20240101/file_share.py +643 -0
- pulumi_azure_native/storage/v20240101/get_blob_container.py +401 -0
- pulumi_azure_native/storage/v20240101/get_blob_container_immutability_policy.py +196 -0
- pulumi_azure_native/storage/v20240101/get_blob_inventory_policy.py +163 -0
- pulumi_azure_native/storage/v20240101/get_blob_service_properties.py +261 -0
- pulumi_azure_native/storage/v20240101/get_encryption_scope.py +205 -0
- pulumi_azure_native/storage/v20240101/get_file_service_properties.py +177 -0
- pulumi_azure_native/storage/v20240101/get_file_share.py +505 -0
- pulumi_azure_native/storage/v20240101/get_local_user.py +303 -0
- pulumi_azure_native/storage/v20240101/get_management_policy.py +149 -0
- pulumi_azure_native/storage/v20240101/get_object_replication_policy.py +205 -0
- pulumi_azure_native/storage/v20240101/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/storage/v20240101/get_queue.py +145 -0
- pulumi_azure_native/storage/v20240101/get_queue_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/get_storage_account.py +779 -0
- pulumi_azure_native/storage/v20240101/get_storage_task_assignment.py +135 -0
- pulumi_azure_native/storage/v20240101/get_table.py +149 -0
- pulumi_azure_native/storage/v20240101/get_table_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/list_local_user_keys.py +107 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_keys.py +93 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_sas.py +135 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_service_sas.py +195 -0
- pulumi_azure_native/storage/v20240101/local_user.py +501 -0
- pulumi_azure_native/storage/v20240101/management_policy.py +222 -0
- pulumi_azure_native/storage/v20240101/object_replication_policy.py +319 -0
- pulumi_azure_native/storage/v20240101/outputs.py +5740 -0
- pulumi_azure_native/storage/v20240101/private_endpoint_connection.py +232 -0
- pulumi_azure_native/storage/v20240101/queue.py +216 -0
- pulumi_azure_native/storage/v20240101/queue_service_properties.py +211 -0
- pulumi_azure_native/storage/v20240101/storage_account.py +1203 -0
- pulumi_azure_native/storage/v20240101/storage_task_assignment.py +212 -0
- pulumi_azure_native/storage/v20240101/table.py +219 -0
- pulumi_azure_native/storage/v20240101/table_service_properties.py +211 -0
- pulumi_azure_native/storagecache/__init__.py +3 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +1 -1
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20240301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20240301/import_job.py +1 -1
- pulumi_azure_native/storagecache/v20240301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240701/__init__.py +21 -0
- pulumi_azure_native/storagecache/v20240701/_enums.py +146 -0
- pulumi_azure_native/storagecache/v20240701/_inputs.py +2089 -0
- pulumi_azure_native/storagecache/v20240701/aml_filesystem.py +533 -0
- pulumi_azure_native/storagecache/v20240701/auto_export_job.py +490 -0
- pulumi_azure_native/storagecache/v20240701/cache.py +579 -0
- pulumi_azure_native/storagecache/v20240701/get_aml_filesystem.py +339 -0
- pulumi_azure_native/storagecache/v20240701/get_auto_export_job.py +415 -0
- pulumi_azure_native/storagecache/v20240701/get_cache.py +381 -0
- pulumi_azure_native/storagecache/v20240701/get_import_job.py +457 -0
- pulumi_azure_native/storagecache/v20240701/get_required_aml_fs_subnets_size.py +87 -0
- pulumi_azure_native/storagecache/v20240701/get_storage_target.py +275 -0
- pulumi_azure_native/storagecache/v20240701/import_job.py +547 -0
- pulumi_azure_native/storagecache/v20240701/outputs.py +2735 -0
- pulumi_azure_native/storagecache/v20240701/storage_target.py +426 -0
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/RECORD +1010 -781
- pulumi_azure_native/networkanalytics/__init__.py +0 -23
- pulumi_azure_native/networkanalytics/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/data_product.py +0 -720
- pulumi_azure_native/networkanalytics/data_type.py +0 -339
- pulumi_azure_native/networkanalytics/get_data_product.py +0 -439
- pulumi_azure_native/networkanalytics/get_data_type.py +0 -235
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +0 -103
- pulumi_azure_native/networkanalytics/outputs.py +0 -684
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +0 -718
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +0 -337
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +0 -437
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +0 -233
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +0 -101
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +0 -684
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,4062 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'ErrorAdditionalInfoResponse',
|
|
21
|
+
'ErrorDetailResponse',
|
|
22
|
+
'ExtendedLocationResponse',
|
|
23
|
+
'GalleryImageIdentifierResponse',
|
|
24
|
+
'GalleryImageStatusDownloadStatusResponse',
|
|
25
|
+
'GalleryImageStatusProvisioningStatusResponse',
|
|
26
|
+
'GalleryImageStatusResponse',
|
|
27
|
+
'GalleryImageVersionResponse',
|
|
28
|
+
'GalleryImageVersionStorageProfileResponse',
|
|
29
|
+
'GalleryOSDiskImageResponse',
|
|
30
|
+
'GuestAgentInstallStatusResponse',
|
|
31
|
+
'GuestCredentialResponse',
|
|
32
|
+
'HttpProxyConfigurationResponse',
|
|
33
|
+
'IPConfigurationPropertiesResponse',
|
|
34
|
+
'IPConfigurationResponse',
|
|
35
|
+
'IPPoolInfoResponse',
|
|
36
|
+
'IPPoolResponse',
|
|
37
|
+
'ImageArmReferenceResponse',
|
|
38
|
+
'InstanceViewStatusResponse',
|
|
39
|
+
'InterfaceDNSSettingsResponse',
|
|
40
|
+
'LogicalNetworkArmReferenceResponse',
|
|
41
|
+
'LogicalNetworkPropertiesDhcpOptionsResponse',
|
|
42
|
+
'LogicalNetworkStatusProvisioningStatusResponse',
|
|
43
|
+
'LogicalNetworkStatusResponse',
|
|
44
|
+
'ManagedServiceIdentityResponse',
|
|
45
|
+
'MarketplaceGalleryImageStatusDownloadStatusResponse',
|
|
46
|
+
'MarketplaceGalleryImageStatusProvisioningStatusResponse',
|
|
47
|
+
'MarketplaceGalleryImageStatusResponse',
|
|
48
|
+
'NetworkInterfaceArmReferenceResponse',
|
|
49
|
+
'NetworkInterfaceStatusProvisioningStatusResponse',
|
|
50
|
+
'NetworkInterfaceStatusResponse',
|
|
51
|
+
'NetworkSecurityGroupArmReferenceResponse',
|
|
52
|
+
'NetworkSecurityGroupStatusProvisioningStatusResponse',
|
|
53
|
+
'NetworkSecurityGroupStatusResponse',
|
|
54
|
+
'RouteResponse',
|
|
55
|
+
'RouteTableResponse',
|
|
56
|
+
'SshConfigurationResponse',
|
|
57
|
+
'SshPublicKeyResponse',
|
|
58
|
+
'StorageContainerStatusProvisioningStatusResponse',
|
|
59
|
+
'StorageContainerStatusResponse',
|
|
60
|
+
'SubnetIpConfigurationReferenceResponse',
|
|
61
|
+
'SubnetResponse',
|
|
62
|
+
'SystemDataResponse',
|
|
63
|
+
'UserAssignedIdentityResponse',
|
|
64
|
+
'VMDiskSecurityProfileResponse',
|
|
65
|
+
'VirtualHardDiskArmReferenceResponse',
|
|
66
|
+
'VirtualHardDiskDownloadStatusResponse',
|
|
67
|
+
'VirtualHardDiskStatusProvisioningStatusResponse',
|
|
68
|
+
'VirtualHardDiskStatusResponse',
|
|
69
|
+
'VirtualHardDiskUploadStatusResponse',
|
|
70
|
+
'VirtualMachineConfigAgentInstanceViewResponse',
|
|
71
|
+
'VirtualMachineInstanceManagedDiskParametersResponse',
|
|
72
|
+
'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse',
|
|
73
|
+
'VirtualMachineInstancePropertiesHardwareProfileResponse',
|
|
74
|
+
'VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse',
|
|
75
|
+
'VirtualMachineInstancePropertiesNetworkProfileResponse',
|
|
76
|
+
'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse',
|
|
77
|
+
'VirtualMachineInstancePropertiesOsProfileResponse',
|
|
78
|
+
'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse',
|
|
79
|
+
'VirtualMachineInstancePropertiesSecurityProfileResponse',
|
|
80
|
+
'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse',
|
|
81
|
+
'VirtualMachineInstancePropertiesStorageProfileOsDiskResponse',
|
|
82
|
+
'VirtualMachineInstancePropertiesStorageProfileResponse',
|
|
83
|
+
'VirtualMachineInstanceStatusProvisioningStatusResponse',
|
|
84
|
+
'VirtualMachineInstanceStatusResponse',
|
|
85
|
+
'VirtualMachineInstanceViewResponse',
|
|
86
|
+
'VmImageRepositoryCredentialsResponse',
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
@pulumi.output_type
|
|
90
|
+
class ErrorAdditionalInfoResponse(dict):
|
|
91
|
+
"""
|
|
92
|
+
The resource management error additional info.
|
|
93
|
+
"""
|
|
94
|
+
def __init__(__self__, *,
|
|
95
|
+
info: Any,
|
|
96
|
+
type: str):
|
|
97
|
+
"""
|
|
98
|
+
The resource management error additional info.
|
|
99
|
+
:param Any info: The additional info.
|
|
100
|
+
:param str type: The additional info type.
|
|
101
|
+
"""
|
|
102
|
+
pulumi.set(__self__, "info", info)
|
|
103
|
+
pulumi.set(__self__, "type", type)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter
|
|
107
|
+
def info(self) -> Any:
|
|
108
|
+
"""
|
|
109
|
+
The additional info.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "info")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def type(self) -> str:
|
|
116
|
+
"""
|
|
117
|
+
The additional info type.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "type")
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
@pulumi.output_type
|
|
123
|
+
class ErrorDetailResponse(dict):
|
|
124
|
+
"""
|
|
125
|
+
The error detail.
|
|
126
|
+
"""
|
|
127
|
+
@staticmethod
|
|
128
|
+
def __key_warning(key: str):
|
|
129
|
+
suggest = None
|
|
130
|
+
if key == "additionalInfo":
|
|
131
|
+
suggest = "additional_info"
|
|
132
|
+
|
|
133
|
+
if suggest:
|
|
134
|
+
pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
|
|
135
|
+
|
|
136
|
+
def __getitem__(self, key: str) -> Any:
|
|
137
|
+
ErrorDetailResponse.__key_warning(key)
|
|
138
|
+
return super().__getitem__(key)
|
|
139
|
+
|
|
140
|
+
def get(self, key: str, default = None) -> Any:
|
|
141
|
+
ErrorDetailResponse.__key_warning(key)
|
|
142
|
+
return super().get(key, default)
|
|
143
|
+
|
|
144
|
+
def __init__(__self__, *,
|
|
145
|
+
additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
|
|
146
|
+
code: str,
|
|
147
|
+
details: Sequence['outputs.ErrorDetailResponse'],
|
|
148
|
+
message: str,
|
|
149
|
+
target: str):
|
|
150
|
+
"""
|
|
151
|
+
The error detail.
|
|
152
|
+
:param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
|
|
153
|
+
:param str code: The error code.
|
|
154
|
+
:param Sequence['ErrorDetailResponse'] details: The error details.
|
|
155
|
+
:param str message: The error message.
|
|
156
|
+
:param str target: The error target.
|
|
157
|
+
"""
|
|
158
|
+
pulumi.set(__self__, "additional_info", additional_info)
|
|
159
|
+
pulumi.set(__self__, "code", code)
|
|
160
|
+
pulumi.set(__self__, "details", details)
|
|
161
|
+
pulumi.set(__self__, "message", message)
|
|
162
|
+
pulumi.set(__self__, "target", target)
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="additionalInfo")
|
|
166
|
+
def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
|
|
167
|
+
"""
|
|
168
|
+
The error additional info.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "additional_info")
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter
|
|
174
|
+
def code(self) -> str:
|
|
175
|
+
"""
|
|
176
|
+
The error code.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "code")
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def details(self) -> Sequence['outputs.ErrorDetailResponse']:
|
|
183
|
+
"""
|
|
184
|
+
The error details.
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "details")
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter
|
|
190
|
+
def message(self) -> str:
|
|
191
|
+
"""
|
|
192
|
+
The error message.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "message")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter
|
|
198
|
+
def target(self) -> str:
|
|
199
|
+
"""
|
|
200
|
+
The error target.
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "target")
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
@pulumi.output_type
|
|
206
|
+
class ExtendedLocationResponse(dict):
|
|
207
|
+
"""
|
|
208
|
+
The complex type of the extended location.
|
|
209
|
+
"""
|
|
210
|
+
def __init__(__self__, *,
|
|
211
|
+
name: Optional[str] = None,
|
|
212
|
+
type: Optional[str] = None):
|
|
213
|
+
"""
|
|
214
|
+
The complex type of the extended location.
|
|
215
|
+
:param str name: The name of the extended location.
|
|
216
|
+
:param str type: The type of the extended location.
|
|
217
|
+
"""
|
|
218
|
+
if name is not None:
|
|
219
|
+
pulumi.set(__self__, "name", name)
|
|
220
|
+
if type is not None:
|
|
221
|
+
pulumi.set(__self__, "type", type)
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def name(self) -> Optional[str]:
|
|
226
|
+
"""
|
|
227
|
+
The name of the extended location.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "name")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def type(self) -> Optional[str]:
|
|
234
|
+
"""
|
|
235
|
+
The type of the extended location.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "type")
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
@pulumi.output_type
|
|
241
|
+
class GalleryImageIdentifierResponse(dict):
|
|
242
|
+
"""
|
|
243
|
+
This is the gallery image definition identifier.
|
|
244
|
+
"""
|
|
245
|
+
def __init__(__self__, *,
|
|
246
|
+
offer: str,
|
|
247
|
+
publisher: str,
|
|
248
|
+
sku: str):
|
|
249
|
+
"""
|
|
250
|
+
This is the gallery image definition identifier.
|
|
251
|
+
:param str offer: The name of the gallery image definition offer.
|
|
252
|
+
:param str publisher: The name of the gallery image definition publisher.
|
|
253
|
+
:param str sku: The name of the gallery image definition SKU.
|
|
254
|
+
"""
|
|
255
|
+
pulumi.set(__self__, "offer", offer)
|
|
256
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
257
|
+
pulumi.set(__self__, "sku", sku)
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter
|
|
261
|
+
def offer(self) -> str:
|
|
262
|
+
"""
|
|
263
|
+
The name of the gallery image definition offer.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "offer")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter
|
|
269
|
+
def publisher(self) -> str:
|
|
270
|
+
"""
|
|
271
|
+
The name of the gallery image definition publisher.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "publisher")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def sku(self) -> str:
|
|
278
|
+
"""
|
|
279
|
+
The name of the gallery image definition SKU.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "sku")
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
@pulumi.output_type
|
|
285
|
+
class GalleryImageStatusDownloadStatusResponse(dict):
|
|
286
|
+
"""
|
|
287
|
+
The download status of the gallery image
|
|
288
|
+
"""
|
|
289
|
+
@staticmethod
|
|
290
|
+
def __key_warning(key: str):
|
|
291
|
+
suggest = None
|
|
292
|
+
if key == "downloadSizeInMB":
|
|
293
|
+
suggest = "download_size_in_mb"
|
|
294
|
+
|
|
295
|
+
if suggest:
|
|
296
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
297
|
+
|
|
298
|
+
def __getitem__(self, key: str) -> Any:
|
|
299
|
+
GalleryImageStatusDownloadStatusResponse.__key_warning(key)
|
|
300
|
+
return super().__getitem__(key)
|
|
301
|
+
|
|
302
|
+
def get(self, key: str, default = None) -> Any:
|
|
303
|
+
GalleryImageStatusDownloadStatusResponse.__key_warning(key)
|
|
304
|
+
return super().get(key, default)
|
|
305
|
+
|
|
306
|
+
def __init__(__self__, *,
|
|
307
|
+
download_size_in_mb: Optional[float] = None):
|
|
308
|
+
"""
|
|
309
|
+
The download status of the gallery image
|
|
310
|
+
:param float download_size_in_mb: The downloaded sized of the image in MB
|
|
311
|
+
"""
|
|
312
|
+
if download_size_in_mb is not None:
|
|
313
|
+
pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="downloadSizeInMB")
|
|
317
|
+
def download_size_in_mb(self) -> Optional[float]:
|
|
318
|
+
"""
|
|
319
|
+
The downloaded sized of the image in MB
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "download_size_in_mb")
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
@pulumi.output_type
|
|
325
|
+
class GalleryImageStatusProvisioningStatusResponse(dict):
|
|
326
|
+
"""
|
|
327
|
+
The status of the operation performed on the gallery image
|
|
328
|
+
"""
|
|
329
|
+
@staticmethod
|
|
330
|
+
def __key_warning(key: str):
|
|
331
|
+
suggest = None
|
|
332
|
+
if key == "operationId":
|
|
333
|
+
suggest = "operation_id"
|
|
334
|
+
|
|
335
|
+
if suggest:
|
|
336
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
337
|
+
|
|
338
|
+
def __getitem__(self, key: str) -> Any:
|
|
339
|
+
GalleryImageStatusProvisioningStatusResponse.__key_warning(key)
|
|
340
|
+
return super().__getitem__(key)
|
|
341
|
+
|
|
342
|
+
def get(self, key: str, default = None) -> Any:
|
|
343
|
+
GalleryImageStatusProvisioningStatusResponse.__key_warning(key)
|
|
344
|
+
return super().get(key, default)
|
|
345
|
+
|
|
346
|
+
def __init__(__self__, *,
|
|
347
|
+
status: str,
|
|
348
|
+
operation_id: Optional[str] = None):
|
|
349
|
+
"""
|
|
350
|
+
The status of the operation performed on the gallery image
|
|
351
|
+
:param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
|
|
352
|
+
:param str operation_id: The ID of the operation performed on the gallery image
|
|
353
|
+
"""
|
|
354
|
+
pulumi.set(__self__, "status", status)
|
|
355
|
+
if operation_id is not None:
|
|
356
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter
|
|
360
|
+
def status(self) -> str:
|
|
361
|
+
"""
|
|
362
|
+
The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "status")
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="operationId")
|
|
368
|
+
def operation_id(self) -> Optional[str]:
|
|
369
|
+
"""
|
|
370
|
+
The ID of the operation performed on the gallery image
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "operation_id")
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
@pulumi.output_type
|
|
376
|
+
class GalleryImageStatusResponse(dict):
|
|
377
|
+
"""
|
|
378
|
+
The observed state of gallery images
|
|
379
|
+
"""
|
|
380
|
+
@staticmethod
|
|
381
|
+
def __key_warning(key: str):
|
|
382
|
+
suggest = None
|
|
383
|
+
if key == "downloadStatus":
|
|
384
|
+
suggest = "download_status"
|
|
385
|
+
elif key == "errorCode":
|
|
386
|
+
suggest = "error_code"
|
|
387
|
+
elif key == "errorMessage":
|
|
388
|
+
suggest = "error_message"
|
|
389
|
+
elif key == "progressPercentage":
|
|
390
|
+
suggest = "progress_percentage"
|
|
391
|
+
elif key == "provisioningStatus":
|
|
392
|
+
suggest = "provisioning_status"
|
|
393
|
+
|
|
394
|
+
if suggest:
|
|
395
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
396
|
+
|
|
397
|
+
def __getitem__(self, key: str) -> Any:
|
|
398
|
+
GalleryImageStatusResponse.__key_warning(key)
|
|
399
|
+
return super().__getitem__(key)
|
|
400
|
+
|
|
401
|
+
def get(self, key: str, default = None) -> Any:
|
|
402
|
+
GalleryImageStatusResponse.__key_warning(key)
|
|
403
|
+
return super().get(key, default)
|
|
404
|
+
|
|
405
|
+
def __init__(__self__, *,
|
|
406
|
+
download_status: Optional['outputs.GalleryImageStatusDownloadStatusResponse'] = None,
|
|
407
|
+
error_code: Optional[str] = None,
|
|
408
|
+
error_message: Optional[str] = None,
|
|
409
|
+
progress_percentage: Optional[float] = None,
|
|
410
|
+
provisioning_status: Optional['outputs.GalleryImageStatusProvisioningStatusResponse'] = None):
|
|
411
|
+
"""
|
|
412
|
+
The observed state of gallery images
|
|
413
|
+
:param 'GalleryImageStatusDownloadStatusResponse' download_status: The download status of the gallery image
|
|
414
|
+
:param str error_code: GalleryImage provisioning error code
|
|
415
|
+
:param str error_message: Descriptive error message
|
|
416
|
+
:param float progress_percentage: The progress of the operation in percentage
|
|
417
|
+
:param 'GalleryImageStatusProvisioningStatusResponse' provisioning_status: provisioning status of the gallery image
|
|
418
|
+
"""
|
|
419
|
+
if download_status is not None:
|
|
420
|
+
pulumi.set(__self__, "download_status", download_status)
|
|
421
|
+
if error_code is not None:
|
|
422
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
423
|
+
if error_message is not None:
|
|
424
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
425
|
+
if progress_percentage is not None:
|
|
426
|
+
pulumi.set(__self__, "progress_percentage", progress_percentage)
|
|
427
|
+
if provisioning_status is not None:
|
|
428
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter(name="downloadStatus")
|
|
432
|
+
def download_status(self) -> Optional['outputs.GalleryImageStatusDownloadStatusResponse']:
|
|
433
|
+
"""
|
|
434
|
+
The download status of the gallery image
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "download_status")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="errorCode")
|
|
440
|
+
def error_code(self) -> Optional[str]:
|
|
441
|
+
"""
|
|
442
|
+
GalleryImage provisioning error code
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "error_code")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter(name="errorMessage")
|
|
448
|
+
def error_message(self) -> Optional[str]:
|
|
449
|
+
"""
|
|
450
|
+
Descriptive error message
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "error_message")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="progressPercentage")
|
|
456
|
+
def progress_percentage(self) -> Optional[float]:
|
|
457
|
+
"""
|
|
458
|
+
The progress of the operation in percentage
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "progress_percentage")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="provisioningStatus")
|
|
464
|
+
def provisioning_status(self) -> Optional['outputs.GalleryImageStatusProvisioningStatusResponse']:
|
|
465
|
+
"""
|
|
466
|
+
provisioning status of the gallery image
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "provisioning_status")
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
@pulumi.output_type
|
|
472
|
+
class GalleryImageVersionResponse(dict):
|
|
473
|
+
"""
|
|
474
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
475
|
+
"""
|
|
476
|
+
@staticmethod
|
|
477
|
+
def __key_warning(key: str):
|
|
478
|
+
suggest = None
|
|
479
|
+
if key == "storageProfile":
|
|
480
|
+
suggest = "storage_profile"
|
|
481
|
+
|
|
482
|
+
if suggest:
|
|
483
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
484
|
+
|
|
485
|
+
def __getitem__(self, key: str) -> Any:
|
|
486
|
+
GalleryImageVersionResponse.__key_warning(key)
|
|
487
|
+
return super().__getitem__(key)
|
|
488
|
+
|
|
489
|
+
def get(self, key: str, default = None) -> Any:
|
|
490
|
+
GalleryImageVersionResponse.__key_warning(key)
|
|
491
|
+
return super().get(key, default)
|
|
492
|
+
|
|
493
|
+
def __init__(__self__, *,
|
|
494
|
+
storage_profile: 'outputs.GalleryImageVersionStorageProfileResponse',
|
|
495
|
+
name: Optional[str] = None):
|
|
496
|
+
"""
|
|
497
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
498
|
+
:param 'GalleryImageVersionStorageProfileResponse' storage_profile: This is the storage profile of a Gallery Image Version.
|
|
499
|
+
:param str name: This is the version of the gallery image.
|
|
500
|
+
"""
|
|
501
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
502
|
+
if name is not None:
|
|
503
|
+
pulumi.set(__self__, "name", name)
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter(name="storageProfile")
|
|
507
|
+
def storage_profile(self) -> 'outputs.GalleryImageVersionStorageProfileResponse':
|
|
508
|
+
"""
|
|
509
|
+
This is the storage profile of a Gallery Image Version.
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "storage_profile")
|
|
512
|
+
|
|
513
|
+
@property
|
|
514
|
+
@pulumi.getter
|
|
515
|
+
def name(self) -> Optional[str]:
|
|
516
|
+
"""
|
|
517
|
+
This is the version of the gallery image.
|
|
518
|
+
"""
|
|
519
|
+
return pulumi.get(self, "name")
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
@pulumi.output_type
|
|
523
|
+
class GalleryImageVersionStorageProfileResponse(dict):
|
|
524
|
+
"""
|
|
525
|
+
This is the storage profile of a Gallery Image Version.
|
|
526
|
+
"""
|
|
527
|
+
@staticmethod
|
|
528
|
+
def __key_warning(key: str):
|
|
529
|
+
suggest = None
|
|
530
|
+
if key == "osDiskImage":
|
|
531
|
+
suggest = "os_disk_image"
|
|
532
|
+
|
|
533
|
+
if suggest:
|
|
534
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
535
|
+
|
|
536
|
+
def __getitem__(self, key: str) -> Any:
|
|
537
|
+
GalleryImageVersionStorageProfileResponse.__key_warning(key)
|
|
538
|
+
return super().__getitem__(key)
|
|
539
|
+
|
|
540
|
+
def get(self, key: str, default = None) -> Any:
|
|
541
|
+
GalleryImageVersionStorageProfileResponse.__key_warning(key)
|
|
542
|
+
return super().get(key, default)
|
|
543
|
+
|
|
544
|
+
def __init__(__self__, *,
|
|
545
|
+
os_disk_image: Optional['outputs.GalleryOSDiskImageResponse'] = None):
|
|
546
|
+
"""
|
|
547
|
+
This is the storage profile of a Gallery Image Version.
|
|
548
|
+
:param 'GalleryOSDiskImageResponse' os_disk_image: This is the OS disk image.
|
|
549
|
+
"""
|
|
550
|
+
if os_disk_image is not None:
|
|
551
|
+
pulumi.set(__self__, "os_disk_image", os_disk_image)
|
|
552
|
+
|
|
553
|
+
@property
|
|
554
|
+
@pulumi.getter(name="osDiskImage")
|
|
555
|
+
def os_disk_image(self) -> Optional['outputs.GalleryOSDiskImageResponse']:
|
|
556
|
+
"""
|
|
557
|
+
This is the OS disk image.
|
|
558
|
+
"""
|
|
559
|
+
return pulumi.get(self, "os_disk_image")
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
@pulumi.output_type
|
|
563
|
+
class GalleryOSDiskImageResponse(dict):
|
|
564
|
+
"""
|
|
565
|
+
This is the OS disk image.
|
|
566
|
+
"""
|
|
567
|
+
@staticmethod
|
|
568
|
+
def __key_warning(key: str):
|
|
569
|
+
suggest = None
|
|
570
|
+
if key == "sizeInMB":
|
|
571
|
+
suggest = "size_in_mb"
|
|
572
|
+
|
|
573
|
+
if suggest:
|
|
574
|
+
pulumi.log.warn(f"Key '{key}' not found in GalleryOSDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
|
|
575
|
+
|
|
576
|
+
def __getitem__(self, key: str) -> Any:
|
|
577
|
+
GalleryOSDiskImageResponse.__key_warning(key)
|
|
578
|
+
return super().__getitem__(key)
|
|
579
|
+
|
|
580
|
+
def get(self, key: str, default = None) -> Any:
|
|
581
|
+
GalleryOSDiskImageResponse.__key_warning(key)
|
|
582
|
+
return super().get(key, default)
|
|
583
|
+
|
|
584
|
+
def __init__(__self__, *,
|
|
585
|
+
size_in_mb: float):
|
|
586
|
+
"""
|
|
587
|
+
This is the OS disk image.
|
|
588
|
+
:param float size_in_mb: This property indicates the size of the VHD to be created.
|
|
589
|
+
"""
|
|
590
|
+
pulumi.set(__self__, "size_in_mb", size_in_mb)
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="sizeInMB")
|
|
594
|
+
def size_in_mb(self) -> float:
|
|
595
|
+
"""
|
|
596
|
+
This property indicates the size of the VHD to be created.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "size_in_mb")
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
@pulumi.output_type
|
|
602
|
+
class GuestAgentInstallStatusResponse(dict):
|
|
603
|
+
"""
|
|
604
|
+
Defines the status of a guest agent installation.
|
|
605
|
+
"""
|
|
606
|
+
@staticmethod
|
|
607
|
+
def __key_warning(key: str):
|
|
608
|
+
suggest = None
|
|
609
|
+
if key == "agentVersion":
|
|
610
|
+
suggest = "agent_version"
|
|
611
|
+
elif key == "errorDetails":
|
|
612
|
+
suggest = "error_details"
|
|
613
|
+
elif key == "lastStatusChange":
|
|
614
|
+
suggest = "last_status_change"
|
|
615
|
+
elif key == "vmUuid":
|
|
616
|
+
suggest = "vm_uuid"
|
|
617
|
+
|
|
618
|
+
if suggest:
|
|
619
|
+
pulumi.log.warn(f"Key '{key}' not found in GuestAgentInstallStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
620
|
+
|
|
621
|
+
def __getitem__(self, key: str) -> Any:
|
|
622
|
+
GuestAgentInstallStatusResponse.__key_warning(key)
|
|
623
|
+
return super().__getitem__(key)
|
|
624
|
+
|
|
625
|
+
def get(self, key: str, default = None) -> Any:
|
|
626
|
+
GuestAgentInstallStatusResponse.__key_warning(key)
|
|
627
|
+
return super().get(key, default)
|
|
628
|
+
|
|
629
|
+
def __init__(__self__, *,
|
|
630
|
+
agent_version: str,
|
|
631
|
+
error_details: Sequence['outputs.ErrorDetailResponse'],
|
|
632
|
+
last_status_change: str,
|
|
633
|
+
status: str,
|
|
634
|
+
vm_uuid: str):
|
|
635
|
+
"""
|
|
636
|
+
Defines the status of a guest agent installation.
|
|
637
|
+
:param str agent_version: The hybrid machine agent full version.
|
|
638
|
+
:param Sequence['ErrorDetailResponse'] error_details: Details about the error state.
|
|
639
|
+
:param str last_status_change: The time of the last status change.
|
|
640
|
+
:param str status: The installation status of the hybrid machine agent installation.
|
|
641
|
+
:param str vm_uuid: Specifies the VM's unique SMBIOS ID.
|
|
642
|
+
"""
|
|
643
|
+
pulumi.set(__self__, "agent_version", agent_version)
|
|
644
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
645
|
+
pulumi.set(__self__, "last_status_change", last_status_change)
|
|
646
|
+
pulumi.set(__self__, "status", status)
|
|
647
|
+
pulumi.set(__self__, "vm_uuid", vm_uuid)
|
|
648
|
+
|
|
649
|
+
@property
|
|
650
|
+
@pulumi.getter(name="agentVersion")
|
|
651
|
+
def agent_version(self) -> str:
|
|
652
|
+
"""
|
|
653
|
+
The hybrid machine agent full version.
|
|
654
|
+
"""
|
|
655
|
+
return pulumi.get(self, "agent_version")
|
|
656
|
+
|
|
657
|
+
@property
|
|
658
|
+
@pulumi.getter(name="errorDetails")
|
|
659
|
+
def error_details(self) -> Sequence['outputs.ErrorDetailResponse']:
|
|
660
|
+
"""
|
|
661
|
+
Details about the error state.
|
|
662
|
+
"""
|
|
663
|
+
return pulumi.get(self, "error_details")
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
@pulumi.getter(name="lastStatusChange")
|
|
667
|
+
def last_status_change(self) -> str:
|
|
668
|
+
"""
|
|
669
|
+
The time of the last status change.
|
|
670
|
+
"""
|
|
671
|
+
return pulumi.get(self, "last_status_change")
|
|
672
|
+
|
|
673
|
+
@property
|
|
674
|
+
@pulumi.getter
|
|
675
|
+
def status(self) -> str:
|
|
676
|
+
"""
|
|
677
|
+
The installation status of the hybrid machine agent installation.
|
|
678
|
+
"""
|
|
679
|
+
return pulumi.get(self, "status")
|
|
680
|
+
|
|
681
|
+
@property
|
|
682
|
+
@pulumi.getter(name="vmUuid")
|
|
683
|
+
def vm_uuid(self) -> str:
|
|
684
|
+
"""
|
|
685
|
+
Specifies the VM's unique SMBIOS ID.
|
|
686
|
+
"""
|
|
687
|
+
return pulumi.get(self, "vm_uuid")
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
@pulumi.output_type
|
|
691
|
+
class GuestCredentialResponse(dict):
|
|
692
|
+
"""
|
|
693
|
+
Username / Password Credentials to connect to guest.
|
|
694
|
+
"""
|
|
695
|
+
def __init__(__self__, *,
|
|
696
|
+
username: Optional[str] = None):
|
|
697
|
+
"""
|
|
698
|
+
Username / Password Credentials to connect to guest.
|
|
699
|
+
:param str username: The username to connect with the guest.
|
|
700
|
+
"""
|
|
701
|
+
if username is not None:
|
|
702
|
+
pulumi.set(__self__, "username", username)
|
|
703
|
+
|
|
704
|
+
@property
|
|
705
|
+
@pulumi.getter
|
|
706
|
+
def username(self) -> Optional[str]:
|
|
707
|
+
"""
|
|
708
|
+
The username to connect with the guest.
|
|
709
|
+
"""
|
|
710
|
+
return pulumi.get(self, "username")
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
@pulumi.output_type
|
|
714
|
+
class HttpProxyConfigurationResponse(dict):
|
|
715
|
+
"""
|
|
716
|
+
HTTP Proxy configuration for the VM.
|
|
717
|
+
"""
|
|
718
|
+
@staticmethod
|
|
719
|
+
def __key_warning(key: str):
|
|
720
|
+
suggest = None
|
|
721
|
+
if key == "httpProxy":
|
|
722
|
+
suggest = "http_proxy"
|
|
723
|
+
elif key == "httpsProxy":
|
|
724
|
+
suggest = "https_proxy"
|
|
725
|
+
elif key == "noProxy":
|
|
726
|
+
suggest = "no_proxy"
|
|
727
|
+
elif key == "trustedCa":
|
|
728
|
+
suggest = "trusted_ca"
|
|
729
|
+
|
|
730
|
+
if suggest:
|
|
731
|
+
pulumi.log.warn(f"Key '{key}' not found in HttpProxyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
732
|
+
|
|
733
|
+
def __getitem__(self, key: str) -> Any:
|
|
734
|
+
HttpProxyConfigurationResponse.__key_warning(key)
|
|
735
|
+
return super().__getitem__(key)
|
|
736
|
+
|
|
737
|
+
def get(self, key: str, default = None) -> Any:
|
|
738
|
+
HttpProxyConfigurationResponse.__key_warning(key)
|
|
739
|
+
return super().get(key, default)
|
|
740
|
+
|
|
741
|
+
def __init__(__self__, *,
|
|
742
|
+
http_proxy: Optional[str] = None,
|
|
743
|
+
https_proxy: Optional[str] = None,
|
|
744
|
+
no_proxy: Optional[Sequence[str]] = None,
|
|
745
|
+
trusted_ca: Optional[str] = None):
|
|
746
|
+
"""
|
|
747
|
+
HTTP Proxy configuration for the VM.
|
|
748
|
+
:param str http_proxy: The HTTP proxy server endpoint to use.
|
|
749
|
+
:param str https_proxy: The HTTPS proxy server endpoint to use.
|
|
750
|
+
:param Sequence[str] no_proxy: The endpoints that should not go through proxy.
|
|
751
|
+
:param str trusted_ca: Alternative CA cert to use for connecting to proxy servers.
|
|
752
|
+
"""
|
|
753
|
+
if http_proxy is not None:
|
|
754
|
+
pulumi.set(__self__, "http_proxy", http_proxy)
|
|
755
|
+
if https_proxy is not None:
|
|
756
|
+
pulumi.set(__self__, "https_proxy", https_proxy)
|
|
757
|
+
if no_proxy is not None:
|
|
758
|
+
pulumi.set(__self__, "no_proxy", no_proxy)
|
|
759
|
+
if trusted_ca is not None:
|
|
760
|
+
pulumi.set(__self__, "trusted_ca", trusted_ca)
|
|
761
|
+
|
|
762
|
+
@property
|
|
763
|
+
@pulumi.getter(name="httpProxy")
|
|
764
|
+
def http_proxy(self) -> Optional[str]:
|
|
765
|
+
"""
|
|
766
|
+
The HTTP proxy server endpoint to use.
|
|
767
|
+
"""
|
|
768
|
+
return pulumi.get(self, "http_proxy")
|
|
769
|
+
|
|
770
|
+
@property
|
|
771
|
+
@pulumi.getter(name="httpsProxy")
|
|
772
|
+
def https_proxy(self) -> Optional[str]:
|
|
773
|
+
"""
|
|
774
|
+
The HTTPS proxy server endpoint to use.
|
|
775
|
+
"""
|
|
776
|
+
return pulumi.get(self, "https_proxy")
|
|
777
|
+
|
|
778
|
+
@property
|
|
779
|
+
@pulumi.getter(name="noProxy")
|
|
780
|
+
def no_proxy(self) -> Optional[Sequence[str]]:
|
|
781
|
+
"""
|
|
782
|
+
The endpoints that should not go through proxy.
|
|
783
|
+
"""
|
|
784
|
+
return pulumi.get(self, "no_proxy")
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="trustedCa")
|
|
788
|
+
def trusted_ca(self) -> Optional[str]:
|
|
789
|
+
"""
|
|
790
|
+
Alternative CA cert to use for connecting to proxy servers.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "trusted_ca")
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
@pulumi.output_type
|
|
796
|
+
class IPConfigurationPropertiesResponse(dict):
|
|
797
|
+
"""
|
|
798
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
799
|
+
"""
|
|
800
|
+
@staticmethod
|
|
801
|
+
def __key_warning(key: str):
|
|
802
|
+
suggest = None
|
|
803
|
+
if key == "prefixLength":
|
|
804
|
+
suggest = "prefix_length"
|
|
805
|
+
elif key == "privateIPAddress":
|
|
806
|
+
suggest = "private_ip_address"
|
|
807
|
+
|
|
808
|
+
if suggest:
|
|
809
|
+
pulumi.log.warn(f"Key '{key}' not found in IPConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
810
|
+
|
|
811
|
+
def __getitem__(self, key: str) -> Any:
|
|
812
|
+
IPConfigurationPropertiesResponse.__key_warning(key)
|
|
813
|
+
return super().__getitem__(key)
|
|
814
|
+
|
|
815
|
+
def get(self, key: str, default = None) -> Any:
|
|
816
|
+
IPConfigurationPropertiesResponse.__key_warning(key)
|
|
817
|
+
return super().get(key, default)
|
|
818
|
+
|
|
819
|
+
def __init__(__self__, *,
|
|
820
|
+
gateway: str,
|
|
821
|
+
prefix_length: str,
|
|
822
|
+
private_ip_address: Optional[str] = None,
|
|
823
|
+
subnet: Optional['outputs.LogicalNetworkArmReferenceResponse'] = None):
|
|
824
|
+
"""
|
|
825
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
826
|
+
:param str gateway: Gateway for network interface
|
|
827
|
+
:param str prefix_length: prefixLength for network interface
|
|
828
|
+
:param str private_ip_address: PrivateIPAddress - Private IP address of the IP configuration.
|
|
829
|
+
:param 'LogicalNetworkArmReferenceResponse' subnet: Subnet - Name of Subnet bound to the IP configuration.
|
|
830
|
+
"""
|
|
831
|
+
pulumi.set(__self__, "gateway", gateway)
|
|
832
|
+
pulumi.set(__self__, "prefix_length", prefix_length)
|
|
833
|
+
if private_ip_address is not None:
|
|
834
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
835
|
+
if subnet is not None:
|
|
836
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
837
|
+
|
|
838
|
+
@property
|
|
839
|
+
@pulumi.getter
|
|
840
|
+
def gateway(self) -> str:
|
|
841
|
+
"""
|
|
842
|
+
Gateway for network interface
|
|
843
|
+
"""
|
|
844
|
+
return pulumi.get(self, "gateway")
|
|
845
|
+
|
|
846
|
+
@property
|
|
847
|
+
@pulumi.getter(name="prefixLength")
|
|
848
|
+
def prefix_length(self) -> str:
|
|
849
|
+
"""
|
|
850
|
+
prefixLength for network interface
|
|
851
|
+
"""
|
|
852
|
+
return pulumi.get(self, "prefix_length")
|
|
853
|
+
|
|
854
|
+
@property
|
|
855
|
+
@pulumi.getter(name="privateIPAddress")
|
|
856
|
+
def private_ip_address(self) -> Optional[str]:
|
|
857
|
+
"""
|
|
858
|
+
PrivateIPAddress - Private IP address of the IP configuration.
|
|
859
|
+
"""
|
|
860
|
+
return pulumi.get(self, "private_ip_address")
|
|
861
|
+
|
|
862
|
+
@property
|
|
863
|
+
@pulumi.getter
|
|
864
|
+
def subnet(self) -> Optional['outputs.LogicalNetworkArmReferenceResponse']:
|
|
865
|
+
"""
|
|
866
|
+
Subnet - Name of Subnet bound to the IP configuration.
|
|
867
|
+
"""
|
|
868
|
+
return pulumi.get(self, "subnet")
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
@pulumi.output_type
|
|
872
|
+
class IPConfigurationResponse(dict):
|
|
873
|
+
"""
|
|
874
|
+
InterfaceIPConfiguration IPConfiguration in a network interface.
|
|
875
|
+
"""
|
|
876
|
+
def __init__(__self__, *,
|
|
877
|
+
name: Optional[str] = None,
|
|
878
|
+
properties: Optional['outputs.IPConfigurationPropertiesResponse'] = None):
|
|
879
|
+
"""
|
|
880
|
+
InterfaceIPConfiguration IPConfiguration in a network interface.
|
|
881
|
+
:param str name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
882
|
+
:param 'IPConfigurationPropertiesResponse' properties: InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
883
|
+
"""
|
|
884
|
+
if name is not None:
|
|
885
|
+
pulumi.set(__self__, "name", name)
|
|
886
|
+
if properties is not None:
|
|
887
|
+
pulumi.set(__self__, "properties", properties)
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter
|
|
891
|
+
def name(self) -> Optional[str]:
|
|
892
|
+
"""
|
|
893
|
+
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
894
|
+
"""
|
|
895
|
+
return pulumi.get(self, "name")
|
|
896
|
+
|
|
897
|
+
@property
|
|
898
|
+
@pulumi.getter
|
|
899
|
+
def properties(self) -> Optional['outputs.IPConfigurationPropertiesResponse']:
|
|
900
|
+
"""
|
|
901
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
902
|
+
"""
|
|
903
|
+
return pulumi.get(self, "properties")
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
@pulumi.output_type
|
|
907
|
+
class IPPoolInfoResponse(dict):
|
|
908
|
+
"""
|
|
909
|
+
IP Pool info
|
|
910
|
+
"""
|
|
911
|
+
def __init__(__self__, *,
|
|
912
|
+
available: str,
|
|
913
|
+
used: str):
|
|
914
|
+
"""
|
|
915
|
+
IP Pool info
|
|
916
|
+
:param str available: Number of IP addresses available in the IP Pool
|
|
917
|
+
:param str used: Number of IP addresses allocated from the IP Pool
|
|
918
|
+
"""
|
|
919
|
+
pulumi.set(__self__, "available", available)
|
|
920
|
+
pulumi.set(__self__, "used", used)
|
|
921
|
+
|
|
922
|
+
@property
|
|
923
|
+
@pulumi.getter
|
|
924
|
+
def available(self) -> str:
|
|
925
|
+
"""
|
|
926
|
+
Number of IP addresses available in the IP Pool
|
|
927
|
+
"""
|
|
928
|
+
return pulumi.get(self, "available")
|
|
929
|
+
|
|
930
|
+
@property
|
|
931
|
+
@pulumi.getter
|
|
932
|
+
def used(self) -> str:
|
|
933
|
+
"""
|
|
934
|
+
Number of IP addresses allocated from the IP Pool
|
|
935
|
+
"""
|
|
936
|
+
return pulumi.get(self, "used")
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
@pulumi.output_type
|
|
940
|
+
class IPPoolResponse(dict):
|
|
941
|
+
"""
|
|
942
|
+
Describes IPPool
|
|
943
|
+
"""
|
|
944
|
+
@staticmethod
|
|
945
|
+
def __key_warning(key: str):
|
|
946
|
+
suggest = None
|
|
947
|
+
if key == "ipPoolType":
|
|
948
|
+
suggest = "ip_pool_type"
|
|
949
|
+
|
|
950
|
+
if suggest:
|
|
951
|
+
pulumi.log.warn(f"Key '{key}' not found in IPPoolResponse. Access the value via the '{suggest}' property getter instead.")
|
|
952
|
+
|
|
953
|
+
def __getitem__(self, key: str) -> Any:
|
|
954
|
+
IPPoolResponse.__key_warning(key)
|
|
955
|
+
return super().__getitem__(key)
|
|
956
|
+
|
|
957
|
+
def get(self, key: str, default = None) -> Any:
|
|
958
|
+
IPPoolResponse.__key_warning(key)
|
|
959
|
+
return super().get(key, default)
|
|
960
|
+
|
|
961
|
+
def __init__(__self__, *,
|
|
962
|
+
end: Optional[str] = None,
|
|
963
|
+
info: Optional['outputs.IPPoolInfoResponse'] = None,
|
|
964
|
+
ip_pool_type: Optional[str] = None,
|
|
965
|
+
name: Optional[str] = None,
|
|
966
|
+
start: Optional[str] = None):
|
|
967
|
+
"""
|
|
968
|
+
Describes IPPool
|
|
969
|
+
:param str end: End of the IP address pool
|
|
970
|
+
:param 'IPPoolInfoResponse' info: IPPool info
|
|
971
|
+
:param str ip_pool_type: Type of the IP Pool [vm, vippool]
|
|
972
|
+
:param str name: Name of the IP-Pool
|
|
973
|
+
:param str start: Start of the IP address pool
|
|
974
|
+
"""
|
|
975
|
+
if end is not None:
|
|
976
|
+
pulumi.set(__self__, "end", end)
|
|
977
|
+
if info is not None:
|
|
978
|
+
pulumi.set(__self__, "info", info)
|
|
979
|
+
if ip_pool_type is not None:
|
|
980
|
+
pulumi.set(__self__, "ip_pool_type", ip_pool_type)
|
|
981
|
+
if name is not None:
|
|
982
|
+
pulumi.set(__self__, "name", name)
|
|
983
|
+
if start is not None:
|
|
984
|
+
pulumi.set(__self__, "start", start)
|
|
985
|
+
|
|
986
|
+
@property
|
|
987
|
+
@pulumi.getter
|
|
988
|
+
def end(self) -> Optional[str]:
|
|
989
|
+
"""
|
|
990
|
+
End of the IP address pool
|
|
991
|
+
"""
|
|
992
|
+
return pulumi.get(self, "end")
|
|
993
|
+
|
|
994
|
+
@property
|
|
995
|
+
@pulumi.getter
|
|
996
|
+
def info(self) -> Optional['outputs.IPPoolInfoResponse']:
|
|
997
|
+
"""
|
|
998
|
+
IPPool info
|
|
999
|
+
"""
|
|
1000
|
+
return pulumi.get(self, "info")
|
|
1001
|
+
|
|
1002
|
+
@property
|
|
1003
|
+
@pulumi.getter(name="ipPoolType")
|
|
1004
|
+
def ip_pool_type(self) -> Optional[str]:
|
|
1005
|
+
"""
|
|
1006
|
+
Type of the IP Pool [vm, vippool]
|
|
1007
|
+
"""
|
|
1008
|
+
return pulumi.get(self, "ip_pool_type")
|
|
1009
|
+
|
|
1010
|
+
@property
|
|
1011
|
+
@pulumi.getter
|
|
1012
|
+
def name(self) -> Optional[str]:
|
|
1013
|
+
"""
|
|
1014
|
+
Name of the IP-Pool
|
|
1015
|
+
"""
|
|
1016
|
+
return pulumi.get(self, "name")
|
|
1017
|
+
|
|
1018
|
+
@property
|
|
1019
|
+
@pulumi.getter
|
|
1020
|
+
def start(self) -> Optional[str]:
|
|
1021
|
+
"""
|
|
1022
|
+
Start of the IP address pool
|
|
1023
|
+
"""
|
|
1024
|
+
return pulumi.get(self, "start")
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
@pulumi.output_type
|
|
1028
|
+
class ImageArmReferenceResponse(dict):
|
|
1029
|
+
"""
|
|
1030
|
+
The ARM ID for a Gallery Image.
|
|
1031
|
+
"""
|
|
1032
|
+
def __init__(__self__, *,
|
|
1033
|
+
id: Optional[str] = None):
|
|
1034
|
+
"""
|
|
1035
|
+
The ARM ID for a Gallery Image.
|
|
1036
|
+
:param str id: The ARM ID for an image resource used by the virtual machine instance.
|
|
1037
|
+
"""
|
|
1038
|
+
if id is not None:
|
|
1039
|
+
pulumi.set(__self__, "id", id)
|
|
1040
|
+
|
|
1041
|
+
@property
|
|
1042
|
+
@pulumi.getter
|
|
1043
|
+
def id(self) -> Optional[str]:
|
|
1044
|
+
"""
|
|
1045
|
+
The ARM ID for an image resource used by the virtual machine instance.
|
|
1046
|
+
"""
|
|
1047
|
+
return pulumi.get(self, "id")
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
@pulumi.output_type
|
|
1051
|
+
class InstanceViewStatusResponse(dict):
|
|
1052
|
+
"""
|
|
1053
|
+
Instance view status.
|
|
1054
|
+
"""
|
|
1055
|
+
@staticmethod
|
|
1056
|
+
def __key_warning(key: str):
|
|
1057
|
+
suggest = None
|
|
1058
|
+
if key == "displayStatus":
|
|
1059
|
+
suggest = "display_status"
|
|
1060
|
+
|
|
1061
|
+
if suggest:
|
|
1062
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1063
|
+
|
|
1064
|
+
def __getitem__(self, key: str) -> Any:
|
|
1065
|
+
InstanceViewStatusResponse.__key_warning(key)
|
|
1066
|
+
return super().__getitem__(key)
|
|
1067
|
+
|
|
1068
|
+
def get(self, key: str, default = None) -> Any:
|
|
1069
|
+
InstanceViewStatusResponse.__key_warning(key)
|
|
1070
|
+
return super().get(key, default)
|
|
1071
|
+
|
|
1072
|
+
def __init__(__self__, *,
|
|
1073
|
+
code: Optional[str] = None,
|
|
1074
|
+
display_status: Optional[str] = None,
|
|
1075
|
+
level: Optional[str] = None,
|
|
1076
|
+
message: Optional[str] = None,
|
|
1077
|
+
time: Optional[str] = None):
|
|
1078
|
+
"""
|
|
1079
|
+
Instance view status.
|
|
1080
|
+
:param str code: The status code.
|
|
1081
|
+
:param str display_status: The short localizable label for the status.
|
|
1082
|
+
:param str level: The level code.
|
|
1083
|
+
:param str message: The detailed status message, including for alerts and error messages.
|
|
1084
|
+
:param str time: The time of the status.
|
|
1085
|
+
"""
|
|
1086
|
+
if code is not None:
|
|
1087
|
+
pulumi.set(__self__, "code", code)
|
|
1088
|
+
if display_status is not None:
|
|
1089
|
+
pulumi.set(__self__, "display_status", display_status)
|
|
1090
|
+
if level is not None:
|
|
1091
|
+
pulumi.set(__self__, "level", level)
|
|
1092
|
+
if message is not None:
|
|
1093
|
+
pulumi.set(__self__, "message", message)
|
|
1094
|
+
if time is not None:
|
|
1095
|
+
pulumi.set(__self__, "time", time)
|
|
1096
|
+
|
|
1097
|
+
@property
|
|
1098
|
+
@pulumi.getter
|
|
1099
|
+
def code(self) -> Optional[str]:
|
|
1100
|
+
"""
|
|
1101
|
+
The status code.
|
|
1102
|
+
"""
|
|
1103
|
+
return pulumi.get(self, "code")
|
|
1104
|
+
|
|
1105
|
+
@property
|
|
1106
|
+
@pulumi.getter(name="displayStatus")
|
|
1107
|
+
def display_status(self) -> Optional[str]:
|
|
1108
|
+
"""
|
|
1109
|
+
The short localizable label for the status.
|
|
1110
|
+
"""
|
|
1111
|
+
return pulumi.get(self, "display_status")
|
|
1112
|
+
|
|
1113
|
+
@property
|
|
1114
|
+
@pulumi.getter
|
|
1115
|
+
def level(self) -> Optional[str]:
|
|
1116
|
+
"""
|
|
1117
|
+
The level code.
|
|
1118
|
+
"""
|
|
1119
|
+
return pulumi.get(self, "level")
|
|
1120
|
+
|
|
1121
|
+
@property
|
|
1122
|
+
@pulumi.getter
|
|
1123
|
+
def message(self) -> Optional[str]:
|
|
1124
|
+
"""
|
|
1125
|
+
The detailed status message, including for alerts and error messages.
|
|
1126
|
+
"""
|
|
1127
|
+
return pulumi.get(self, "message")
|
|
1128
|
+
|
|
1129
|
+
@property
|
|
1130
|
+
@pulumi.getter
|
|
1131
|
+
def time(self) -> Optional[str]:
|
|
1132
|
+
"""
|
|
1133
|
+
The time of the status.
|
|
1134
|
+
"""
|
|
1135
|
+
return pulumi.get(self, "time")
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
@pulumi.output_type
|
|
1139
|
+
class InterfaceDNSSettingsResponse(dict):
|
|
1140
|
+
"""
|
|
1141
|
+
DNS Settings of the interface
|
|
1142
|
+
"""
|
|
1143
|
+
@staticmethod
|
|
1144
|
+
def __key_warning(key: str):
|
|
1145
|
+
suggest = None
|
|
1146
|
+
if key == "dnsServers":
|
|
1147
|
+
suggest = "dns_servers"
|
|
1148
|
+
|
|
1149
|
+
if suggest:
|
|
1150
|
+
pulumi.log.warn(f"Key '{key}' not found in InterfaceDNSSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1151
|
+
|
|
1152
|
+
def __getitem__(self, key: str) -> Any:
|
|
1153
|
+
InterfaceDNSSettingsResponse.__key_warning(key)
|
|
1154
|
+
return super().__getitem__(key)
|
|
1155
|
+
|
|
1156
|
+
def get(self, key: str, default = None) -> Any:
|
|
1157
|
+
InterfaceDNSSettingsResponse.__key_warning(key)
|
|
1158
|
+
return super().get(key, default)
|
|
1159
|
+
|
|
1160
|
+
def __init__(__self__, *,
|
|
1161
|
+
dns_servers: Optional[Sequence[str]] = None):
|
|
1162
|
+
"""
|
|
1163
|
+
DNS Settings of the interface
|
|
1164
|
+
:param Sequence[str] dns_servers: List of DNS server IP Addresses for the interface
|
|
1165
|
+
"""
|
|
1166
|
+
if dns_servers is not None:
|
|
1167
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
1168
|
+
|
|
1169
|
+
@property
|
|
1170
|
+
@pulumi.getter(name="dnsServers")
|
|
1171
|
+
def dns_servers(self) -> Optional[Sequence[str]]:
|
|
1172
|
+
"""
|
|
1173
|
+
List of DNS server IP Addresses for the interface
|
|
1174
|
+
"""
|
|
1175
|
+
return pulumi.get(self, "dns_servers")
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
@pulumi.output_type
|
|
1179
|
+
class LogicalNetworkArmReferenceResponse(dict):
|
|
1180
|
+
"""
|
|
1181
|
+
The ARM ID for a Logical Network.
|
|
1182
|
+
"""
|
|
1183
|
+
def __init__(__self__, *,
|
|
1184
|
+
id: Optional[str] = None):
|
|
1185
|
+
"""
|
|
1186
|
+
The ARM ID for a Logical Network.
|
|
1187
|
+
:param str id: The ARM ID for a Logical Network.
|
|
1188
|
+
"""
|
|
1189
|
+
if id is not None:
|
|
1190
|
+
pulumi.set(__self__, "id", id)
|
|
1191
|
+
|
|
1192
|
+
@property
|
|
1193
|
+
@pulumi.getter
|
|
1194
|
+
def id(self) -> Optional[str]:
|
|
1195
|
+
"""
|
|
1196
|
+
The ARM ID for a Logical Network.
|
|
1197
|
+
"""
|
|
1198
|
+
return pulumi.get(self, "id")
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
@pulumi.output_type
|
|
1202
|
+
class LogicalNetworkPropertiesDhcpOptionsResponse(dict):
|
|
1203
|
+
"""
|
|
1204
|
+
DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
|
|
1205
|
+
"""
|
|
1206
|
+
@staticmethod
|
|
1207
|
+
def __key_warning(key: str):
|
|
1208
|
+
suggest = None
|
|
1209
|
+
if key == "dnsServers":
|
|
1210
|
+
suggest = "dns_servers"
|
|
1211
|
+
|
|
1212
|
+
if suggest:
|
|
1213
|
+
pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkPropertiesDhcpOptionsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1214
|
+
|
|
1215
|
+
def __getitem__(self, key: str) -> Any:
|
|
1216
|
+
LogicalNetworkPropertiesDhcpOptionsResponse.__key_warning(key)
|
|
1217
|
+
return super().__getitem__(key)
|
|
1218
|
+
|
|
1219
|
+
def get(self, key: str, default = None) -> Any:
|
|
1220
|
+
LogicalNetworkPropertiesDhcpOptionsResponse.__key_warning(key)
|
|
1221
|
+
return super().get(key, default)
|
|
1222
|
+
|
|
1223
|
+
def __init__(__self__, *,
|
|
1224
|
+
dns_servers: Optional[Sequence[str]] = None):
|
|
1225
|
+
"""
|
|
1226
|
+
DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
|
|
1227
|
+
:param Sequence[str] dns_servers: The list of DNS servers IP addresses.
|
|
1228
|
+
"""
|
|
1229
|
+
if dns_servers is not None:
|
|
1230
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
@pulumi.getter(name="dnsServers")
|
|
1234
|
+
def dns_servers(self) -> Optional[Sequence[str]]:
|
|
1235
|
+
"""
|
|
1236
|
+
The list of DNS servers IP addresses.
|
|
1237
|
+
"""
|
|
1238
|
+
return pulumi.get(self, "dns_servers")
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
@pulumi.output_type
|
|
1242
|
+
class LogicalNetworkStatusProvisioningStatusResponse(dict):
|
|
1243
|
+
"""
|
|
1244
|
+
Describes the status of the provisioning.
|
|
1245
|
+
"""
|
|
1246
|
+
@staticmethod
|
|
1247
|
+
def __key_warning(key: str):
|
|
1248
|
+
suggest = None
|
|
1249
|
+
if key == "operationId":
|
|
1250
|
+
suggest = "operation_id"
|
|
1251
|
+
|
|
1252
|
+
if suggest:
|
|
1253
|
+
pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1254
|
+
|
|
1255
|
+
def __getitem__(self, key: str) -> Any:
|
|
1256
|
+
LogicalNetworkStatusProvisioningStatusResponse.__key_warning(key)
|
|
1257
|
+
return super().__getitem__(key)
|
|
1258
|
+
|
|
1259
|
+
def get(self, key: str, default = None) -> Any:
|
|
1260
|
+
LogicalNetworkStatusProvisioningStatusResponse.__key_warning(key)
|
|
1261
|
+
return super().get(key, default)
|
|
1262
|
+
|
|
1263
|
+
def __init__(__self__, *,
|
|
1264
|
+
status: str,
|
|
1265
|
+
operation_id: Optional[str] = None):
|
|
1266
|
+
"""
|
|
1267
|
+
Describes the status of the provisioning.
|
|
1268
|
+
:param str status: The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
|
|
1269
|
+
:param str operation_id: The ID of the operation performed on the logical network
|
|
1270
|
+
"""
|
|
1271
|
+
pulumi.set(__self__, "status", status)
|
|
1272
|
+
if operation_id is not None:
|
|
1273
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
1274
|
+
|
|
1275
|
+
@property
|
|
1276
|
+
@pulumi.getter
|
|
1277
|
+
def status(self) -> str:
|
|
1278
|
+
"""
|
|
1279
|
+
The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
|
|
1280
|
+
"""
|
|
1281
|
+
return pulumi.get(self, "status")
|
|
1282
|
+
|
|
1283
|
+
@property
|
|
1284
|
+
@pulumi.getter(name="operationId")
|
|
1285
|
+
def operation_id(self) -> Optional[str]:
|
|
1286
|
+
"""
|
|
1287
|
+
The ID of the operation performed on the logical network
|
|
1288
|
+
"""
|
|
1289
|
+
return pulumi.get(self, "operation_id")
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
@pulumi.output_type
|
|
1293
|
+
class LogicalNetworkStatusResponse(dict):
|
|
1294
|
+
"""
|
|
1295
|
+
The observed state of logical networks
|
|
1296
|
+
"""
|
|
1297
|
+
@staticmethod
|
|
1298
|
+
def __key_warning(key: str):
|
|
1299
|
+
suggest = None
|
|
1300
|
+
if key == "errorCode":
|
|
1301
|
+
suggest = "error_code"
|
|
1302
|
+
elif key == "errorMessage":
|
|
1303
|
+
suggest = "error_message"
|
|
1304
|
+
elif key == "provisioningStatus":
|
|
1305
|
+
suggest = "provisioning_status"
|
|
1306
|
+
|
|
1307
|
+
if suggest:
|
|
1308
|
+
pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1309
|
+
|
|
1310
|
+
def __getitem__(self, key: str) -> Any:
|
|
1311
|
+
LogicalNetworkStatusResponse.__key_warning(key)
|
|
1312
|
+
return super().__getitem__(key)
|
|
1313
|
+
|
|
1314
|
+
def get(self, key: str, default = None) -> Any:
|
|
1315
|
+
LogicalNetworkStatusResponse.__key_warning(key)
|
|
1316
|
+
return super().get(key, default)
|
|
1317
|
+
|
|
1318
|
+
def __init__(__self__, *,
|
|
1319
|
+
error_code: Optional[str] = None,
|
|
1320
|
+
error_message: Optional[str] = None,
|
|
1321
|
+
provisioning_status: Optional['outputs.LogicalNetworkStatusProvisioningStatusResponse'] = None):
|
|
1322
|
+
"""
|
|
1323
|
+
The observed state of logical networks
|
|
1324
|
+
:param str error_code: LogicalNetwork provisioning error code
|
|
1325
|
+
:param str error_message: Descriptive error message
|
|
1326
|
+
:param 'LogicalNetworkStatusProvisioningStatusResponse' provisioning_status: Logical network provisioning status
|
|
1327
|
+
"""
|
|
1328
|
+
if error_code is not None:
|
|
1329
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
1330
|
+
if error_message is not None:
|
|
1331
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
1332
|
+
if provisioning_status is not None:
|
|
1333
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
@pulumi.getter(name="errorCode")
|
|
1337
|
+
def error_code(self) -> Optional[str]:
|
|
1338
|
+
"""
|
|
1339
|
+
LogicalNetwork provisioning error code
|
|
1340
|
+
"""
|
|
1341
|
+
return pulumi.get(self, "error_code")
|
|
1342
|
+
|
|
1343
|
+
@property
|
|
1344
|
+
@pulumi.getter(name="errorMessage")
|
|
1345
|
+
def error_message(self) -> Optional[str]:
|
|
1346
|
+
"""
|
|
1347
|
+
Descriptive error message
|
|
1348
|
+
"""
|
|
1349
|
+
return pulumi.get(self, "error_message")
|
|
1350
|
+
|
|
1351
|
+
@property
|
|
1352
|
+
@pulumi.getter(name="provisioningStatus")
|
|
1353
|
+
def provisioning_status(self) -> Optional['outputs.LogicalNetworkStatusProvisioningStatusResponse']:
|
|
1354
|
+
"""
|
|
1355
|
+
Logical network provisioning status
|
|
1356
|
+
"""
|
|
1357
|
+
return pulumi.get(self, "provisioning_status")
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
@pulumi.output_type
|
|
1361
|
+
class ManagedServiceIdentityResponse(dict):
|
|
1362
|
+
"""
|
|
1363
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
1364
|
+
"""
|
|
1365
|
+
@staticmethod
|
|
1366
|
+
def __key_warning(key: str):
|
|
1367
|
+
suggest = None
|
|
1368
|
+
if key == "principalId":
|
|
1369
|
+
suggest = "principal_id"
|
|
1370
|
+
elif key == "tenantId":
|
|
1371
|
+
suggest = "tenant_id"
|
|
1372
|
+
elif key == "userAssignedIdentities":
|
|
1373
|
+
suggest = "user_assigned_identities"
|
|
1374
|
+
|
|
1375
|
+
if suggest:
|
|
1376
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1377
|
+
|
|
1378
|
+
def __getitem__(self, key: str) -> Any:
|
|
1379
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
1380
|
+
return super().__getitem__(key)
|
|
1381
|
+
|
|
1382
|
+
def get(self, key: str, default = None) -> Any:
|
|
1383
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
1384
|
+
return super().get(key, default)
|
|
1385
|
+
|
|
1386
|
+
def __init__(__self__, *,
|
|
1387
|
+
principal_id: str,
|
|
1388
|
+
tenant_id: str,
|
|
1389
|
+
type: str,
|
|
1390
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
1391
|
+
"""
|
|
1392
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
1393
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1394
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1395
|
+
:param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
1396
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
1397
|
+
"""
|
|
1398
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1399
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1400
|
+
pulumi.set(__self__, "type", type)
|
|
1401
|
+
if user_assigned_identities is not None:
|
|
1402
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1403
|
+
|
|
1404
|
+
@property
|
|
1405
|
+
@pulumi.getter(name="principalId")
|
|
1406
|
+
def principal_id(self) -> str:
|
|
1407
|
+
"""
|
|
1408
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1409
|
+
"""
|
|
1410
|
+
return pulumi.get(self, "principal_id")
|
|
1411
|
+
|
|
1412
|
+
@property
|
|
1413
|
+
@pulumi.getter(name="tenantId")
|
|
1414
|
+
def tenant_id(self) -> str:
|
|
1415
|
+
"""
|
|
1416
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1417
|
+
"""
|
|
1418
|
+
return pulumi.get(self, "tenant_id")
|
|
1419
|
+
|
|
1420
|
+
@property
|
|
1421
|
+
@pulumi.getter
|
|
1422
|
+
def type(self) -> str:
|
|
1423
|
+
"""
|
|
1424
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
1425
|
+
"""
|
|
1426
|
+
return pulumi.get(self, "type")
|
|
1427
|
+
|
|
1428
|
+
@property
|
|
1429
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1430
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
1431
|
+
"""
|
|
1432
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
1433
|
+
"""
|
|
1434
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
@pulumi.output_type
|
|
1438
|
+
class MarketplaceGalleryImageStatusDownloadStatusResponse(dict):
|
|
1439
|
+
"""
|
|
1440
|
+
The download status of the gallery image
|
|
1441
|
+
"""
|
|
1442
|
+
@staticmethod
|
|
1443
|
+
def __key_warning(key: str):
|
|
1444
|
+
suggest = None
|
|
1445
|
+
if key == "downloadSizeInMB":
|
|
1446
|
+
suggest = "download_size_in_mb"
|
|
1447
|
+
|
|
1448
|
+
if suggest:
|
|
1449
|
+
pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1450
|
+
|
|
1451
|
+
def __getitem__(self, key: str) -> Any:
|
|
1452
|
+
MarketplaceGalleryImageStatusDownloadStatusResponse.__key_warning(key)
|
|
1453
|
+
return super().__getitem__(key)
|
|
1454
|
+
|
|
1455
|
+
def get(self, key: str, default = None) -> Any:
|
|
1456
|
+
MarketplaceGalleryImageStatusDownloadStatusResponse.__key_warning(key)
|
|
1457
|
+
return super().get(key, default)
|
|
1458
|
+
|
|
1459
|
+
def __init__(__self__, *,
|
|
1460
|
+
download_size_in_mb: Optional[float] = None):
|
|
1461
|
+
"""
|
|
1462
|
+
The download status of the gallery image
|
|
1463
|
+
:param float download_size_in_mb: The downloaded sized of the image in MB
|
|
1464
|
+
"""
|
|
1465
|
+
if download_size_in_mb is not None:
|
|
1466
|
+
pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
|
|
1467
|
+
|
|
1468
|
+
@property
|
|
1469
|
+
@pulumi.getter(name="downloadSizeInMB")
|
|
1470
|
+
def download_size_in_mb(self) -> Optional[float]:
|
|
1471
|
+
"""
|
|
1472
|
+
The downloaded sized of the image in MB
|
|
1473
|
+
"""
|
|
1474
|
+
return pulumi.get(self, "download_size_in_mb")
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
@pulumi.output_type
|
|
1478
|
+
class MarketplaceGalleryImageStatusProvisioningStatusResponse(dict):
|
|
1479
|
+
"""
|
|
1480
|
+
Marketplace GalleryImage provisioning status
|
|
1481
|
+
"""
|
|
1482
|
+
@staticmethod
|
|
1483
|
+
def __key_warning(key: str):
|
|
1484
|
+
suggest = None
|
|
1485
|
+
if key == "operationId":
|
|
1486
|
+
suggest = "operation_id"
|
|
1487
|
+
|
|
1488
|
+
if suggest:
|
|
1489
|
+
pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1490
|
+
|
|
1491
|
+
def __getitem__(self, key: str) -> Any:
|
|
1492
|
+
MarketplaceGalleryImageStatusProvisioningStatusResponse.__key_warning(key)
|
|
1493
|
+
return super().__getitem__(key)
|
|
1494
|
+
|
|
1495
|
+
def get(self, key: str, default = None) -> Any:
|
|
1496
|
+
MarketplaceGalleryImageStatusProvisioningStatusResponse.__key_warning(key)
|
|
1497
|
+
return super().get(key, default)
|
|
1498
|
+
|
|
1499
|
+
def __init__(__self__, *,
|
|
1500
|
+
status: str,
|
|
1501
|
+
operation_id: Optional[str] = None):
|
|
1502
|
+
"""
|
|
1503
|
+
Marketplace GalleryImage provisioning status
|
|
1504
|
+
:param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
|
|
1505
|
+
:param str operation_id: The ID of the operation performed on the gallery image
|
|
1506
|
+
"""
|
|
1507
|
+
pulumi.set(__self__, "status", status)
|
|
1508
|
+
if operation_id is not None:
|
|
1509
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
1510
|
+
|
|
1511
|
+
@property
|
|
1512
|
+
@pulumi.getter
|
|
1513
|
+
def status(self) -> str:
|
|
1514
|
+
"""
|
|
1515
|
+
The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
|
|
1516
|
+
"""
|
|
1517
|
+
return pulumi.get(self, "status")
|
|
1518
|
+
|
|
1519
|
+
@property
|
|
1520
|
+
@pulumi.getter(name="operationId")
|
|
1521
|
+
def operation_id(self) -> Optional[str]:
|
|
1522
|
+
"""
|
|
1523
|
+
The ID of the operation performed on the gallery image
|
|
1524
|
+
"""
|
|
1525
|
+
return pulumi.get(self, "operation_id")
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
@pulumi.output_type
|
|
1529
|
+
class MarketplaceGalleryImageStatusResponse(dict):
|
|
1530
|
+
"""
|
|
1531
|
+
The observed state of marketplace gallery images
|
|
1532
|
+
"""
|
|
1533
|
+
@staticmethod
|
|
1534
|
+
def __key_warning(key: str):
|
|
1535
|
+
suggest = None
|
|
1536
|
+
if key == "downloadStatus":
|
|
1537
|
+
suggest = "download_status"
|
|
1538
|
+
elif key == "errorCode":
|
|
1539
|
+
suggest = "error_code"
|
|
1540
|
+
elif key == "errorMessage":
|
|
1541
|
+
suggest = "error_message"
|
|
1542
|
+
elif key == "progressPercentage":
|
|
1543
|
+
suggest = "progress_percentage"
|
|
1544
|
+
elif key == "provisioningStatus":
|
|
1545
|
+
suggest = "provisioning_status"
|
|
1546
|
+
|
|
1547
|
+
if suggest:
|
|
1548
|
+
pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1549
|
+
|
|
1550
|
+
def __getitem__(self, key: str) -> Any:
|
|
1551
|
+
MarketplaceGalleryImageStatusResponse.__key_warning(key)
|
|
1552
|
+
return super().__getitem__(key)
|
|
1553
|
+
|
|
1554
|
+
def get(self, key: str, default = None) -> Any:
|
|
1555
|
+
MarketplaceGalleryImageStatusResponse.__key_warning(key)
|
|
1556
|
+
return super().get(key, default)
|
|
1557
|
+
|
|
1558
|
+
def __init__(__self__, *,
|
|
1559
|
+
download_status: Optional['outputs.MarketplaceGalleryImageStatusDownloadStatusResponse'] = None,
|
|
1560
|
+
error_code: Optional[str] = None,
|
|
1561
|
+
error_message: Optional[str] = None,
|
|
1562
|
+
progress_percentage: Optional[float] = None,
|
|
1563
|
+
provisioning_status: Optional['outputs.MarketplaceGalleryImageStatusProvisioningStatusResponse'] = None):
|
|
1564
|
+
"""
|
|
1565
|
+
The observed state of marketplace gallery images
|
|
1566
|
+
:param 'MarketplaceGalleryImageStatusDownloadStatusResponse' download_status: The download status of the gallery image
|
|
1567
|
+
:param str error_code: MarketplaceGalleryImage provisioning error code
|
|
1568
|
+
:param str error_message: Descriptive error message
|
|
1569
|
+
:param float progress_percentage: The progress of the operation in percentage
|
|
1570
|
+
:param 'MarketplaceGalleryImageStatusProvisioningStatusResponse' provisioning_status: Provisioning status of marketplace gallery image
|
|
1571
|
+
"""
|
|
1572
|
+
if download_status is not None:
|
|
1573
|
+
pulumi.set(__self__, "download_status", download_status)
|
|
1574
|
+
if error_code is not None:
|
|
1575
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
1576
|
+
if error_message is not None:
|
|
1577
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
1578
|
+
if progress_percentage is not None:
|
|
1579
|
+
pulumi.set(__self__, "progress_percentage", progress_percentage)
|
|
1580
|
+
if provisioning_status is not None:
|
|
1581
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
1582
|
+
|
|
1583
|
+
@property
|
|
1584
|
+
@pulumi.getter(name="downloadStatus")
|
|
1585
|
+
def download_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusDownloadStatusResponse']:
|
|
1586
|
+
"""
|
|
1587
|
+
The download status of the gallery image
|
|
1588
|
+
"""
|
|
1589
|
+
return pulumi.get(self, "download_status")
|
|
1590
|
+
|
|
1591
|
+
@property
|
|
1592
|
+
@pulumi.getter(name="errorCode")
|
|
1593
|
+
def error_code(self) -> Optional[str]:
|
|
1594
|
+
"""
|
|
1595
|
+
MarketplaceGalleryImage provisioning error code
|
|
1596
|
+
"""
|
|
1597
|
+
return pulumi.get(self, "error_code")
|
|
1598
|
+
|
|
1599
|
+
@property
|
|
1600
|
+
@pulumi.getter(name="errorMessage")
|
|
1601
|
+
def error_message(self) -> Optional[str]:
|
|
1602
|
+
"""
|
|
1603
|
+
Descriptive error message
|
|
1604
|
+
"""
|
|
1605
|
+
return pulumi.get(self, "error_message")
|
|
1606
|
+
|
|
1607
|
+
@property
|
|
1608
|
+
@pulumi.getter(name="progressPercentage")
|
|
1609
|
+
def progress_percentage(self) -> Optional[float]:
|
|
1610
|
+
"""
|
|
1611
|
+
The progress of the operation in percentage
|
|
1612
|
+
"""
|
|
1613
|
+
return pulumi.get(self, "progress_percentage")
|
|
1614
|
+
|
|
1615
|
+
@property
|
|
1616
|
+
@pulumi.getter(name="provisioningStatus")
|
|
1617
|
+
def provisioning_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusProvisioningStatusResponse']:
|
|
1618
|
+
"""
|
|
1619
|
+
Provisioning status of marketplace gallery image
|
|
1620
|
+
"""
|
|
1621
|
+
return pulumi.get(self, "provisioning_status")
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
@pulumi.output_type
|
|
1625
|
+
class NetworkInterfaceArmReferenceResponse(dict):
|
|
1626
|
+
"""
|
|
1627
|
+
The ARM ID for a Network Interface.
|
|
1628
|
+
"""
|
|
1629
|
+
def __init__(__self__, *,
|
|
1630
|
+
id: Optional[str] = None):
|
|
1631
|
+
"""
|
|
1632
|
+
The ARM ID for a Network Interface.
|
|
1633
|
+
:param str id: The ARM ID for a Network Interface.
|
|
1634
|
+
"""
|
|
1635
|
+
if id is not None:
|
|
1636
|
+
pulumi.set(__self__, "id", id)
|
|
1637
|
+
|
|
1638
|
+
@property
|
|
1639
|
+
@pulumi.getter
|
|
1640
|
+
def id(self) -> Optional[str]:
|
|
1641
|
+
"""
|
|
1642
|
+
The ARM ID for a Network Interface.
|
|
1643
|
+
"""
|
|
1644
|
+
return pulumi.get(self, "id")
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
@pulumi.output_type
|
|
1648
|
+
class NetworkInterfaceStatusProvisioningStatusResponse(dict):
|
|
1649
|
+
"""
|
|
1650
|
+
Network interface provisioning status
|
|
1651
|
+
"""
|
|
1652
|
+
@staticmethod
|
|
1653
|
+
def __key_warning(key: str):
|
|
1654
|
+
suggest = None
|
|
1655
|
+
if key == "operationId":
|
|
1656
|
+
suggest = "operation_id"
|
|
1657
|
+
|
|
1658
|
+
if suggest:
|
|
1659
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1660
|
+
|
|
1661
|
+
def __getitem__(self, key: str) -> Any:
|
|
1662
|
+
NetworkInterfaceStatusProvisioningStatusResponse.__key_warning(key)
|
|
1663
|
+
return super().__getitem__(key)
|
|
1664
|
+
|
|
1665
|
+
def get(self, key: str, default = None) -> Any:
|
|
1666
|
+
NetworkInterfaceStatusProvisioningStatusResponse.__key_warning(key)
|
|
1667
|
+
return super().get(key, default)
|
|
1668
|
+
|
|
1669
|
+
def __init__(__self__, *,
|
|
1670
|
+
status: str,
|
|
1671
|
+
operation_id: Optional[str] = None):
|
|
1672
|
+
"""
|
|
1673
|
+
Network interface provisioning status
|
|
1674
|
+
:param str status: The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
|
|
1675
|
+
:param str operation_id: The ID of the operation performed on the network interface
|
|
1676
|
+
"""
|
|
1677
|
+
pulumi.set(__self__, "status", status)
|
|
1678
|
+
if operation_id is not None:
|
|
1679
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
1680
|
+
|
|
1681
|
+
@property
|
|
1682
|
+
@pulumi.getter
|
|
1683
|
+
def status(self) -> str:
|
|
1684
|
+
"""
|
|
1685
|
+
The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
|
|
1686
|
+
"""
|
|
1687
|
+
return pulumi.get(self, "status")
|
|
1688
|
+
|
|
1689
|
+
@property
|
|
1690
|
+
@pulumi.getter(name="operationId")
|
|
1691
|
+
def operation_id(self) -> Optional[str]:
|
|
1692
|
+
"""
|
|
1693
|
+
The ID of the operation performed on the network interface
|
|
1694
|
+
"""
|
|
1695
|
+
return pulumi.get(self, "operation_id")
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
@pulumi.output_type
|
|
1699
|
+
class NetworkInterfaceStatusResponse(dict):
|
|
1700
|
+
"""
|
|
1701
|
+
The observed state of network interfaces
|
|
1702
|
+
"""
|
|
1703
|
+
@staticmethod
|
|
1704
|
+
def __key_warning(key: str):
|
|
1705
|
+
suggest = None
|
|
1706
|
+
if key == "errorCode":
|
|
1707
|
+
suggest = "error_code"
|
|
1708
|
+
elif key == "errorMessage":
|
|
1709
|
+
suggest = "error_message"
|
|
1710
|
+
elif key == "provisioningStatus":
|
|
1711
|
+
suggest = "provisioning_status"
|
|
1712
|
+
|
|
1713
|
+
if suggest:
|
|
1714
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1715
|
+
|
|
1716
|
+
def __getitem__(self, key: str) -> Any:
|
|
1717
|
+
NetworkInterfaceStatusResponse.__key_warning(key)
|
|
1718
|
+
return super().__getitem__(key)
|
|
1719
|
+
|
|
1720
|
+
def get(self, key: str, default = None) -> Any:
|
|
1721
|
+
NetworkInterfaceStatusResponse.__key_warning(key)
|
|
1722
|
+
return super().get(key, default)
|
|
1723
|
+
|
|
1724
|
+
def __init__(__self__, *,
|
|
1725
|
+
error_code: Optional[str] = None,
|
|
1726
|
+
error_message: Optional[str] = None,
|
|
1727
|
+
provisioning_status: Optional['outputs.NetworkInterfaceStatusProvisioningStatusResponse'] = None):
|
|
1728
|
+
"""
|
|
1729
|
+
The observed state of network interfaces
|
|
1730
|
+
:param str error_code: NetworkInterface provisioning error code
|
|
1731
|
+
:param str error_message: Descriptive error message
|
|
1732
|
+
:param 'NetworkInterfaceStatusProvisioningStatusResponse' provisioning_status: Network interface provisioning status
|
|
1733
|
+
"""
|
|
1734
|
+
if error_code is not None:
|
|
1735
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
1736
|
+
if error_message is not None:
|
|
1737
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
1738
|
+
if provisioning_status is not None:
|
|
1739
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
1740
|
+
|
|
1741
|
+
@property
|
|
1742
|
+
@pulumi.getter(name="errorCode")
|
|
1743
|
+
def error_code(self) -> Optional[str]:
|
|
1744
|
+
"""
|
|
1745
|
+
NetworkInterface provisioning error code
|
|
1746
|
+
"""
|
|
1747
|
+
return pulumi.get(self, "error_code")
|
|
1748
|
+
|
|
1749
|
+
@property
|
|
1750
|
+
@pulumi.getter(name="errorMessage")
|
|
1751
|
+
def error_message(self) -> Optional[str]:
|
|
1752
|
+
"""
|
|
1753
|
+
Descriptive error message
|
|
1754
|
+
"""
|
|
1755
|
+
return pulumi.get(self, "error_message")
|
|
1756
|
+
|
|
1757
|
+
@property
|
|
1758
|
+
@pulumi.getter(name="provisioningStatus")
|
|
1759
|
+
def provisioning_status(self) -> Optional['outputs.NetworkInterfaceStatusProvisioningStatusResponse']:
|
|
1760
|
+
"""
|
|
1761
|
+
Network interface provisioning status
|
|
1762
|
+
"""
|
|
1763
|
+
return pulumi.get(self, "provisioning_status")
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
@pulumi.output_type
|
|
1767
|
+
class NetworkSecurityGroupArmReferenceResponse(dict):
|
|
1768
|
+
"""
|
|
1769
|
+
The ARM ID for a Network Security Group.
|
|
1770
|
+
"""
|
|
1771
|
+
def __init__(__self__, *,
|
|
1772
|
+
id: Optional[str] = None):
|
|
1773
|
+
"""
|
|
1774
|
+
The ARM ID for a Network Security Group.
|
|
1775
|
+
:param str id: The ARM ID for a Network Security Group.
|
|
1776
|
+
"""
|
|
1777
|
+
if id is not None:
|
|
1778
|
+
pulumi.set(__self__, "id", id)
|
|
1779
|
+
|
|
1780
|
+
@property
|
|
1781
|
+
@pulumi.getter
|
|
1782
|
+
def id(self) -> Optional[str]:
|
|
1783
|
+
"""
|
|
1784
|
+
The ARM ID for a Network Security Group.
|
|
1785
|
+
"""
|
|
1786
|
+
return pulumi.get(self, "id")
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
@pulumi.output_type
|
|
1790
|
+
class NetworkSecurityGroupStatusProvisioningStatusResponse(dict):
|
|
1791
|
+
"""
|
|
1792
|
+
network security group provisioning status
|
|
1793
|
+
"""
|
|
1794
|
+
@staticmethod
|
|
1795
|
+
def __key_warning(key: str):
|
|
1796
|
+
suggest = None
|
|
1797
|
+
if key == "operationId":
|
|
1798
|
+
suggest = "operation_id"
|
|
1799
|
+
|
|
1800
|
+
if suggest:
|
|
1801
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkSecurityGroupStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1802
|
+
|
|
1803
|
+
def __getitem__(self, key: str) -> Any:
|
|
1804
|
+
NetworkSecurityGroupStatusProvisioningStatusResponse.__key_warning(key)
|
|
1805
|
+
return super().__getitem__(key)
|
|
1806
|
+
|
|
1807
|
+
def get(self, key: str, default = None) -> Any:
|
|
1808
|
+
NetworkSecurityGroupStatusProvisioningStatusResponse.__key_warning(key)
|
|
1809
|
+
return super().get(key, default)
|
|
1810
|
+
|
|
1811
|
+
def __init__(__self__, *,
|
|
1812
|
+
status: str,
|
|
1813
|
+
operation_id: Optional[str] = None):
|
|
1814
|
+
"""
|
|
1815
|
+
network security group provisioning status
|
|
1816
|
+
:param str status: The status of the operation performed on the network security group [Succeeded, Failed, InProgress]
|
|
1817
|
+
:param str operation_id: The ID of the operation performed on the network security group
|
|
1818
|
+
"""
|
|
1819
|
+
pulumi.set(__self__, "status", status)
|
|
1820
|
+
if operation_id is not None:
|
|
1821
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
1822
|
+
|
|
1823
|
+
@property
|
|
1824
|
+
@pulumi.getter
|
|
1825
|
+
def status(self) -> str:
|
|
1826
|
+
"""
|
|
1827
|
+
The status of the operation performed on the network security group [Succeeded, Failed, InProgress]
|
|
1828
|
+
"""
|
|
1829
|
+
return pulumi.get(self, "status")
|
|
1830
|
+
|
|
1831
|
+
@property
|
|
1832
|
+
@pulumi.getter(name="operationId")
|
|
1833
|
+
def operation_id(self) -> Optional[str]:
|
|
1834
|
+
"""
|
|
1835
|
+
The ID of the operation performed on the network security group
|
|
1836
|
+
"""
|
|
1837
|
+
return pulumi.get(self, "operation_id")
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
@pulumi.output_type
|
|
1841
|
+
class NetworkSecurityGroupStatusResponse(dict):
|
|
1842
|
+
"""
|
|
1843
|
+
The observed state of network security group
|
|
1844
|
+
"""
|
|
1845
|
+
@staticmethod
|
|
1846
|
+
def __key_warning(key: str):
|
|
1847
|
+
suggest = None
|
|
1848
|
+
if key == "errorCode":
|
|
1849
|
+
suggest = "error_code"
|
|
1850
|
+
elif key == "errorMessage":
|
|
1851
|
+
suggest = "error_message"
|
|
1852
|
+
elif key == "provisioningStatus":
|
|
1853
|
+
suggest = "provisioning_status"
|
|
1854
|
+
|
|
1855
|
+
if suggest:
|
|
1856
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkSecurityGroupStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1857
|
+
|
|
1858
|
+
def __getitem__(self, key: str) -> Any:
|
|
1859
|
+
NetworkSecurityGroupStatusResponse.__key_warning(key)
|
|
1860
|
+
return super().__getitem__(key)
|
|
1861
|
+
|
|
1862
|
+
def get(self, key: str, default = None) -> Any:
|
|
1863
|
+
NetworkSecurityGroupStatusResponse.__key_warning(key)
|
|
1864
|
+
return super().get(key, default)
|
|
1865
|
+
|
|
1866
|
+
def __init__(__self__, *,
|
|
1867
|
+
error_code: Optional[str] = None,
|
|
1868
|
+
error_message: Optional[str] = None,
|
|
1869
|
+
provisioning_status: Optional['outputs.NetworkSecurityGroupStatusProvisioningStatusResponse'] = None):
|
|
1870
|
+
"""
|
|
1871
|
+
The observed state of network security group
|
|
1872
|
+
:param str error_code: NetworkSecurityGroup provisioning error code
|
|
1873
|
+
:param str error_message: Descriptive error message
|
|
1874
|
+
:param 'NetworkSecurityGroupStatusProvisioningStatusResponse' provisioning_status: network security group provisioning status
|
|
1875
|
+
"""
|
|
1876
|
+
if error_code is not None:
|
|
1877
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
1878
|
+
if error_message is not None:
|
|
1879
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
1880
|
+
if provisioning_status is not None:
|
|
1881
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
1882
|
+
|
|
1883
|
+
@property
|
|
1884
|
+
@pulumi.getter(name="errorCode")
|
|
1885
|
+
def error_code(self) -> Optional[str]:
|
|
1886
|
+
"""
|
|
1887
|
+
NetworkSecurityGroup provisioning error code
|
|
1888
|
+
"""
|
|
1889
|
+
return pulumi.get(self, "error_code")
|
|
1890
|
+
|
|
1891
|
+
@property
|
|
1892
|
+
@pulumi.getter(name="errorMessage")
|
|
1893
|
+
def error_message(self) -> Optional[str]:
|
|
1894
|
+
"""
|
|
1895
|
+
Descriptive error message
|
|
1896
|
+
"""
|
|
1897
|
+
return pulumi.get(self, "error_message")
|
|
1898
|
+
|
|
1899
|
+
@property
|
|
1900
|
+
@pulumi.getter(name="provisioningStatus")
|
|
1901
|
+
def provisioning_status(self) -> Optional['outputs.NetworkSecurityGroupStatusProvisioningStatusResponse']:
|
|
1902
|
+
"""
|
|
1903
|
+
network security group provisioning status
|
|
1904
|
+
"""
|
|
1905
|
+
return pulumi.get(self, "provisioning_status")
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
@pulumi.output_type
|
|
1909
|
+
class RouteResponse(dict):
|
|
1910
|
+
"""
|
|
1911
|
+
Route - Route resource.
|
|
1912
|
+
"""
|
|
1913
|
+
@staticmethod
|
|
1914
|
+
def __key_warning(key: str):
|
|
1915
|
+
suggest = None
|
|
1916
|
+
if key == "addressPrefix":
|
|
1917
|
+
suggest = "address_prefix"
|
|
1918
|
+
elif key == "nextHopIpAddress":
|
|
1919
|
+
suggest = "next_hop_ip_address"
|
|
1920
|
+
|
|
1921
|
+
if suggest:
|
|
1922
|
+
pulumi.log.warn(f"Key '{key}' not found in RouteResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1923
|
+
|
|
1924
|
+
def __getitem__(self, key: str) -> Any:
|
|
1925
|
+
RouteResponse.__key_warning(key)
|
|
1926
|
+
return super().__getitem__(key)
|
|
1927
|
+
|
|
1928
|
+
def get(self, key: str, default = None) -> Any:
|
|
1929
|
+
RouteResponse.__key_warning(key)
|
|
1930
|
+
return super().get(key, default)
|
|
1931
|
+
|
|
1932
|
+
def __init__(__self__, *,
|
|
1933
|
+
address_prefix: Optional[str] = None,
|
|
1934
|
+
name: Optional[str] = None,
|
|
1935
|
+
next_hop_ip_address: Optional[str] = None):
|
|
1936
|
+
"""
|
|
1937
|
+
Route - Route resource.
|
|
1938
|
+
:param str address_prefix: The destination CIDR to which the route applies.
|
|
1939
|
+
:param str name: Name - name of the subnet
|
|
1940
|
+
:param str next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
|
|
1941
|
+
"""
|
|
1942
|
+
if address_prefix is not None:
|
|
1943
|
+
pulumi.set(__self__, "address_prefix", address_prefix)
|
|
1944
|
+
if name is not None:
|
|
1945
|
+
pulumi.set(__self__, "name", name)
|
|
1946
|
+
if next_hop_ip_address is not None:
|
|
1947
|
+
pulumi.set(__self__, "next_hop_ip_address", next_hop_ip_address)
|
|
1948
|
+
|
|
1949
|
+
@property
|
|
1950
|
+
@pulumi.getter(name="addressPrefix")
|
|
1951
|
+
def address_prefix(self) -> Optional[str]:
|
|
1952
|
+
"""
|
|
1953
|
+
The destination CIDR to which the route applies.
|
|
1954
|
+
"""
|
|
1955
|
+
return pulumi.get(self, "address_prefix")
|
|
1956
|
+
|
|
1957
|
+
@property
|
|
1958
|
+
@pulumi.getter
|
|
1959
|
+
def name(self) -> Optional[str]:
|
|
1960
|
+
"""
|
|
1961
|
+
Name - name of the subnet
|
|
1962
|
+
"""
|
|
1963
|
+
return pulumi.get(self, "name")
|
|
1964
|
+
|
|
1965
|
+
@property
|
|
1966
|
+
@pulumi.getter(name="nextHopIpAddress")
|
|
1967
|
+
def next_hop_ip_address(self) -> Optional[str]:
|
|
1968
|
+
"""
|
|
1969
|
+
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
|
|
1970
|
+
"""
|
|
1971
|
+
return pulumi.get(self, "next_hop_ip_address")
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
@pulumi.output_type
|
|
1975
|
+
class RouteTableResponse(dict):
|
|
1976
|
+
"""
|
|
1977
|
+
Route table resource.
|
|
1978
|
+
"""
|
|
1979
|
+
def __init__(__self__, *,
|
|
1980
|
+
etag: str,
|
|
1981
|
+
name: str,
|
|
1982
|
+
type: str,
|
|
1983
|
+
routes: Optional[Sequence['outputs.RouteResponse']] = None):
|
|
1984
|
+
"""
|
|
1985
|
+
Route table resource.
|
|
1986
|
+
:param str etag: A unique read-only string that changes whenever the resource is updated.
|
|
1987
|
+
:param str name: Resource name.
|
|
1988
|
+
:param str type: Resource type.
|
|
1989
|
+
:param Sequence['RouteResponse'] routes: Collection of routes contained within a route table.
|
|
1990
|
+
"""
|
|
1991
|
+
pulumi.set(__self__, "etag", etag)
|
|
1992
|
+
pulumi.set(__self__, "name", name)
|
|
1993
|
+
pulumi.set(__self__, "type", type)
|
|
1994
|
+
if routes is not None:
|
|
1995
|
+
pulumi.set(__self__, "routes", routes)
|
|
1996
|
+
|
|
1997
|
+
@property
|
|
1998
|
+
@pulumi.getter
|
|
1999
|
+
def etag(self) -> str:
|
|
2000
|
+
"""
|
|
2001
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
2002
|
+
"""
|
|
2003
|
+
return pulumi.get(self, "etag")
|
|
2004
|
+
|
|
2005
|
+
@property
|
|
2006
|
+
@pulumi.getter
|
|
2007
|
+
def name(self) -> str:
|
|
2008
|
+
"""
|
|
2009
|
+
Resource name.
|
|
2010
|
+
"""
|
|
2011
|
+
return pulumi.get(self, "name")
|
|
2012
|
+
|
|
2013
|
+
@property
|
|
2014
|
+
@pulumi.getter
|
|
2015
|
+
def type(self) -> str:
|
|
2016
|
+
"""
|
|
2017
|
+
Resource type.
|
|
2018
|
+
"""
|
|
2019
|
+
return pulumi.get(self, "type")
|
|
2020
|
+
|
|
2021
|
+
@property
|
|
2022
|
+
@pulumi.getter
|
|
2023
|
+
def routes(self) -> Optional[Sequence['outputs.RouteResponse']]:
|
|
2024
|
+
"""
|
|
2025
|
+
Collection of routes contained within a route table.
|
|
2026
|
+
"""
|
|
2027
|
+
return pulumi.get(self, "routes")
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
@pulumi.output_type
|
|
2031
|
+
class SshConfigurationResponse(dict):
|
|
2032
|
+
"""
|
|
2033
|
+
SSH configuration for Linux based VMs running on Azure
|
|
2034
|
+
"""
|
|
2035
|
+
@staticmethod
|
|
2036
|
+
def __key_warning(key: str):
|
|
2037
|
+
suggest = None
|
|
2038
|
+
if key == "publicKeys":
|
|
2039
|
+
suggest = "public_keys"
|
|
2040
|
+
|
|
2041
|
+
if suggest:
|
|
2042
|
+
pulumi.log.warn(f"Key '{key}' not found in SshConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2043
|
+
|
|
2044
|
+
def __getitem__(self, key: str) -> Any:
|
|
2045
|
+
SshConfigurationResponse.__key_warning(key)
|
|
2046
|
+
return super().__getitem__(key)
|
|
2047
|
+
|
|
2048
|
+
def get(self, key: str, default = None) -> Any:
|
|
2049
|
+
SshConfigurationResponse.__key_warning(key)
|
|
2050
|
+
return super().get(key, default)
|
|
2051
|
+
|
|
2052
|
+
def __init__(__self__, *,
|
|
2053
|
+
public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
|
|
2054
|
+
"""
|
|
2055
|
+
SSH configuration for Linux based VMs running on Azure
|
|
2056
|
+
:param Sequence['SshPublicKeyResponse'] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
|
|
2057
|
+
"""
|
|
2058
|
+
if public_keys is not None:
|
|
2059
|
+
pulumi.set(__self__, "public_keys", public_keys)
|
|
2060
|
+
|
|
2061
|
+
@property
|
|
2062
|
+
@pulumi.getter(name="publicKeys")
|
|
2063
|
+
def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
|
|
2064
|
+
"""
|
|
2065
|
+
The list of SSH public keys used to authenticate with linux based VMs.
|
|
2066
|
+
"""
|
|
2067
|
+
return pulumi.get(self, "public_keys")
|
|
2068
|
+
|
|
2069
|
+
|
|
2070
|
+
@pulumi.output_type
|
|
2071
|
+
class SshPublicKeyResponse(dict):
|
|
2072
|
+
"""
|
|
2073
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
2074
|
+
"""
|
|
2075
|
+
@staticmethod
|
|
2076
|
+
def __key_warning(key: str):
|
|
2077
|
+
suggest = None
|
|
2078
|
+
if key == "keyData":
|
|
2079
|
+
suggest = "key_data"
|
|
2080
|
+
|
|
2081
|
+
if suggest:
|
|
2082
|
+
pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2083
|
+
|
|
2084
|
+
def __getitem__(self, key: str) -> Any:
|
|
2085
|
+
SshPublicKeyResponse.__key_warning(key)
|
|
2086
|
+
return super().__getitem__(key)
|
|
2087
|
+
|
|
2088
|
+
def get(self, key: str, default = None) -> Any:
|
|
2089
|
+
SshPublicKeyResponse.__key_warning(key)
|
|
2090
|
+
return super().get(key, default)
|
|
2091
|
+
|
|
2092
|
+
def __init__(__self__, *,
|
|
2093
|
+
key_data: Optional[str] = None,
|
|
2094
|
+
path: Optional[str] = None):
|
|
2095
|
+
"""
|
|
2096
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
2097
|
+
:param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2098
|
+
:param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
2099
|
+
"""
|
|
2100
|
+
if key_data is not None:
|
|
2101
|
+
pulumi.set(__self__, "key_data", key_data)
|
|
2102
|
+
if path is not None:
|
|
2103
|
+
pulumi.set(__self__, "path", path)
|
|
2104
|
+
|
|
2105
|
+
@property
|
|
2106
|
+
@pulumi.getter(name="keyData")
|
|
2107
|
+
def key_data(self) -> Optional[str]:
|
|
2108
|
+
"""
|
|
2109
|
+
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2110
|
+
"""
|
|
2111
|
+
return pulumi.get(self, "key_data")
|
|
2112
|
+
|
|
2113
|
+
@property
|
|
2114
|
+
@pulumi.getter
|
|
2115
|
+
def path(self) -> Optional[str]:
|
|
2116
|
+
"""
|
|
2117
|
+
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
2118
|
+
"""
|
|
2119
|
+
return pulumi.get(self, "path")
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
@pulumi.output_type
|
|
2123
|
+
class StorageContainerStatusProvisioningStatusResponse(dict):
|
|
2124
|
+
"""
|
|
2125
|
+
Storage container provisioning status
|
|
2126
|
+
"""
|
|
2127
|
+
@staticmethod
|
|
2128
|
+
def __key_warning(key: str):
|
|
2129
|
+
suggest = None
|
|
2130
|
+
if key == "operationId":
|
|
2131
|
+
suggest = "operation_id"
|
|
2132
|
+
|
|
2133
|
+
if suggest:
|
|
2134
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2135
|
+
|
|
2136
|
+
def __getitem__(self, key: str) -> Any:
|
|
2137
|
+
StorageContainerStatusProvisioningStatusResponse.__key_warning(key)
|
|
2138
|
+
return super().__getitem__(key)
|
|
2139
|
+
|
|
2140
|
+
def get(self, key: str, default = None) -> Any:
|
|
2141
|
+
StorageContainerStatusProvisioningStatusResponse.__key_warning(key)
|
|
2142
|
+
return super().get(key, default)
|
|
2143
|
+
|
|
2144
|
+
def __init__(__self__, *,
|
|
2145
|
+
status: str,
|
|
2146
|
+
operation_id: Optional[str] = None):
|
|
2147
|
+
"""
|
|
2148
|
+
Storage container provisioning status
|
|
2149
|
+
:param str status: The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
|
|
2150
|
+
:param str operation_id: The ID of the operation performed on the storage container
|
|
2151
|
+
"""
|
|
2152
|
+
pulumi.set(__self__, "status", status)
|
|
2153
|
+
if operation_id is not None:
|
|
2154
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
2155
|
+
|
|
2156
|
+
@property
|
|
2157
|
+
@pulumi.getter
|
|
2158
|
+
def status(self) -> str:
|
|
2159
|
+
"""
|
|
2160
|
+
The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
|
|
2161
|
+
"""
|
|
2162
|
+
return pulumi.get(self, "status")
|
|
2163
|
+
|
|
2164
|
+
@property
|
|
2165
|
+
@pulumi.getter(name="operationId")
|
|
2166
|
+
def operation_id(self) -> Optional[str]:
|
|
2167
|
+
"""
|
|
2168
|
+
The ID of the operation performed on the storage container
|
|
2169
|
+
"""
|
|
2170
|
+
return pulumi.get(self, "operation_id")
|
|
2171
|
+
|
|
2172
|
+
|
|
2173
|
+
@pulumi.output_type
|
|
2174
|
+
class StorageContainerStatusResponse(dict):
|
|
2175
|
+
"""
|
|
2176
|
+
The observed state of storage containers
|
|
2177
|
+
"""
|
|
2178
|
+
@staticmethod
|
|
2179
|
+
def __key_warning(key: str):
|
|
2180
|
+
suggest = None
|
|
2181
|
+
if key == "availableSizeMB":
|
|
2182
|
+
suggest = "available_size_mb"
|
|
2183
|
+
elif key == "containerSizeMB":
|
|
2184
|
+
suggest = "container_size_mb"
|
|
2185
|
+
elif key == "errorCode":
|
|
2186
|
+
suggest = "error_code"
|
|
2187
|
+
elif key == "errorMessage":
|
|
2188
|
+
suggest = "error_message"
|
|
2189
|
+
elif key == "provisioningStatus":
|
|
2190
|
+
suggest = "provisioning_status"
|
|
2191
|
+
|
|
2192
|
+
if suggest:
|
|
2193
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2194
|
+
|
|
2195
|
+
def __getitem__(self, key: str) -> Any:
|
|
2196
|
+
StorageContainerStatusResponse.__key_warning(key)
|
|
2197
|
+
return super().__getitem__(key)
|
|
2198
|
+
|
|
2199
|
+
def get(self, key: str, default = None) -> Any:
|
|
2200
|
+
StorageContainerStatusResponse.__key_warning(key)
|
|
2201
|
+
return super().get(key, default)
|
|
2202
|
+
|
|
2203
|
+
def __init__(__self__, *,
|
|
2204
|
+
available_size_mb: Optional[float] = None,
|
|
2205
|
+
container_size_mb: Optional[float] = None,
|
|
2206
|
+
error_code: Optional[str] = None,
|
|
2207
|
+
error_message: Optional[str] = None,
|
|
2208
|
+
provisioning_status: Optional['outputs.StorageContainerStatusProvisioningStatusResponse'] = None):
|
|
2209
|
+
"""
|
|
2210
|
+
The observed state of storage containers
|
|
2211
|
+
:param float available_size_mb: Amount of space available on the disk in MB
|
|
2212
|
+
:param float container_size_mb: Total size of the disk in MB
|
|
2213
|
+
:param str error_code: StorageContainer provisioning error code
|
|
2214
|
+
:param str error_message: Descriptive error message
|
|
2215
|
+
:param 'StorageContainerStatusProvisioningStatusResponse' provisioning_status: Storage container's provisioning status
|
|
2216
|
+
"""
|
|
2217
|
+
if available_size_mb is not None:
|
|
2218
|
+
pulumi.set(__self__, "available_size_mb", available_size_mb)
|
|
2219
|
+
if container_size_mb is not None:
|
|
2220
|
+
pulumi.set(__self__, "container_size_mb", container_size_mb)
|
|
2221
|
+
if error_code is not None:
|
|
2222
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
2223
|
+
if error_message is not None:
|
|
2224
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
2225
|
+
if provisioning_status is not None:
|
|
2226
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
2227
|
+
|
|
2228
|
+
@property
|
|
2229
|
+
@pulumi.getter(name="availableSizeMB")
|
|
2230
|
+
def available_size_mb(self) -> Optional[float]:
|
|
2231
|
+
"""
|
|
2232
|
+
Amount of space available on the disk in MB
|
|
2233
|
+
"""
|
|
2234
|
+
return pulumi.get(self, "available_size_mb")
|
|
2235
|
+
|
|
2236
|
+
@property
|
|
2237
|
+
@pulumi.getter(name="containerSizeMB")
|
|
2238
|
+
def container_size_mb(self) -> Optional[float]:
|
|
2239
|
+
"""
|
|
2240
|
+
Total size of the disk in MB
|
|
2241
|
+
"""
|
|
2242
|
+
return pulumi.get(self, "container_size_mb")
|
|
2243
|
+
|
|
2244
|
+
@property
|
|
2245
|
+
@pulumi.getter(name="errorCode")
|
|
2246
|
+
def error_code(self) -> Optional[str]:
|
|
2247
|
+
"""
|
|
2248
|
+
StorageContainer provisioning error code
|
|
2249
|
+
"""
|
|
2250
|
+
return pulumi.get(self, "error_code")
|
|
2251
|
+
|
|
2252
|
+
@property
|
|
2253
|
+
@pulumi.getter(name="errorMessage")
|
|
2254
|
+
def error_message(self) -> Optional[str]:
|
|
2255
|
+
"""
|
|
2256
|
+
Descriptive error message
|
|
2257
|
+
"""
|
|
2258
|
+
return pulumi.get(self, "error_message")
|
|
2259
|
+
|
|
2260
|
+
@property
|
|
2261
|
+
@pulumi.getter(name="provisioningStatus")
|
|
2262
|
+
def provisioning_status(self) -> Optional['outputs.StorageContainerStatusProvisioningStatusResponse']:
|
|
2263
|
+
"""
|
|
2264
|
+
Storage container's provisioning status
|
|
2265
|
+
"""
|
|
2266
|
+
return pulumi.get(self, "provisioning_status")
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
@pulumi.output_type
|
|
2270
|
+
class SubnetIpConfigurationReferenceResponse(dict):
|
|
2271
|
+
"""
|
|
2272
|
+
The ARM ID for a Network Interface.
|
|
2273
|
+
"""
|
|
2274
|
+
def __init__(__self__, *,
|
|
2275
|
+
id: Optional[str] = None):
|
|
2276
|
+
"""
|
|
2277
|
+
The ARM ID for a Network Interface.
|
|
2278
|
+
:param str id: The ARM ID for a Network Interface.
|
|
2279
|
+
"""
|
|
2280
|
+
if id is not None:
|
|
2281
|
+
pulumi.set(__self__, "id", id)
|
|
2282
|
+
|
|
2283
|
+
@property
|
|
2284
|
+
@pulumi.getter
|
|
2285
|
+
def id(self) -> Optional[str]:
|
|
2286
|
+
"""
|
|
2287
|
+
The ARM ID for a Network Interface.
|
|
2288
|
+
"""
|
|
2289
|
+
return pulumi.get(self, "id")
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
@pulumi.output_type
|
|
2293
|
+
class SubnetResponse(dict):
|
|
2294
|
+
"""
|
|
2295
|
+
Properties of the subnet.
|
|
2296
|
+
"""
|
|
2297
|
+
@staticmethod
|
|
2298
|
+
def __key_warning(key: str):
|
|
2299
|
+
suggest = None
|
|
2300
|
+
if key == "addressPrefix":
|
|
2301
|
+
suggest = "address_prefix"
|
|
2302
|
+
elif key == "addressPrefixes":
|
|
2303
|
+
suggest = "address_prefixes"
|
|
2304
|
+
elif key == "ipAllocationMethod":
|
|
2305
|
+
suggest = "ip_allocation_method"
|
|
2306
|
+
elif key == "ipConfigurationReferences":
|
|
2307
|
+
suggest = "ip_configuration_references"
|
|
2308
|
+
elif key == "ipPools":
|
|
2309
|
+
suggest = "ip_pools"
|
|
2310
|
+
elif key == "networkSecurityGroup":
|
|
2311
|
+
suggest = "network_security_group"
|
|
2312
|
+
elif key == "routeTable":
|
|
2313
|
+
suggest = "route_table"
|
|
2314
|
+
|
|
2315
|
+
if suggest:
|
|
2316
|
+
pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2317
|
+
|
|
2318
|
+
def __getitem__(self, key: str) -> Any:
|
|
2319
|
+
SubnetResponse.__key_warning(key)
|
|
2320
|
+
return super().__getitem__(key)
|
|
2321
|
+
|
|
2322
|
+
def get(self, key: str, default = None) -> Any:
|
|
2323
|
+
SubnetResponse.__key_warning(key)
|
|
2324
|
+
return super().get(key, default)
|
|
2325
|
+
|
|
2326
|
+
def __init__(__self__, *,
|
|
2327
|
+
address_prefix: Optional[str] = None,
|
|
2328
|
+
address_prefixes: Optional[Sequence[str]] = None,
|
|
2329
|
+
ip_allocation_method: Optional[str] = None,
|
|
2330
|
+
ip_configuration_references: Optional[Sequence['outputs.SubnetIpConfigurationReferenceResponse']] = None,
|
|
2331
|
+
ip_pools: Optional[Sequence['outputs.IPPoolResponse']] = None,
|
|
2332
|
+
name: Optional[str] = None,
|
|
2333
|
+
network_security_group: Optional['outputs.NetworkSecurityGroupArmReferenceResponse'] = None,
|
|
2334
|
+
route_table: Optional['outputs.RouteTableResponse'] = None,
|
|
2335
|
+
vlan: Optional[int] = None):
|
|
2336
|
+
"""
|
|
2337
|
+
Properties of the subnet.
|
|
2338
|
+
:param str address_prefix: The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
|
|
2339
|
+
:param Sequence[str] address_prefixes: List of address prefixes for the subnet.
|
|
2340
|
+
:param str ip_allocation_method: IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
|
|
2341
|
+
:param Sequence['SubnetIpConfigurationReferenceResponse'] ip_configuration_references: IPConfigurationReferences - list of IPConfigurationReferences
|
|
2342
|
+
:param Sequence['IPPoolResponse'] ip_pools: network associated pool of IP Addresses
|
|
2343
|
+
:param str name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
2344
|
+
:param 'NetworkSecurityGroupArmReferenceResponse' network_security_group: NetworkSecurityGroup - Network Security Group attached to the logical network.
|
|
2345
|
+
:param 'RouteTableResponse' route_table: Route table resource.
|
|
2346
|
+
:param int vlan: Vlan to use for the subnet
|
|
2347
|
+
"""
|
|
2348
|
+
if address_prefix is not None:
|
|
2349
|
+
pulumi.set(__self__, "address_prefix", address_prefix)
|
|
2350
|
+
if address_prefixes is not None:
|
|
2351
|
+
pulumi.set(__self__, "address_prefixes", address_prefixes)
|
|
2352
|
+
if ip_allocation_method is not None:
|
|
2353
|
+
pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
|
|
2354
|
+
if ip_configuration_references is not None:
|
|
2355
|
+
pulumi.set(__self__, "ip_configuration_references", ip_configuration_references)
|
|
2356
|
+
if ip_pools is not None:
|
|
2357
|
+
pulumi.set(__self__, "ip_pools", ip_pools)
|
|
2358
|
+
if name is not None:
|
|
2359
|
+
pulumi.set(__self__, "name", name)
|
|
2360
|
+
if network_security_group is not None:
|
|
2361
|
+
pulumi.set(__self__, "network_security_group", network_security_group)
|
|
2362
|
+
if route_table is not None:
|
|
2363
|
+
pulumi.set(__self__, "route_table", route_table)
|
|
2364
|
+
if vlan is not None:
|
|
2365
|
+
pulumi.set(__self__, "vlan", vlan)
|
|
2366
|
+
|
|
2367
|
+
@property
|
|
2368
|
+
@pulumi.getter(name="addressPrefix")
|
|
2369
|
+
def address_prefix(self) -> Optional[str]:
|
|
2370
|
+
"""
|
|
2371
|
+
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
|
|
2372
|
+
"""
|
|
2373
|
+
return pulumi.get(self, "address_prefix")
|
|
2374
|
+
|
|
2375
|
+
@property
|
|
2376
|
+
@pulumi.getter(name="addressPrefixes")
|
|
2377
|
+
def address_prefixes(self) -> Optional[Sequence[str]]:
|
|
2378
|
+
"""
|
|
2379
|
+
List of address prefixes for the subnet.
|
|
2380
|
+
"""
|
|
2381
|
+
return pulumi.get(self, "address_prefixes")
|
|
2382
|
+
|
|
2383
|
+
@property
|
|
2384
|
+
@pulumi.getter(name="ipAllocationMethod")
|
|
2385
|
+
def ip_allocation_method(self) -> Optional[str]:
|
|
2386
|
+
"""
|
|
2387
|
+
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
|
|
2388
|
+
"""
|
|
2389
|
+
return pulumi.get(self, "ip_allocation_method")
|
|
2390
|
+
|
|
2391
|
+
@property
|
|
2392
|
+
@pulumi.getter(name="ipConfigurationReferences")
|
|
2393
|
+
def ip_configuration_references(self) -> Optional[Sequence['outputs.SubnetIpConfigurationReferenceResponse']]:
|
|
2394
|
+
"""
|
|
2395
|
+
IPConfigurationReferences - list of IPConfigurationReferences
|
|
2396
|
+
"""
|
|
2397
|
+
return pulumi.get(self, "ip_configuration_references")
|
|
2398
|
+
|
|
2399
|
+
@property
|
|
2400
|
+
@pulumi.getter(name="ipPools")
|
|
2401
|
+
def ip_pools(self) -> Optional[Sequence['outputs.IPPoolResponse']]:
|
|
2402
|
+
"""
|
|
2403
|
+
network associated pool of IP Addresses
|
|
2404
|
+
"""
|
|
2405
|
+
return pulumi.get(self, "ip_pools")
|
|
2406
|
+
|
|
2407
|
+
@property
|
|
2408
|
+
@pulumi.getter
|
|
2409
|
+
def name(self) -> Optional[str]:
|
|
2410
|
+
"""
|
|
2411
|
+
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
2412
|
+
"""
|
|
2413
|
+
return pulumi.get(self, "name")
|
|
2414
|
+
|
|
2415
|
+
@property
|
|
2416
|
+
@pulumi.getter(name="networkSecurityGroup")
|
|
2417
|
+
def network_security_group(self) -> Optional['outputs.NetworkSecurityGroupArmReferenceResponse']:
|
|
2418
|
+
"""
|
|
2419
|
+
NetworkSecurityGroup - Network Security Group attached to the logical network.
|
|
2420
|
+
"""
|
|
2421
|
+
return pulumi.get(self, "network_security_group")
|
|
2422
|
+
|
|
2423
|
+
@property
|
|
2424
|
+
@pulumi.getter(name="routeTable")
|
|
2425
|
+
def route_table(self) -> Optional['outputs.RouteTableResponse']:
|
|
2426
|
+
"""
|
|
2427
|
+
Route table resource.
|
|
2428
|
+
"""
|
|
2429
|
+
return pulumi.get(self, "route_table")
|
|
2430
|
+
|
|
2431
|
+
@property
|
|
2432
|
+
@pulumi.getter
|
|
2433
|
+
def vlan(self) -> Optional[int]:
|
|
2434
|
+
"""
|
|
2435
|
+
Vlan to use for the subnet
|
|
2436
|
+
"""
|
|
2437
|
+
return pulumi.get(self, "vlan")
|
|
2438
|
+
|
|
2439
|
+
|
|
2440
|
+
@pulumi.output_type
|
|
2441
|
+
class SystemDataResponse(dict):
|
|
2442
|
+
"""
|
|
2443
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2444
|
+
"""
|
|
2445
|
+
@staticmethod
|
|
2446
|
+
def __key_warning(key: str):
|
|
2447
|
+
suggest = None
|
|
2448
|
+
if key == "createdAt":
|
|
2449
|
+
suggest = "created_at"
|
|
2450
|
+
elif key == "createdBy":
|
|
2451
|
+
suggest = "created_by"
|
|
2452
|
+
elif key == "createdByType":
|
|
2453
|
+
suggest = "created_by_type"
|
|
2454
|
+
elif key == "lastModifiedAt":
|
|
2455
|
+
suggest = "last_modified_at"
|
|
2456
|
+
elif key == "lastModifiedBy":
|
|
2457
|
+
suggest = "last_modified_by"
|
|
2458
|
+
elif key == "lastModifiedByType":
|
|
2459
|
+
suggest = "last_modified_by_type"
|
|
2460
|
+
|
|
2461
|
+
if suggest:
|
|
2462
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2463
|
+
|
|
2464
|
+
def __getitem__(self, key: str) -> Any:
|
|
2465
|
+
SystemDataResponse.__key_warning(key)
|
|
2466
|
+
return super().__getitem__(key)
|
|
2467
|
+
|
|
2468
|
+
def get(self, key: str, default = None) -> Any:
|
|
2469
|
+
SystemDataResponse.__key_warning(key)
|
|
2470
|
+
return super().get(key, default)
|
|
2471
|
+
|
|
2472
|
+
def __init__(__self__, *,
|
|
2473
|
+
created_at: Optional[str] = None,
|
|
2474
|
+
created_by: Optional[str] = None,
|
|
2475
|
+
created_by_type: Optional[str] = None,
|
|
2476
|
+
last_modified_at: Optional[str] = None,
|
|
2477
|
+
last_modified_by: Optional[str] = None,
|
|
2478
|
+
last_modified_by_type: Optional[str] = None):
|
|
2479
|
+
"""
|
|
2480
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2481
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
2482
|
+
:param str created_by: The identity that created the resource.
|
|
2483
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
2484
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2485
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
2486
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
2487
|
+
"""
|
|
2488
|
+
if created_at is not None:
|
|
2489
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2490
|
+
if created_by is not None:
|
|
2491
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2492
|
+
if created_by_type is not None:
|
|
2493
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2494
|
+
if last_modified_at is not None:
|
|
2495
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2496
|
+
if last_modified_by is not None:
|
|
2497
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2498
|
+
if last_modified_by_type is not None:
|
|
2499
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2500
|
+
|
|
2501
|
+
@property
|
|
2502
|
+
@pulumi.getter(name="createdAt")
|
|
2503
|
+
def created_at(self) -> Optional[str]:
|
|
2504
|
+
"""
|
|
2505
|
+
The timestamp of resource creation (UTC).
|
|
2506
|
+
"""
|
|
2507
|
+
return pulumi.get(self, "created_at")
|
|
2508
|
+
|
|
2509
|
+
@property
|
|
2510
|
+
@pulumi.getter(name="createdBy")
|
|
2511
|
+
def created_by(self) -> Optional[str]:
|
|
2512
|
+
"""
|
|
2513
|
+
The identity that created the resource.
|
|
2514
|
+
"""
|
|
2515
|
+
return pulumi.get(self, "created_by")
|
|
2516
|
+
|
|
2517
|
+
@property
|
|
2518
|
+
@pulumi.getter(name="createdByType")
|
|
2519
|
+
def created_by_type(self) -> Optional[str]:
|
|
2520
|
+
"""
|
|
2521
|
+
The type of identity that created the resource.
|
|
2522
|
+
"""
|
|
2523
|
+
return pulumi.get(self, "created_by_type")
|
|
2524
|
+
|
|
2525
|
+
@property
|
|
2526
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2527
|
+
def last_modified_at(self) -> Optional[str]:
|
|
2528
|
+
"""
|
|
2529
|
+
The timestamp of resource last modification (UTC)
|
|
2530
|
+
"""
|
|
2531
|
+
return pulumi.get(self, "last_modified_at")
|
|
2532
|
+
|
|
2533
|
+
@property
|
|
2534
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2535
|
+
def last_modified_by(self) -> Optional[str]:
|
|
2536
|
+
"""
|
|
2537
|
+
The identity that last modified the resource.
|
|
2538
|
+
"""
|
|
2539
|
+
return pulumi.get(self, "last_modified_by")
|
|
2540
|
+
|
|
2541
|
+
@property
|
|
2542
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2543
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2544
|
+
"""
|
|
2545
|
+
The type of identity that last modified the resource.
|
|
2546
|
+
"""
|
|
2547
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
@pulumi.output_type
|
|
2551
|
+
class UserAssignedIdentityResponse(dict):
|
|
2552
|
+
"""
|
|
2553
|
+
User assigned identity properties
|
|
2554
|
+
"""
|
|
2555
|
+
@staticmethod
|
|
2556
|
+
def __key_warning(key: str):
|
|
2557
|
+
suggest = None
|
|
2558
|
+
if key == "clientId":
|
|
2559
|
+
suggest = "client_id"
|
|
2560
|
+
elif key == "principalId":
|
|
2561
|
+
suggest = "principal_id"
|
|
2562
|
+
|
|
2563
|
+
if suggest:
|
|
2564
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2565
|
+
|
|
2566
|
+
def __getitem__(self, key: str) -> Any:
|
|
2567
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
2568
|
+
return super().__getitem__(key)
|
|
2569
|
+
|
|
2570
|
+
def get(self, key: str, default = None) -> Any:
|
|
2571
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
2572
|
+
return super().get(key, default)
|
|
2573
|
+
|
|
2574
|
+
def __init__(__self__, *,
|
|
2575
|
+
client_id: str,
|
|
2576
|
+
principal_id: str):
|
|
2577
|
+
"""
|
|
2578
|
+
User assigned identity properties
|
|
2579
|
+
:param str client_id: The client ID of the assigned identity.
|
|
2580
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
2581
|
+
"""
|
|
2582
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2583
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2584
|
+
|
|
2585
|
+
@property
|
|
2586
|
+
@pulumi.getter(name="clientId")
|
|
2587
|
+
def client_id(self) -> str:
|
|
2588
|
+
"""
|
|
2589
|
+
The client ID of the assigned identity.
|
|
2590
|
+
"""
|
|
2591
|
+
return pulumi.get(self, "client_id")
|
|
2592
|
+
|
|
2593
|
+
@property
|
|
2594
|
+
@pulumi.getter(name="principalId")
|
|
2595
|
+
def principal_id(self) -> str:
|
|
2596
|
+
"""
|
|
2597
|
+
The principal ID of the assigned identity.
|
|
2598
|
+
"""
|
|
2599
|
+
return pulumi.get(self, "principal_id")
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
@pulumi.output_type
|
|
2603
|
+
class VMDiskSecurityProfileResponse(dict):
|
|
2604
|
+
"""
|
|
2605
|
+
Specifies the security profile settings for the managed disk. NOTE: It can only be set for Confidential VMs
|
|
2606
|
+
"""
|
|
2607
|
+
@staticmethod
|
|
2608
|
+
def __key_warning(key: str):
|
|
2609
|
+
suggest = None
|
|
2610
|
+
if key == "securityEncryptionType":
|
|
2611
|
+
suggest = "security_encryption_type"
|
|
2612
|
+
|
|
2613
|
+
if suggest:
|
|
2614
|
+
pulumi.log.warn(f"Key '{key}' not found in VMDiskSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2615
|
+
|
|
2616
|
+
def __getitem__(self, key: str) -> Any:
|
|
2617
|
+
VMDiskSecurityProfileResponse.__key_warning(key)
|
|
2618
|
+
return super().__getitem__(key)
|
|
2619
|
+
|
|
2620
|
+
def get(self, key: str, default = None) -> Any:
|
|
2621
|
+
VMDiskSecurityProfileResponse.__key_warning(key)
|
|
2622
|
+
return super().get(key, default)
|
|
2623
|
+
|
|
2624
|
+
def __init__(__self__, *,
|
|
2625
|
+
security_encryption_type: Optional[str] = None):
|
|
2626
|
+
"""
|
|
2627
|
+
Specifies the security profile settings for the managed disk. NOTE: It can only be set for Confidential VMs
|
|
2628
|
+
:param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
|
|
2629
|
+
"""
|
|
2630
|
+
if security_encryption_type is not None:
|
|
2631
|
+
pulumi.set(__self__, "security_encryption_type", security_encryption_type)
|
|
2632
|
+
|
|
2633
|
+
@property
|
|
2634
|
+
@pulumi.getter(name="securityEncryptionType")
|
|
2635
|
+
def security_encryption_type(self) -> Optional[str]:
|
|
2636
|
+
"""
|
|
2637
|
+
Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
|
|
2638
|
+
"""
|
|
2639
|
+
return pulumi.get(self, "security_encryption_type")
|
|
2640
|
+
|
|
2641
|
+
|
|
2642
|
+
@pulumi.output_type
|
|
2643
|
+
class VirtualHardDiskArmReferenceResponse(dict):
|
|
2644
|
+
"""
|
|
2645
|
+
The ARM ID for a Virtual Hard Disk.
|
|
2646
|
+
"""
|
|
2647
|
+
def __init__(__self__, *,
|
|
2648
|
+
id: Optional[str] = None):
|
|
2649
|
+
"""
|
|
2650
|
+
The ARM ID for a Virtual Hard Disk.
|
|
2651
|
+
:param str id: The ARM ID for a Virtual Hard Disk.
|
|
2652
|
+
"""
|
|
2653
|
+
if id is not None:
|
|
2654
|
+
pulumi.set(__self__, "id", id)
|
|
2655
|
+
|
|
2656
|
+
@property
|
|
2657
|
+
@pulumi.getter
|
|
2658
|
+
def id(self) -> Optional[str]:
|
|
2659
|
+
"""
|
|
2660
|
+
The ARM ID for a Virtual Hard Disk.
|
|
2661
|
+
"""
|
|
2662
|
+
return pulumi.get(self, "id")
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
@pulumi.output_type
|
|
2666
|
+
class VirtualHardDiskDownloadStatusResponse(dict):
|
|
2667
|
+
"""
|
|
2668
|
+
The download status of the virtual hard disk
|
|
2669
|
+
"""
|
|
2670
|
+
@staticmethod
|
|
2671
|
+
def __key_warning(key: str):
|
|
2672
|
+
suggest = None
|
|
2673
|
+
if key == "downloadedSizeInMB":
|
|
2674
|
+
suggest = "downloaded_size_in_mb"
|
|
2675
|
+
elif key == "progressPercentage":
|
|
2676
|
+
suggest = "progress_percentage"
|
|
2677
|
+
|
|
2678
|
+
if suggest:
|
|
2679
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2680
|
+
|
|
2681
|
+
def __getitem__(self, key: str) -> Any:
|
|
2682
|
+
VirtualHardDiskDownloadStatusResponse.__key_warning(key)
|
|
2683
|
+
return super().__getitem__(key)
|
|
2684
|
+
|
|
2685
|
+
def get(self, key: str, default = None) -> Any:
|
|
2686
|
+
VirtualHardDiskDownloadStatusResponse.__key_warning(key)
|
|
2687
|
+
return super().get(key, default)
|
|
2688
|
+
|
|
2689
|
+
def __init__(__self__, *,
|
|
2690
|
+
status: str,
|
|
2691
|
+
downloaded_size_in_mb: Optional[float] = None,
|
|
2692
|
+
progress_percentage: Optional[float] = None):
|
|
2693
|
+
"""
|
|
2694
|
+
The download status of the virtual hard disk
|
|
2695
|
+
:param str status: The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
|
|
2696
|
+
:param float downloaded_size_in_mb: The downloaded sized of the virtual hard disk in MB
|
|
2697
|
+
:param float progress_percentage: The progress of the operation in percentage
|
|
2698
|
+
"""
|
|
2699
|
+
pulumi.set(__self__, "status", status)
|
|
2700
|
+
if downloaded_size_in_mb is not None:
|
|
2701
|
+
pulumi.set(__self__, "downloaded_size_in_mb", downloaded_size_in_mb)
|
|
2702
|
+
if progress_percentage is not None:
|
|
2703
|
+
pulumi.set(__self__, "progress_percentage", progress_percentage)
|
|
2704
|
+
|
|
2705
|
+
@property
|
|
2706
|
+
@pulumi.getter
|
|
2707
|
+
def status(self) -> str:
|
|
2708
|
+
"""
|
|
2709
|
+
The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
|
|
2710
|
+
"""
|
|
2711
|
+
return pulumi.get(self, "status")
|
|
2712
|
+
|
|
2713
|
+
@property
|
|
2714
|
+
@pulumi.getter(name="downloadedSizeInMB")
|
|
2715
|
+
def downloaded_size_in_mb(self) -> Optional[float]:
|
|
2716
|
+
"""
|
|
2717
|
+
The downloaded sized of the virtual hard disk in MB
|
|
2718
|
+
"""
|
|
2719
|
+
return pulumi.get(self, "downloaded_size_in_mb")
|
|
2720
|
+
|
|
2721
|
+
@property
|
|
2722
|
+
@pulumi.getter(name="progressPercentage")
|
|
2723
|
+
def progress_percentage(self) -> Optional[float]:
|
|
2724
|
+
"""
|
|
2725
|
+
The progress of the operation in percentage
|
|
2726
|
+
"""
|
|
2727
|
+
return pulumi.get(self, "progress_percentage")
|
|
2728
|
+
|
|
2729
|
+
|
|
2730
|
+
@pulumi.output_type
|
|
2731
|
+
class VirtualHardDiskStatusProvisioningStatusResponse(dict):
|
|
2732
|
+
"""
|
|
2733
|
+
VHD Status provisioning status
|
|
2734
|
+
"""
|
|
2735
|
+
@staticmethod
|
|
2736
|
+
def __key_warning(key: str):
|
|
2737
|
+
suggest = None
|
|
2738
|
+
if key == "operationId":
|
|
2739
|
+
suggest = "operation_id"
|
|
2740
|
+
|
|
2741
|
+
if suggest:
|
|
2742
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2743
|
+
|
|
2744
|
+
def __getitem__(self, key: str) -> Any:
|
|
2745
|
+
VirtualHardDiskStatusProvisioningStatusResponse.__key_warning(key)
|
|
2746
|
+
return super().__getitem__(key)
|
|
2747
|
+
|
|
2748
|
+
def get(self, key: str, default = None) -> Any:
|
|
2749
|
+
VirtualHardDiskStatusProvisioningStatusResponse.__key_warning(key)
|
|
2750
|
+
return super().get(key, default)
|
|
2751
|
+
|
|
2752
|
+
def __init__(__self__, *,
|
|
2753
|
+
status: str,
|
|
2754
|
+
operation_id: Optional[str] = None):
|
|
2755
|
+
"""
|
|
2756
|
+
VHD Status provisioning status
|
|
2757
|
+
:param str status: The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
|
|
2758
|
+
:param str operation_id: The ID of the operation performed on the virtual hard disk
|
|
2759
|
+
"""
|
|
2760
|
+
pulumi.set(__self__, "status", status)
|
|
2761
|
+
if operation_id is not None:
|
|
2762
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
2763
|
+
|
|
2764
|
+
@property
|
|
2765
|
+
@pulumi.getter
|
|
2766
|
+
def status(self) -> str:
|
|
2767
|
+
"""
|
|
2768
|
+
The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
|
|
2769
|
+
"""
|
|
2770
|
+
return pulumi.get(self, "status")
|
|
2771
|
+
|
|
2772
|
+
@property
|
|
2773
|
+
@pulumi.getter(name="operationId")
|
|
2774
|
+
def operation_id(self) -> Optional[str]:
|
|
2775
|
+
"""
|
|
2776
|
+
The ID of the operation performed on the virtual hard disk
|
|
2777
|
+
"""
|
|
2778
|
+
return pulumi.get(self, "operation_id")
|
|
2779
|
+
|
|
2780
|
+
|
|
2781
|
+
@pulumi.output_type
|
|
2782
|
+
class VirtualHardDiskStatusResponse(dict):
|
|
2783
|
+
"""
|
|
2784
|
+
The observed state of virtual hard disks
|
|
2785
|
+
"""
|
|
2786
|
+
@staticmethod
|
|
2787
|
+
def __key_warning(key: str):
|
|
2788
|
+
suggest = None
|
|
2789
|
+
if key == "downloadStatus":
|
|
2790
|
+
suggest = "download_status"
|
|
2791
|
+
elif key == "errorCode":
|
|
2792
|
+
suggest = "error_code"
|
|
2793
|
+
elif key == "errorMessage":
|
|
2794
|
+
suggest = "error_message"
|
|
2795
|
+
elif key == "provisioningStatus":
|
|
2796
|
+
suggest = "provisioning_status"
|
|
2797
|
+
elif key == "uploadStatus":
|
|
2798
|
+
suggest = "upload_status"
|
|
2799
|
+
|
|
2800
|
+
if suggest:
|
|
2801
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2802
|
+
|
|
2803
|
+
def __getitem__(self, key: str) -> Any:
|
|
2804
|
+
VirtualHardDiskStatusResponse.__key_warning(key)
|
|
2805
|
+
return super().__getitem__(key)
|
|
2806
|
+
|
|
2807
|
+
def get(self, key: str, default = None) -> Any:
|
|
2808
|
+
VirtualHardDiskStatusResponse.__key_warning(key)
|
|
2809
|
+
return super().get(key, default)
|
|
2810
|
+
|
|
2811
|
+
def __init__(__self__, *,
|
|
2812
|
+
download_status: Optional['outputs.VirtualHardDiskDownloadStatusResponse'] = None,
|
|
2813
|
+
error_code: Optional[str] = None,
|
|
2814
|
+
error_message: Optional[str] = None,
|
|
2815
|
+
provisioning_status: Optional['outputs.VirtualHardDiskStatusProvisioningStatusResponse'] = None,
|
|
2816
|
+
upload_status: Optional['outputs.VirtualHardDiskUploadStatusResponse'] = None):
|
|
2817
|
+
"""
|
|
2818
|
+
The observed state of virtual hard disks
|
|
2819
|
+
:param 'VirtualHardDiskDownloadStatusResponse' download_status: The download status of the virtual hard disk
|
|
2820
|
+
:param str error_code: VirtualHardDisk provisioning error code
|
|
2821
|
+
:param str error_message: Descriptive error message
|
|
2822
|
+
:param 'VirtualHardDiskStatusProvisioningStatusResponse' provisioning_status: Provisioning status of the vhd
|
|
2823
|
+
:param 'VirtualHardDiskUploadStatusResponse' upload_status: The upload status of the virtual hard disk
|
|
2824
|
+
"""
|
|
2825
|
+
if download_status is not None:
|
|
2826
|
+
pulumi.set(__self__, "download_status", download_status)
|
|
2827
|
+
if error_code is not None:
|
|
2828
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
2829
|
+
if error_message is not None:
|
|
2830
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
2831
|
+
if provisioning_status is not None:
|
|
2832
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
2833
|
+
if upload_status is not None:
|
|
2834
|
+
pulumi.set(__self__, "upload_status", upload_status)
|
|
2835
|
+
|
|
2836
|
+
@property
|
|
2837
|
+
@pulumi.getter(name="downloadStatus")
|
|
2838
|
+
def download_status(self) -> Optional['outputs.VirtualHardDiskDownloadStatusResponse']:
|
|
2839
|
+
"""
|
|
2840
|
+
The download status of the virtual hard disk
|
|
2841
|
+
"""
|
|
2842
|
+
return pulumi.get(self, "download_status")
|
|
2843
|
+
|
|
2844
|
+
@property
|
|
2845
|
+
@pulumi.getter(name="errorCode")
|
|
2846
|
+
def error_code(self) -> Optional[str]:
|
|
2847
|
+
"""
|
|
2848
|
+
VirtualHardDisk provisioning error code
|
|
2849
|
+
"""
|
|
2850
|
+
return pulumi.get(self, "error_code")
|
|
2851
|
+
|
|
2852
|
+
@property
|
|
2853
|
+
@pulumi.getter(name="errorMessage")
|
|
2854
|
+
def error_message(self) -> Optional[str]:
|
|
2855
|
+
"""
|
|
2856
|
+
Descriptive error message
|
|
2857
|
+
"""
|
|
2858
|
+
return pulumi.get(self, "error_message")
|
|
2859
|
+
|
|
2860
|
+
@property
|
|
2861
|
+
@pulumi.getter(name="provisioningStatus")
|
|
2862
|
+
def provisioning_status(self) -> Optional['outputs.VirtualHardDiskStatusProvisioningStatusResponse']:
|
|
2863
|
+
"""
|
|
2864
|
+
Provisioning status of the vhd
|
|
2865
|
+
"""
|
|
2866
|
+
return pulumi.get(self, "provisioning_status")
|
|
2867
|
+
|
|
2868
|
+
@property
|
|
2869
|
+
@pulumi.getter(name="uploadStatus")
|
|
2870
|
+
def upload_status(self) -> Optional['outputs.VirtualHardDiskUploadStatusResponse']:
|
|
2871
|
+
"""
|
|
2872
|
+
The upload status of the virtual hard disk
|
|
2873
|
+
"""
|
|
2874
|
+
return pulumi.get(self, "upload_status")
|
|
2875
|
+
|
|
2876
|
+
|
|
2877
|
+
@pulumi.output_type
|
|
2878
|
+
class VirtualHardDiskUploadStatusResponse(dict):
|
|
2879
|
+
"""
|
|
2880
|
+
The upload status of the virtual hard disk
|
|
2881
|
+
"""
|
|
2882
|
+
@staticmethod
|
|
2883
|
+
def __key_warning(key: str):
|
|
2884
|
+
suggest = None
|
|
2885
|
+
if key == "errorCode":
|
|
2886
|
+
suggest = "error_code"
|
|
2887
|
+
elif key == "errorMessage":
|
|
2888
|
+
suggest = "error_message"
|
|
2889
|
+
elif key == "progressPercentage":
|
|
2890
|
+
suggest = "progress_percentage"
|
|
2891
|
+
elif key == "uploadedSizeInMB":
|
|
2892
|
+
suggest = "uploaded_size_in_mb"
|
|
2893
|
+
|
|
2894
|
+
if suggest:
|
|
2895
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskUploadStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2896
|
+
|
|
2897
|
+
def __getitem__(self, key: str) -> Any:
|
|
2898
|
+
VirtualHardDiskUploadStatusResponse.__key_warning(key)
|
|
2899
|
+
return super().__getitem__(key)
|
|
2900
|
+
|
|
2901
|
+
def get(self, key: str, default = None) -> Any:
|
|
2902
|
+
VirtualHardDiskUploadStatusResponse.__key_warning(key)
|
|
2903
|
+
return super().get(key, default)
|
|
2904
|
+
|
|
2905
|
+
def __init__(__self__, *,
|
|
2906
|
+
status: str,
|
|
2907
|
+
error_code: Optional[str] = None,
|
|
2908
|
+
error_message: Optional[str] = None,
|
|
2909
|
+
progress_percentage: Optional[float] = None,
|
|
2910
|
+
uploaded_size_in_mb: Optional[float] = None):
|
|
2911
|
+
"""
|
|
2912
|
+
The upload status of the virtual hard disk
|
|
2913
|
+
:param str status: The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
|
|
2914
|
+
:param str error_code: VirtualHardDisk upload error code
|
|
2915
|
+
:param str error_message: Descriptive upload error message
|
|
2916
|
+
:param float progress_percentage: The progress of the operation in percentage
|
|
2917
|
+
:param float uploaded_size_in_mb: The uploaded sized of the virtual hard disk in MB
|
|
2918
|
+
"""
|
|
2919
|
+
pulumi.set(__self__, "status", status)
|
|
2920
|
+
if error_code is not None:
|
|
2921
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
2922
|
+
if error_message is not None:
|
|
2923
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
2924
|
+
if progress_percentage is not None:
|
|
2925
|
+
pulumi.set(__self__, "progress_percentage", progress_percentage)
|
|
2926
|
+
if uploaded_size_in_mb is not None:
|
|
2927
|
+
pulumi.set(__self__, "uploaded_size_in_mb", uploaded_size_in_mb)
|
|
2928
|
+
|
|
2929
|
+
@property
|
|
2930
|
+
@pulumi.getter
|
|
2931
|
+
def status(self) -> str:
|
|
2932
|
+
"""
|
|
2933
|
+
The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
|
|
2934
|
+
"""
|
|
2935
|
+
return pulumi.get(self, "status")
|
|
2936
|
+
|
|
2937
|
+
@property
|
|
2938
|
+
@pulumi.getter(name="errorCode")
|
|
2939
|
+
def error_code(self) -> Optional[str]:
|
|
2940
|
+
"""
|
|
2941
|
+
VirtualHardDisk upload error code
|
|
2942
|
+
"""
|
|
2943
|
+
return pulumi.get(self, "error_code")
|
|
2944
|
+
|
|
2945
|
+
@property
|
|
2946
|
+
@pulumi.getter(name="errorMessage")
|
|
2947
|
+
def error_message(self) -> Optional[str]:
|
|
2948
|
+
"""
|
|
2949
|
+
Descriptive upload error message
|
|
2950
|
+
"""
|
|
2951
|
+
return pulumi.get(self, "error_message")
|
|
2952
|
+
|
|
2953
|
+
@property
|
|
2954
|
+
@pulumi.getter(name="progressPercentage")
|
|
2955
|
+
def progress_percentage(self) -> Optional[float]:
|
|
2956
|
+
"""
|
|
2957
|
+
The progress of the operation in percentage
|
|
2958
|
+
"""
|
|
2959
|
+
return pulumi.get(self, "progress_percentage")
|
|
2960
|
+
|
|
2961
|
+
@property
|
|
2962
|
+
@pulumi.getter(name="uploadedSizeInMB")
|
|
2963
|
+
def uploaded_size_in_mb(self) -> Optional[float]:
|
|
2964
|
+
"""
|
|
2965
|
+
The uploaded sized of the virtual hard disk in MB
|
|
2966
|
+
"""
|
|
2967
|
+
return pulumi.get(self, "uploaded_size_in_mb")
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
@pulumi.output_type
|
|
2971
|
+
class VirtualMachineConfigAgentInstanceViewResponse(dict):
|
|
2972
|
+
"""
|
|
2973
|
+
The instance view of the VM Config Agent running on the virtual machine.
|
|
2974
|
+
"""
|
|
2975
|
+
@staticmethod
|
|
2976
|
+
def __key_warning(key: str):
|
|
2977
|
+
suggest = None
|
|
2978
|
+
if key == "vmConfigAgentVersion":
|
|
2979
|
+
suggest = "vm_config_agent_version"
|
|
2980
|
+
|
|
2981
|
+
if suggest:
|
|
2982
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineConfigAgentInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2983
|
+
|
|
2984
|
+
def __getitem__(self, key: str) -> Any:
|
|
2985
|
+
VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
|
|
2986
|
+
return super().__getitem__(key)
|
|
2987
|
+
|
|
2988
|
+
def get(self, key: str, default = None) -> Any:
|
|
2989
|
+
VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
|
|
2990
|
+
return super().get(key, default)
|
|
2991
|
+
|
|
2992
|
+
def __init__(__self__, *,
|
|
2993
|
+
statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2994
|
+
vm_config_agent_version: Optional[str] = None):
|
|
2995
|
+
"""
|
|
2996
|
+
The instance view of the VM Config Agent running on the virtual machine.
|
|
2997
|
+
:param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
|
|
2998
|
+
:param str vm_config_agent_version: The VM Config Agent full version.
|
|
2999
|
+
"""
|
|
3000
|
+
if statuses is not None:
|
|
3001
|
+
pulumi.set(__self__, "statuses", statuses)
|
|
3002
|
+
if vm_config_agent_version is not None:
|
|
3003
|
+
pulumi.set(__self__, "vm_config_agent_version", vm_config_agent_version)
|
|
3004
|
+
|
|
3005
|
+
@property
|
|
3006
|
+
@pulumi.getter
|
|
3007
|
+
def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
3008
|
+
"""
|
|
3009
|
+
The resource status information.
|
|
3010
|
+
"""
|
|
3011
|
+
return pulumi.get(self, "statuses")
|
|
3012
|
+
|
|
3013
|
+
@property
|
|
3014
|
+
@pulumi.getter(name="vmConfigAgentVersion")
|
|
3015
|
+
def vm_config_agent_version(self) -> Optional[str]:
|
|
3016
|
+
"""
|
|
3017
|
+
The VM Config Agent full version.
|
|
3018
|
+
"""
|
|
3019
|
+
return pulumi.get(self, "vm_config_agent_version")
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
@pulumi.output_type
|
|
3023
|
+
class VirtualMachineInstanceManagedDiskParametersResponse(dict):
|
|
3024
|
+
"""
|
|
3025
|
+
The parameters of a managed disk.
|
|
3026
|
+
"""
|
|
3027
|
+
@staticmethod
|
|
3028
|
+
def __key_warning(key: str):
|
|
3029
|
+
suggest = None
|
|
3030
|
+
if key == "securityProfile":
|
|
3031
|
+
suggest = "security_profile"
|
|
3032
|
+
|
|
3033
|
+
if suggest:
|
|
3034
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceManagedDiskParametersResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3035
|
+
|
|
3036
|
+
def __getitem__(self, key: str) -> Any:
|
|
3037
|
+
VirtualMachineInstanceManagedDiskParametersResponse.__key_warning(key)
|
|
3038
|
+
return super().__getitem__(key)
|
|
3039
|
+
|
|
3040
|
+
def get(self, key: str, default = None) -> Any:
|
|
3041
|
+
VirtualMachineInstanceManagedDiskParametersResponse.__key_warning(key)
|
|
3042
|
+
return super().get(key, default)
|
|
3043
|
+
|
|
3044
|
+
def __init__(__self__, *,
|
|
3045
|
+
security_profile: Optional['outputs.VMDiskSecurityProfileResponse'] = None):
|
|
3046
|
+
"""
|
|
3047
|
+
The parameters of a managed disk.
|
|
3048
|
+
:param 'VMDiskSecurityProfileResponse' security_profile: Specifies the security profile for the managed disk.
|
|
3049
|
+
"""
|
|
3050
|
+
if security_profile is not None:
|
|
3051
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
3052
|
+
|
|
3053
|
+
@property
|
|
3054
|
+
@pulumi.getter(name="securityProfile")
|
|
3055
|
+
def security_profile(self) -> Optional['outputs.VMDiskSecurityProfileResponse']:
|
|
3056
|
+
"""
|
|
3057
|
+
Specifies the security profile for the managed disk.
|
|
3058
|
+
"""
|
|
3059
|
+
return pulumi.get(self, "security_profile")
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
@pulumi.output_type
|
|
3063
|
+
class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse(dict):
|
|
3064
|
+
"""
|
|
3065
|
+
Dynamic memory config
|
|
3066
|
+
"""
|
|
3067
|
+
@staticmethod
|
|
3068
|
+
def __key_warning(key: str):
|
|
3069
|
+
suggest = None
|
|
3070
|
+
if key == "maximumMemoryMB":
|
|
3071
|
+
suggest = "maximum_memory_mb"
|
|
3072
|
+
elif key == "minimumMemoryMB":
|
|
3073
|
+
suggest = "minimum_memory_mb"
|
|
3074
|
+
elif key == "targetMemoryBuffer":
|
|
3075
|
+
suggest = "target_memory_buffer"
|
|
3076
|
+
|
|
3077
|
+
if suggest:
|
|
3078
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3079
|
+
|
|
3080
|
+
def __getitem__(self, key: str) -> Any:
|
|
3081
|
+
VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse.__key_warning(key)
|
|
3082
|
+
return super().__getitem__(key)
|
|
3083
|
+
|
|
3084
|
+
def get(self, key: str, default = None) -> Any:
|
|
3085
|
+
VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse.__key_warning(key)
|
|
3086
|
+
return super().get(key, default)
|
|
3087
|
+
|
|
3088
|
+
def __init__(__self__, *,
|
|
3089
|
+
maximum_memory_mb: Optional[float] = None,
|
|
3090
|
+
minimum_memory_mb: Optional[float] = None,
|
|
3091
|
+
target_memory_buffer: Optional[int] = None):
|
|
3092
|
+
"""
|
|
3093
|
+
Dynamic memory config
|
|
3094
|
+
:param float maximum_memory_mb: Maximum memory in MB
|
|
3095
|
+
:param float minimum_memory_mb: Minimum memory in MB
|
|
3096
|
+
:param int target_memory_buffer: Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
|
|
3097
|
+
"""
|
|
3098
|
+
if maximum_memory_mb is not None:
|
|
3099
|
+
pulumi.set(__self__, "maximum_memory_mb", maximum_memory_mb)
|
|
3100
|
+
if minimum_memory_mb is not None:
|
|
3101
|
+
pulumi.set(__self__, "minimum_memory_mb", minimum_memory_mb)
|
|
3102
|
+
if target_memory_buffer is not None:
|
|
3103
|
+
pulumi.set(__self__, "target_memory_buffer", target_memory_buffer)
|
|
3104
|
+
|
|
3105
|
+
@property
|
|
3106
|
+
@pulumi.getter(name="maximumMemoryMB")
|
|
3107
|
+
def maximum_memory_mb(self) -> Optional[float]:
|
|
3108
|
+
"""
|
|
3109
|
+
Maximum memory in MB
|
|
3110
|
+
"""
|
|
3111
|
+
return pulumi.get(self, "maximum_memory_mb")
|
|
3112
|
+
|
|
3113
|
+
@property
|
|
3114
|
+
@pulumi.getter(name="minimumMemoryMB")
|
|
3115
|
+
def minimum_memory_mb(self) -> Optional[float]:
|
|
3116
|
+
"""
|
|
3117
|
+
Minimum memory in MB
|
|
3118
|
+
"""
|
|
3119
|
+
return pulumi.get(self, "minimum_memory_mb")
|
|
3120
|
+
|
|
3121
|
+
@property
|
|
3122
|
+
@pulumi.getter(name="targetMemoryBuffer")
|
|
3123
|
+
def target_memory_buffer(self) -> Optional[int]:
|
|
3124
|
+
"""
|
|
3125
|
+
Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
|
|
3126
|
+
"""
|
|
3127
|
+
return pulumi.get(self, "target_memory_buffer")
|
|
3128
|
+
|
|
3129
|
+
|
|
3130
|
+
@pulumi.output_type
|
|
3131
|
+
class VirtualMachineInstancePropertiesHardwareProfileResponse(dict):
|
|
3132
|
+
"""
|
|
3133
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
3134
|
+
"""
|
|
3135
|
+
@staticmethod
|
|
3136
|
+
def __key_warning(key: str):
|
|
3137
|
+
suggest = None
|
|
3138
|
+
if key == "dynamicMemoryConfig":
|
|
3139
|
+
suggest = "dynamic_memory_config"
|
|
3140
|
+
elif key == "memoryMB":
|
|
3141
|
+
suggest = "memory_mb"
|
|
3142
|
+
elif key == "virtualMachineGPUs":
|
|
3143
|
+
suggest = "virtual_machine_gpus"
|
|
3144
|
+
elif key == "vmSize":
|
|
3145
|
+
suggest = "vm_size"
|
|
3146
|
+
|
|
3147
|
+
if suggest:
|
|
3148
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3149
|
+
|
|
3150
|
+
def __getitem__(self, key: str) -> Any:
|
|
3151
|
+
VirtualMachineInstancePropertiesHardwareProfileResponse.__key_warning(key)
|
|
3152
|
+
return super().__getitem__(key)
|
|
3153
|
+
|
|
3154
|
+
def get(self, key: str, default = None) -> Any:
|
|
3155
|
+
VirtualMachineInstancePropertiesHardwareProfileResponse.__key_warning(key)
|
|
3156
|
+
return super().get(key, default)
|
|
3157
|
+
|
|
3158
|
+
def __init__(__self__, *,
|
|
3159
|
+
dynamic_memory_config: Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse'] = None,
|
|
3160
|
+
memory_mb: Optional[float] = None,
|
|
3161
|
+
processors: Optional[int] = None,
|
|
3162
|
+
virtual_machine_gpus: Optional[Sequence['outputs.VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse']] = None,
|
|
3163
|
+
vm_size: Optional[str] = None):
|
|
3164
|
+
"""
|
|
3165
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
3166
|
+
:param 'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse' dynamic_memory_config: Dynamic memory config
|
|
3167
|
+
:param float memory_mb: RAM in MB for the virtual machine instance
|
|
3168
|
+
:param int processors: number of processors for the virtual machine instance
|
|
3169
|
+
:param Sequence['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse'] virtual_machine_gpus: virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
|
|
3170
|
+
:param str vm_size: Enum of VM Sizes
|
|
3171
|
+
"""
|
|
3172
|
+
if dynamic_memory_config is not None:
|
|
3173
|
+
pulumi.set(__self__, "dynamic_memory_config", dynamic_memory_config)
|
|
3174
|
+
if memory_mb is not None:
|
|
3175
|
+
pulumi.set(__self__, "memory_mb", memory_mb)
|
|
3176
|
+
if processors is not None:
|
|
3177
|
+
pulumi.set(__self__, "processors", processors)
|
|
3178
|
+
if virtual_machine_gpus is not None:
|
|
3179
|
+
pulumi.set(__self__, "virtual_machine_gpus", virtual_machine_gpus)
|
|
3180
|
+
if vm_size is None:
|
|
3181
|
+
vm_size = 'Default'
|
|
3182
|
+
if vm_size is not None:
|
|
3183
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
3184
|
+
|
|
3185
|
+
@property
|
|
3186
|
+
@pulumi.getter(name="dynamicMemoryConfig")
|
|
3187
|
+
def dynamic_memory_config(self) -> Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse']:
|
|
3188
|
+
"""
|
|
3189
|
+
Dynamic memory config
|
|
3190
|
+
"""
|
|
3191
|
+
return pulumi.get(self, "dynamic_memory_config")
|
|
3192
|
+
|
|
3193
|
+
@property
|
|
3194
|
+
@pulumi.getter(name="memoryMB")
|
|
3195
|
+
def memory_mb(self) -> Optional[float]:
|
|
3196
|
+
"""
|
|
3197
|
+
RAM in MB for the virtual machine instance
|
|
3198
|
+
"""
|
|
3199
|
+
return pulumi.get(self, "memory_mb")
|
|
3200
|
+
|
|
3201
|
+
@property
|
|
3202
|
+
@pulumi.getter
|
|
3203
|
+
def processors(self) -> Optional[int]:
|
|
3204
|
+
"""
|
|
3205
|
+
number of processors for the virtual machine instance
|
|
3206
|
+
"""
|
|
3207
|
+
return pulumi.get(self, "processors")
|
|
3208
|
+
|
|
3209
|
+
@property
|
|
3210
|
+
@pulumi.getter(name="virtualMachineGPUs")
|
|
3211
|
+
def virtual_machine_gpus(self) -> Optional[Sequence['outputs.VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse']]:
|
|
3212
|
+
"""
|
|
3213
|
+
virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
|
|
3214
|
+
"""
|
|
3215
|
+
return pulumi.get(self, "virtual_machine_gpus")
|
|
3216
|
+
|
|
3217
|
+
@property
|
|
3218
|
+
@pulumi.getter(name="vmSize")
|
|
3219
|
+
def vm_size(self) -> Optional[str]:
|
|
3220
|
+
"""
|
|
3221
|
+
Enum of VM Sizes
|
|
3222
|
+
"""
|
|
3223
|
+
return pulumi.get(self, "vm_size")
|
|
3224
|
+
|
|
3225
|
+
|
|
3226
|
+
@pulumi.output_type
|
|
3227
|
+
class VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse(dict):
|
|
3228
|
+
"""
|
|
3229
|
+
GPU properties - describes the GPU configuration.
|
|
3230
|
+
"""
|
|
3231
|
+
@staticmethod
|
|
3232
|
+
def __key_warning(key: str):
|
|
3233
|
+
suggest = None
|
|
3234
|
+
if key == "assignmentType":
|
|
3235
|
+
suggest = "assignment_type"
|
|
3236
|
+
elif key == "gpuName":
|
|
3237
|
+
suggest = "gpu_name"
|
|
3238
|
+
elif key == "partitionSizeMB":
|
|
3239
|
+
suggest = "partition_size_mb"
|
|
3240
|
+
|
|
3241
|
+
if suggest:
|
|
3242
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3243
|
+
|
|
3244
|
+
def __getitem__(self, key: str) -> Any:
|
|
3245
|
+
VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse.__key_warning(key)
|
|
3246
|
+
return super().__getitem__(key)
|
|
3247
|
+
|
|
3248
|
+
def get(self, key: str, default = None) -> Any:
|
|
3249
|
+
VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse.__key_warning(key)
|
|
3250
|
+
return super().get(key, default)
|
|
3251
|
+
|
|
3252
|
+
def __init__(__self__, *,
|
|
3253
|
+
assignment_type: str,
|
|
3254
|
+
gpu_name: Optional[str] = None,
|
|
3255
|
+
partition_size_mb: Optional[float] = None):
|
|
3256
|
+
"""
|
|
3257
|
+
GPU properties - describes the GPU configuration.
|
|
3258
|
+
:param str assignment_type: GPU assignment type
|
|
3259
|
+
:param str gpu_name: Name of the GPU
|
|
3260
|
+
:param float partition_size_mb: Size of gpu partition in MB for GPU-P
|
|
3261
|
+
"""
|
|
3262
|
+
pulumi.set(__self__, "assignment_type", assignment_type)
|
|
3263
|
+
if gpu_name is not None:
|
|
3264
|
+
pulumi.set(__self__, "gpu_name", gpu_name)
|
|
3265
|
+
if partition_size_mb is not None:
|
|
3266
|
+
pulumi.set(__self__, "partition_size_mb", partition_size_mb)
|
|
3267
|
+
|
|
3268
|
+
@property
|
|
3269
|
+
@pulumi.getter(name="assignmentType")
|
|
3270
|
+
def assignment_type(self) -> str:
|
|
3271
|
+
"""
|
|
3272
|
+
GPU assignment type
|
|
3273
|
+
"""
|
|
3274
|
+
return pulumi.get(self, "assignment_type")
|
|
3275
|
+
|
|
3276
|
+
@property
|
|
3277
|
+
@pulumi.getter(name="gpuName")
|
|
3278
|
+
def gpu_name(self) -> Optional[str]:
|
|
3279
|
+
"""
|
|
3280
|
+
Name of the GPU
|
|
3281
|
+
"""
|
|
3282
|
+
return pulumi.get(self, "gpu_name")
|
|
3283
|
+
|
|
3284
|
+
@property
|
|
3285
|
+
@pulumi.getter(name="partitionSizeMB")
|
|
3286
|
+
def partition_size_mb(self) -> Optional[float]:
|
|
3287
|
+
"""
|
|
3288
|
+
Size of gpu partition in MB for GPU-P
|
|
3289
|
+
"""
|
|
3290
|
+
return pulumi.get(self, "partition_size_mb")
|
|
3291
|
+
|
|
3292
|
+
|
|
3293
|
+
@pulumi.output_type
|
|
3294
|
+
class VirtualMachineInstancePropertiesNetworkProfileResponse(dict):
|
|
3295
|
+
"""
|
|
3296
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
3297
|
+
"""
|
|
3298
|
+
@staticmethod
|
|
3299
|
+
def __key_warning(key: str):
|
|
3300
|
+
suggest = None
|
|
3301
|
+
if key == "networkInterfaces":
|
|
3302
|
+
suggest = "network_interfaces"
|
|
3303
|
+
|
|
3304
|
+
if suggest:
|
|
3305
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesNetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3306
|
+
|
|
3307
|
+
def __getitem__(self, key: str) -> Any:
|
|
3308
|
+
VirtualMachineInstancePropertiesNetworkProfileResponse.__key_warning(key)
|
|
3309
|
+
return super().__getitem__(key)
|
|
3310
|
+
|
|
3311
|
+
def get(self, key: str, default = None) -> Any:
|
|
3312
|
+
VirtualMachineInstancePropertiesNetworkProfileResponse.__key_warning(key)
|
|
3313
|
+
return super().get(key, default)
|
|
3314
|
+
|
|
3315
|
+
def __init__(__self__, *,
|
|
3316
|
+
network_interfaces: Optional[Sequence['outputs.NetworkInterfaceArmReferenceResponse']] = None):
|
|
3317
|
+
"""
|
|
3318
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
3319
|
+
:param Sequence['NetworkInterfaceArmReferenceResponse'] network_interfaces: NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
|
|
3320
|
+
"""
|
|
3321
|
+
if network_interfaces is not None:
|
|
3322
|
+
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
3323
|
+
|
|
3324
|
+
@property
|
|
3325
|
+
@pulumi.getter(name="networkInterfaces")
|
|
3326
|
+
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceArmReferenceResponse']]:
|
|
3327
|
+
"""
|
|
3328
|
+
NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
|
|
3329
|
+
"""
|
|
3330
|
+
return pulumi.get(self, "network_interfaces")
|
|
3331
|
+
|
|
3332
|
+
|
|
3333
|
+
@pulumi.output_type
|
|
3334
|
+
class VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse(dict):
|
|
3335
|
+
"""
|
|
3336
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
3337
|
+
"""
|
|
3338
|
+
@staticmethod
|
|
3339
|
+
def __key_warning(key: str):
|
|
3340
|
+
suggest = None
|
|
3341
|
+
if key == "disablePasswordAuthentication":
|
|
3342
|
+
suggest = "disable_password_authentication"
|
|
3343
|
+
elif key == "provisionVMAgent":
|
|
3344
|
+
suggest = "provision_vm_agent"
|
|
3345
|
+
elif key == "provisionVMConfigAgent":
|
|
3346
|
+
suggest = "provision_vm_config_agent"
|
|
3347
|
+
|
|
3348
|
+
if suggest:
|
|
3349
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3350
|
+
|
|
3351
|
+
def __getitem__(self, key: str) -> Any:
|
|
3352
|
+
VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse.__key_warning(key)
|
|
3353
|
+
return super().__getitem__(key)
|
|
3354
|
+
|
|
3355
|
+
def get(self, key: str, default = None) -> Any:
|
|
3356
|
+
VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse.__key_warning(key)
|
|
3357
|
+
return super().get(key, default)
|
|
3358
|
+
|
|
3359
|
+
def __init__(__self__, *,
|
|
3360
|
+
disable_password_authentication: Optional[bool] = None,
|
|
3361
|
+
provision_vm_agent: Optional[bool] = None,
|
|
3362
|
+
provision_vm_config_agent: Optional[bool] = None,
|
|
3363
|
+
ssh: Optional['outputs.SshConfigurationResponse'] = None):
|
|
3364
|
+
"""
|
|
3365
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
3366
|
+
:param bool disable_password_authentication: DisablePasswordAuthentication - whether password authentication should be disabled
|
|
3367
|
+
:param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
3368
|
+
:param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
3369
|
+
:param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
|
|
3370
|
+
"""
|
|
3371
|
+
if disable_password_authentication is not None:
|
|
3372
|
+
pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
|
|
3373
|
+
if provision_vm_agent is None:
|
|
3374
|
+
provision_vm_agent = True
|
|
3375
|
+
if provision_vm_agent is not None:
|
|
3376
|
+
pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
|
|
3377
|
+
if provision_vm_config_agent is None:
|
|
3378
|
+
provision_vm_config_agent = True
|
|
3379
|
+
if provision_vm_config_agent is not None:
|
|
3380
|
+
pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
|
|
3381
|
+
if ssh is not None:
|
|
3382
|
+
pulumi.set(__self__, "ssh", ssh)
|
|
3383
|
+
|
|
3384
|
+
@property
|
|
3385
|
+
@pulumi.getter(name="disablePasswordAuthentication")
|
|
3386
|
+
def disable_password_authentication(self) -> Optional[bool]:
|
|
3387
|
+
"""
|
|
3388
|
+
DisablePasswordAuthentication - whether password authentication should be disabled
|
|
3389
|
+
"""
|
|
3390
|
+
return pulumi.get(self, "disable_password_authentication")
|
|
3391
|
+
|
|
3392
|
+
@property
|
|
3393
|
+
@pulumi.getter(name="provisionVMAgent")
|
|
3394
|
+
def provision_vm_agent(self) -> Optional[bool]:
|
|
3395
|
+
"""
|
|
3396
|
+
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
3397
|
+
"""
|
|
3398
|
+
return pulumi.get(self, "provision_vm_agent")
|
|
3399
|
+
|
|
3400
|
+
@property
|
|
3401
|
+
@pulumi.getter(name="provisionVMConfigAgent")
|
|
3402
|
+
def provision_vm_config_agent(self) -> Optional[bool]:
|
|
3403
|
+
"""
|
|
3404
|
+
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
3405
|
+
"""
|
|
3406
|
+
return pulumi.get(self, "provision_vm_config_agent")
|
|
3407
|
+
|
|
3408
|
+
@property
|
|
3409
|
+
@pulumi.getter
|
|
3410
|
+
def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
|
|
3411
|
+
"""
|
|
3412
|
+
Specifies the ssh key configuration for a Linux OS.
|
|
3413
|
+
"""
|
|
3414
|
+
return pulumi.get(self, "ssh")
|
|
3415
|
+
|
|
3416
|
+
|
|
3417
|
+
@pulumi.output_type
|
|
3418
|
+
class VirtualMachineInstancePropertiesOsProfileResponse(dict):
|
|
3419
|
+
"""
|
|
3420
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
3421
|
+
"""
|
|
3422
|
+
@staticmethod
|
|
3423
|
+
def __key_warning(key: str):
|
|
3424
|
+
suggest = None
|
|
3425
|
+
if key == "adminUsername":
|
|
3426
|
+
suggest = "admin_username"
|
|
3427
|
+
elif key == "computerName":
|
|
3428
|
+
suggest = "computer_name"
|
|
3429
|
+
elif key == "linuxConfiguration":
|
|
3430
|
+
suggest = "linux_configuration"
|
|
3431
|
+
elif key == "windowsConfiguration":
|
|
3432
|
+
suggest = "windows_configuration"
|
|
3433
|
+
|
|
3434
|
+
if suggest:
|
|
3435
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3436
|
+
|
|
3437
|
+
def __getitem__(self, key: str) -> Any:
|
|
3438
|
+
VirtualMachineInstancePropertiesOsProfileResponse.__key_warning(key)
|
|
3439
|
+
return super().__getitem__(key)
|
|
3440
|
+
|
|
3441
|
+
def get(self, key: str, default = None) -> Any:
|
|
3442
|
+
VirtualMachineInstancePropertiesOsProfileResponse.__key_warning(key)
|
|
3443
|
+
return super().get(key, default)
|
|
3444
|
+
|
|
3445
|
+
def __init__(__self__, *,
|
|
3446
|
+
admin_username: Optional[str] = None,
|
|
3447
|
+
computer_name: Optional[str] = None,
|
|
3448
|
+
linux_configuration: Optional['outputs.VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse'] = None,
|
|
3449
|
+
windows_configuration: Optional['outputs.VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse'] = None):
|
|
3450
|
+
"""
|
|
3451
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
3452
|
+
:param str admin_username: AdminUsername - admin username
|
|
3453
|
+
:param str computer_name: ComputerName - name of the compute
|
|
3454
|
+
:param 'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse' linux_configuration: LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
3455
|
+
:param 'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse' windows_configuration: Windows Configuration for the virtual machine instance
|
|
3456
|
+
"""
|
|
3457
|
+
if admin_username is not None:
|
|
3458
|
+
pulumi.set(__self__, "admin_username", admin_username)
|
|
3459
|
+
if computer_name is not None:
|
|
3460
|
+
pulumi.set(__self__, "computer_name", computer_name)
|
|
3461
|
+
if linux_configuration is not None:
|
|
3462
|
+
pulumi.set(__self__, "linux_configuration", linux_configuration)
|
|
3463
|
+
if windows_configuration is not None:
|
|
3464
|
+
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
3465
|
+
|
|
3466
|
+
@property
|
|
3467
|
+
@pulumi.getter(name="adminUsername")
|
|
3468
|
+
def admin_username(self) -> Optional[str]:
|
|
3469
|
+
"""
|
|
3470
|
+
AdminUsername - admin username
|
|
3471
|
+
"""
|
|
3472
|
+
return pulumi.get(self, "admin_username")
|
|
3473
|
+
|
|
3474
|
+
@property
|
|
3475
|
+
@pulumi.getter(name="computerName")
|
|
3476
|
+
def computer_name(self) -> Optional[str]:
|
|
3477
|
+
"""
|
|
3478
|
+
ComputerName - name of the compute
|
|
3479
|
+
"""
|
|
3480
|
+
return pulumi.get(self, "computer_name")
|
|
3481
|
+
|
|
3482
|
+
@property
|
|
3483
|
+
@pulumi.getter(name="linuxConfiguration")
|
|
3484
|
+
def linux_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse']:
|
|
3485
|
+
"""
|
|
3486
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
3487
|
+
"""
|
|
3488
|
+
return pulumi.get(self, "linux_configuration")
|
|
3489
|
+
|
|
3490
|
+
@property
|
|
3491
|
+
@pulumi.getter(name="windowsConfiguration")
|
|
3492
|
+
def windows_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse']:
|
|
3493
|
+
"""
|
|
3494
|
+
Windows Configuration for the virtual machine instance
|
|
3495
|
+
"""
|
|
3496
|
+
return pulumi.get(self, "windows_configuration")
|
|
3497
|
+
|
|
3498
|
+
|
|
3499
|
+
@pulumi.output_type
|
|
3500
|
+
class VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse(dict):
|
|
3501
|
+
"""
|
|
3502
|
+
Windows Configuration for the virtual machine instance
|
|
3503
|
+
"""
|
|
3504
|
+
@staticmethod
|
|
3505
|
+
def __key_warning(key: str):
|
|
3506
|
+
suggest = None
|
|
3507
|
+
if key == "enableAutomaticUpdates":
|
|
3508
|
+
suggest = "enable_automatic_updates"
|
|
3509
|
+
elif key == "provisionVMAgent":
|
|
3510
|
+
suggest = "provision_vm_agent"
|
|
3511
|
+
elif key == "provisionVMConfigAgent":
|
|
3512
|
+
suggest = "provision_vm_config_agent"
|
|
3513
|
+
elif key == "timeZone":
|
|
3514
|
+
suggest = "time_zone"
|
|
3515
|
+
|
|
3516
|
+
if suggest:
|
|
3517
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3518
|
+
|
|
3519
|
+
def __getitem__(self, key: str) -> Any:
|
|
3520
|
+
VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse.__key_warning(key)
|
|
3521
|
+
return super().__getitem__(key)
|
|
3522
|
+
|
|
3523
|
+
def get(self, key: str, default = None) -> Any:
|
|
3524
|
+
VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse.__key_warning(key)
|
|
3525
|
+
return super().get(key, default)
|
|
3526
|
+
|
|
3527
|
+
def __init__(__self__, *,
|
|
3528
|
+
enable_automatic_updates: Optional[bool] = None,
|
|
3529
|
+
provision_vm_agent: Optional[bool] = None,
|
|
3530
|
+
provision_vm_config_agent: Optional[bool] = None,
|
|
3531
|
+
ssh: Optional['outputs.SshConfigurationResponse'] = None,
|
|
3532
|
+
time_zone: Optional[str] = None):
|
|
3533
|
+
"""
|
|
3534
|
+
Windows Configuration for the virtual machine instance
|
|
3535
|
+
:param bool enable_automatic_updates: Whether to EnableAutomaticUpdates on the machine
|
|
3536
|
+
:param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
3537
|
+
:param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
3538
|
+
:param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for Windows OS.
|
|
3539
|
+
:param str time_zone: TimeZone for the virtual machine instance
|
|
3540
|
+
"""
|
|
3541
|
+
if enable_automatic_updates is not None:
|
|
3542
|
+
pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
|
|
3543
|
+
if provision_vm_agent is None:
|
|
3544
|
+
provision_vm_agent = True
|
|
3545
|
+
if provision_vm_agent is not None:
|
|
3546
|
+
pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
|
|
3547
|
+
if provision_vm_config_agent is None:
|
|
3548
|
+
provision_vm_config_agent = True
|
|
3549
|
+
if provision_vm_config_agent is not None:
|
|
3550
|
+
pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
|
|
3551
|
+
if ssh is not None:
|
|
3552
|
+
pulumi.set(__self__, "ssh", ssh)
|
|
3553
|
+
if time_zone is not None:
|
|
3554
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
3555
|
+
|
|
3556
|
+
@property
|
|
3557
|
+
@pulumi.getter(name="enableAutomaticUpdates")
|
|
3558
|
+
def enable_automatic_updates(self) -> Optional[bool]:
|
|
3559
|
+
"""
|
|
3560
|
+
Whether to EnableAutomaticUpdates on the machine
|
|
3561
|
+
"""
|
|
3562
|
+
return pulumi.get(self, "enable_automatic_updates")
|
|
3563
|
+
|
|
3564
|
+
@property
|
|
3565
|
+
@pulumi.getter(name="provisionVMAgent")
|
|
3566
|
+
def provision_vm_agent(self) -> Optional[bool]:
|
|
3567
|
+
"""
|
|
3568
|
+
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
3569
|
+
"""
|
|
3570
|
+
return pulumi.get(self, "provision_vm_agent")
|
|
3571
|
+
|
|
3572
|
+
@property
|
|
3573
|
+
@pulumi.getter(name="provisionVMConfigAgent")
|
|
3574
|
+
def provision_vm_config_agent(self) -> Optional[bool]:
|
|
3575
|
+
"""
|
|
3576
|
+
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
3577
|
+
"""
|
|
3578
|
+
return pulumi.get(self, "provision_vm_config_agent")
|
|
3579
|
+
|
|
3580
|
+
@property
|
|
3581
|
+
@pulumi.getter
|
|
3582
|
+
def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
|
|
3583
|
+
"""
|
|
3584
|
+
Specifies the ssh key configuration for Windows OS.
|
|
3585
|
+
"""
|
|
3586
|
+
return pulumi.get(self, "ssh")
|
|
3587
|
+
|
|
3588
|
+
@property
|
|
3589
|
+
@pulumi.getter(name="timeZone")
|
|
3590
|
+
def time_zone(self) -> Optional[str]:
|
|
3591
|
+
"""
|
|
3592
|
+
TimeZone for the virtual machine instance
|
|
3593
|
+
"""
|
|
3594
|
+
return pulumi.get(self, "time_zone")
|
|
3595
|
+
|
|
3596
|
+
|
|
3597
|
+
@pulumi.output_type
|
|
3598
|
+
class VirtualMachineInstancePropertiesSecurityProfileResponse(dict):
|
|
3599
|
+
"""
|
|
3600
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
3601
|
+
"""
|
|
3602
|
+
@staticmethod
|
|
3603
|
+
def __key_warning(key: str):
|
|
3604
|
+
suggest = None
|
|
3605
|
+
if key == "enableTPM":
|
|
3606
|
+
suggest = "enable_tpm"
|
|
3607
|
+
elif key == "securityType":
|
|
3608
|
+
suggest = "security_type"
|
|
3609
|
+
elif key == "uefiSettings":
|
|
3610
|
+
suggest = "uefi_settings"
|
|
3611
|
+
|
|
3612
|
+
if suggest:
|
|
3613
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3614
|
+
|
|
3615
|
+
def __getitem__(self, key: str) -> Any:
|
|
3616
|
+
VirtualMachineInstancePropertiesSecurityProfileResponse.__key_warning(key)
|
|
3617
|
+
return super().__getitem__(key)
|
|
3618
|
+
|
|
3619
|
+
def get(self, key: str, default = None) -> Any:
|
|
3620
|
+
VirtualMachineInstancePropertiesSecurityProfileResponse.__key_warning(key)
|
|
3621
|
+
return super().get(key, default)
|
|
3622
|
+
|
|
3623
|
+
def __init__(__self__, *,
|
|
3624
|
+
enable_tpm: Optional[bool] = None,
|
|
3625
|
+
security_type: Optional[str] = None,
|
|
3626
|
+
uefi_settings: Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse'] = None):
|
|
3627
|
+
"""
|
|
3628
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
3629
|
+
:param bool enable_tpm: Enable TPM flag
|
|
3630
|
+
:param str security_type: Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
|
|
3631
|
+
:param 'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse' uefi_settings: Uefi settings of the virtual machine instance
|
|
3632
|
+
"""
|
|
3633
|
+
if enable_tpm is None:
|
|
3634
|
+
enable_tpm = False
|
|
3635
|
+
if enable_tpm is not None:
|
|
3636
|
+
pulumi.set(__self__, "enable_tpm", enable_tpm)
|
|
3637
|
+
if security_type is not None:
|
|
3638
|
+
pulumi.set(__self__, "security_type", security_type)
|
|
3639
|
+
if uefi_settings is not None:
|
|
3640
|
+
pulumi.set(__self__, "uefi_settings", uefi_settings)
|
|
3641
|
+
|
|
3642
|
+
@property
|
|
3643
|
+
@pulumi.getter(name="enableTPM")
|
|
3644
|
+
def enable_tpm(self) -> Optional[bool]:
|
|
3645
|
+
"""
|
|
3646
|
+
Enable TPM flag
|
|
3647
|
+
"""
|
|
3648
|
+
return pulumi.get(self, "enable_tpm")
|
|
3649
|
+
|
|
3650
|
+
@property
|
|
3651
|
+
@pulumi.getter(name="securityType")
|
|
3652
|
+
def security_type(self) -> Optional[str]:
|
|
3653
|
+
"""
|
|
3654
|
+
Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
|
|
3655
|
+
"""
|
|
3656
|
+
return pulumi.get(self, "security_type")
|
|
3657
|
+
|
|
3658
|
+
@property
|
|
3659
|
+
@pulumi.getter(name="uefiSettings")
|
|
3660
|
+
def uefi_settings(self) -> Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse']:
|
|
3661
|
+
"""
|
|
3662
|
+
Uefi settings of the virtual machine instance
|
|
3663
|
+
"""
|
|
3664
|
+
return pulumi.get(self, "uefi_settings")
|
|
3665
|
+
|
|
3666
|
+
|
|
3667
|
+
@pulumi.output_type
|
|
3668
|
+
class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse(dict):
|
|
3669
|
+
"""
|
|
3670
|
+
Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
3671
|
+
"""
|
|
3672
|
+
@staticmethod
|
|
3673
|
+
def __key_warning(key: str):
|
|
3674
|
+
suggest = None
|
|
3675
|
+
if key == "secureBootEnabled":
|
|
3676
|
+
suggest = "secure_boot_enabled"
|
|
3677
|
+
|
|
3678
|
+
if suggest:
|
|
3679
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3680
|
+
|
|
3681
|
+
def __getitem__(self, key: str) -> Any:
|
|
3682
|
+
VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse.__key_warning(key)
|
|
3683
|
+
return super().__getitem__(key)
|
|
3684
|
+
|
|
3685
|
+
def get(self, key: str, default = None) -> Any:
|
|
3686
|
+
VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse.__key_warning(key)
|
|
3687
|
+
return super().get(key, default)
|
|
3688
|
+
|
|
3689
|
+
def __init__(__self__, *,
|
|
3690
|
+
secure_boot_enabled: Optional[bool] = None):
|
|
3691
|
+
"""
|
|
3692
|
+
Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
3693
|
+
:param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
3694
|
+
"""
|
|
3695
|
+
if secure_boot_enabled is None:
|
|
3696
|
+
secure_boot_enabled = False
|
|
3697
|
+
if secure_boot_enabled is not None:
|
|
3698
|
+
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
3699
|
+
|
|
3700
|
+
@property
|
|
3701
|
+
@pulumi.getter(name="secureBootEnabled")
|
|
3702
|
+
def secure_boot_enabled(self) -> Optional[bool]:
|
|
3703
|
+
"""
|
|
3704
|
+
Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
3705
|
+
"""
|
|
3706
|
+
return pulumi.get(self, "secure_boot_enabled")
|
|
3707
|
+
|
|
3708
|
+
|
|
3709
|
+
@pulumi.output_type
|
|
3710
|
+
class VirtualMachineInstancePropertiesStorageProfileOsDiskResponse(dict):
|
|
3711
|
+
"""
|
|
3712
|
+
VHD to attach as OS disk
|
|
3713
|
+
"""
|
|
3714
|
+
@staticmethod
|
|
3715
|
+
def __key_warning(key: str):
|
|
3716
|
+
suggest = None
|
|
3717
|
+
if key == "managedDisk":
|
|
3718
|
+
suggest = "managed_disk"
|
|
3719
|
+
elif key == "osType":
|
|
3720
|
+
suggest = "os_type"
|
|
3721
|
+
|
|
3722
|
+
if suggest:
|
|
3723
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesStorageProfileOsDiskResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3724
|
+
|
|
3725
|
+
def __getitem__(self, key: str) -> Any:
|
|
3726
|
+
VirtualMachineInstancePropertiesStorageProfileOsDiskResponse.__key_warning(key)
|
|
3727
|
+
return super().__getitem__(key)
|
|
3728
|
+
|
|
3729
|
+
def get(self, key: str, default = None) -> Any:
|
|
3730
|
+
VirtualMachineInstancePropertiesStorageProfileOsDiskResponse.__key_warning(key)
|
|
3731
|
+
return super().get(key, default)
|
|
3732
|
+
|
|
3733
|
+
def __init__(__self__, *,
|
|
3734
|
+
id: Optional[str] = None,
|
|
3735
|
+
managed_disk: Optional['outputs.VirtualMachineInstanceManagedDiskParametersResponse'] = None,
|
|
3736
|
+
os_type: Optional[str] = None):
|
|
3737
|
+
"""
|
|
3738
|
+
VHD to attach as OS disk
|
|
3739
|
+
:param str id: The ARM ID for a Virtual Hard Disk.
|
|
3740
|
+
:param 'VirtualMachineInstanceManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
3741
|
+
:param str os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
|
|
3742
|
+
"""
|
|
3743
|
+
if id is not None:
|
|
3744
|
+
pulumi.set(__self__, "id", id)
|
|
3745
|
+
if managed_disk is not None:
|
|
3746
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
3747
|
+
if os_type is not None:
|
|
3748
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
3749
|
+
|
|
3750
|
+
@property
|
|
3751
|
+
@pulumi.getter
|
|
3752
|
+
def id(self) -> Optional[str]:
|
|
3753
|
+
"""
|
|
3754
|
+
The ARM ID for a Virtual Hard Disk.
|
|
3755
|
+
"""
|
|
3756
|
+
return pulumi.get(self, "id")
|
|
3757
|
+
|
|
3758
|
+
@property
|
|
3759
|
+
@pulumi.getter(name="managedDisk")
|
|
3760
|
+
def managed_disk(self) -> Optional['outputs.VirtualMachineInstanceManagedDiskParametersResponse']:
|
|
3761
|
+
"""
|
|
3762
|
+
The managed disk parameters.
|
|
3763
|
+
"""
|
|
3764
|
+
return pulumi.get(self, "managed_disk")
|
|
3765
|
+
|
|
3766
|
+
@property
|
|
3767
|
+
@pulumi.getter(name="osType")
|
|
3768
|
+
def os_type(self) -> Optional[str]:
|
|
3769
|
+
"""
|
|
3770
|
+
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
|
|
3771
|
+
"""
|
|
3772
|
+
return pulumi.get(self, "os_type")
|
|
3773
|
+
|
|
3774
|
+
|
|
3775
|
+
@pulumi.output_type
|
|
3776
|
+
class VirtualMachineInstancePropertiesStorageProfileResponse(dict):
|
|
3777
|
+
"""
|
|
3778
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
3779
|
+
"""
|
|
3780
|
+
@staticmethod
|
|
3781
|
+
def __key_warning(key: str):
|
|
3782
|
+
suggest = None
|
|
3783
|
+
if key == "dataDisks":
|
|
3784
|
+
suggest = "data_disks"
|
|
3785
|
+
elif key == "imageReference":
|
|
3786
|
+
suggest = "image_reference"
|
|
3787
|
+
elif key == "osDisk":
|
|
3788
|
+
suggest = "os_disk"
|
|
3789
|
+
elif key == "vmConfigStoragePathId":
|
|
3790
|
+
suggest = "vm_config_storage_path_id"
|
|
3791
|
+
|
|
3792
|
+
if suggest:
|
|
3793
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3794
|
+
|
|
3795
|
+
def __getitem__(self, key: str) -> Any:
|
|
3796
|
+
VirtualMachineInstancePropertiesStorageProfileResponse.__key_warning(key)
|
|
3797
|
+
return super().__getitem__(key)
|
|
3798
|
+
|
|
3799
|
+
def get(self, key: str, default = None) -> Any:
|
|
3800
|
+
VirtualMachineInstancePropertiesStorageProfileResponse.__key_warning(key)
|
|
3801
|
+
return super().get(key, default)
|
|
3802
|
+
|
|
3803
|
+
def __init__(__self__, *,
|
|
3804
|
+
data_disks: Optional[Sequence['outputs.VirtualHardDiskArmReferenceResponse']] = None,
|
|
3805
|
+
image_reference: Optional['outputs.ImageArmReferenceResponse'] = None,
|
|
3806
|
+
os_disk: Optional['outputs.VirtualMachineInstancePropertiesStorageProfileOsDiskResponse'] = None,
|
|
3807
|
+
vm_config_storage_path_id: Optional[str] = None):
|
|
3808
|
+
"""
|
|
3809
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
3810
|
+
:param Sequence['VirtualHardDiskArmReferenceResponse'] data_disks: adds data disks to the virtual machine instance
|
|
3811
|
+
:param 'ImageArmReferenceResponse' image_reference: Which Image to use for the virtual machine instance
|
|
3812
|
+
:param 'VirtualMachineInstancePropertiesStorageProfileOsDiskResponse' os_disk: VHD to attach as OS disk
|
|
3813
|
+
:param str vm_config_storage_path_id: Id of the storage container that hosts the VM configuration file
|
|
3814
|
+
"""
|
|
3815
|
+
if data_disks is not None:
|
|
3816
|
+
pulumi.set(__self__, "data_disks", data_disks)
|
|
3817
|
+
if image_reference is not None:
|
|
3818
|
+
pulumi.set(__self__, "image_reference", image_reference)
|
|
3819
|
+
if os_disk is not None:
|
|
3820
|
+
pulumi.set(__self__, "os_disk", os_disk)
|
|
3821
|
+
if vm_config_storage_path_id is not None:
|
|
3822
|
+
pulumi.set(__self__, "vm_config_storage_path_id", vm_config_storage_path_id)
|
|
3823
|
+
|
|
3824
|
+
@property
|
|
3825
|
+
@pulumi.getter(name="dataDisks")
|
|
3826
|
+
def data_disks(self) -> Optional[Sequence['outputs.VirtualHardDiskArmReferenceResponse']]:
|
|
3827
|
+
"""
|
|
3828
|
+
adds data disks to the virtual machine instance
|
|
3829
|
+
"""
|
|
3830
|
+
return pulumi.get(self, "data_disks")
|
|
3831
|
+
|
|
3832
|
+
@property
|
|
3833
|
+
@pulumi.getter(name="imageReference")
|
|
3834
|
+
def image_reference(self) -> Optional['outputs.ImageArmReferenceResponse']:
|
|
3835
|
+
"""
|
|
3836
|
+
Which Image to use for the virtual machine instance
|
|
3837
|
+
"""
|
|
3838
|
+
return pulumi.get(self, "image_reference")
|
|
3839
|
+
|
|
3840
|
+
@property
|
|
3841
|
+
@pulumi.getter(name="osDisk")
|
|
3842
|
+
def os_disk(self) -> Optional['outputs.VirtualMachineInstancePropertiesStorageProfileOsDiskResponse']:
|
|
3843
|
+
"""
|
|
3844
|
+
VHD to attach as OS disk
|
|
3845
|
+
"""
|
|
3846
|
+
return pulumi.get(self, "os_disk")
|
|
3847
|
+
|
|
3848
|
+
@property
|
|
3849
|
+
@pulumi.getter(name="vmConfigStoragePathId")
|
|
3850
|
+
def vm_config_storage_path_id(self) -> Optional[str]:
|
|
3851
|
+
"""
|
|
3852
|
+
Id of the storage container that hosts the VM configuration file
|
|
3853
|
+
"""
|
|
3854
|
+
return pulumi.get(self, "vm_config_storage_path_id")
|
|
3855
|
+
|
|
3856
|
+
|
|
3857
|
+
@pulumi.output_type
|
|
3858
|
+
class VirtualMachineInstanceStatusProvisioningStatusResponse(dict):
|
|
3859
|
+
"""
|
|
3860
|
+
Virtual machine instance provisioning status.
|
|
3861
|
+
"""
|
|
3862
|
+
@staticmethod
|
|
3863
|
+
def __key_warning(key: str):
|
|
3864
|
+
suggest = None
|
|
3865
|
+
if key == "operationId":
|
|
3866
|
+
suggest = "operation_id"
|
|
3867
|
+
|
|
3868
|
+
if suggest:
|
|
3869
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3870
|
+
|
|
3871
|
+
def __getitem__(self, key: str) -> Any:
|
|
3872
|
+
VirtualMachineInstanceStatusProvisioningStatusResponse.__key_warning(key)
|
|
3873
|
+
return super().__getitem__(key)
|
|
3874
|
+
|
|
3875
|
+
def get(self, key: str, default = None) -> Any:
|
|
3876
|
+
VirtualMachineInstanceStatusProvisioningStatusResponse.__key_warning(key)
|
|
3877
|
+
return super().get(key, default)
|
|
3878
|
+
|
|
3879
|
+
def __init__(__self__, *,
|
|
3880
|
+
status: str,
|
|
3881
|
+
operation_id: Optional[str] = None):
|
|
3882
|
+
"""
|
|
3883
|
+
Virtual machine instance provisioning status.
|
|
3884
|
+
:param str status: The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
|
|
3885
|
+
:param str operation_id: The ID of the operation performed on the virtual machine instance
|
|
3886
|
+
"""
|
|
3887
|
+
pulumi.set(__self__, "status", status)
|
|
3888
|
+
if operation_id is not None:
|
|
3889
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
3890
|
+
|
|
3891
|
+
@property
|
|
3892
|
+
@pulumi.getter
|
|
3893
|
+
def status(self) -> str:
|
|
3894
|
+
"""
|
|
3895
|
+
The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
|
|
3896
|
+
"""
|
|
3897
|
+
return pulumi.get(self, "status")
|
|
3898
|
+
|
|
3899
|
+
@property
|
|
3900
|
+
@pulumi.getter(name="operationId")
|
|
3901
|
+
def operation_id(self) -> Optional[str]:
|
|
3902
|
+
"""
|
|
3903
|
+
The ID of the operation performed on the virtual machine instance
|
|
3904
|
+
"""
|
|
3905
|
+
return pulumi.get(self, "operation_id")
|
|
3906
|
+
|
|
3907
|
+
|
|
3908
|
+
@pulumi.output_type
|
|
3909
|
+
class VirtualMachineInstanceStatusResponse(dict):
|
|
3910
|
+
"""
|
|
3911
|
+
The observed state of virtual machine instances
|
|
3912
|
+
"""
|
|
3913
|
+
@staticmethod
|
|
3914
|
+
def __key_warning(key: str):
|
|
3915
|
+
suggest = None
|
|
3916
|
+
if key == "errorCode":
|
|
3917
|
+
suggest = "error_code"
|
|
3918
|
+
elif key == "errorMessage":
|
|
3919
|
+
suggest = "error_message"
|
|
3920
|
+
elif key == "powerState":
|
|
3921
|
+
suggest = "power_state"
|
|
3922
|
+
elif key == "provisioningStatus":
|
|
3923
|
+
suggest = "provisioning_status"
|
|
3924
|
+
|
|
3925
|
+
if suggest:
|
|
3926
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3927
|
+
|
|
3928
|
+
def __getitem__(self, key: str) -> Any:
|
|
3929
|
+
VirtualMachineInstanceStatusResponse.__key_warning(key)
|
|
3930
|
+
return super().__getitem__(key)
|
|
3931
|
+
|
|
3932
|
+
def get(self, key: str, default = None) -> Any:
|
|
3933
|
+
VirtualMachineInstanceStatusResponse.__key_warning(key)
|
|
3934
|
+
return super().get(key, default)
|
|
3935
|
+
|
|
3936
|
+
def __init__(__self__, *,
|
|
3937
|
+
error_code: Optional[str] = None,
|
|
3938
|
+
error_message: Optional[str] = None,
|
|
3939
|
+
power_state: Optional[str] = None,
|
|
3940
|
+
provisioning_status: Optional['outputs.VirtualMachineInstanceStatusProvisioningStatusResponse'] = None):
|
|
3941
|
+
"""
|
|
3942
|
+
The observed state of virtual machine instances
|
|
3943
|
+
:param str error_code: VirtualMachine provisioning error code
|
|
3944
|
+
:param str error_message: Descriptive error message
|
|
3945
|
+
:param str power_state: The power state of the virtual machine instance
|
|
3946
|
+
:param 'VirtualMachineInstanceStatusProvisioningStatusResponse' provisioning_status: Provisioning status of the virtual machine instance
|
|
3947
|
+
"""
|
|
3948
|
+
if error_code is not None:
|
|
3949
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
3950
|
+
if error_message is not None:
|
|
3951
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
3952
|
+
if power_state is not None:
|
|
3953
|
+
pulumi.set(__self__, "power_state", power_state)
|
|
3954
|
+
if provisioning_status is not None:
|
|
3955
|
+
pulumi.set(__self__, "provisioning_status", provisioning_status)
|
|
3956
|
+
|
|
3957
|
+
@property
|
|
3958
|
+
@pulumi.getter(name="errorCode")
|
|
3959
|
+
def error_code(self) -> Optional[str]:
|
|
3960
|
+
"""
|
|
3961
|
+
VirtualMachine provisioning error code
|
|
3962
|
+
"""
|
|
3963
|
+
return pulumi.get(self, "error_code")
|
|
3964
|
+
|
|
3965
|
+
@property
|
|
3966
|
+
@pulumi.getter(name="errorMessage")
|
|
3967
|
+
def error_message(self) -> Optional[str]:
|
|
3968
|
+
"""
|
|
3969
|
+
Descriptive error message
|
|
3970
|
+
"""
|
|
3971
|
+
return pulumi.get(self, "error_message")
|
|
3972
|
+
|
|
3973
|
+
@property
|
|
3974
|
+
@pulumi.getter(name="powerState")
|
|
3975
|
+
def power_state(self) -> Optional[str]:
|
|
3976
|
+
"""
|
|
3977
|
+
The power state of the virtual machine instance
|
|
3978
|
+
"""
|
|
3979
|
+
return pulumi.get(self, "power_state")
|
|
3980
|
+
|
|
3981
|
+
@property
|
|
3982
|
+
@pulumi.getter(name="provisioningStatus")
|
|
3983
|
+
def provisioning_status(self) -> Optional['outputs.VirtualMachineInstanceStatusProvisioningStatusResponse']:
|
|
3984
|
+
"""
|
|
3985
|
+
Provisioning status of the virtual machine instance
|
|
3986
|
+
"""
|
|
3987
|
+
return pulumi.get(self, "provisioning_status")
|
|
3988
|
+
|
|
3989
|
+
|
|
3990
|
+
@pulumi.output_type
|
|
3991
|
+
class VirtualMachineInstanceViewResponse(dict):
|
|
3992
|
+
"""
|
|
3993
|
+
The instance view of a virtual machine.
|
|
3994
|
+
"""
|
|
3995
|
+
@staticmethod
|
|
3996
|
+
def __key_warning(key: str):
|
|
3997
|
+
suggest = None
|
|
3998
|
+
if key == "vmAgent":
|
|
3999
|
+
suggest = "vm_agent"
|
|
4000
|
+
|
|
4001
|
+
if suggest:
|
|
4002
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4003
|
+
|
|
4004
|
+
def __getitem__(self, key: str) -> Any:
|
|
4005
|
+
VirtualMachineInstanceViewResponse.__key_warning(key)
|
|
4006
|
+
return super().__getitem__(key)
|
|
4007
|
+
|
|
4008
|
+
def get(self, key: str, default = None) -> Any:
|
|
4009
|
+
VirtualMachineInstanceViewResponse.__key_warning(key)
|
|
4010
|
+
return super().get(key, default)
|
|
4011
|
+
|
|
4012
|
+
def __init__(__self__, *,
|
|
4013
|
+
vm_agent: Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse'] = None):
|
|
4014
|
+
"""
|
|
4015
|
+
The instance view of a virtual machine.
|
|
4016
|
+
:param 'VirtualMachineConfigAgentInstanceViewResponse' vm_agent: The VM Config Agent running on the virtual machine.
|
|
4017
|
+
"""
|
|
4018
|
+
if vm_agent is not None:
|
|
4019
|
+
pulumi.set(__self__, "vm_agent", vm_agent)
|
|
4020
|
+
|
|
4021
|
+
@property
|
|
4022
|
+
@pulumi.getter(name="vmAgent")
|
|
4023
|
+
def vm_agent(self) -> Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse']:
|
|
4024
|
+
"""
|
|
4025
|
+
The VM Config Agent running on the virtual machine.
|
|
4026
|
+
"""
|
|
4027
|
+
return pulumi.get(self, "vm_agent")
|
|
4028
|
+
|
|
4029
|
+
|
|
4030
|
+
@pulumi.output_type
|
|
4031
|
+
class VmImageRepositoryCredentialsResponse(dict):
|
|
4032
|
+
"""
|
|
4033
|
+
The credentials used to login to the image repository that has access to the specified image
|
|
4034
|
+
"""
|
|
4035
|
+
def __init__(__self__, *,
|
|
4036
|
+
password: str,
|
|
4037
|
+
username: str):
|
|
4038
|
+
"""
|
|
4039
|
+
The credentials used to login to the image repository that has access to the specified image
|
|
4040
|
+
:param str password: Password for accessing image repository
|
|
4041
|
+
:param str username: Username for accessing image repository
|
|
4042
|
+
"""
|
|
4043
|
+
pulumi.set(__self__, "password", password)
|
|
4044
|
+
pulumi.set(__self__, "username", username)
|
|
4045
|
+
|
|
4046
|
+
@property
|
|
4047
|
+
@pulumi.getter
|
|
4048
|
+
def password(self) -> str:
|
|
4049
|
+
"""
|
|
4050
|
+
Password for accessing image repository
|
|
4051
|
+
"""
|
|
4052
|
+
return pulumi.get(self, "password")
|
|
4053
|
+
|
|
4054
|
+
@property
|
|
4055
|
+
@pulumi.getter
|
|
4056
|
+
def username(self) -> str:
|
|
4057
|
+
"""
|
|
4058
|
+
Username for accessing image repository
|
|
4059
|
+
"""
|
|
4060
|
+
return pulumi.get(self, "username")
|
|
4061
|
+
|
|
4062
|
+
|