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,2089 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AmlFilesystemEncryptionSettingsArgs',
|
|
20
|
+
'AmlFilesystemEncryptionSettingsArgsDict',
|
|
21
|
+
'AmlFilesystemHsmSettingsArgs',
|
|
22
|
+
'AmlFilesystemHsmSettingsArgsDict',
|
|
23
|
+
'AmlFilesystemHsmArgs',
|
|
24
|
+
'AmlFilesystemHsmArgsDict',
|
|
25
|
+
'AmlFilesystemIdentityArgs',
|
|
26
|
+
'AmlFilesystemIdentityArgsDict',
|
|
27
|
+
'AmlFilesystemMaintenanceWindowArgs',
|
|
28
|
+
'AmlFilesystemMaintenanceWindowArgsDict',
|
|
29
|
+
'AmlFilesystemRootSquashSettingsArgs',
|
|
30
|
+
'AmlFilesystemRootSquashSettingsArgsDict',
|
|
31
|
+
'BlobNfsTargetArgs',
|
|
32
|
+
'BlobNfsTargetArgsDict',
|
|
33
|
+
'CacheActiveDirectorySettingsCredentialsArgs',
|
|
34
|
+
'CacheActiveDirectorySettingsCredentialsArgsDict',
|
|
35
|
+
'CacheActiveDirectorySettingsArgs',
|
|
36
|
+
'CacheActiveDirectorySettingsArgsDict',
|
|
37
|
+
'CacheDirectorySettingsArgs',
|
|
38
|
+
'CacheDirectorySettingsArgsDict',
|
|
39
|
+
'CacheEncryptionSettingsArgs',
|
|
40
|
+
'CacheEncryptionSettingsArgsDict',
|
|
41
|
+
'CacheIdentityArgs',
|
|
42
|
+
'CacheIdentityArgsDict',
|
|
43
|
+
'CacheNetworkSettingsArgs',
|
|
44
|
+
'CacheNetworkSettingsArgsDict',
|
|
45
|
+
'CacheSecuritySettingsArgs',
|
|
46
|
+
'CacheSecuritySettingsArgsDict',
|
|
47
|
+
'CacheSkuArgs',
|
|
48
|
+
'CacheSkuArgsDict',
|
|
49
|
+
'CacheUpgradeSettingsArgs',
|
|
50
|
+
'CacheUpgradeSettingsArgsDict',
|
|
51
|
+
'CacheUsernameDownloadSettingsCredentialsArgs',
|
|
52
|
+
'CacheUsernameDownloadSettingsCredentialsArgsDict',
|
|
53
|
+
'CacheUsernameDownloadSettingsArgs',
|
|
54
|
+
'CacheUsernameDownloadSettingsArgsDict',
|
|
55
|
+
'ClfsTargetArgs',
|
|
56
|
+
'ClfsTargetArgsDict',
|
|
57
|
+
'KeyVaultKeyReferenceSourceVaultArgs',
|
|
58
|
+
'KeyVaultKeyReferenceSourceVaultArgsDict',
|
|
59
|
+
'KeyVaultKeyReferenceArgs',
|
|
60
|
+
'KeyVaultKeyReferenceArgsDict',
|
|
61
|
+
'NamespaceJunctionArgs',
|
|
62
|
+
'NamespaceJunctionArgsDict',
|
|
63
|
+
'Nfs3TargetArgs',
|
|
64
|
+
'Nfs3TargetArgsDict',
|
|
65
|
+
'NfsAccessPolicyArgs',
|
|
66
|
+
'NfsAccessPolicyArgsDict',
|
|
67
|
+
'NfsAccessRuleArgs',
|
|
68
|
+
'NfsAccessRuleArgsDict',
|
|
69
|
+
'SkuName',
|
|
70
|
+
'SkuNameDict',
|
|
71
|
+
'SkuNameArgs',
|
|
72
|
+
'SkuNameArgsDict',
|
|
73
|
+
'UnknownTargetArgs',
|
|
74
|
+
'UnknownTargetArgsDict',
|
|
75
|
+
]
|
|
76
|
+
|
|
77
|
+
MYPY = False
|
|
78
|
+
|
|
79
|
+
if not MYPY:
|
|
80
|
+
class AmlFilesystemEncryptionSettingsArgsDict(TypedDict):
|
|
81
|
+
"""
|
|
82
|
+
AML file system encryption settings.
|
|
83
|
+
"""
|
|
84
|
+
key_encryption_key: NotRequired[pulumi.Input['KeyVaultKeyReferenceArgsDict']]
|
|
85
|
+
"""
|
|
86
|
+
Specifies the location of the encryption key in Key Vault.
|
|
87
|
+
"""
|
|
88
|
+
elif False:
|
|
89
|
+
AmlFilesystemEncryptionSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
90
|
+
|
|
91
|
+
@pulumi.input_type
|
|
92
|
+
class AmlFilesystemEncryptionSettingsArgs:
|
|
93
|
+
def __init__(__self__, *,
|
|
94
|
+
key_encryption_key: Optional[pulumi.Input['KeyVaultKeyReferenceArgs']] = None):
|
|
95
|
+
"""
|
|
96
|
+
AML file system encryption settings.
|
|
97
|
+
:param pulumi.Input['KeyVaultKeyReferenceArgs'] key_encryption_key: Specifies the location of the encryption key in Key Vault.
|
|
98
|
+
"""
|
|
99
|
+
if key_encryption_key is not None:
|
|
100
|
+
pulumi.set(__self__, "key_encryption_key", key_encryption_key)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="keyEncryptionKey")
|
|
104
|
+
def key_encryption_key(self) -> Optional[pulumi.Input['KeyVaultKeyReferenceArgs']]:
|
|
105
|
+
"""
|
|
106
|
+
Specifies the location of the encryption key in Key Vault.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "key_encryption_key")
|
|
109
|
+
|
|
110
|
+
@key_encryption_key.setter
|
|
111
|
+
def key_encryption_key(self, value: Optional[pulumi.Input['KeyVaultKeyReferenceArgs']]):
|
|
112
|
+
pulumi.set(self, "key_encryption_key", value)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
if not MYPY:
|
|
116
|
+
class AmlFilesystemHsmSettingsArgsDict(TypedDict):
|
|
117
|
+
"""
|
|
118
|
+
AML file system HSM settings.
|
|
119
|
+
"""
|
|
120
|
+
container: pulumi.Input[str]
|
|
121
|
+
"""
|
|
122
|
+
Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
|
|
123
|
+
"""
|
|
124
|
+
logging_container: pulumi.Input[str]
|
|
125
|
+
"""
|
|
126
|
+
Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
|
|
127
|
+
"""
|
|
128
|
+
import_prefix: NotRequired[pulumi.Input[str]]
|
|
129
|
+
"""
|
|
130
|
+
Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
|
|
131
|
+
"""
|
|
132
|
+
import_prefixes_initial: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
133
|
+
"""
|
|
134
|
+
Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
|
|
135
|
+
"""
|
|
136
|
+
elif False:
|
|
137
|
+
AmlFilesystemHsmSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
138
|
+
|
|
139
|
+
@pulumi.input_type
|
|
140
|
+
class AmlFilesystemHsmSettingsArgs:
|
|
141
|
+
def __init__(__self__, *,
|
|
142
|
+
container: pulumi.Input[str],
|
|
143
|
+
logging_container: pulumi.Input[str],
|
|
144
|
+
import_prefix: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
import_prefixes_initial: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
146
|
+
"""
|
|
147
|
+
AML file system HSM settings.
|
|
148
|
+
:param pulumi.Input[str] container: Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
|
|
149
|
+
:param pulumi.Input[str] logging_container: Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
|
|
150
|
+
:param pulumi.Input[str] import_prefix: Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
|
|
151
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] import_prefixes_initial: Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
|
|
152
|
+
"""
|
|
153
|
+
pulumi.set(__self__, "container", container)
|
|
154
|
+
pulumi.set(__self__, "logging_container", logging_container)
|
|
155
|
+
if import_prefix is None:
|
|
156
|
+
import_prefix = '/'
|
|
157
|
+
if import_prefix is not None:
|
|
158
|
+
pulumi.set(__self__, "import_prefix", import_prefix)
|
|
159
|
+
if import_prefixes_initial is not None:
|
|
160
|
+
pulumi.set(__self__, "import_prefixes_initial", import_prefixes_initial)
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def container(self) -> pulumi.Input[str]:
|
|
165
|
+
"""
|
|
166
|
+
Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "container")
|
|
169
|
+
|
|
170
|
+
@container.setter
|
|
171
|
+
def container(self, value: pulumi.Input[str]):
|
|
172
|
+
pulumi.set(self, "container", value)
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="loggingContainer")
|
|
176
|
+
def logging_container(self) -> pulumi.Input[str]:
|
|
177
|
+
"""
|
|
178
|
+
Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "logging_container")
|
|
181
|
+
|
|
182
|
+
@logging_container.setter
|
|
183
|
+
def logging_container(self, value: pulumi.Input[str]):
|
|
184
|
+
pulumi.set(self, "logging_container", value)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="importPrefix")
|
|
188
|
+
def import_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
189
|
+
"""
|
|
190
|
+
Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "import_prefix")
|
|
193
|
+
|
|
194
|
+
@import_prefix.setter
|
|
195
|
+
def import_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
196
|
+
pulumi.set(self, "import_prefix", value)
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="importPrefixesInitial")
|
|
200
|
+
def import_prefixes_initial(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
201
|
+
"""
|
|
202
|
+
Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "import_prefixes_initial")
|
|
205
|
+
|
|
206
|
+
@import_prefixes_initial.setter
|
|
207
|
+
def import_prefixes_initial(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
208
|
+
pulumi.set(self, "import_prefixes_initial", value)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
if not MYPY:
|
|
212
|
+
class AmlFilesystemHsmArgsDict(TypedDict):
|
|
213
|
+
"""
|
|
214
|
+
Hydration and archive settings and status
|
|
215
|
+
"""
|
|
216
|
+
settings: NotRequired[pulumi.Input['AmlFilesystemHsmSettingsArgsDict']]
|
|
217
|
+
"""
|
|
218
|
+
Specifies HSM settings of the AML file system.
|
|
219
|
+
"""
|
|
220
|
+
elif False:
|
|
221
|
+
AmlFilesystemHsmArgsDict: TypeAlias = Mapping[str, Any]
|
|
222
|
+
|
|
223
|
+
@pulumi.input_type
|
|
224
|
+
class AmlFilesystemHsmArgs:
|
|
225
|
+
def __init__(__self__, *,
|
|
226
|
+
settings: Optional[pulumi.Input['AmlFilesystemHsmSettingsArgs']] = None):
|
|
227
|
+
"""
|
|
228
|
+
Hydration and archive settings and status
|
|
229
|
+
:param pulumi.Input['AmlFilesystemHsmSettingsArgs'] settings: Specifies HSM settings of the AML file system.
|
|
230
|
+
"""
|
|
231
|
+
if settings is not None:
|
|
232
|
+
pulumi.set(__self__, "settings", settings)
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter
|
|
236
|
+
def settings(self) -> Optional[pulumi.Input['AmlFilesystemHsmSettingsArgs']]:
|
|
237
|
+
"""
|
|
238
|
+
Specifies HSM settings of the AML file system.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "settings")
|
|
241
|
+
|
|
242
|
+
@settings.setter
|
|
243
|
+
def settings(self, value: Optional[pulumi.Input['AmlFilesystemHsmSettingsArgs']]):
|
|
244
|
+
pulumi.set(self, "settings", value)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
if not MYPY:
|
|
248
|
+
class AmlFilesystemIdentityArgsDict(TypedDict):
|
|
249
|
+
"""
|
|
250
|
+
Managed Identity properties.
|
|
251
|
+
"""
|
|
252
|
+
type: NotRequired[pulumi.Input['AmlFilesystemIdentityType']]
|
|
253
|
+
"""
|
|
254
|
+
The type of identity used for the resource.
|
|
255
|
+
"""
|
|
256
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
257
|
+
"""
|
|
258
|
+
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
259
|
+
"""
|
|
260
|
+
elif False:
|
|
261
|
+
AmlFilesystemIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
262
|
+
|
|
263
|
+
@pulumi.input_type
|
|
264
|
+
class AmlFilesystemIdentityArgs:
|
|
265
|
+
def __init__(__self__, *,
|
|
266
|
+
type: Optional[pulumi.Input['AmlFilesystemIdentityType']] = None,
|
|
267
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
268
|
+
"""
|
|
269
|
+
Managed Identity properties.
|
|
270
|
+
:param pulumi.Input['AmlFilesystemIdentityType'] type: The type of identity used for the resource.
|
|
271
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
272
|
+
"""
|
|
273
|
+
if type is not None:
|
|
274
|
+
pulumi.set(__self__, "type", type)
|
|
275
|
+
if user_assigned_identities is not None:
|
|
276
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter
|
|
280
|
+
def type(self) -> Optional[pulumi.Input['AmlFilesystemIdentityType']]:
|
|
281
|
+
"""
|
|
282
|
+
The type of identity used for the resource.
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "type")
|
|
285
|
+
|
|
286
|
+
@type.setter
|
|
287
|
+
def type(self, value: Optional[pulumi.Input['AmlFilesystemIdentityType']]):
|
|
288
|
+
pulumi.set(self, "type", value)
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
292
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
293
|
+
"""
|
|
294
|
+
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
297
|
+
|
|
298
|
+
@user_assigned_identities.setter
|
|
299
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
300
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
if not MYPY:
|
|
304
|
+
class AmlFilesystemMaintenanceWindowArgsDict(TypedDict):
|
|
305
|
+
"""
|
|
306
|
+
Start time of a 30-minute weekly maintenance window.
|
|
307
|
+
"""
|
|
308
|
+
day_of_week: NotRequired[pulumi.Input['MaintenanceDayOfWeekType']]
|
|
309
|
+
"""
|
|
310
|
+
Day of the week on which the maintenance window will occur.
|
|
311
|
+
"""
|
|
312
|
+
time_of_day_utc: NotRequired[pulumi.Input[str]]
|
|
313
|
+
"""
|
|
314
|
+
The time of day (in UTC) to start the maintenance window.
|
|
315
|
+
"""
|
|
316
|
+
elif False:
|
|
317
|
+
AmlFilesystemMaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
|
|
318
|
+
|
|
319
|
+
@pulumi.input_type
|
|
320
|
+
class AmlFilesystemMaintenanceWindowArgs:
|
|
321
|
+
def __init__(__self__, *,
|
|
322
|
+
day_of_week: Optional[pulumi.Input['MaintenanceDayOfWeekType']] = None,
|
|
323
|
+
time_of_day_utc: Optional[pulumi.Input[str]] = None):
|
|
324
|
+
"""
|
|
325
|
+
Start time of a 30-minute weekly maintenance window.
|
|
326
|
+
:param pulumi.Input['MaintenanceDayOfWeekType'] day_of_week: Day of the week on which the maintenance window will occur.
|
|
327
|
+
:param pulumi.Input[str] time_of_day_utc: The time of day (in UTC) to start the maintenance window.
|
|
328
|
+
"""
|
|
329
|
+
if day_of_week is not None:
|
|
330
|
+
pulumi.set(__self__, "day_of_week", day_of_week)
|
|
331
|
+
if time_of_day_utc is not None:
|
|
332
|
+
pulumi.set(__self__, "time_of_day_utc", time_of_day_utc)
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter(name="dayOfWeek")
|
|
336
|
+
def day_of_week(self) -> Optional[pulumi.Input['MaintenanceDayOfWeekType']]:
|
|
337
|
+
"""
|
|
338
|
+
Day of the week on which the maintenance window will occur.
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "day_of_week")
|
|
341
|
+
|
|
342
|
+
@day_of_week.setter
|
|
343
|
+
def day_of_week(self, value: Optional[pulumi.Input['MaintenanceDayOfWeekType']]):
|
|
344
|
+
pulumi.set(self, "day_of_week", value)
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter(name="timeOfDayUTC")
|
|
348
|
+
def time_of_day_utc(self) -> Optional[pulumi.Input[str]]:
|
|
349
|
+
"""
|
|
350
|
+
The time of day (in UTC) to start the maintenance window.
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "time_of_day_utc")
|
|
353
|
+
|
|
354
|
+
@time_of_day_utc.setter
|
|
355
|
+
def time_of_day_utc(self, value: Optional[pulumi.Input[str]]):
|
|
356
|
+
pulumi.set(self, "time_of_day_utc", value)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
if not MYPY:
|
|
360
|
+
class AmlFilesystemRootSquashSettingsArgsDict(TypedDict):
|
|
361
|
+
"""
|
|
362
|
+
AML file system squash settings.
|
|
363
|
+
"""
|
|
364
|
+
mode: NotRequired[pulumi.Input[Union[str, 'AmlFilesystemSquashMode']]]
|
|
365
|
+
"""
|
|
366
|
+
Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
|
|
367
|
+
"""
|
|
368
|
+
no_squash_nid_lists: NotRequired[pulumi.Input[str]]
|
|
369
|
+
"""
|
|
370
|
+
Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
|
|
371
|
+
"""
|
|
372
|
+
squash_gid: NotRequired[pulumi.Input[float]]
|
|
373
|
+
"""
|
|
374
|
+
Group ID to squash to.
|
|
375
|
+
"""
|
|
376
|
+
squash_uid: NotRequired[pulumi.Input[float]]
|
|
377
|
+
"""
|
|
378
|
+
User ID to squash to.
|
|
379
|
+
"""
|
|
380
|
+
elif False:
|
|
381
|
+
AmlFilesystemRootSquashSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
382
|
+
|
|
383
|
+
@pulumi.input_type
|
|
384
|
+
class AmlFilesystemRootSquashSettingsArgs:
|
|
385
|
+
def __init__(__self__, *,
|
|
386
|
+
mode: Optional[pulumi.Input[Union[str, 'AmlFilesystemSquashMode']]] = None,
|
|
387
|
+
no_squash_nid_lists: Optional[pulumi.Input[str]] = None,
|
|
388
|
+
squash_gid: Optional[pulumi.Input[float]] = None,
|
|
389
|
+
squash_uid: Optional[pulumi.Input[float]] = None):
|
|
390
|
+
"""
|
|
391
|
+
AML file system squash settings.
|
|
392
|
+
:param pulumi.Input[Union[str, 'AmlFilesystemSquashMode']] mode: Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
|
|
393
|
+
:param pulumi.Input[str] no_squash_nid_lists: Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
|
|
394
|
+
:param pulumi.Input[float] squash_gid: Group ID to squash to.
|
|
395
|
+
:param pulumi.Input[float] squash_uid: User ID to squash to.
|
|
396
|
+
"""
|
|
397
|
+
if mode is not None:
|
|
398
|
+
pulumi.set(__self__, "mode", mode)
|
|
399
|
+
if no_squash_nid_lists is not None:
|
|
400
|
+
pulumi.set(__self__, "no_squash_nid_lists", no_squash_nid_lists)
|
|
401
|
+
if squash_gid is not None:
|
|
402
|
+
pulumi.set(__self__, "squash_gid", squash_gid)
|
|
403
|
+
if squash_uid is not None:
|
|
404
|
+
pulumi.set(__self__, "squash_uid", squash_uid)
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter
|
|
408
|
+
def mode(self) -> Optional[pulumi.Input[Union[str, 'AmlFilesystemSquashMode']]]:
|
|
409
|
+
"""
|
|
410
|
+
Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "mode")
|
|
413
|
+
|
|
414
|
+
@mode.setter
|
|
415
|
+
def mode(self, value: Optional[pulumi.Input[Union[str, 'AmlFilesystemSquashMode']]]):
|
|
416
|
+
pulumi.set(self, "mode", value)
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="noSquashNidLists")
|
|
420
|
+
def no_squash_nid_lists(self) -> Optional[pulumi.Input[str]]:
|
|
421
|
+
"""
|
|
422
|
+
Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "no_squash_nid_lists")
|
|
425
|
+
|
|
426
|
+
@no_squash_nid_lists.setter
|
|
427
|
+
def no_squash_nid_lists(self, value: Optional[pulumi.Input[str]]):
|
|
428
|
+
pulumi.set(self, "no_squash_nid_lists", value)
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter(name="squashGID")
|
|
432
|
+
def squash_gid(self) -> Optional[pulumi.Input[float]]:
|
|
433
|
+
"""
|
|
434
|
+
Group ID to squash to.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "squash_gid")
|
|
437
|
+
|
|
438
|
+
@squash_gid.setter
|
|
439
|
+
def squash_gid(self, value: Optional[pulumi.Input[float]]):
|
|
440
|
+
pulumi.set(self, "squash_gid", value)
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="squashUID")
|
|
444
|
+
def squash_uid(self) -> Optional[pulumi.Input[float]]:
|
|
445
|
+
"""
|
|
446
|
+
User ID to squash to.
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "squash_uid")
|
|
449
|
+
|
|
450
|
+
@squash_uid.setter
|
|
451
|
+
def squash_uid(self, value: Optional[pulumi.Input[float]]):
|
|
452
|
+
pulumi.set(self, "squash_uid", value)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
if not MYPY:
|
|
456
|
+
class BlobNfsTargetArgsDict(TypedDict):
|
|
457
|
+
"""
|
|
458
|
+
Properties pertaining to the BlobNfsTarget.
|
|
459
|
+
"""
|
|
460
|
+
target: NotRequired[pulumi.Input[str]]
|
|
461
|
+
"""
|
|
462
|
+
Resource ID of the storage container.
|
|
463
|
+
"""
|
|
464
|
+
usage_model: NotRequired[pulumi.Input[str]]
|
|
465
|
+
"""
|
|
466
|
+
Identifies the StorageCache usage model to be used for this storage target.
|
|
467
|
+
"""
|
|
468
|
+
verification_timer: NotRequired[pulumi.Input[int]]
|
|
469
|
+
"""
|
|
470
|
+
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
471
|
+
"""
|
|
472
|
+
write_back_timer: NotRequired[pulumi.Input[int]]
|
|
473
|
+
"""
|
|
474
|
+
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
475
|
+
"""
|
|
476
|
+
elif False:
|
|
477
|
+
BlobNfsTargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
478
|
+
|
|
479
|
+
@pulumi.input_type
|
|
480
|
+
class BlobNfsTargetArgs:
|
|
481
|
+
def __init__(__self__, *,
|
|
482
|
+
target: Optional[pulumi.Input[str]] = None,
|
|
483
|
+
usage_model: Optional[pulumi.Input[str]] = None,
|
|
484
|
+
verification_timer: Optional[pulumi.Input[int]] = None,
|
|
485
|
+
write_back_timer: Optional[pulumi.Input[int]] = None):
|
|
486
|
+
"""
|
|
487
|
+
Properties pertaining to the BlobNfsTarget.
|
|
488
|
+
:param pulumi.Input[str] target: Resource ID of the storage container.
|
|
489
|
+
:param pulumi.Input[str] usage_model: Identifies the StorageCache usage model to be used for this storage target.
|
|
490
|
+
:param pulumi.Input[int] verification_timer: Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
491
|
+
:param pulumi.Input[int] write_back_timer: Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
492
|
+
"""
|
|
493
|
+
if target is not None:
|
|
494
|
+
pulumi.set(__self__, "target", target)
|
|
495
|
+
if usage_model is not None:
|
|
496
|
+
pulumi.set(__self__, "usage_model", usage_model)
|
|
497
|
+
if verification_timer is not None:
|
|
498
|
+
pulumi.set(__self__, "verification_timer", verification_timer)
|
|
499
|
+
if write_back_timer is not None:
|
|
500
|
+
pulumi.set(__self__, "write_back_timer", write_back_timer)
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter
|
|
504
|
+
def target(self) -> Optional[pulumi.Input[str]]:
|
|
505
|
+
"""
|
|
506
|
+
Resource ID of the storage container.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "target")
|
|
509
|
+
|
|
510
|
+
@target.setter
|
|
511
|
+
def target(self, value: Optional[pulumi.Input[str]]):
|
|
512
|
+
pulumi.set(self, "target", value)
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter(name="usageModel")
|
|
516
|
+
def usage_model(self) -> Optional[pulumi.Input[str]]:
|
|
517
|
+
"""
|
|
518
|
+
Identifies the StorageCache usage model to be used for this storage target.
|
|
519
|
+
"""
|
|
520
|
+
return pulumi.get(self, "usage_model")
|
|
521
|
+
|
|
522
|
+
@usage_model.setter
|
|
523
|
+
def usage_model(self, value: Optional[pulumi.Input[str]]):
|
|
524
|
+
pulumi.set(self, "usage_model", value)
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="verificationTimer")
|
|
528
|
+
def verification_timer(self) -> Optional[pulumi.Input[int]]:
|
|
529
|
+
"""
|
|
530
|
+
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "verification_timer")
|
|
533
|
+
|
|
534
|
+
@verification_timer.setter
|
|
535
|
+
def verification_timer(self, value: Optional[pulumi.Input[int]]):
|
|
536
|
+
pulumi.set(self, "verification_timer", value)
|
|
537
|
+
|
|
538
|
+
@property
|
|
539
|
+
@pulumi.getter(name="writeBackTimer")
|
|
540
|
+
def write_back_timer(self) -> Optional[pulumi.Input[int]]:
|
|
541
|
+
"""
|
|
542
|
+
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
543
|
+
"""
|
|
544
|
+
return pulumi.get(self, "write_back_timer")
|
|
545
|
+
|
|
546
|
+
@write_back_timer.setter
|
|
547
|
+
def write_back_timer(self, value: Optional[pulumi.Input[int]]):
|
|
548
|
+
pulumi.set(self, "write_back_timer", value)
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
if not MYPY:
|
|
552
|
+
class CacheActiveDirectorySettingsCredentialsArgsDict(TypedDict):
|
|
553
|
+
"""
|
|
554
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
555
|
+
"""
|
|
556
|
+
username: pulumi.Input[str]
|
|
557
|
+
"""
|
|
558
|
+
Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
559
|
+
"""
|
|
560
|
+
password: NotRequired[pulumi.Input[str]]
|
|
561
|
+
"""
|
|
562
|
+
Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
563
|
+
"""
|
|
564
|
+
elif False:
|
|
565
|
+
CacheActiveDirectorySettingsCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
|
566
|
+
|
|
567
|
+
@pulumi.input_type
|
|
568
|
+
class CacheActiveDirectorySettingsCredentialsArgs:
|
|
569
|
+
def __init__(__self__, *,
|
|
570
|
+
username: pulumi.Input[str],
|
|
571
|
+
password: Optional[pulumi.Input[str]] = None):
|
|
572
|
+
"""
|
|
573
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
574
|
+
:param pulumi.Input[str] username: Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
575
|
+
:param pulumi.Input[str] password: Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
576
|
+
"""
|
|
577
|
+
pulumi.set(__self__, "username", username)
|
|
578
|
+
if password is not None:
|
|
579
|
+
pulumi.set(__self__, "password", password)
|
|
580
|
+
|
|
581
|
+
@property
|
|
582
|
+
@pulumi.getter
|
|
583
|
+
def username(self) -> pulumi.Input[str]:
|
|
584
|
+
"""
|
|
585
|
+
Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
586
|
+
"""
|
|
587
|
+
return pulumi.get(self, "username")
|
|
588
|
+
|
|
589
|
+
@username.setter
|
|
590
|
+
def username(self, value: pulumi.Input[str]):
|
|
591
|
+
pulumi.set(self, "username", value)
|
|
592
|
+
|
|
593
|
+
@property
|
|
594
|
+
@pulumi.getter
|
|
595
|
+
def password(self) -> Optional[pulumi.Input[str]]:
|
|
596
|
+
"""
|
|
597
|
+
Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
598
|
+
"""
|
|
599
|
+
return pulumi.get(self, "password")
|
|
600
|
+
|
|
601
|
+
@password.setter
|
|
602
|
+
def password(self, value: Optional[pulumi.Input[str]]):
|
|
603
|
+
pulumi.set(self, "password", value)
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
if not MYPY:
|
|
607
|
+
class CacheActiveDirectorySettingsArgsDict(TypedDict):
|
|
608
|
+
"""
|
|
609
|
+
Active Directory settings used to join a cache to a domain.
|
|
610
|
+
"""
|
|
611
|
+
cache_net_bios_name: pulumi.Input[str]
|
|
612
|
+
"""
|
|
613
|
+
The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
|
|
614
|
+
"""
|
|
615
|
+
domain_name: pulumi.Input[str]
|
|
616
|
+
"""
|
|
617
|
+
The fully qualified domain name of the Active Directory domain controller.
|
|
618
|
+
"""
|
|
619
|
+
domain_net_bios_name: pulumi.Input[str]
|
|
620
|
+
"""
|
|
621
|
+
The Active Directory domain's NetBIOS name.
|
|
622
|
+
"""
|
|
623
|
+
primary_dns_ip_address: pulumi.Input[str]
|
|
624
|
+
"""
|
|
625
|
+
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
626
|
+
"""
|
|
627
|
+
credentials: NotRequired[pulumi.Input['CacheActiveDirectorySettingsCredentialsArgsDict']]
|
|
628
|
+
"""
|
|
629
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
630
|
+
"""
|
|
631
|
+
secondary_dns_ip_address: NotRequired[pulumi.Input[str]]
|
|
632
|
+
"""
|
|
633
|
+
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
634
|
+
"""
|
|
635
|
+
elif False:
|
|
636
|
+
CacheActiveDirectorySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
637
|
+
|
|
638
|
+
@pulumi.input_type
|
|
639
|
+
class CacheActiveDirectorySettingsArgs:
|
|
640
|
+
def __init__(__self__, *,
|
|
641
|
+
cache_net_bios_name: pulumi.Input[str],
|
|
642
|
+
domain_name: pulumi.Input[str],
|
|
643
|
+
domain_net_bios_name: pulumi.Input[str],
|
|
644
|
+
primary_dns_ip_address: pulumi.Input[str],
|
|
645
|
+
credentials: Optional[pulumi.Input['CacheActiveDirectorySettingsCredentialsArgs']] = None,
|
|
646
|
+
secondary_dns_ip_address: Optional[pulumi.Input[str]] = None):
|
|
647
|
+
"""
|
|
648
|
+
Active Directory settings used to join a cache to a domain.
|
|
649
|
+
:param pulumi.Input[str] cache_net_bios_name: The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
|
|
650
|
+
:param pulumi.Input[str] domain_name: The fully qualified domain name of the Active Directory domain controller.
|
|
651
|
+
:param pulumi.Input[str] domain_net_bios_name: The Active Directory domain's NetBIOS name.
|
|
652
|
+
:param pulumi.Input[str] primary_dns_ip_address: Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
653
|
+
:param pulumi.Input['CacheActiveDirectorySettingsCredentialsArgs'] credentials: Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
654
|
+
:param pulumi.Input[str] secondary_dns_ip_address: Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
655
|
+
"""
|
|
656
|
+
pulumi.set(__self__, "cache_net_bios_name", cache_net_bios_name)
|
|
657
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
658
|
+
pulumi.set(__self__, "domain_net_bios_name", domain_net_bios_name)
|
|
659
|
+
pulumi.set(__self__, "primary_dns_ip_address", primary_dns_ip_address)
|
|
660
|
+
if credentials is not None:
|
|
661
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
662
|
+
if secondary_dns_ip_address is not None:
|
|
663
|
+
pulumi.set(__self__, "secondary_dns_ip_address", secondary_dns_ip_address)
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
@pulumi.getter(name="cacheNetBiosName")
|
|
667
|
+
def cache_net_bios_name(self) -> pulumi.Input[str]:
|
|
668
|
+
"""
|
|
669
|
+
The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
|
|
670
|
+
"""
|
|
671
|
+
return pulumi.get(self, "cache_net_bios_name")
|
|
672
|
+
|
|
673
|
+
@cache_net_bios_name.setter
|
|
674
|
+
def cache_net_bios_name(self, value: pulumi.Input[str]):
|
|
675
|
+
pulumi.set(self, "cache_net_bios_name", value)
|
|
676
|
+
|
|
677
|
+
@property
|
|
678
|
+
@pulumi.getter(name="domainName")
|
|
679
|
+
def domain_name(self) -> pulumi.Input[str]:
|
|
680
|
+
"""
|
|
681
|
+
The fully qualified domain name of the Active Directory domain controller.
|
|
682
|
+
"""
|
|
683
|
+
return pulumi.get(self, "domain_name")
|
|
684
|
+
|
|
685
|
+
@domain_name.setter
|
|
686
|
+
def domain_name(self, value: pulumi.Input[str]):
|
|
687
|
+
pulumi.set(self, "domain_name", value)
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
@pulumi.getter(name="domainNetBiosName")
|
|
691
|
+
def domain_net_bios_name(self) -> pulumi.Input[str]:
|
|
692
|
+
"""
|
|
693
|
+
The Active Directory domain's NetBIOS name.
|
|
694
|
+
"""
|
|
695
|
+
return pulumi.get(self, "domain_net_bios_name")
|
|
696
|
+
|
|
697
|
+
@domain_net_bios_name.setter
|
|
698
|
+
def domain_net_bios_name(self, value: pulumi.Input[str]):
|
|
699
|
+
pulumi.set(self, "domain_net_bios_name", value)
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter(name="primaryDnsIpAddress")
|
|
703
|
+
def primary_dns_ip_address(self) -> pulumi.Input[str]:
|
|
704
|
+
"""
|
|
705
|
+
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "primary_dns_ip_address")
|
|
708
|
+
|
|
709
|
+
@primary_dns_ip_address.setter
|
|
710
|
+
def primary_dns_ip_address(self, value: pulumi.Input[str]):
|
|
711
|
+
pulumi.set(self, "primary_dns_ip_address", value)
|
|
712
|
+
|
|
713
|
+
@property
|
|
714
|
+
@pulumi.getter
|
|
715
|
+
def credentials(self) -> Optional[pulumi.Input['CacheActiveDirectorySettingsCredentialsArgs']]:
|
|
716
|
+
"""
|
|
717
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
718
|
+
"""
|
|
719
|
+
return pulumi.get(self, "credentials")
|
|
720
|
+
|
|
721
|
+
@credentials.setter
|
|
722
|
+
def credentials(self, value: Optional[pulumi.Input['CacheActiveDirectorySettingsCredentialsArgs']]):
|
|
723
|
+
pulumi.set(self, "credentials", value)
|
|
724
|
+
|
|
725
|
+
@property
|
|
726
|
+
@pulumi.getter(name="secondaryDnsIpAddress")
|
|
727
|
+
def secondary_dns_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
728
|
+
"""
|
|
729
|
+
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
730
|
+
"""
|
|
731
|
+
return pulumi.get(self, "secondary_dns_ip_address")
|
|
732
|
+
|
|
733
|
+
@secondary_dns_ip_address.setter
|
|
734
|
+
def secondary_dns_ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
735
|
+
pulumi.set(self, "secondary_dns_ip_address", value)
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
if not MYPY:
|
|
739
|
+
class CacheDirectorySettingsArgsDict(TypedDict):
|
|
740
|
+
"""
|
|
741
|
+
Cache Directory Services settings.
|
|
742
|
+
"""
|
|
743
|
+
active_directory: NotRequired[pulumi.Input['CacheActiveDirectorySettingsArgsDict']]
|
|
744
|
+
"""
|
|
745
|
+
Specifies settings for joining the HPC Cache to an Active Directory domain.
|
|
746
|
+
"""
|
|
747
|
+
username_download: NotRequired[pulumi.Input['CacheUsernameDownloadSettingsArgsDict']]
|
|
748
|
+
"""
|
|
749
|
+
Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
|
|
750
|
+
"""
|
|
751
|
+
elif False:
|
|
752
|
+
CacheDirectorySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
753
|
+
|
|
754
|
+
@pulumi.input_type
|
|
755
|
+
class CacheDirectorySettingsArgs:
|
|
756
|
+
def __init__(__self__, *,
|
|
757
|
+
active_directory: Optional[pulumi.Input['CacheActiveDirectorySettingsArgs']] = None,
|
|
758
|
+
username_download: Optional[pulumi.Input['CacheUsernameDownloadSettingsArgs']] = None):
|
|
759
|
+
"""
|
|
760
|
+
Cache Directory Services settings.
|
|
761
|
+
:param pulumi.Input['CacheActiveDirectorySettingsArgs'] active_directory: Specifies settings for joining the HPC Cache to an Active Directory domain.
|
|
762
|
+
:param pulumi.Input['CacheUsernameDownloadSettingsArgs'] username_download: Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
|
|
763
|
+
"""
|
|
764
|
+
if active_directory is not None:
|
|
765
|
+
pulumi.set(__self__, "active_directory", active_directory)
|
|
766
|
+
if username_download is not None:
|
|
767
|
+
pulumi.set(__self__, "username_download", username_download)
|
|
768
|
+
|
|
769
|
+
@property
|
|
770
|
+
@pulumi.getter(name="activeDirectory")
|
|
771
|
+
def active_directory(self) -> Optional[pulumi.Input['CacheActiveDirectorySettingsArgs']]:
|
|
772
|
+
"""
|
|
773
|
+
Specifies settings for joining the HPC Cache to an Active Directory domain.
|
|
774
|
+
"""
|
|
775
|
+
return pulumi.get(self, "active_directory")
|
|
776
|
+
|
|
777
|
+
@active_directory.setter
|
|
778
|
+
def active_directory(self, value: Optional[pulumi.Input['CacheActiveDirectorySettingsArgs']]):
|
|
779
|
+
pulumi.set(self, "active_directory", value)
|
|
780
|
+
|
|
781
|
+
@property
|
|
782
|
+
@pulumi.getter(name="usernameDownload")
|
|
783
|
+
def username_download(self) -> Optional[pulumi.Input['CacheUsernameDownloadSettingsArgs']]:
|
|
784
|
+
"""
|
|
785
|
+
Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
|
|
786
|
+
"""
|
|
787
|
+
return pulumi.get(self, "username_download")
|
|
788
|
+
|
|
789
|
+
@username_download.setter
|
|
790
|
+
def username_download(self, value: Optional[pulumi.Input['CacheUsernameDownloadSettingsArgs']]):
|
|
791
|
+
pulumi.set(self, "username_download", value)
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
if not MYPY:
|
|
795
|
+
class CacheEncryptionSettingsArgsDict(TypedDict):
|
|
796
|
+
"""
|
|
797
|
+
Cache encryption settings.
|
|
798
|
+
"""
|
|
799
|
+
key_encryption_key: NotRequired[pulumi.Input['KeyVaultKeyReferenceArgsDict']]
|
|
800
|
+
"""
|
|
801
|
+
Specifies the location of the key encryption key in key vault.
|
|
802
|
+
"""
|
|
803
|
+
rotation_to_latest_key_version_enabled: NotRequired[pulumi.Input[bool]]
|
|
804
|
+
"""
|
|
805
|
+
Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
|
|
806
|
+
"""
|
|
807
|
+
elif False:
|
|
808
|
+
CacheEncryptionSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
809
|
+
|
|
810
|
+
@pulumi.input_type
|
|
811
|
+
class CacheEncryptionSettingsArgs:
|
|
812
|
+
def __init__(__self__, *,
|
|
813
|
+
key_encryption_key: Optional[pulumi.Input['KeyVaultKeyReferenceArgs']] = None,
|
|
814
|
+
rotation_to_latest_key_version_enabled: Optional[pulumi.Input[bool]] = None):
|
|
815
|
+
"""
|
|
816
|
+
Cache encryption settings.
|
|
817
|
+
:param pulumi.Input['KeyVaultKeyReferenceArgs'] key_encryption_key: Specifies the location of the key encryption key in key vault.
|
|
818
|
+
:param pulumi.Input[bool] rotation_to_latest_key_version_enabled: Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
|
|
819
|
+
"""
|
|
820
|
+
if key_encryption_key is not None:
|
|
821
|
+
pulumi.set(__self__, "key_encryption_key", key_encryption_key)
|
|
822
|
+
if rotation_to_latest_key_version_enabled is not None:
|
|
823
|
+
pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter(name="keyEncryptionKey")
|
|
827
|
+
def key_encryption_key(self) -> Optional[pulumi.Input['KeyVaultKeyReferenceArgs']]:
|
|
828
|
+
"""
|
|
829
|
+
Specifies the location of the key encryption key in key vault.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "key_encryption_key")
|
|
832
|
+
|
|
833
|
+
@key_encryption_key.setter
|
|
834
|
+
def key_encryption_key(self, value: Optional[pulumi.Input['KeyVaultKeyReferenceArgs']]):
|
|
835
|
+
pulumi.set(self, "key_encryption_key", value)
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="rotationToLatestKeyVersionEnabled")
|
|
839
|
+
def rotation_to_latest_key_version_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
840
|
+
"""
|
|
841
|
+
Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
|
|
842
|
+
"""
|
|
843
|
+
return pulumi.get(self, "rotation_to_latest_key_version_enabled")
|
|
844
|
+
|
|
845
|
+
@rotation_to_latest_key_version_enabled.setter
|
|
846
|
+
def rotation_to_latest_key_version_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
847
|
+
pulumi.set(self, "rotation_to_latest_key_version_enabled", value)
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
if not MYPY:
|
|
851
|
+
class CacheIdentityArgsDict(TypedDict):
|
|
852
|
+
"""
|
|
853
|
+
Cache identity properties.
|
|
854
|
+
"""
|
|
855
|
+
type: NotRequired[pulumi.Input['CacheIdentityType']]
|
|
856
|
+
"""
|
|
857
|
+
The type of identity used for the cache
|
|
858
|
+
"""
|
|
859
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
860
|
+
"""
|
|
861
|
+
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
862
|
+
"""
|
|
863
|
+
elif False:
|
|
864
|
+
CacheIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
865
|
+
|
|
866
|
+
@pulumi.input_type
|
|
867
|
+
class CacheIdentityArgs:
|
|
868
|
+
def __init__(__self__, *,
|
|
869
|
+
type: Optional[pulumi.Input['CacheIdentityType']] = None,
|
|
870
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
871
|
+
"""
|
|
872
|
+
Cache identity properties.
|
|
873
|
+
:param pulumi.Input['CacheIdentityType'] type: The type of identity used for the cache
|
|
874
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
875
|
+
"""
|
|
876
|
+
if type is not None:
|
|
877
|
+
pulumi.set(__self__, "type", type)
|
|
878
|
+
if user_assigned_identities is not None:
|
|
879
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter
|
|
883
|
+
def type(self) -> Optional[pulumi.Input['CacheIdentityType']]:
|
|
884
|
+
"""
|
|
885
|
+
The type of identity used for the cache
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "type")
|
|
888
|
+
|
|
889
|
+
@type.setter
|
|
890
|
+
def type(self, value: Optional[pulumi.Input['CacheIdentityType']]):
|
|
891
|
+
pulumi.set(self, "type", value)
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
895
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
896
|
+
"""
|
|
897
|
+
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
898
|
+
"""
|
|
899
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
900
|
+
|
|
901
|
+
@user_assigned_identities.setter
|
|
902
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
903
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
if not MYPY:
|
|
907
|
+
class CacheNetworkSettingsArgsDict(TypedDict):
|
|
908
|
+
"""
|
|
909
|
+
Cache network settings.
|
|
910
|
+
"""
|
|
911
|
+
dns_search_domain: NotRequired[pulumi.Input[str]]
|
|
912
|
+
"""
|
|
913
|
+
DNS search domain
|
|
914
|
+
"""
|
|
915
|
+
dns_servers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
916
|
+
"""
|
|
917
|
+
DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
|
|
918
|
+
"""
|
|
919
|
+
mtu: NotRequired[pulumi.Input[int]]
|
|
920
|
+
"""
|
|
921
|
+
The IPv4 maximum transmission unit configured for the subnet.
|
|
922
|
+
"""
|
|
923
|
+
ntp_server: NotRequired[pulumi.Input[str]]
|
|
924
|
+
"""
|
|
925
|
+
NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
|
|
926
|
+
"""
|
|
927
|
+
elif False:
|
|
928
|
+
CacheNetworkSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
929
|
+
|
|
930
|
+
@pulumi.input_type
|
|
931
|
+
class CacheNetworkSettingsArgs:
|
|
932
|
+
def __init__(__self__, *,
|
|
933
|
+
dns_search_domain: Optional[pulumi.Input[str]] = None,
|
|
934
|
+
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
935
|
+
mtu: Optional[pulumi.Input[int]] = None,
|
|
936
|
+
ntp_server: Optional[pulumi.Input[str]] = None):
|
|
937
|
+
"""
|
|
938
|
+
Cache network settings.
|
|
939
|
+
:param pulumi.Input[str] dns_search_domain: DNS search domain
|
|
940
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
|
|
941
|
+
:param pulumi.Input[int] mtu: The IPv4 maximum transmission unit configured for the subnet.
|
|
942
|
+
:param pulumi.Input[str] ntp_server: NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
|
|
943
|
+
"""
|
|
944
|
+
if dns_search_domain is not None:
|
|
945
|
+
pulumi.set(__self__, "dns_search_domain", dns_search_domain)
|
|
946
|
+
if dns_servers is not None:
|
|
947
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
948
|
+
if mtu is None:
|
|
949
|
+
mtu = 1500
|
|
950
|
+
if mtu is not None:
|
|
951
|
+
pulumi.set(__self__, "mtu", mtu)
|
|
952
|
+
if ntp_server is None:
|
|
953
|
+
ntp_server = 'time.windows.com'
|
|
954
|
+
if ntp_server is not None:
|
|
955
|
+
pulumi.set(__self__, "ntp_server", ntp_server)
|
|
956
|
+
|
|
957
|
+
@property
|
|
958
|
+
@pulumi.getter(name="dnsSearchDomain")
|
|
959
|
+
def dns_search_domain(self) -> Optional[pulumi.Input[str]]:
|
|
960
|
+
"""
|
|
961
|
+
DNS search domain
|
|
962
|
+
"""
|
|
963
|
+
return pulumi.get(self, "dns_search_domain")
|
|
964
|
+
|
|
965
|
+
@dns_search_domain.setter
|
|
966
|
+
def dns_search_domain(self, value: Optional[pulumi.Input[str]]):
|
|
967
|
+
pulumi.set(self, "dns_search_domain", value)
|
|
968
|
+
|
|
969
|
+
@property
|
|
970
|
+
@pulumi.getter(name="dnsServers")
|
|
971
|
+
def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
972
|
+
"""
|
|
973
|
+
DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
|
|
974
|
+
"""
|
|
975
|
+
return pulumi.get(self, "dns_servers")
|
|
976
|
+
|
|
977
|
+
@dns_servers.setter
|
|
978
|
+
def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
979
|
+
pulumi.set(self, "dns_servers", value)
|
|
980
|
+
|
|
981
|
+
@property
|
|
982
|
+
@pulumi.getter
|
|
983
|
+
def mtu(self) -> Optional[pulumi.Input[int]]:
|
|
984
|
+
"""
|
|
985
|
+
The IPv4 maximum transmission unit configured for the subnet.
|
|
986
|
+
"""
|
|
987
|
+
return pulumi.get(self, "mtu")
|
|
988
|
+
|
|
989
|
+
@mtu.setter
|
|
990
|
+
def mtu(self, value: Optional[pulumi.Input[int]]):
|
|
991
|
+
pulumi.set(self, "mtu", value)
|
|
992
|
+
|
|
993
|
+
@property
|
|
994
|
+
@pulumi.getter(name="ntpServer")
|
|
995
|
+
def ntp_server(self) -> Optional[pulumi.Input[str]]:
|
|
996
|
+
"""
|
|
997
|
+
NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
|
|
998
|
+
"""
|
|
999
|
+
return pulumi.get(self, "ntp_server")
|
|
1000
|
+
|
|
1001
|
+
@ntp_server.setter
|
|
1002
|
+
def ntp_server(self, value: Optional[pulumi.Input[str]]):
|
|
1003
|
+
pulumi.set(self, "ntp_server", value)
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
if not MYPY:
|
|
1007
|
+
class CacheSecuritySettingsArgsDict(TypedDict):
|
|
1008
|
+
"""
|
|
1009
|
+
Cache security settings.
|
|
1010
|
+
"""
|
|
1011
|
+
access_policies: NotRequired[pulumi.Input[Sequence[pulumi.Input['NfsAccessPolicyArgsDict']]]]
|
|
1012
|
+
"""
|
|
1013
|
+
NFS access policies defined for this cache.
|
|
1014
|
+
"""
|
|
1015
|
+
elif False:
|
|
1016
|
+
CacheSecuritySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1017
|
+
|
|
1018
|
+
@pulumi.input_type
|
|
1019
|
+
class CacheSecuritySettingsArgs:
|
|
1020
|
+
def __init__(__self__, *,
|
|
1021
|
+
access_policies: Optional[pulumi.Input[Sequence[pulumi.Input['NfsAccessPolicyArgs']]]] = None):
|
|
1022
|
+
"""
|
|
1023
|
+
Cache security settings.
|
|
1024
|
+
:param pulumi.Input[Sequence[pulumi.Input['NfsAccessPolicyArgs']]] access_policies: NFS access policies defined for this cache.
|
|
1025
|
+
"""
|
|
1026
|
+
if access_policies is not None:
|
|
1027
|
+
pulumi.set(__self__, "access_policies", access_policies)
|
|
1028
|
+
|
|
1029
|
+
@property
|
|
1030
|
+
@pulumi.getter(name="accessPolicies")
|
|
1031
|
+
def access_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NfsAccessPolicyArgs']]]]:
|
|
1032
|
+
"""
|
|
1033
|
+
NFS access policies defined for this cache.
|
|
1034
|
+
"""
|
|
1035
|
+
return pulumi.get(self, "access_policies")
|
|
1036
|
+
|
|
1037
|
+
@access_policies.setter
|
|
1038
|
+
def access_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NfsAccessPolicyArgs']]]]):
|
|
1039
|
+
pulumi.set(self, "access_policies", value)
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
if not MYPY:
|
|
1043
|
+
class CacheSkuArgsDict(TypedDict):
|
|
1044
|
+
"""
|
|
1045
|
+
SKU for the cache.
|
|
1046
|
+
"""
|
|
1047
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1048
|
+
"""
|
|
1049
|
+
SKU name for this cache.
|
|
1050
|
+
"""
|
|
1051
|
+
elif False:
|
|
1052
|
+
CacheSkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
1053
|
+
|
|
1054
|
+
@pulumi.input_type
|
|
1055
|
+
class CacheSkuArgs:
|
|
1056
|
+
def __init__(__self__, *,
|
|
1057
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1058
|
+
"""
|
|
1059
|
+
SKU for the cache.
|
|
1060
|
+
:param pulumi.Input[str] name: SKU name for this cache.
|
|
1061
|
+
"""
|
|
1062
|
+
if name is not None:
|
|
1063
|
+
pulumi.set(__self__, "name", name)
|
|
1064
|
+
|
|
1065
|
+
@property
|
|
1066
|
+
@pulumi.getter
|
|
1067
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1068
|
+
"""
|
|
1069
|
+
SKU name for this cache.
|
|
1070
|
+
"""
|
|
1071
|
+
return pulumi.get(self, "name")
|
|
1072
|
+
|
|
1073
|
+
@name.setter
|
|
1074
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1075
|
+
pulumi.set(self, "name", value)
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
if not MYPY:
|
|
1079
|
+
class CacheUpgradeSettingsArgsDict(TypedDict):
|
|
1080
|
+
"""
|
|
1081
|
+
Cache Upgrade Settings.
|
|
1082
|
+
"""
|
|
1083
|
+
scheduled_time: NotRequired[pulumi.Input[str]]
|
|
1084
|
+
"""
|
|
1085
|
+
When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
|
|
1086
|
+
"""
|
|
1087
|
+
upgrade_schedule_enabled: NotRequired[pulumi.Input[bool]]
|
|
1088
|
+
"""
|
|
1089
|
+
True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1090
|
+
"""
|
|
1091
|
+
elif False:
|
|
1092
|
+
CacheUpgradeSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1093
|
+
|
|
1094
|
+
@pulumi.input_type
|
|
1095
|
+
class CacheUpgradeSettingsArgs:
|
|
1096
|
+
def __init__(__self__, *,
|
|
1097
|
+
scheduled_time: Optional[pulumi.Input[str]] = None,
|
|
1098
|
+
upgrade_schedule_enabled: Optional[pulumi.Input[bool]] = None):
|
|
1099
|
+
"""
|
|
1100
|
+
Cache Upgrade Settings.
|
|
1101
|
+
:param pulumi.Input[str] scheduled_time: When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
|
|
1102
|
+
:param pulumi.Input[bool] upgrade_schedule_enabled: True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1103
|
+
"""
|
|
1104
|
+
if scheduled_time is not None:
|
|
1105
|
+
pulumi.set(__self__, "scheduled_time", scheduled_time)
|
|
1106
|
+
if upgrade_schedule_enabled is not None:
|
|
1107
|
+
pulumi.set(__self__, "upgrade_schedule_enabled", upgrade_schedule_enabled)
|
|
1108
|
+
|
|
1109
|
+
@property
|
|
1110
|
+
@pulumi.getter(name="scheduledTime")
|
|
1111
|
+
def scheduled_time(self) -> Optional[pulumi.Input[str]]:
|
|
1112
|
+
"""
|
|
1113
|
+
When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
|
|
1114
|
+
"""
|
|
1115
|
+
return pulumi.get(self, "scheduled_time")
|
|
1116
|
+
|
|
1117
|
+
@scheduled_time.setter
|
|
1118
|
+
def scheduled_time(self, value: Optional[pulumi.Input[str]]):
|
|
1119
|
+
pulumi.set(self, "scheduled_time", value)
|
|
1120
|
+
|
|
1121
|
+
@property
|
|
1122
|
+
@pulumi.getter(name="upgradeScheduleEnabled")
|
|
1123
|
+
def upgrade_schedule_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1124
|
+
"""
|
|
1125
|
+
True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1126
|
+
"""
|
|
1127
|
+
return pulumi.get(self, "upgrade_schedule_enabled")
|
|
1128
|
+
|
|
1129
|
+
@upgrade_schedule_enabled.setter
|
|
1130
|
+
def upgrade_schedule_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1131
|
+
pulumi.set(self, "upgrade_schedule_enabled", value)
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
if not MYPY:
|
|
1135
|
+
class CacheUsernameDownloadSettingsCredentialsArgsDict(TypedDict):
|
|
1136
|
+
"""
|
|
1137
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1138
|
+
"""
|
|
1139
|
+
bind_dn: NotRequired[pulumi.Input[str]]
|
|
1140
|
+
"""
|
|
1141
|
+
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1142
|
+
"""
|
|
1143
|
+
bind_password: NotRequired[pulumi.Input[str]]
|
|
1144
|
+
"""
|
|
1145
|
+
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1146
|
+
"""
|
|
1147
|
+
elif False:
|
|
1148
|
+
CacheUsernameDownloadSettingsCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1149
|
+
|
|
1150
|
+
@pulumi.input_type
|
|
1151
|
+
class CacheUsernameDownloadSettingsCredentialsArgs:
|
|
1152
|
+
def __init__(__self__, *,
|
|
1153
|
+
bind_dn: Optional[pulumi.Input[str]] = None,
|
|
1154
|
+
bind_password: Optional[pulumi.Input[str]] = None):
|
|
1155
|
+
"""
|
|
1156
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1157
|
+
:param pulumi.Input[str] bind_dn: The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1158
|
+
:param pulumi.Input[str] bind_password: The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1159
|
+
"""
|
|
1160
|
+
if bind_dn is not None:
|
|
1161
|
+
pulumi.set(__self__, "bind_dn", bind_dn)
|
|
1162
|
+
if bind_password is not None:
|
|
1163
|
+
pulumi.set(__self__, "bind_password", bind_password)
|
|
1164
|
+
|
|
1165
|
+
@property
|
|
1166
|
+
@pulumi.getter(name="bindDn")
|
|
1167
|
+
def bind_dn(self) -> Optional[pulumi.Input[str]]:
|
|
1168
|
+
"""
|
|
1169
|
+
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1170
|
+
"""
|
|
1171
|
+
return pulumi.get(self, "bind_dn")
|
|
1172
|
+
|
|
1173
|
+
@bind_dn.setter
|
|
1174
|
+
def bind_dn(self, value: Optional[pulumi.Input[str]]):
|
|
1175
|
+
pulumi.set(self, "bind_dn", value)
|
|
1176
|
+
|
|
1177
|
+
@property
|
|
1178
|
+
@pulumi.getter(name="bindPassword")
|
|
1179
|
+
def bind_password(self) -> Optional[pulumi.Input[str]]:
|
|
1180
|
+
"""
|
|
1181
|
+
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1182
|
+
"""
|
|
1183
|
+
return pulumi.get(self, "bind_password")
|
|
1184
|
+
|
|
1185
|
+
@bind_password.setter
|
|
1186
|
+
def bind_password(self, value: Optional[pulumi.Input[str]]):
|
|
1187
|
+
pulumi.set(self, "bind_password", value)
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
if not MYPY:
|
|
1191
|
+
class CacheUsernameDownloadSettingsArgsDict(TypedDict):
|
|
1192
|
+
"""
|
|
1193
|
+
Settings for Extended Groups username and group download.
|
|
1194
|
+
"""
|
|
1195
|
+
auto_download_certificate: NotRequired[pulumi.Input[bool]]
|
|
1196
|
+
"""
|
|
1197
|
+
Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
|
|
1198
|
+
"""
|
|
1199
|
+
ca_certificate_uri: NotRequired[pulumi.Input[str]]
|
|
1200
|
+
"""
|
|
1201
|
+
The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
|
|
1202
|
+
"""
|
|
1203
|
+
credentials: NotRequired[pulumi.Input['CacheUsernameDownloadSettingsCredentialsArgsDict']]
|
|
1204
|
+
"""
|
|
1205
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1206
|
+
"""
|
|
1207
|
+
encrypt_ldap_connection: NotRequired[pulumi.Input[bool]]
|
|
1208
|
+
"""
|
|
1209
|
+
Whether or not the LDAP connection should be encrypted.
|
|
1210
|
+
"""
|
|
1211
|
+
extended_groups: NotRequired[pulumi.Input[bool]]
|
|
1212
|
+
"""
|
|
1213
|
+
Whether or not Extended Groups is enabled.
|
|
1214
|
+
"""
|
|
1215
|
+
group_file_uri: NotRequired[pulumi.Input[str]]
|
|
1216
|
+
"""
|
|
1217
|
+
The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1218
|
+
"""
|
|
1219
|
+
ldap_base_dn: NotRequired[pulumi.Input[str]]
|
|
1220
|
+
"""
|
|
1221
|
+
The base distinguished name for the LDAP domain.
|
|
1222
|
+
"""
|
|
1223
|
+
ldap_server: NotRequired[pulumi.Input[str]]
|
|
1224
|
+
"""
|
|
1225
|
+
The fully qualified domain name or IP address of the LDAP server to use.
|
|
1226
|
+
"""
|
|
1227
|
+
require_valid_certificate: NotRequired[pulumi.Input[bool]]
|
|
1228
|
+
"""
|
|
1229
|
+
Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
|
|
1230
|
+
"""
|
|
1231
|
+
user_file_uri: NotRequired[pulumi.Input[str]]
|
|
1232
|
+
"""
|
|
1233
|
+
The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1234
|
+
"""
|
|
1235
|
+
username_source: NotRequired[pulumi.Input[Union[str, 'UsernameSource']]]
|
|
1236
|
+
"""
|
|
1237
|
+
This setting determines how the cache gets username and group names for clients.
|
|
1238
|
+
"""
|
|
1239
|
+
elif False:
|
|
1240
|
+
CacheUsernameDownloadSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1241
|
+
|
|
1242
|
+
@pulumi.input_type
|
|
1243
|
+
class CacheUsernameDownloadSettingsArgs:
|
|
1244
|
+
def __init__(__self__, *,
|
|
1245
|
+
auto_download_certificate: Optional[pulumi.Input[bool]] = None,
|
|
1246
|
+
ca_certificate_uri: Optional[pulumi.Input[str]] = None,
|
|
1247
|
+
credentials: Optional[pulumi.Input['CacheUsernameDownloadSettingsCredentialsArgs']] = None,
|
|
1248
|
+
encrypt_ldap_connection: Optional[pulumi.Input[bool]] = None,
|
|
1249
|
+
extended_groups: Optional[pulumi.Input[bool]] = None,
|
|
1250
|
+
group_file_uri: Optional[pulumi.Input[str]] = None,
|
|
1251
|
+
ldap_base_dn: Optional[pulumi.Input[str]] = None,
|
|
1252
|
+
ldap_server: Optional[pulumi.Input[str]] = None,
|
|
1253
|
+
require_valid_certificate: Optional[pulumi.Input[bool]] = None,
|
|
1254
|
+
user_file_uri: Optional[pulumi.Input[str]] = None,
|
|
1255
|
+
username_source: Optional[pulumi.Input[Union[str, 'UsernameSource']]] = None):
|
|
1256
|
+
"""
|
|
1257
|
+
Settings for Extended Groups username and group download.
|
|
1258
|
+
:param pulumi.Input[bool] auto_download_certificate: Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
|
|
1259
|
+
:param pulumi.Input[str] ca_certificate_uri: The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
|
|
1260
|
+
:param pulumi.Input['CacheUsernameDownloadSettingsCredentialsArgs'] credentials: When present, these are the credentials for the secure LDAP connection.
|
|
1261
|
+
:param pulumi.Input[bool] encrypt_ldap_connection: Whether or not the LDAP connection should be encrypted.
|
|
1262
|
+
:param pulumi.Input[bool] extended_groups: Whether or not Extended Groups is enabled.
|
|
1263
|
+
:param pulumi.Input[str] group_file_uri: The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1264
|
+
:param pulumi.Input[str] ldap_base_dn: The base distinguished name for the LDAP domain.
|
|
1265
|
+
:param pulumi.Input[str] ldap_server: The fully qualified domain name or IP address of the LDAP server to use.
|
|
1266
|
+
:param pulumi.Input[bool] require_valid_certificate: Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
|
|
1267
|
+
:param pulumi.Input[str] user_file_uri: The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1268
|
+
:param pulumi.Input[Union[str, 'UsernameSource']] username_source: This setting determines how the cache gets username and group names for clients.
|
|
1269
|
+
"""
|
|
1270
|
+
if auto_download_certificate is None:
|
|
1271
|
+
auto_download_certificate = False
|
|
1272
|
+
if auto_download_certificate is not None:
|
|
1273
|
+
pulumi.set(__self__, "auto_download_certificate", auto_download_certificate)
|
|
1274
|
+
if ca_certificate_uri is not None:
|
|
1275
|
+
pulumi.set(__self__, "ca_certificate_uri", ca_certificate_uri)
|
|
1276
|
+
if credentials is not None:
|
|
1277
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
1278
|
+
if encrypt_ldap_connection is None:
|
|
1279
|
+
encrypt_ldap_connection = False
|
|
1280
|
+
if encrypt_ldap_connection is not None:
|
|
1281
|
+
pulumi.set(__self__, "encrypt_ldap_connection", encrypt_ldap_connection)
|
|
1282
|
+
if extended_groups is not None:
|
|
1283
|
+
pulumi.set(__self__, "extended_groups", extended_groups)
|
|
1284
|
+
if group_file_uri is not None:
|
|
1285
|
+
pulumi.set(__self__, "group_file_uri", group_file_uri)
|
|
1286
|
+
if ldap_base_dn is not None:
|
|
1287
|
+
pulumi.set(__self__, "ldap_base_dn", ldap_base_dn)
|
|
1288
|
+
if ldap_server is not None:
|
|
1289
|
+
pulumi.set(__self__, "ldap_server", ldap_server)
|
|
1290
|
+
if require_valid_certificate is None:
|
|
1291
|
+
require_valid_certificate = False
|
|
1292
|
+
if require_valid_certificate is not None:
|
|
1293
|
+
pulumi.set(__self__, "require_valid_certificate", require_valid_certificate)
|
|
1294
|
+
if user_file_uri is not None:
|
|
1295
|
+
pulumi.set(__self__, "user_file_uri", user_file_uri)
|
|
1296
|
+
if username_source is None:
|
|
1297
|
+
username_source = 'None'
|
|
1298
|
+
if username_source is not None:
|
|
1299
|
+
pulumi.set(__self__, "username_source", username_source)
|
|
1300
|
+
|
|
1301
|
+
@property
|
|
1302
|
+
@pulumi.getter(name="autoDownloadCertificate")
|
|
1303
|
+
def auto_download_certificate(self) -> Optional[pulumi.Input[bool]]:
|
|
1304
|
+
"""
|
|
1305
|
+
Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
|
|
1306
|
+
"""
|
|
1307
|
+
return pulumi.get(self, "auto_download_certificate")
|
|
1308
|
+
|
|
1309
|
+
@auto_download_certificate.setter
|
|
1310
|
+
def auto_download_certificate(self, value: Optional[pulumi.Input[bool]]):
|
|
1311
|
+
pulumi.set(self, "auto_download_certificate", value)
|
|
1312
|
+
|
|
1313
|
+
@property
|
|
1314
|
+
@pulumi.getter(name="caCertificateURI")
|
|
1315
|
+
def ca_certificate_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1316
|
+
"""
|
|
1317
|
+
The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
|
|
1318
|
+
"""
|
|
1319
|
+
return pulumi.get(self, "ca_certificate_uri")
|
|
1320
|
+
|
|
1321
|
+
@ca_certificate_uri.setter
|
|
1322
|
+
def ca_certificate_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1323
|
+
pulumi.set(self, "ca_certificate_uri", value)
|
|
1324
|
+
|
|
1325
|
+
@property
|
|
1326
|
+
@pulumi.getter
|
|
1327
|
+
def credentials(self) -> Optional[pulumi.Input['CacheUsernameDownloadSettingsCredentialsArgs']]:
|
|
1328
|
+
"""
|
|
1329
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1330
|
+
"""
|
|
1331
|
+
return pulumi.get(self, "credentials")
|
|
1332
|
+
|
|
1333
|
+
@credentials.setter
|
|
1334
|
+
def credentials(self, value: Optional[pulumi.Input['CacheUsernameDownloadSettingsCredentialsArgs']]):
|
|
1335
|
+
pulumi.set(self, "credentials", value)
|
|
1336
|
+
|
|
1337
|
+
@property
|
|
1338
|
+
@pulumi.getter(name="encryptLdapConnection")
|
|
1339
|
+
def encrypt_ldap_connection(self) -> Optional[pulumi.Input[bool]]:
|
|
1340
|
+
"""
|
|
1341
|
+
Whether or not the LDAP connection should be encrypted.
|
|
1342
|
+
"""
|
|
1343
|
+
return pulumi.get(self, "encrypt_ldap_connection")
|
|
1344
|
+
|
|
1345
|
+
@encrypt_ldap_connection.setter
|
|
1346
|
+
def encrypt_ldap_connection(self, value: Optional[pulumi.Input[bool]]):
|
|
1347
|
+
pulumi.set(self, "encrypt_ldap_connection", value)
|
|
1348
|
+
|
|
1349
|
+
@property
|
|
1350
|
+
@pulumi.getter(name="extendedGroups")
|
|
1351
|
+
def extended_groups(self) -> Optional[pulumi.Input[bool]]:
|
|
1352
|
+
"""
|
|
1353
|
+
Whether or not Extended Groups is enabled.
|
|
1354
|
+
"""
|
|
1355
|
+
return pulumi.get(self, "extended_groups")
|
|
1356
|
+
|
|
1357
|
+
@extended_groups.setter
|
|
1358
|
+
def extended_groups(self, value: Optional[pulumi.Input[bool]]):
|
|
1359
|
+
pulumi.set(self, "extended_groups", value)
|
|
1360
|
+
|
|
1361
|
+
@property
|
|
1362
|
+
@pulumi.getter(name="groupFileURI")
|
|
1363
|
+
def group_file_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1364
|
+
"""
|
|
1365
|
+
The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1366
|
+
"""
|
|
1367
|
+
return pulumi.get(self, "group_file_uri")
|
|
1368
|
+
|
|
1369
|
+
@group_file_uri.setter
|
|
1370
|
+
def group_file_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1371
|
+
pulumi.set(self, "group_file_uri", value)
|
|
1372
|
+
|
|
1373
|
+
@property
|
|
1374
|
+
@pulumi.getter(name="ldapBaseDN")
|
|
1375
|
+
def ldap_base_dn(self) -> Optional[pulumi.Input[str]]:
|
|
1376
|
+
"""
|
|
1377
|
+
The base distinguished name for the LDAP domain.
|
|
1378
|
+
"""
|
|
1379
|
+
return pulumi.get(self, "ldap_base_dn")
|
|
1380
|
+
|
|
1381
|
+
@ldap_base_dn.setter
|
|
1382
|
+
def ldap_base_dn(self, value: Optional[pulumi.Input[str]]):
|
|
1383
|
+
pulumi.set(self, "ldap_base_dn", value)
|
|
1384
|
+
|
|
1385
|
+
@property
|
|
1386
|
+
@pulumi.getter(name="ldapServer")
|
|
1387
|
+
def ldap_server(self) -> Optional[pulumi.Input[str]]:
|
|
1388
|
+
"""
|
|
1389
|
+
The fully qualified domain name or IP address of the LDAP server to use.
|
|
1390
|
+
"""
|
|
1391
|
+
return pulumi.get(self, "ldap_server")
|
|
1392
|
+
|
|
1393
|
+
@ldap_server.setter
|
|
1394
|
+
def ldap_server(self, value: Optional[pulumi.Input[str]]):
|
|
1395
|
+
pulumi.set(self, "ldap_server", value)
|
|
1396
|
+
|
|
1397
|
+
@property
|
|
1398
|
+
@pulumi.getter(name="requireValidCertificate")
|
|
1399
|
+
def require_valid_certificate(self) -> Optional[pulumi.Input[bool]]:
|
|
1400
|
+
"""
|
|
1401
|
+
Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
|
|
1402
|
+
"""
|
|
1403
|
+
return pulumi.get(self, "require_valid_certificate")
|
|
1404
|
+
|
|
1405
|
+
@require_valid_certificate.setter
|
|
1406
|
+
def require_valid_certificate(self, value: Optional[pulumi.Input[bool]]):
|
|
1407
|
+
pulumi.set(self, "require_valid_certificate", value)
|
|
1408
|
+
|
|
1409
|
+
@property
|
|
1410
|
+
@pulumi.getter(name="userFileURI")
|
|
1411
|
+
def user_file_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1412
|
+
"""
|
|
1413
|
+
The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1414
|
+
"""
|
|
1415
|
+
return pulumi.get(self, "user_file_uri")
|
|
1416
|
+
|
|
1417
|
+
@user_file_uri.setter
|
|
1418
|
+
def user_file_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1419
|
+
pulumi.set(self, "user_file_uri", value)
|
|
1420
|
+
|
|
1421
|
+
@property
|
|
1422
|
+
@pulumi.getter(name="usernameSource")
|
|
1423
|
+
def username_source(self) -> Optional[pulumi.Input[Union[str, 'UsernameSource']]]:
|
|
1424
|
+
"""
|
|
1425
|
+
This setting determines how the cache gets username and group names for clients.
|
|
1426
|
+
"""
|
|
1427
|
+
return pulumi.get(self, "username_source")
|
|
1428
|
+
|
|
1429
|
+
@username_source.setter
|
|
1430
|
+
def username_source(self, value: Optional[pulumi.Input[Union[str, 'UsernameSource']]]):
|
|
1431
|
+
pulumi.set(self, "username_source", value)
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
if not MYPY:
|
|
1435
|
+
class ClfsTargetArgsDict(TypedDict):
|
|
1436
|
+
"""
|
|
1437
|
+
Properties pertaining to the ClfsTarget
|
|
1438
|
+
"""
|
|
1439
|
+
target: NotRequired[pulumi.Input[str]]
|
|
1440
|
+
"""
|
|
1441
|
+
Resource ID of storage container.
|
|
1442
|
+
"""
|
|
1443
|
+
elif False:
|
|
1444
|
+
ClfsTargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1445
|
+
|
|
1446
|
+
@pulumi.input_type
|
|
1447
|
+
class ClfsTargetArgs:
|
|
1448
|
+
def __init__(__self__, *,
|
|
1449
|
+
target: Optional[pulumi.Input[str]] = None):
|
|
1450
|
+
"""
|
|
1451
|
+
Properties pertaining to the ClfsTarget
|
|
1452
|
+
:param pulumi.Input[str] target: Resource ID of storage container.
|
|
1453
|
+
"""
|
|
1454
|
+
if target is not None:
|
|
1455
|
+
pulumi.set(__self__, "target", target)
|
|
1456
|
+
|
|
1457
|
+
@property
|
|
1458
|
+
@pulumi.getter
|
|
1459
|
+
def target(self) -> Optional[pulumi.Input[str]]:
|
|
1460
|
+
"""
|
|
1461
|
+
Resource ID of storage container.
|
|
1462
|
+
"""
|
|
1463
|
+
return pulumi.get(self, "target")
|
|
1464
|
+
|
|
1465
|
+
@target.setter
|
|
1466
|
+
def target(self, value: Optional[pulumi.Input[str]]):
|
|
1467
|
+
pulumi.set(self, "target", value)
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
if not MYPY:
|
|
1471
|
+
class KeyVaultKeyReferenceSourceVaultArgsDict(TypedDict):
|
|
1472
|
+
"""
|
|
1473
|
+
Describes a resource Id to source key vault.
|
|
1474
|
+
"""
|
|
1475
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1476
|
+
"""
|
|
1477
|
+
Resource Id.
|
|
1478
|
+
"""
|
|
1479
|
+
elif False:
|
|
1480
|
+
KeyVaultKeyReferenceSourceVaultArgsDict: TypeAlias = Mapping[str, Any]
|
|
1481
|
+
|
|
1482
|
+
@pulumi.input_type
|
|
1483
|
+
class KeyVaultKeyReferenceSourceVaultArgs:
|
|
1484
|
+
def __init__(__self__, *,
|
|
1485
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1486
|
+
"""
|
|
1487
|
+
Describes a resource Id to source key vault.
|
|
1488
|
+
:param pulumi.Input[str] id: Resource Id.
|
|
1489
|
+
"""
|
|
1490
|
+
if id is not None:
|
|
1491
|
+
pulumi.set(__self__, "id", id)
|
|
1492
|
+
|
|
1493
|
+
@property
|
|
1494
|
+
@pulumi.getter
|
|
1495
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1496
|
+
"""
|
|
1497
|
+
Resource Id.
|
|
1498
|
+
"""
|
|
1499
|
+
return pulumi.get(self, "id")
|
|
1500
|
+
|
|
1501
|
+
@id.setter
|
|
1502
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1503
|
+
pulumi.set(self, "id", value)
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
if not MYPY:
|
|
1507
|
+
class KeyVaultKeyReferenceArgsDict(TypedDict):
|
|
1508
|
+
"""
|
|
1509
|
+
Describes a reference to key vault key.
|
|
1510
|
+
"""
|
|
1511
|
+
key_url: pulumi.Input[str]
|
|
1512
|
+
"""
|
|
1513
|
+
The URL referencing a key encryption key in key vault.
|
|
1514
|
+
"""
|
|
1515
|
+
source_vault: pulumi.Input['KeyVaultKeyReferenceSourceVaultArgsDict']
|
|
1516
|
+
"""
|
|
1517
|
+
Describes a resource Id to source key vault.
|
|
1518
|
+
"""
|
|
1519
|
+
elif False:
|
|
1520
|
+
KeyVaultKeyReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1521
|
+
|
|
1522
|
+
@pulumi.input_type
|
|
1523
|
+
class KeyVaultKeyReferenceArgs:
|
|
1524
|
+
def __init__(__self__, *,
|
|
1525
|
+
key_url: pulumi.Input[str],
|
|
1526
|
+
source_vault: pulumi.Input['KeyVaultKeyReferenceSourceVaultArgs']):
|
|
1527
|
+
"""
|
|
1528
|
+
Describes a reference to key vault key.
|
|
1529
|
+
:param pulumi.Input[str] key_url: The URL referencing a key encryption key in key vault.
|
|
1530
|
+
:param pulumi.Input['KeyVaultKeyReferenceSourceVaultArgs'] source_vault: Describes a resource Id to source key vault.
|
|
1531
|
+
"""
|
|
1532
|
+
pulumi.set(__self__, "key_url", key_url)
|
|
1533
|
+
pulumi.set(__self__, "source_vault", source_vault)
|
|
1534
|
+
|
|
1535
|
+
@property
|
|
1536
|
+
@pulumi.getter(name="keyUrl")
|
|
1537
|
+
def key_url(self) -> pulumi.Input[str]:
|
|
1538
|
+
"""
|
|
1539
|
+
The URL referencing a key encryption key in key vault.
|
|
1540
|
+
"""
|
|
1541
|
+
return pulumi.get(self, "key_url")
|
|
1542
|
+
|
|
1543
|
+
@key_url.setter
|
|
1544
|
+
def key_url(self, value: pulumi.Input[str]):
|
|
1545
|
+
pulumi.set(self, "key_url", value)
|
|
1546
|
+
|
|
1547
|
+
@property
|
|
1548
|
+
@pulumi.getter(name="sourceVault")
|
|
1549
|
+
def source_vault(self) -> pulumi.Input['KeyVaultKeyReferenceSourceVaultArgs']:
|
|
1550
|
+
"""
|
|
1551
|
+
Describes a resource Id to source key vault.
|
|
1552
|
+
"""
|
|
1553
|
+
return pulumi.get(self, "source_vault")
|
|
1554
|
+
|
|
1555
|
+
@source_vault.setter
|
|
1556
|
+
def source_vault(self, value: pulumi.Input['KeyVaultKeyReferenceSourceVaultArgs']):
|
|
1557
|
+
pulumi.set(self, "source_vault", value)
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
if not MYPY:
|
|
1561
|
+
class NamespaceJunctionArgsDict(TypedDict):
|
|
1562
|
+
"""
|
|
1563
|
+
A namespace junction.
|
|
1564
|
+
"""
|
|
1565
|
+
namespace_path: NotRequired[pulumi.Input[str]]
|
|
1566
|
+
"""
|
|
1567
|
+
Namespace path on a cache for a Storage Target.
|
|
1568
|
+
"""
|
|
1569
|
+
nfs_access_policy: NotRequired[pulumi.Input[str]]
|
|
1570
|
+
"""
|
|
1571
|
+
Name of the access policy applied to this junction.
|
|
1572
|
+
"""
|
|
1573
|
+
nfs_export: NotRequired[pulumi.Input[str]]
|
|
1574
|
+
"""
|
|
1575
|
+
NFS export where targetPath exists.
|
|
1576
|
+
"""
|
|
1577
|
+
target_path: NotRequired[pulumi.Input[str]]
|
|
1578
|
+
"""
|
|
1579
|
+
Path in Storage Target to which namespacePath points.
|
|
1580
|
+
"""
|
|
1581
|
+
elif False:
|
|
1582
|
+
NamespaceJunctionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1583
|
+
|
|
1584
|
+
@pulumi.input_type
|
|
1585
|
+
class NamespaceJunctionArgs:
|
|
1586
|
+
def __init__(__self__, *,
|
|
1587
|
+
namespace_path: Optional[pulumi.Input[str]] = None,
|
|
1588
|
+
nfs_access_policy: Optional[pulumi.Input[str]] = None,
|
|
1589
|
+
nfs_export: Optional[pulumi.Input[str]] = None,
|
|
1590
|
+
target_path: Optional[pulumi.Input[str]] = None):
|
|
1591
|
+
"""
|
|
1592
|
+
A namespace junction.
|
|
1593
|
+
:param pulumi.Input[str] namespace_path: Namespace path on a cache for a Storage Target.
|
|
1594
|
+
:param pulumi.Input[str] nfs_access_policy: Name of the access policy applied to this junction.
|
|
1595
|
+
:param pulumi.Input[str] nfs_export: NFS export where targetPath exists.
|
|
1596
|
+
:param pulumi.Input[str] target_path: Path in Storage Target to which namespacePath points.
|
|
1597
|
+
"""
|
|
1598
|
+
if namespace_path is not None:
|
|
1599
|
+
pulumi.set(__self__, "namespace_path", namespace_path)
|
|
1600
|
+
if nfs_access_policy is None:
|
|
1601
|
+
nfs_access_policy = 'default'
|
|
1602
|
+
if nfs_access_policy is not None:
|
|
1603
|
+
pulumi.set(__self__, "nfs_access_policy", nfs_access_policy)
|
|
1604
|
+
if nfs_export is not None:
|
|
1605
|
+
pulumi.set(__self__, "nfs_export", nfs_export)
|
|
1606
|
+
if target_path is not None:
|
|
1607
|
+
pulumi.set(__self__, "target_path", target_path)
|
|
1608
|
+
|
|
1609
|
+
@property
|
|
1610
|
+
@pulumi.getter(name="namespacePath")
|
|
1611
|
+
def namespace_path(self) -> Optional[pulumi.Input[str]]:
|
|
1612
|
+
"""
|
|
1613
|
+
Namespace path on a cache for a Storage Target.
|
|
1614
|
+
"""
|
|
1615
|
+
return pulumi.get(self, "namespace_path")
|
|
1616
|
+
|
|
1617
|
+
@namespace_path.setter
|
|
1618
|
+
def namespace_path(self, value: Optional[pulumi.Input[str]]):
|
|
1619
|
+
pulumi.set(self, "namespace_path", value)
|
|
1620
|
+
|
|
1621
|
+
@property
|
|
1622
|
+
@pulumi.getter(name="nfsAccessPolicy")
|
|
1623
|
+
def nfs_access_policy(self) -> Optional[pulumi.Input[str]]:
|
|
1624
|
+
"""
|
|
1625
|
+
Name of the access policy applied to this junction.
|
|
1626
|
+
"""
|
|
1627
|
+
return pulumi.get(self, "nfs_access_policy")
|
|
1628
|
+
|
|
1629
|
+
@nfs_access_policy.setter
|
|
1630
|
+
def nfs_access_policy(self, value: Optional[pulumi.Input[str]]):
|
|
1631
|
+
pulumi.set(self, "nfs_access_policy", value)
|
|
1632
|
+
|
|
1633
|
+
@property
|
|
1634
|
+
@pulumi.getter(name="nfsExport")
|
|
1635
|
+
def nfs_export(self) -> Optional[pulumi.Input[str]]:
|
|
1636
|
+
"""
|
|
1637
|
+
NFS export where targetPath exists.
|
|
1638
|
+
"""
|
|
1639
|
+
return pulumi.get(self, "nfs_export")
|
|
1640
|
+
|
|
1641
|
+
@nfs_export.setter
|
|
1642
|
+
def nfs_export(self, value: Optional[pulumi.Input[str]]):
|
|
1643
|
+
pulumi.set(self, "nfs_export", value)
|
|
1644
|
+
|
|
1645
|
+
@property
|
|
1646
|
+
@pulumi.getter(name="targetPath")
|
|
1647
|
+
def target_path(self) -> Optional[pulumi.Input[str]]:
|
|
1648
|
+
"""
|
|
1649
|
+
Path in Storage Target to which namespacePath points.
|
|
1650
|
+
"""
|
|
1651
|
+
return pulumi.get(self, "target_path")
|
|
1652
|
+
|
|
1653
|
+
@target_path.setter
|
|
1654
|
+
def target_path(self, value: Optional[pulumi.Input[str]]):
|
|
1655
|
+
pulumi.set(self, "target_path", value)
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
if not MYPY:
|
|
1659
|
+
class Nfs3TargetArgsDict(TypedDict):
|
|
1660
|
+
"""
|
|
1661
|
+
Properties pertaining to the Nfs3Target
|
|
1662
|
+
"""
|
|
1663
|
+
target: NotRequired[pulumi.Input[str]]
|
|
1664
|
+
"""
|
|
1665
|
+
IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
|
|
1666
|
+
"""
|
|
1667
|
+
usage_model: NotRequired[pulumi.Input[str]]
|
|
1668
|
+
"""
|
|
1669
|
+
Identifies the StorageCache usage model to be used for this storage target.
|
|
1670
|
+
"""
|
|
1671
|
+
verification_timer: NotRequired[pulumi.Input[int]]
|
|
1672
|
+
"""
|
|
1673
|
+
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
1674
|
+
"""
|
|
1675
|
+
write_back_timer: NotRequired[pulumi.Input[int]]
|
|
1676
|
+
"""
|
|
1677
|
+
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
1678
|
+
"""
|
|
1679
|
+
elif False:
|
|
1680
|
+
Nfs3TargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1681
|
+
|
|
1682
|
+
@pulumi.input_type
|
|
1683
|
+
class Nfs3TargetArgs:
|
|
1684
|
+
def __init__(__self__, *,
|
|
1685
|
+
target: Optional[pulumi.Input[str]] = None,
|
|
1686
|
+
usage_model: Optional[pulumi.Input[str]] = None,
|
|
1687
|
+
verification_timer: Optional[pulumi.Input[int]] = None,
|
|
1688
|
+
write_back_timer: Optional[pulumi.Input[int]] = None):
|
|
1689
|
+
"""
|
|
1690
|
+
Properties pertaining to the Nfs3Target
|
|
1691
|
+
:param pulumi.Input[str] target: IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
|
|
1692
|
+
:param pulumi.Input[str] usage_model: Identifies the StorageCache usage model to be used for this storage target.
|
|
1693
|
+
:param pulumi.Input[int] verification_timer: Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
1694
|
+
:param pulumi.Input[int] write_back_timer: Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
1695
|
+
"""
|
|
1696
|
+
if target is not None:
|
|
1697
|
+
pulumi.set(__self__, "target", target)
|
|
1698
|
+
if usage_model is not None:
|
|
1699
|
+
pulumi.set(__self__, "usage_model", usage_model)
|
|
1700
|
+
if verification_timer is not None:
|
|
1701
|
+
pulumi.set(__self__, "verification_timer", verification_timer)
|
|
1702
|
+
if write_back_timer is not None:
|
|
1703
|
+
pulumi.set(__self__, "write_back_timer", write_back_timer)
|
|
1704
|
+
|
|
1705
|
+
@property
|
|
1706
|
+
@pulumi.getter
|
|
1707
|
+
def target(self) -> Optional[pulumi.Input[str]]:
|
|
1708
|
+
"""
|
|
1709
|
+
IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
|
|
1710
|
+
"""
|
|
1711
|
+
return pulumi.get(self, "target")
|
|
1712
|
+
|
|
1713
|
+
@target.setter
|
|
1714
|
+
def target(self, value: Optional[pulumi.Input[str]]):
|
|
1715
|
+
pulumi.set(self, "target", value)
|
|
1716
|
+
|
|
1717
|
+
@property
|
|
1718
|
+
@pulumi.getter(name="usageModel")
|
|
1719
|
+
def usage_model(self) -> Optional[pulumi.Input[str]]:
|
|
1720
|
+
"""
|
|
1721
|
+
Identifies the StorageCache usage model to be used for this storage target.
|
|
1722
|
+
"""
|
|
1723
|
+
return pulumi.get(self, "usage_model")
|
|
1724
|
+
|
|
1725
|
+
@usage_model.setter
|
|
1726
|
+
def usage_model(self, value: Optional[pulumi.Input[str]]):
|
|
1727
|
+
pulumi.set(self, "usage_model", value)
|
|
1728
|
+
|
|
1729
|
+
@property
|
|
1730
|
+
@pulumi.getter(name="verificationTimer")
|
|
1731
|
+
def verification_timer(self) -> Optional[pulumi.Input[int]]:
|
|
1732
|
+
"""
|
|
1733
|
+
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
1734
|
+
"""
|
|
1735
|
+
return pulumi.get(self, "verification_timer")
|
|
1736
|
+
|
|
1737
|
+
@verification_timer.setter
|
|
1738
|
+
def verification_timer(self, value: Optional[pulumi.Input[int]]):
|
|
1739
|
+
pulumi.set(self, "verification_timer", value)
|
|
1740
|
+
|
|
1741
|
+
@property
|
|
1742
|
+
@pulumi.getter(name="writeBackTimer")
|
|
1743
|
+
def write_back_timer(self) -> Optional[pulumi.Input[int]]:
|
|
1744
|
+
"""
|
|
1745
|
+
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
1746
|
+
"""
|
|
1747
|
+
return pulumi.get(self, "write_back_timer")
|
|
1748
|
+
|
|
1749
|
+
@write_back_timer.setter
|
|
1750
|
+
def write_back_timer(self, value: Optional[pulumi.Input[int]]):
|
|
1751
|
+
pulumi.set(self, "write_back_timer", value)
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
if not MYPY:
|
|
1755
|
+
class NfsAccessPolicyArgsDict(TypedDict):
|
|
1756
|
+
"""
|
|
1757
|
+
A set of rules describing access policies applied to NFSv3 clients of the cache.
|
|
1758
|
+
"""
|
|
1759
|
+
access_rules: pulumi.Input[Sequence[pulumi.Input['NfsAccessRuleArgsDict']]]
|
|
1760
|
+
"""
|
|
1761
|
+
The set of rules describing client accesses allowed under this policy.
|
|
1762
|
+
"""
|
|
1763
|
+
name: pulumi.Input[str]
|
|
1764
|
+
"""
|
|
1765
|
+
Name identifying this policy. Access Policy names are not case sensitive.
|
|
1766
|
+
"""
|
|
1767
|
+
elif False:
|
|
1768
|
+
NfsAccessPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1769
|
+
|
|
1770
|
+
@pulumi.input_type
|
|
1771
|
+
class NfsAccessPolicyArgs:
|
|
1772
|
+
def __init__(__self__, *,
|
|
1773
|
+
access_rules: pulumi.Input[Sequence[pulumi.Input['NfsAccessRuleArgs']]],
|
|
1774
|
+
name: pulumi.Input[str]):
|
|
1775
|
+
"""
|
|
1776
|
+
A set of rules describing access policies applied to NFSv3 clients of the cache.
|
|
1777
|
+
:param pulumi.Input[Sequence[pulumi.Input['NfsAccessRuleArgs']]] access_rules: The set of rules describing client accesses allowed under this policy.
|
|
1778
|
+
:param pulumi.Input[str] name: Name identifying this policy. Access Policy names are not case sensitive.
|
|
1779
|
+
"""
|
|
1780
|
+
pulumi.set(__self__, "access_rules", access_rules)
|
|
1781
|
+
pulumi.set(__self__, "name", name)
|
|
1782
|
+
|
|
1783
|
+
@property
|
|
1784
|
+
@pulumi.getter(name="accessRules")
|
|
1785
|
+
def access_rules(self) -> pulumi.Input[Sequence[pulumi.Input['NfsAccessRuleArgs']]]:
|
|
1786
|
+
"""
|
|
1787
|
+
The set of rules describing client accesses allowed under this policy.
|
|
1788
|
+
"""
|
|
1789
|
+
return pulumi.get(self, "access_rules")
|
|
1790
|
+
|
|
1791
|
+
@access_rules.setter
|
|
1792
|
+
def access_rules(self, value: pulumi.Input[Sequence[pulumi.Input['NfsAccessRuleArgs']]]):
|
|
1793
|
+
pulumi.set(self, "access_rules", value)
|
|
1794
|
+
|
|
1795
|
+
@property
|
|
1796
|
+
@pulumi.getter
|
|
1797
|
+
def name(self) -> pulumi.Input[str]:
|
|
1798
|
+
"""
|
|
1799
|
+
Name identifying this policy. Access Policy names are not case sensitive.
|
|
1800
|
+
"""
|
|
1801
|
+
return pulumi.get(self, "name")
|
|
1802
|
+
|
|
1803
|
+
@name.setter
|
|
1804
|
+
def name(self, value: pulumi.Input[str]):
|
|
1805
|
+
pulumi.set(self, "name", value)
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
if not MYPY:
|
|
1809
|
+
class NfsAccessRuleArgsDict(TypedDict):
|
|
1810
|
+
"""
|
|
1811
|
+
Rule to place restrictions on portions of the cache namespace being presented to clients.
|
|
1812
|
+
"""
|
|
1813
|
+
access: pulumi.Input[Union[str, 'NfsAccessRuleAccess']]
|
|
1814
|
+
"""
|
|
1815
|
+
Access allowed by this rule.
|
|
1816
|
+
"""
|
|
1817
|
+
scope: pulumi.Input[Union[str, 'NfsAccessRuleScope']]
|
|
1818
|
+
"""
|
|
1819
|
+
Scope for this rule. The scope and filter determine which clients match the rule.
|
|
1820
|
+
"""
|
|
1821
|
+
anonymous_gid: NotRequired[pulumi.Input[str]]
|
|
1822
|
+
"""
|
|
1823
|
+
GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
|
|
1824
|
+
"""
|
|
1825
|
+
anonymous_uid: NotRequired[pulumi.Input[str]]
|
|
1826
|
+
"""
|
|
1827
|
+
UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
|
|
1828
|
+
"""
|
|
1829
|
+
filter: NotRequired[pulumi.Input[str]]
|
|
1830
|
+
"""
|
|
1831
|
+
Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
|
|
1832
|
+
"""
|
|
1833
|
+
root_squash: NotRequired[pulumi.Input[bool]]
|
|
1834
|
+
"""
|
|
1835
|
+
Map root accesses to anonymousUID and anonymousGID.
|
|
1836
|
+
"""
|
|
1837
|
+
submount_access: NotRequired[pulumi.Input[bool]]
|
|
1838
|
+
"""
|
|
1839
|
+
For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
|
|
1840
|
+
"""
|
|
1841
|
+
suid: NotRequired[pulumi.Input[bool]]
|
|
1842
|
+
"""
|
|
1843
|
+
Allow SUID semantics.
|
|
1844
|
+
"""
|
|
1845
|
+
elif False:
|
|
1846
|
+
NfsAccessRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
1847
|
+
|
|
1848
|
+
@pulumi.input_type
|
|
1849
|
+
class NfsAccessRuleArgs:
|
|
1850
|
+
def __init__(__self__, *,
|
|
1851
|
+
access: pulumi.Input[Union[str, 'NfsAccessRuleAccess']],
|
|
1852
|
+
scope: pulumi.Input[Union[str, 'NfsAccessRuleScope']],
|
|
1853
|
+
anonymous_gid: Optional[pulumi.Input[str]] = None,
|
|
1854
|
+
anonymous_uid: Optional[pulumi.Input[str]] = None,
|
|
1855
|
+
filter: Optional[pulumi.Input[str]] = None,
|
|
1856
|
+
root_squash: Optional[pulumi.Input[bool]] = None,
|
|
1857
|
+
submount_access: Optional[pulumi.Input[bool]] = None,
|
|
1858
|
+
suid: Optional[pulumi.Input[bool]] = None):
|
|
1859
|
+
"""
|
|
1860
|
+
Rule to place restrictions on portions of the cache namespace being presented to clients.
|
|
1861
|
+
:param pulumi.Input[Union[str, 'NfsAccessRuleAccess']] access: Access allowed by this rule.
|
|
1862
|
+
:param pulumi.Input[Union[str, 'NfsAccessRuleScope']] scope: Scope for this rule. The scope and filter determine which clients match the rule.
|
|
1863
|
+
:param pulumi.Input[str] anonymous_gid: GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
|
|
1864
|
+
:param pulumi.Input[str] anonymous_uid: UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
|
|
1865
|
+
:param pulumi.Input[str] filter: Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
|
|
1866
|
+
:param pulumi.Input[bool] root_squash: Map root accesses to anonymousUID and anonymousGID.
|
|
1867
|
+
:param pulumi.Input[bool] submount_access: For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
|
|
1868
|
+
:param pulumi.Input[bool] suid: Allow SUID semantics.
|
|
1869
|
+
"""
|
|
1870
|
+
pulumi.set(__self__, "access", access)
|
|
1871
|
+
pulumi.set(__self__, "scope", scope)
|
|
1872
|
+
if anonymous_gid is not None:
|
|
1873
|
+
pulumi.set(__self__, "anonymous_gid", anonymous_gid)
|
|
1874
|
+
if anonymous_uid is not None:
|
|
1875
|
+
pulumi.set(__self__, "anonymous_uid", anonymous_uid)
|
|
1876
|
+
if filter is not None:
|
|
1877
|
+
pulumi.set(__self__, "filter", filter)
|
|
1878
|
+
if root_squash is not None:
|
|
1879
|
+
pulumi.set(__self__, "root_squash", root_squash)
|
|
1880
|
+
if submount_access is not None:
|
|
1881
|
+
pulumi.set(__self__, "submount_access", submount_access)
|
|
1882
|
+
if suid is not None:
|
|
1883
|
+
pulumi.set(__self__, "suid", suid)
|
|
1884
|
+
|
|
1885
|
+
@property
|
|
1886
|
+
@pulumi.getter
|
|
1887
|
+
def access(self) -> pulumi.Input[Union[str, 'NfsAccessRuleAccess']]:
|
|
1888
|
+
"""
|
|
1889
|
+
Access allowed by this rule.
|
|
1890
|
+
"""
|
|
1891
|
+
return pulumi.get(self, "access")
|
|
1892
|
+
|
|
1893
|
+
@access.setter
|
|
1894
|
+
def access(self, value: pulumi.Input[Union[str, 'NfsAccessRuleAccess']]):
|
|
1895
|
+
pulumi.set(self, "access", value)
|
|
1896
|
+
|
|
1897
|
+
@property
|
|
1898
|
+
@pulumi.getter
|
|
1899
|
+
def scope(self) -> pulumi.Input[Union[str, 'NfsAccessRuleScope']]:
|
|
1900
|
+
"""
|
|
1901
|
+
Scope for this rule. The scope and filter determine which clients match the rule.
|
|
1902
|
+
"""
|
|
1903
|
+
return pulumi.get(self, "scope")
|
|
1904
|
+
|
|
1905
|
+
@scope.setter
|
|
1906
|
+
def scope(self, value: pulumi.Input[Union[str, 'NfsAccessRuleScope']]):
|
|
1907
|
+
pulumi.set(self, "scope", value)
|
|
1908
|
+
|
|
1909
|
+
@property
|
|
1910
|
+
@pulumi.getter(name="anonymousGID")
|
|
1911
|
+
def anonymous_gid(self) -> Optional[pulumi.Input[str]]:
|
|
1912
|
+
"""
|
|
1913
|
+
GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
|
|
1914
|
+
"""
|
|
1915
|
+
return pulumi.get(self, "anonymous_gid")
|
|
1916
|
+
|
|
1917
|
+
@anonymous_gid.setter
|
|
1918
|
+
def anonymous_gid(self, value: Optional[pulumi.Input[str]]):
|
|
1919
|
+
pulumi.set(self, "anonymous_gid", value)
|
|
1920
|
+
|
|
1921
|
+
@property
|
|
1922
|
+
@pulumi.getter(name="anonymousUID")
|
|
1923
|
+
def anonymous_uid(self) -> Optional[pulumi.Input[str]]:
|
|
1924
|
+
"""
|
|
1925
|
+
UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
|
|
1926
|
+
"""
|
|
1927
|
+
return pulumi.get(self, "anonymous_uid")
|
|
1928
|
+
|
|
1929
|
+
@anonymous_uid.setter
|
|
1930
|
+
def anonymous_uid(self, value: Optional[pulumi.Input[str]]):
|
|
1931
|
+
pulumi.set(self, "anonymous_uid", value)
|
|
1932
|
+
|
|
1933
|
+
@property
|
|
1934
|
+
@pulumi.getter
|
|
1935
|
+
def filter(self) -> Optional[pulumi.Input[str]]:
|
|
1936
|
+
"""
|
|
1937
|
+
Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
|
|
1938
|
+
"""
|
|
1939
|
+
return pulumi.get(self, "filter")
|
|
1940
|
+
|
|
1941
|
+
@filter.setter
|
|
1942
|
+
def filter(self, value: Optional[pulumi.Input[str]]):
|
|
1943
|
+
pulumi.set(self, "filter", value)
|
|
1944
|
+
|
|
1945
|
+
@property
|
|
1946
|
+
@pulumi.getter(name="rootSquash")
|
|
1947
|
+
def root_squash(self) -> Optional[pulumi.Input[bool]]:
|
|
1948
|
+
"""
|
|
1949
|
+
Map root accesses to anonymousUID and anonymousGID.
|
|
1950
|
+
"""
|
|
1951
|
+
return pulumi.get(self, "root_squash")
|
|
1952
|
+
|
|
1953
|
+
@root_squash.setter
|
|
1954
|
+
def root_squash(self, value: Optional[pulumi.Input[bool]]):
|
|
1955
|
+
pulumi.set(self, "root_squash", value)
|
|
1956
|
+
|
|
1957
|
+
@property
|
|
1958
|
+
@pulumi.getter(name="submountAccess")
|
|
1959
|
+
def submount_access(self) -> Optional[pulumi.Input[bool]]:
|
|
1960
|
+
"""
|
|
1961
|
+
For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
|
|
1962
|
+
"""
|
|
1963
|
+
return pulumi.get(self, "submount_access")
|
|
1964
|
+
|
|
1965
|
+
@submount_access.setter
|
|
1966
|
+
def submount_access(self, value: Optional[pulumi.Input[bool]]):
|
|
1967
|
+
pulumi.set(self, "submount_access", value)
|
|
1968
|
+
|
|
1969
|
+
@property
|
|
1970
|
+
@pulumi.getter
|
|
1971
|
+
def suid(self) -> Optional[pulumi.Input[bool]]:
|
|
1972
|
+
"""
|
|
1973
|
+
Allow SUID semantics.
|
|
1974
|
+
"""
|
|
1975
|
+
return pulumi.get(self, "suid")
|
|
1976
|
+
|
|
1977
|
+
@suid.setter
|
|
1978
|
+
def suid(self, value: Optional[pulumi.Input[bool]]):
|
|
1979
|
+
pulumi.set(self, "suid", value)
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
if not MYPY:
|
|
1983
|
+
class SkuNameDict(TypedDict):
|
|
1984
|
+
"""
|
|
1985
|
+
SKU for the resource.
|
|
1986
|
+
"""
|
|
1987
|
+
name: NotRequired[str]
|
|
1988
|
+
"""
|
|
1989
|
+
SKU name for this resource.
|
|
1990
|
+
"""
|
|
1991
|
+
elif False:
|
|
1992
|
+
SkuNameDict: TypeAlias = Mapping[str, Any]
|
|
1993
|
+
|
|
1994
|
+
@pulumi.input_type
|
|
1995
|
+
class SkuName:
|
|
1996
|
+
def __init__(__self__, *,
|
|
1997
|
+
name: Optional[str] = None):
|
|
1998
|
+
"""
|
|
1999
|
+
SKU for the resource.
|
|
2000
|
+
:param str name: SKU name for this resource.
|
|
2001
|
+
"""
|
|
2002
|
+
if name is not None:
|
|
2003
|
+
pulumi.set(__self__, "name", name)
|
|
2004
|
+
|
|
2005
|
+
@property
|
|
2006
|
+
@pulumi.getter
|
|
2007
|
+
def name(self) -> Optional[str]:
|
|
2008
|
+
"""
|
|
2009
|
+
SKU name for this resource.
|
|
2010
|
+
"""
|
|
2011
|
+
return pulumi.get(self, "name")
|
|
2012
|
+
|
|
2013
|
+
@name.setter
|
|
2014
|
+
def name(self, value: Optional[str]):
|
|
2015
|
+
pulumi.set(self, "name", value)
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
if not MYPY:
|
|
2019
|
+
class SkuNameArgsDict(TypedDict):
|
|
2020
|
+
"""
|
|
2021
|
+
SKU for the resource.
|
|
2022
|
+
"""
|
|
2023
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2024
|
+
"""
|
|
2025
|
+
SKU name for this resource.
|
|
2026
|
+
"""
|
|
2027
|
+
elif False:
|
|
2028
|
+
SkuNameArgsDict: TypeAlias = Mapping[str, Any]
|
|
2029
|
+
|
|
2030
|
+
@pulumi.input_type
|
|
2031
|
+
class SkuNameArgs:
|
|
2032
|
+
def __init__(__self__, *,
|
|
2033
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
2034
|
+
"""
|
|
2035
|
+
SKU for the resource.
|
|
2036
|
+
:param pulumi.Input[str] name: SKU name for this resource.
|
|
2037
|
+
"""
|
|
2038
|
+
if name is not None:
|
|
2039
|
+
pulumi.set(__self__, "name", name)
|
|
2040
|
+
|
|
2041
|
+
@property
|
|
2042
|
+
@pulumi.getter
|
|
2043
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2044
|
+
"""
|
|
2045
|
+
SKU name for this resource.
|
|
2046
|
+
"""
|
|
2047
|
+
return pulumi.get(self, "name")
|
|
2048
|
+
|
|
2049
|
+
@name.setter
|
|
2050
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2051
|
+
pulumi.set(self, "name", value)
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
if not MYPY:
|
|
2055
|
+
class UnknownTargetArgsDict(TypedDict):
|
|
2056
|
+
"""
|
|
2057
|
+
Properties pertaining to the UnknownTarget
|
|
2058
|
+
"""
|
|
2059
|
+
attributes: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
2060
|
+
"""
|
|
2061
|
+
Dictionary of string->string pairs containing information about the Storage Target.
|
|
2062
|
+
"""
|
|
2063
|
+
elif False:
|
|
2064
|
+
UnknownTargetArgsDict: TypeAlias = Mapping[str, Any]
|
|
2065
|
+
|
|
2066
|
+
@pulumi.input_type
|
|
2067
|
+
class UnknownTargetArgs:
|
|
2068
|
+
def __init__(__self__, *,
|
|
2069
|
+
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
2070
|
+
"""
|
|
2071
|
+
Properties pertaining to the UnknownTarget
|
|
2072
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] attributes: Dictionary of string->string pairs containing information about the Storage Target.
|
|
2073
|
+
"""
|
|
2074
|
+
if attributes is not None:
|
|
2075
|
+
pulumi.set(__self__, "attributes", attributes)
|
|
2076
|
+
|
|
2077
|
+
@property
|
|
2078
|
+
@pulumi.getter
|
|
2079
|
+
def attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2080
|
+
"""
|
|
2081
|
+
Dictionary of string->string pairs containing information about the Storage Target.
|
|
2082
|
+
"""
|
|
2083
|
+
return pulumi.get(self, "attributes")
|
|
2084
|
+
|
|
2085
|
+
@attributes.setter
|
|
2086
|
+
def attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2087
|
+
pulumi.set(self, "attributes", value)
|
|
2088
|
+
|
|
2089
|
+
|