pulumi-azure-native 2.77.0a1733914767__py3-none-any.whl → 2.77.0a1733990841__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 +65 -0
- pulumi_azure_native/automation/__init__.py +3 -0
- pulumi_azure_native/automation/automation_account.py +3 -3
- pulumi_azure_native/automation/certificate.py +3 -3
- pulumi_azure_native/automation/connection.py +3 -3
- pulumi_azure_native/automation/connection_type.py +3 -3
- pulumi_azure_native/automation/credential.py +3 -3
- pulumi_azure_native/automation/dsc_configuration.py +3 -3
- pulumi_azure_native/automation/dsc_node_configuration.py +3 -3
- pulumi_azure_native/automation/get_automation_account.py +2 -2
- pulumi_azure_native/automation/get_certificate.py +2 -2
- pulumi_azure_native/automation/get_connection.py +2 -2
- pulumi_azure_native/automation/get_connection_type.py +2 -2
- pulumi_azure_native/automation/get_credential.py +2 -2
- pulumi_azure_native/automation/get_dsc_configuration.py +2 -2
- pulumi_azure_native/automation/get_dsc_node_configuration.py +2 -2
- pulumi_azure_native/automation/get_hybrid_runbook_worker.py +2 -2
- pulumi_azure_native/automation/get_hybrid_runbook_worker_group.py +2 -2
- pulumi_azure_native/automation/get_job_schedule.py +2 -2
- pulumi_azure_native/automation/get_module.py +2 -2
- pulumi_azure_native/automation/get_package.py +4 -0
- pulumi_azure_native/automation/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/automation/get_python2_package.py +2 -2
- pulumi_azure_native/automation/get_python3_package.py +2 -2
- pulumi_azure_native/automation/get_runbook.py +2 -2
- pulumi_azure_native/automation/get_runtime_environment.py +4 -0
- pulumi_azure_native/automation/get_schedule.py +2 -2
- pulumi_azure_native/automation/get_software_update_configuration_by_name.py +2 -2
- pulumi_azure_native/automation/get_source_control.py +2 -2
- pulumi_azure_native/automation/get_variable.py +2 -2
- pulumi_azure_native/automation/get_watcher.py +2 -2
- pulumi_azure_native/automation/get_webhook.py +2 -2
- pulumi_azure_native/automation/hybrid_runbook_worker.py +3 -3
- pulumi_azure_native/automation/hybrid_runbook_worker_group.py +3 -3
- pulumi_azure_native/automation/job_schedule.py +3 -3
- pulumi_azure_native/automation/list_automation_account_deleted_runbooks.py +4 -0
- pulumi_azure_native/automation/list_key_by_automation_account.py +2 -2
- pulumi_azure_native/automation/module.py +3 -3
- pulumi_azure_native/automation/package.py +5 -1
- pulumi_azure_native/automation/private_endpoint_connection.py +3 -3
- pulumi_azure_native/automation/python2_package.py +3 -3
- pulumi_azure_native/automation/python3_package.py +3 -3
- pulumi_azure_native/automation/runbook.py +3 -3
- pulumi_azure_native/automation/runtime_environment.py +5 -1
- pulumi_azure_native/automation/schedule.py +3 -3
- pulumi_azure_native/automation/software_update_configuration_by_name.py +3 -3
- pulumi_azure_native/automation/source_control.py +3 -3
- pulumi_azure_native/automation/v20151031/webhook.py +1 -1
- pulumi_azure_native/automation/v20170515preview/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20190601/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20200113preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/automation/v20200113preview/watcher.py +1 -1
- pulumi_azure_native/automation/v20210622/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20220808/automation_account.py +1 -1
- pulumi_azure_native/automation/v20220808/certificate.py +1 -1
- pulumi_azure_native/automation/v20220808/connection.py +1 -1
- pulumi_azure_native/automation/v20220808/connection_type.py +1 -1
- pulumi_azure_native/automation/v20220808/credential.py +1 -1
- pulumi_azure_native/automation/v20220808/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20220808/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20220808/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20220808/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20220808/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20220808/module.py +1 -1
- pulumi_azure_native/automation/v20220808/python2_package.py +1 -1
- pulumi_azure_native/automation/v20220808/python3_package.py +1 -1
- pulumi_azure_native/automation/v20220808/runbook.py +1 -1
- pulumi_azure_native/automation/v20220808/schedule.py +1 -1
- pulumi_azure_native/automation/v20220808/source_control.py +1 -1
- pulumi_azure_native/automation/v20220808/variable.py +1 -1
- pulumi_azure_native/automation/v20230515preview/automation_account.py +1 -1
- pulumi_azure_native/automation/v20230515preview/certificate.py +1 -1
- pulumi_azure_native/automation/v20230515preview/connection.py +1 -1
- pulumi_azure_native/automation/v20230515preview/connection_type.py +1 -1
- pulumi_azure_native/automation/v20230515preview/credential.py +1 -1
- pulumi_azure_native/automation/v20230515preview/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20230515preview/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20230515preview/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20230515preview/module.py +1 -1
- pulumi_azure_native/automation/v20230515preview/package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/automation/v20230515preview/python2_package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/python3_package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/runbook.py +1 -1
- pulumi_azure_native/automation/v20230515preview/runtime_environment.py +1 -1
- pulumi_azure_native/automation/v20230515preview/schedule.py +1 -1
- pulumi_azure_native/automation/v20230515preview/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20230515preview/source_control.py +1 -1
- pulumi_azure_native/automation/v20230515preview/variable.py +1 -1
- pulumi_azure_native/automation/v20230515preview/watcher.py +1 -1
- pulumi_azure_native/automation/v20230515preview/webhook.py +1 -1
- pulumi_azure_native/automation/v20231101/automation_account.py +1 -1
- pulumi_azure_native/automation/v20231101/certificate.py +1 -1
- pulumi_azure_native/automation/v20231101/connection.py +1 -1
- pulumi_azure_native/automation/v20231101/connection_type.py +1 -1
- pulumi_azure_native/automation/v20231101/credential.py +1 -1
- pulumi_azure_native/automation/v20231101/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20231101/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20231101/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20231101/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20231101/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20231101/module.py +1 -1
- pulumi_azure_native/automation/v20231101/python2_package.py +1 -1
- pulumi_azure_native/automation/v20231101/python3_package.py +1 -1
- pulumi_azure_native/automation/v20231101/runbook.py +1 -1
- pulumi_azure_native/automation/v20231101/schedule.py +1 -1
- pulumi_azure_native/automation/v20231101/source_control.py +1 -1
- pulumi_azure_native/automation/v20231101/variable.py +1 -1
- pulumi_azure_native/automation/v20241023/__init__.py +58 -0
- pulumi_azure_native/automation/v20241023/_enums.py +157 -0
- pulumi_azure_native/automation/v20241023/_inputs.py +2602 -0
- pulumi_azure_native/automation/v20241023/automation_account.py +473 -0
- pulumi_azure_native/automation/v20241023/certificate.py +348 -0
- pulumi_azure_native/automation/v20241023/connection.py +319 -0
- pulumi_azure_native/automation/v20241023/connection_type.py +290 -0
- pulumi_azure_native/automation/v20241023/credential.py +310 -0
- pulumi_azure_native/automation/v20241023/dsc_configuration.py +476 -0
- pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +350 -0
- pulumi_azure_native/automation/v20241023/get_automation_account.py +339 -0
- pulumi_azure_native/automation/v20241023/get_certificate.py +219 -0
- pulumi_azure_native/automation/v20241023/get_connection.py +205 -0
- pulumi_azure_native/automation/v20241023/get_connection_type.py +191 -0
- pulumi_azure_native/automation/v20241023/get_credential.py +191 -0
- pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +317 -0
- pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +219 -0
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +253 -0
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +191 -0
- pulumi_azure_native/automation/v20241023/get_job_schedule.py +191 -0
- pulumi_azure_native/automation/v20241023/get_module.py +331 -0
- pulumi_azure_native/automation/v20241023/get_package.py +267 -0
- pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/automation/v20241023/get_python2_package.py +331 -0
- pulumi_azure_native/automation/v20241023/get_python3_package.py +331 -0
- pulumi_azure_native/automation/v20241023/get_runbook.py +401 -0
- pulumi_azure_native/automation/v20241023/get_runtime_environment.py +219 -0
- pulumi_azure_native/automation/v20241023/get_schedule.py +331 -0
- pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +247 -0
- pulumi_azure_native/automation/v20241023/get_source_control.py +261 -0
- pulumi_azure_native/automation/v20241023/get_variable.py +205 -0
- pulumi_azure_native/automation/v20241023/get_watcher.py +303 -0
- pulumi_azure_native/automation/v20241023/get_webhook.py +289 -0
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +310 -0
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +269 -0
- pulumi_azure_native/automation/v20241023/job_schedule.py +308 -0
- pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +101 -0
- pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +84 -0
- pulumi_azure_native/automation/v20241023/module.py +408 -0
- pulumi_azure_native/automation/v20241023/outputs.py +2492 -0
- pulumi_azure_native/automation/v20241023/package.py +341 -0
- pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +278 -0
- pulumi_azure_native/automation/v20241023/python2_package.py +370 -0
- pulumi_azure_native/automation/v20241023/python3_package.py +370 -0
- pulumi_azure_native/automation/v20241023/runbook.py +592 -0
- pulumi_azure_native/automation/v20241023/runtime_environment.py +364 -0
- pulumi_azure_native/automation/v20241023/schedule.py +487 -0
- pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +350 -0
- pulumi_azure_native/automation/v20241023/source_control.py +435 -0
- pulumi_azure_native/automation/v20241023/variable.py +317 -0
- pulumi_azure_native/automation/v20241023/watcher.py +443 -0
- pulumi_azure_native/automation/v20241023/webhook.py +435 -0
- pulumi_azure_native/automation/variable.py +3 -3
- pulumi_azure_native/automation/watcher.py +3 -3
- pulumi_azure_native/automation/webhook.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +20 -0
- pulumi_azure_native/datafactory/outputs.py +14 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
- pulumi_azure_native/offazure/__init__.py +3 -0
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/v20200707/site.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20240501preview/__init__.py +39 -0
- pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
- pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
- pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
- pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
- pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
- pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
- pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
- pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
- pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
- pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
- pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
- pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
- pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +306 -0
- pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
- pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
- pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
- pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
- pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
- pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
- pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
- pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
- pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
- pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/v20241001/_enums.py +1 -0
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
- pulumi_azure_native/resources/__init__.py +3 -0
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/resource.py +1 -1
- pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/resource.py +1 -1
- pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20241101/__init__.py +26 -0
- pulumi_azure_native/resources/v20241101/_enums.py +74 -0
- pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
- pulumi_azure_native/resources/v20241101/deployment.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
- pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
- pulumi_azure_native/resources/v20241101/get_deployment.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
- pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
- pulumi_azure_native/resources/v20241101/get_resource_group.py +165 -0
- pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
- pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
- pulumi_azure_native/resources/v20241101/resource.py +485 -0
- pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
- pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/RECORD +342 -237
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['SqlSitesControllerArgs', 'SqlSitesController']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class SqlSitesControllerArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
site_name: pulumi.Input[str],
|
|
27
|
+
discovery_scenario: Optional[pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']]] = None,
|
|
28
|
+
site_appliance_properties_collection: Optional[pulumi.Input[Sequence[pulumi.Input['SiteAppliancePropertiesArgs']]]] = None,
|
|
29
|
+
sql_site_name: Optional[pulumi.Input[str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a SqlSitesController resource.
|
|
32
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
33
|
+
:param pulumi.Input[str] site_name: Site name
|
|
34
|
+
:param pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']] discovery_scenario: Gets or sets the discovery scenario.
|
|
35
|
+
:param pulumi.Input[Sequence[pulumi.Input['SiteAppliancePropertiesArgs']]] site_appliance_properties_collection: Gets or sets the appliance details used by service to communicate
|
|
36
|
+
|
|
37
|
+
to the appliance.
|
|
38
|
+
:param pulumi.Input[str] sql_site_name: SQL site name.
|
|
39
|
+
"""
|
|
40
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
41
|
+
pulumi.set(__self__, "site_name", site_name)
|
|
42
|
+
if discovery_scenario is not None:
|
|
43
|
+
pulumi.set(__self__, "discovery_scenario", discovery_scenario)
|
|
44
|
+
if site_appliance_properties_collection is not None:
|
|
45
|
+
pulumi.set(__self__, "site_appliance_properties_collection", site_appliance_properties_collection)
|
|
46
|
+
if sql_site_name is not None:
|
|
47
|
+
pulumi.set(__self__, "sql_site_name", sql_site_name)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="resourceGroupName")
|
|
51
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
52
|
+
"""
|
|
53
|
+
The name of the resource group. The name is case insensitive.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "resource_group_name")
|
|
56
|
+
|
|
57
|
+
@resource_group_name.setter
|
|
58
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
59
|
+
pulumi.set(self, "resource_group_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="siteName")
|
|
63
|
+
def site_name(self) -> pulumi.Input[str]:
|
|
64
|
+
"""
|
|
65
|
+
Site name
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "site_name")
|
|
68
|
+
|
|
69
|
+
@site_name.setter
|
|
70
|
+
def site_name(self, value: pulumi.Input[str]):
|
|
71
|
+
pulumi.set(self, "site_name", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="discoveryScenario")
|
|
75
|
+
def discovery_scenario(self) -> Optional[pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']]]:
|
|
76
|
+
"""
|
|
77
|
+
Gets or sets the discovery scenario.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "discovery_scenario")
|
|
80
|
+
|
|
81
|
+
@discovery_scenario.setter
|
|
82
|
+
def discovery_scenario(self, value: Optional[pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']]]):
|
|
83
|
+
pulumi.set(self, "discovery_scenario", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="siteAppliancePropertiesCollection")
|
|
87
|
+
def site_appliance_properties_collection(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SiteAppliancePropertiesArgs']]]]:
|
|
88
|
+
"""
|
|
89
|
+
Gets or sets the appliance details used by service to communicate
|
|
90
|
+
|
|
91
|
+
to the appliance.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "site_appliance_properties_collection")
|
|
94
|
+
|
|
95
|
+
@site_appliance_properties_collection.setter
|
|
96
|
+
def site_appliance_properties_collection(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SiteAppliancePropertiesArgs']]]]):
|
|
97
|
+
pulumi.set(self, "site_appliance_properties_collection", value)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="sqlSiteName")
|
|
101
|
+
def sql_site_name(self) -> Optional[pulumi.Input[str]]:
|
|
102
|
+
"""
|
|
103
|
+
SQL site name.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "sql_site_name")
|
|
106
|
+
|
|
107
|
+
@sql_site_name.setter
|
|
108
|
+
def sql_site_name(self, value: Optional[pulumi.Input[str]]):
|
|
109
|
+
pulumi.set(self, "sql_site_name", value)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
class SqlSitesController(pulumi.CustomResource):
|
|
113
|
+
@overload
|
|
114
|
+
def __init__(__self__,
|
|
115
|
+
resource_name: str,
|
|
116
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
117
|
+
discovery_scenario: Optional[pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']]] = None,
|
|
118
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
119
|
+
site_appliance_properties_collection: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SiteAppliancePropertiesArgs', 'SiteAppliancePropertiesArgsDict']]]]] = None,
|
|
120
|
+
site_name: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
sql_site_name: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
__props__=None):
|
|
123
|
+
"""
|
|
124
|
+
SQL site web model.
|
|
125
|
+
|
|
126
|
+
:param str resource_name: The name of the resource.
|
|
127
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
128
|
+
:param pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']] discovery_scenario: Gets or sets the discovery scenario.
|
|
129
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
130
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SiteAppliancePropertiesArgs', 'SiteAppliancePropertiesArgsDict']]]] site_appliance_properties_collection: Gets or sets the appliance details used by service to communicate
|
|
131
|
+
|
|
132
|
+
to the appliance.
|
|
133
|
+
:param pulumi.Input[str] site_name: Site name
|
|
134
|
+
:param pulumi.Input[str] sql_site_name: SQL site name.
|
|
135
|
+
"""
|
|
136
|
+
...
|
|
137
|
+
@overload
|
|
138
|
+
def __init__(__self__,
|
|
139
|
+
resource_name: str,
|
|
140
|
+
args: SqlSitesControllerArgs,
|
|
141
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
142
|
+
"""
|
|
143
|
+
SQL site web model.
|
|
144
|
+
|
|
145
|
+
:param str resource_name: The name of the resource.
|
|
146
|
+
:param SqlSitesControllerArgs args: The arguments to use to populate this resource's properties.
|
|
147
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
148
|
+
"""
|
|
149
|
+
...
|
|
150
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
151
|
+
resource_args, opts = _utilities.get_resource_args_opts(SqlSitesControllerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
152
|
+
if resource_args is not None:
|
|
153
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
154
|
+
else:
|
|
155
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
156
|
+
|
|
157
|
+
def _internal_init(__self__,
|
|
158
|
+
resource_name: str,
|
|
159
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
160
|
+
discovery_scenario: Optional[pulumi.Input[Union[str, 'SqlSitePropertiesDiscoveryScenario']]] = None,
|
|
161
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
162
|
+
site_appliance_properties_collection: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SiteAppliancePropertiesArgs', 'SiteAppliancePropertiesArgsDict']]]]] = None,
|
|
163
|
+
site_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
sql_site_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
__props__=None):
|
|
166
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
167
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
168
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
169
|
+
if opts.id is None:
|
|
170
|
+
if __props__ is not None:
|
|
171
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
172
|
+
__props__ = SqlSitesControllerArgs.__new__(SqlSitesControllerArgs)
|
|
173
|
+
|
|
174
|
+
__props__.__dict__["discovery_scenario"] = discovery_scenario
|
|
175
|
+
if resource_group_name is None and not opts.urn:
|
|
176
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
177
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
178
|
+
__props__.__dict__["site_appliance_properties_collection"] = site_appliance_properties_collection
|
|
179
|
+
if site_name is None and not opts.urn:
|
|
180
|
+
raise TypeError("Missing required property 'site_name'")
|
|
181
|
+
__props__.__dict__["site_name"] = site_name
|
|
182
|
+
__props__.__dict__["sql_site_name"] = sql_site_name
|
|
183
|
+
__props__.__dict__["name"] = None
|
|
184
|
+
__props__.__dict__["provisioning_state"] = None
|
|
185
|
+
__props__.__dict__["service_endpoint"] = None
|
|
186
|
+
__props__.__dict__["system_data"] = None
|
|
187
|
+
__props__.__dict__["type"] = None
|
|
188
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:offazure:SqlSitesController"), pulumi.Alias(type_="azure-native:offazure/v20230606:SqlSitesController"), pulumi.Alias(type_="azure-native:offazure/v20231001preview:SqlSitesController")])
|
|
189
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
190
|
+
super(SqlSitesController, __self__).__init__(
|
|
191
|
+
'azure-native:offazure/v20240501preview:SqlSitesController',
|
|
192
|
+
resource_name,
|
|
193
|
+
__props__,
|
|
194
|
+
opts)
|
|
195
|
+
|
|
196
|
+
@staticmethod
|
|
197
|
+
def get(resource_name: str,
|
|
198
|
+
id: pulumi.Input[str],
|
|
199
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SqlSitesController':
|
|
200
|
+
"""
|
|
201
|
+
Get an existing SqlSitesController resource's state with the given name, id, and optional extra
|
|
202
|
+
properties used to qualify the lookup.
|
|
203
|
+
|
|
204
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
205
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
206
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
207
|
+
"""
|
|
208
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
209
|
+
|
|
210
|
+
__props__ = SqlSitesControllerArgs.__new__(SqlSitesControllerArgs)
|
|
211
|
+
|
|
212
|
+
__props__.__dict__["discovery_scenario"] = None
|
|
213
|
+
__props__.__dict__["name"] = None
|
|
214
|
+
__props__.__dict__["provisioning_state"] = None
|
|
215
|
+
__props__.__dict__["service_endpoint"] = None
|
|
216
|
+
__props__.__dict__["site_appliance_properties_collection"] = None
|
|
217
|
+
__props__.__dict__["system_data"] = None
|
|
218
|
+
__props__.__dict__["type"] = None
|
|
219
|
+
return SqlSitesController(resource_name, opts=opts, __props__=__props__)
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="discoveryScenario")
|
|
223
|
+
def discovery_scenario(self) -> pulumi.Output[Optional[str]]:
|
|
224
|
+
"""
|
|
225
|
+
Gets or sets the discovery scenario.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "discovery_scenario")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def name(self) -> pulumi.Output[str]:
|
|
232
|
+
"""
|
|
233
|
+
The name of the resource
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "name")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="provisioningState")
|
|
239
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
240
|
+
"""
|
|
241
|
+
provisioning state enum
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "provisioning_state")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="serviceEndpoint")
|
|
247
|
+
def service_endpoint(self) -> pulumi.Output[str]:
|
|
248
|
+
"""
|
|
249
|
+
Gets the service endpoint.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "service_endpoint")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="siteAppliancePropertiesCollection")
|
|
255
|
+
def site_appliance_properties_collection(self) -> pulumi.Output[Optional[Sequence['outputs.SiteAppliancePropertiesResponse']]]:
|
|
256
|
+
"""
|
|
257
|
+
Gets or sets the appliance details used by service to communicate
|
|
258
|
+
|
|
259
|
+
to the appliance.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "site_appliance_properties_collection")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter(name="systemData")
|
|
265
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
266
|
+
"""
|
|
267
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "system_data")
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter
|
|
273
|
+
def type(self) -> pulumi.Output[str]:
|
|
274
|
+
"""
|
|
275
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "type")
|
|
278
|
+
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['VcenterControllerArgs', 'VcenterController']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class VcenterControllerArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
resource_group_name: pulumi.Input[str],
|
|
25
|
+
site_name: pulumi.Input[str],
|
|
26
|
+
fqdn: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
port: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
30
|
+
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
vcenter_name: Optional[pulumi.Input[str]] = None):
|
|
32
|
+
"""
|
|
33
|
+
The set of arguments for constructing a VcenterController resource.
|
|
34
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
35
|
+
:param pulumi.Input[str] site_name: Site name
|
|
36
|
+
:param pulumi.Input[str] fqdn: Gets or sets the FQDN/IPAddress of the vCenter.
|
|
37
|
+
:param pulumi.Input[str] friendly_name: Gets or sets the friendly name of the vCenter.
|
|
38
|
+
:param pulumi.Input[str] port: Gets or sets the port of the vCenter.
|
|
39
|
+
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: The status of the last operation.
|
|
40
|
+
:param pulumi.Input[str] run_as_account_id: Gets or sets the run as account ID of the vCenter.
|
|
41
|
+
:param pulumi.Input[str] vcenter_name: VCenters name
|
|
42
|
+
"""
|
|
43
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
44
|
+
pulumi.set(__self__, "site_name", site_name)
|
|
45
|
+
if fqdn is not None:
|
|
46
|
+
pulumi.set(__self__, "fqdn", fqdn)
|
|
47
|
+
if friendly_name is not None:
|
|
48
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
|
49
|
+
if port is not None:
|
|
50
|
+
pulumi.set(__self__, "port", port)
|
|
51
|
+
if provisioning_state is not None:
|
|
52
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
53
|
+
if run_as_account_id is not None:
|
|
54
|
+
pulumi.set(__self__, "run_as_account_id", run_as_account_id)
|
|
55
|
+
if vcenter_name is not None:
|
|
56
|
+
pulumi.set(__self__, "vcenter_name", vcenter_name)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="resourceGroupName")
|
|
60
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
61
|
+
"""
|
|
62
|
+
The name of the resource group. The name is case insensitive.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "resource_group_name")
|
|
65
|
+
|
|
66
|
+
@resource_group_name.setter
|
|
67
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
68
|
+
pulumi.set(self, "resource_group_name", value)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="siteName")
|
|
72
|
+
def site_name(self) -> pulumi.Input[str]:
|
|
73
|
+
"""
|
|
74
|
+
Site name
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "site_name")
|
|
77
|
+
|
|
78
|
+
@site_name.setter
|
|
79
|
+
def site_name(self, value: pulumi.Input[str]):
|
|
80
|
+
pulumi.set(self, "site_name", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def fqdn(self) -> Optional[pulumi.Input[str]]:
|
|
85
|
+
"""
|
|
86
|
+
Gets or sets the FQDN/IPAddress of the vCenter.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "fqdn")
|
|
89
|
+
|
|
90
|
+
@fqdn.setter
|
|
91
|
+
def fqdn(self, value: Optional[pulumi.Input[str]]):
|
|
92
|
+
pulumi.set(self, "fqdn", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="friendlyName")
|
|
96
|
+
def friendly_name(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
"""
|
|
98
|
+
Gets or sets the friendly name of the vCenter.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "friendly_name")
|
|
101
|
+
|
|
102
|
+
@friendly_name.setter
|
|
103
|
+
def friendly_name(self, value: Optional[pulumi.Input[str]]):
|
|
104
|
+
pulumi.set(self, "friendly_name", value)
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter
|
|
108
|
+
def port(self) -> Optional[pulumi.Input[str]]:
|
|
109
|
+
"""
|
|
110
|
+
Gets or sets the port of the vCenter.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "port")
|
|
113
|
+
|
|
114
|
+
@port.setter
|
|
115
|
+
def port(self, value: Optional[pulumi.Input[str]]):
|
|
116
|
+
pulumi.set(self, "port", value)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="provisioningState")
|
|
120
|
+
def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'ProvisioningState']]]:
|
|
121
|
+
"""
|
|
122
|
+
The status of the last operation.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "provisioning_state")
|
|
125
|
+
|
|
126
|
+
@provisioning_state.setter
|
|
127
|
+
def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'ProvisioningState']]]):
|
|
128
|
+
pulumi.set(self, "provisioning_state", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="runAsAccountId")
|
|
132
|
+
def run_as_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
133
|
+
"""
|
|
134
|
+
Gets or sets the run as account ID of the vCenter.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "run_as_account_id")
|
|
137
|
+
|
|
138
|
+
@run_as_account_id.setter
|
|
139
|
+
def run_as_account_id(self, value: Optional[pulumi.Input[str]]):
|
|
140
|
+
pulumi.set(self, "run_as_account_id", value)
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="vcenterName")
|
|
144
|
+
def vcenter_name(self) -> Optional[pulumi.Input[str]]:
|
|
145
|
+
"""
|
|
146
|
+
VCenters name
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "vcenter_name")
|
|
149
|
+
|
|
150
|
+
@vcenter_name.setter
|
|
151
|
+
def vcenter_name(self, value: Optional[pulumi.Input[str]]):
|
|
152
|
+
pulumi.set(self, "vcenter_name", value)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
class VcenterController(pulumi.CustomResource):
|
|
156
|
+
@overload
|
|
157
|
+
def __init__(__self__,
|
|
158
|
+
resource_name: str,
|
|
159
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
160
|
+
fqdn: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
162
|
+
port: Optional[pulumi.Input[str]] = None,
|
|
163
|
+
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
164
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
site_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
vcenter_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
__props__=None):
|
|
169
|
+
"""
|
|
170
|
+
A vcenter resource belonging to a site resource.
|
|
171
|
+
|
|
172
|
+
:param str resource_name: The name of the resource.
|
|
173
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
174
|
+
:param pulumi.Input[str] fqdn: Gets or sets the FQDN/IPAddress of the vCenter.
|
|
175
|
+
:param pulumi.Input[str] friendly_name: Gets or sets the friendly name of the vCenter.
|
|
176
|
+
:param pulumi.Input[str] port: Gets or sets the port of the vCenter.
|
|
177
|
+
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: The status of the last operation.
|
|
178
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
179
|
+
:param pulumi.Input[str] run_as_account_id: Gets or sets the run as account ID of the vCenter.
|
|
180
|
+
:param pulumi.Input[str] site_name: Site name
|
|
181
|
+
:param pulumi.Input[str] vcenter_name: VCenters name
|
|
182
|
+
"""
|
|
183
|
+
...
|
|
184
|
+
@overload
|
|
185
|
+
def __init__(__self__,
|
|
186
|
+
resource_name: str,
|
|
187
|
+
args: VcenterControllerArgs,
|
|
188
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
189
|
+
"""
|
|
190
|
+
A vcenter resource belonging to a site resource.
|
|
191
|
+
|
|
192
|
+
:param str resource_name: The name of the resource.
|
|
193
|
+
:param VcenterControllerArgs args: The arguments to use to populate this resource's properties.
|
|
194
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
195
|
+
"""
|
|
196
|
+
...
|
|
197
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
198
|
+
resource_args, opts = _utilities.get_resource_args_opts(VcenterControllerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
199
|
+
if resource_args is not None:
|
|
200
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
201
|
+
else:
|
|
202
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
203
|
+
|
|
204
|
+
def _internal_init(__self__,
|
|
205
|
+
resource_name: str,
|
|
206
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
207
|
+
fqdn: Optional[pulumi.Input[str]] = None,
|
|
208
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
209
|
+
port: Optional[pulumi.Input[str]] = None,
|
|
210
|
+
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
211
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
212
|
+
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
213
|
+
site_name: Optional[pulumi.Input[str]] = None,
|
|
214
|
+
vcenter_name: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
__props__=None):
|
|
216
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
217
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
218
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
219
|
+
if opts.id is None:
|
|
220
|
+
if __props__ is not None:
|
|
221
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
222
|
+
__props__ = VcenterControllerArgs.__new__(VcenterControllerArgs)
|
|
223
|
+
|
|
224
|
+
__props__.__dict__["fqdn"] = fqdn
|
|
225
|
+
__props__.__dict__["friendly_name"] = friendly_name
|
|
226
|
+
__props__.__dict__["port"] = port
|
|
227
|
+
__props__.__dict__["provisioning_state"] = provisioning_state
|
|
228
|
+
if resource_group_name is None and not opts.urn:
|
|
229
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
230
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
231
|
+
__props__.__dict__["run_as_account_id"] = run_as_account_id
|
|
232
|
+
if site_name is None and not opts.urn:
|
|
233
|
+
raise TypeError("Missing required property 'site_name'")
|
|
234
|
+
__props__.__dict__["site_name"] = site_name
|
|
235
|
+
__props__.__dict__["vcenter_name"] = vcenter_name
|
|
236
|
+
__props__.__dict__["created_timestamp"] = None
|
|
237
|
+
__props__.__dict__["errors"] = None
|
|
238
|
+
__props__.__dict__["instance_uuid"] = None
|
|
239
|
+
__props__.__dict__["name"] = None
|
|
240
|
+
__props__.__dict__["perf_statistics_level"] = None
|
|
241
|
+
__props__.__dict__["system_data"] = None
|
|
242
|
+
__props__.__dict__["type"] = None
|
|
243
|
+
__props__.__dict__["updated_timestamp"] = None
|
|
244
|
+
__props__.__dict__["version"] = None
|
|
245
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:offazure:VcenterController"), pulumi.Alias(type_="azure-native:offazure/v20200101:VcenterController"), pulumi.Alias(type_="azure-native:offazure/v20200707:VcenterController"), pulumi.Alias(type_="azure-native:offazure/v20230606:VcenterController"), pulumi.Alias(type_="azure-native:offazure/v20231001preview:VcenterController")])
|
|
246
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
247
|
+
super(VcenterController, __self__).__init__(
|
|
248
|
+
'azure-native:offazure/v20240501preview:VcenterController',
|
|
249
|
+
resource_name,
|
|
250
|
+
__props__,
|
|
251
|
+
opts)
|
|
252
|
+
|
|
253
|
+
@staticmethod
|
|
254
|
+
def get(resource_name: str,
|
|
255
|
+
id: pulumi.Input[str],
|
|
256
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'VcenterController':
|
|
257
|
+
"""
|
|
258
|
+
Get an existing VcenterController resource's state with the given name, id, and optional extra
|
|
259
|
+
properties used to qualify the lookup.
|
|
260
|
+
|
|
261
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
262
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
263
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
264
|
+
"""
|
|
265
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
266
|
+
|
|
267
|
+
__props__ = VcenterControllerArgs.__new__(VcenterControllerArgs)
|
|
268
|
+
|
|
269
|
+
__props__.__dict__["created_timestamp"] = None
|
|
270
|
+
__props__.__dict__["errors"] = None
|
|
271
|
+
__props__.__dict__["fqdn"] = None
|
|
272
|
+
__props__.__dict__["friendly_name"] = None
|
|
273
|
+
__props__.__dict__["instance_uuid"] = None
|
|
274
|
+
__props__.__dict__["name"] = None
|
|
275
|
+
__props__.__dict__["perf_statistics_level"] = None
|
|
276
|
+
__props__.__dict__["port"] = None
|
|
277
|
+
__props__.__dict__["provisioning_state"] = None
|
|
278
|
+
__props__.__dict__["run_as_account_id"] = None
|
|
279
|
+
__props__.__dict__["system_data"] = None
|
|
280
|
+
__props__.__dict__["type"] = None
|
|
281
|
+
__props__.__dict__["updated_timestamp"] = None
|
|
282
|
+
__props__.__dict__["version"] = None
|
|
283
|
+
return VcenterController(resource_name, opts=opts, __props__=__props__)
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
@pulumi.getter(name="createdTimestamp")
|
|
287
|
+
def created_timestamp(self) -> pulumi.Output[str]:
|
|
288
|
+
"""
|
|
289
|
+
Gets the timestamp marking vCenter creation.
|
|
290
|
+
"""
|
|
291
|
+
return pulumi.get(self, "created_timestamp")
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter
|
|
295
|
+
def errors(self) -> pulumi.Output[Sequence['outputs.HealthErrorDetailsResponse']]:
|
|
296
|
+
"""
|
|
297
|
+
Gets the errors.
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "errors")
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter
|
|
303
|
+
def fqdn(self) -> pulumi.Output[Optional[str]]:
|
|
304
|
+
"""
|
|
305
|
+
Gets or sets the FQDN/IPAddress of the vCenter.
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "fqdn")
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
@pulumi.getter(name="friendlyName")
|
|
311
|
+
def friendly_name(self) -> pulumi.Output[Optional[str]]:
|
|
312
|
+
"""
|
|
313
|
+
Gets or sets the friendly name of the vCenter.
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "friendly_name")
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter(name="instanceUuid")
|
|
319
|
+
def instance_uuid(self) -> pulumi.Output[str]:
|
|
320
|
+
"""
|
|
321
|
+
Gets the instance UUID of the vCenter.
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "instance_uuid")
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter
|
|
327
|
+
def name(self) -> pulumi.Output[str]:
|
|
328
|
+
"""
|
|
329
|
+
The name of the resource
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "name")
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="perfStatisticsLevel")
|
|
335
|
+
def perf_statistics_level(self) -> pulumi.Output[str]:
|
|
336
|
+
"""
|
|
337
|
+
Gets the performance statistics enabled on the vCenter.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "perf_statistics_level")
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter
|
|
343
|
+
def port(self) -> pulumi.Output[Optional[str]]:
|
|
344
|
+
"""
|
|
345
|
+
Gets or sets the port of the vCenter.
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "port")
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="provisioningState")
|
|
351
|
+
def provisioning_state(self) -> pulumi.Output[Optional[str]]:
|
|
352
|
+
"""
|
|
353
|
+
The status of the last operation.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "provisioning_state")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter(name="runAsAccountId")
|
|
359
|
+
def run_as_account_id(self) -> pulumi.Output[Optional[str]]:
|
|
360
|
+
"""
|
|
361
|
+
Gets or sets the run as account ID of the vCenter.
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "run_as_account_id")
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
@pulumi.getter(name="systemData")
|
|
367
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
368
|
+
"""
|
|
369
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "system_data")
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter
|
|
375
|
+
def type(self) -> pulumi.Output[str]:
|
|
376
|
+
"""
|
|
377
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "type")
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter(name="updatedTimestamp")
|
|
383
|
+
def updated_timestamp(self) -> pulumi.Output[str]:
|
|
384
|
+
"""
|
|
385
|
+
Gets the timestamp marking last updated on the vCenter.
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "updated_timestamp")
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter
|
|
391
|
+
def version(self) -> pulumi.Output[str]:
|
|
392
|
+
"""
|
|
393
|
+
Gets the version of the vCenter.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "version")
|
|
396
|
+
|