pulumi-azure-native 2.77.0__py3-none-any.whl → 2.77.0a1733768057__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 +0 -65
- pulumi_azure_native/automation/__init__.py +0 -3
- 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 +0 -4
- 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 +0 -4
- 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 +0 -4
- 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 +1 -5
- 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 +1 -5
- 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/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 +0 -20
- pulumi_azure_native/datafactory/outputs.py +0 -14
- pulumi_azure_native/datafactory/v20180601/_inputs.py +0 -20
- pulumi_azure_native/datafactory/v20180601/outputs.py +0 -14
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
- pulumi_azure_native/offazure/__init__.py +0 -3
- 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/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 +0 -1
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +0 -20
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +0 -14
- pulumi_azure_native/resources/__init__.py +0 -3
- 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-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733768057.dist-info}/METADATA +7 -1
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733768057.dist-info}/RECORD +237 -342
- pulumi_azure_native/automation/v20241023/__init__.py +0 -58
- pulumi_azure_native/automation/v20241023/_enums.py +0 -157
- pulumi_azure_native/automation/v20241023/_inputs.py +0 -2602
- pulumi_azure_native/automation/v20241023/automation_account.py +0 -473
- pulumi_azure_native/automation/v20241023/certificate.py +0 -348
- pulumi_azure_native/automation/v20241023/connection.py +0 -319
- pulumi_azure_native/automation/v20241023/connection_type.py +0 -290
- pulumi_azure_native/automation/v20241023/credential.py +0 -310
- pulumi_azure_native/automation/v20241023/dsc_configuration.py +0 -476
- pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +0 -350
- pulumi_azure_native/automation/v20241023/get_automation_account.py +0 -339
- pulumi_azure_native/automation/v20241023/get_certificate.py +0 -219
- pulumi_azure_native/automation/v20241023/get_connection.py +0 -205
- pulumi_azure_native/automation/v20241023/get_connection_type.py +0 -191
- pulumi_azure_native/automation/v20241023/get_credential.py +0 -191
- pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +0 -317
- pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +0 -219
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +0 -253
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +0 -191
- pulumi_azure_native/automation/v20241023/get_job_schedule.py +0 -191
- pulumi_azure_native/automation/v20241023/get_module.py +0 -331
- pulumi_azure_native/automation/v20241023/get_package.py +0 -267
- pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +0 -177
- pulumi_azure_native/automation/v20241023/get_python2_package.py +0 -331
- pulumi_azure_native/automation/v20241023/get_python3_package.py +0 -331
- pulumi_azure_native/automation/v20241023/get_runbook.py +0 -401
- pulumi_azure_native/automation/v20241023/get_runtime_environment.py +0 -219
- pulumi_azure_native/automation/v20241023/get_schedule.py +0 -331
- pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +0 -247
- pulumi_azure_native/automation/v20241023/get_source_control.py +0 -261
- pulumi_azure_native/automation/v20241023/get_variable.py +0 -205
- pulumi_azure_native/automation/v20241023/get_watcher.py +0 -303
- pulumi_azure_native/automation/v20241023/get_webhook.py +0 -289
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +0 -310
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +0 -269
- pulumi_azure_native/automation/v20241023/job_schedule.py +0 -308
- pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +0 -101
- pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +0 -84
- pulumi_azure_native/automation/v20241023/module.py +0 -408
- pulumi_azure_native/automation/v20241023/outputs.py +0 -2492
- pulumi_azure_native/automation/v20241023/package.py +0 -341
- pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +0 -278
- pulumi_azure_native/automation/v20241023/python2_package.py +0 -370
- pulumi_azure_native/automation/v20241023/python3_package.py +0 -370
- pulumi_azure_native/automation/v20241023/runbook.py +0 -592
- pulumi_azure_native/automation/v20241023/runtime_environment.py +0 -364
- pulumi_azure_native/automation/v20241023/schedule.py +0 -487
- pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +0 -350
- pulumi_azure_native/automation/v20241023/source_control.py +0 -435
- pulumi_azure_native/automation/v20241023/variable.py +0 -317
- pulumi_azure_native/automation/v20241023/watcher.py +0 -443
- pulumi_azure_native/automation/v20241023/webhook.py +0 -435
- pulumi_azure_native/offazure/v20240501preview/__init__.py +0 -39
- pulumi_azure_native/offazure/v20240501preview/_enums.py +0 -115
- pulumi_azure_native/offazure/v20240501preview/_inputs.py +0 -410
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +0 -261
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +0 -233
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +0 -257
- pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +0 -213
- pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +0 -258
- pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +0 -191
- pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +0 -257
- pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +0 -271
- pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +0 -169
- pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +0 -193
- pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +0 -289
- pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +0 -169
- pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +0 -193
- pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +0 -357
- pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +0 -318
- pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +0 -402
- pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +0 -306
- pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +0 -101
- pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +0 -101
- pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +0 -101
- pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +0 -386
- pulumi_azure_native/offazure/v20240501preview/outputs.py +0 -972
- pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +0 -251
- pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +0 -382
- pulumi_azure_native/offazure/v20240501preview/sites_controller.py +0 -392
- pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +0 -250
- pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +0 -278
- pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +0 -396
- pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +0 -250
- pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +0 -278
- pulumi_azure_native/resources/v20241101/__init__.py +0 -26
- pulumi_azure_native/resources/v20241101/_enums.py +0 -74
- pulumi_azure_native/resources/v20241101/_inputs.py +0 -1102
- pulumi_azure_native/resources/v20241101/deployment.py +0 -249
- pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +0 -249
- pulumi_azure_native/resources/v20241101/deployment_at_scope.py +0 -249
- pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +0 -228
- pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +0 -228
- pulumi_azure_native/resources/v20241101/get_deployment.py +0 -157
- pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +0 -157
- pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +0 -157
- pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +0 -151
- pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +0 -151
- pulumi_azure_native/resources/v20241101/get_resource.py +0 -259
- pulumi_azure_native/resources/v20241101/get_resource_group.py +0 -165
- pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +0 -123
- pulumi_azure_native/resources/v20241101/outputs.py +0 -1952
- pulumi_azure_native/resources/v20241101/resource.py +0 -485
- pulumi_azure_native/resources/v20241101/resource_group.py +0 -235
- pulumi_azure_native/resources/v20241101/tag_at_scope.py +0 -170
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733768057.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733768057.dist-info}/top_level.txt +0 -0
|
@@ -1,357 +0,0 @@
|
|
|
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__ = ['HypervClusterControllerClusterArgs', 'HypervClusterControllerCluster']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class HypervClusterControllerClusterArgs:
|
|
23
|
-
def __init__(__self__, *,
|
|
24
|
-
resource_group_name: pulumi.Input[str],
|
|
25
|
-
site_name: pulumi.Input[str],
|
|
26
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
fqdn: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
host_fqdn_list: Optional[pulumi.Input[Sequence[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
|
-
"""
|
|
32
|
-
The set of arguments for constructing a HypervClusterControllerCluster resource.
|
|
33
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
34
|
-
:param pulumi.Input[str] site_name: Site name
|
|
35
|
-
:param pulumi.Input[str] cluster_name: Cluster ARM name
|
|
36
|
-
:param pulumi.Input[str] fqdn: Gets or sets the FQDN/IPAddress of the Hyper-V cluster.
|
|
37
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] host_fqdn_list: Gets or sets list of hosts (FQDN) currently being tracked by the cluster.
|
|
38
|
-
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: The status of the last operation.
|
|
39
|
-
:param pulumi.Input[str] run_as_account_id: Gets or sets Run as account ID of the Hyper-V cluster.
|
|
40
|
-
"""
|
|
41
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
42
|
-
pulumi.set(__self__, "site_name", site_name)
|
|
43
|
-
if cluster_name is not None:
|
|
44
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
45
|
-
if fqdn is not None:
|
|
46
|
-
pulumi.set(__self__, "fqdn", fqdn)
|
|
47
|
-
if host_fqdn_list is not None:
|
|
48
|
-
pulumi.set(__self__, "host_fqdn_list", host_fqdn_list)
|
|
49
|
-
if provisioning_state is not None:
|
|
50
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
51
|
-
if run_as_account_id is not None:
|
|
52
|
-
pulumi.set(__self__, "run_as_account_id", run_as_account_id)
|
|
53
|
-
|
|
54
|
-
@property
|
|
55
|
-
@pulumi.getter(name="resourceGroupName")
|
|
56
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
57
|
-
"""
|
|
58
|
-
The name of the resource group. The name is case insensitive.
|
|
59
|
-
"""
|
|
60
|
-
return pulumi.get(self, "resource_group_name")
|
|
61
|
-
|
|
62
|
-
@resource_group_name.setter
|
|
63
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
64
|
-
pulumi.set(self, "resource_group_name", value)
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter(name="siteName")
|
|
68
|
-
def site_name(self) -> pulumi.Input[str]:
|
|
69
|
-
"""
|
|
70
|
-
Site name
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "site_name")
|
|
73
|
-
|
|
74
|
-
@site_name.setter
|
|
75
|
-
def site_name(self, value: pulumi.Input[str]):
|
|
76
|
-
pulumi.set(self, "site_name", value)
|
|
77
|
-
|
|
78
|
-
@property
|
|
79
|
-
@pulumi.getter(name="clusterName")
|
|
80
|
-
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
-
"""
|
|
82
|
-
Cluster ARM name
|
|
83
|
-
"""
|
|
84
|
-
return pulumi.get(self, "cluster_name")
|
|
85
|
-
|
|
86
|
-
@cluster_name.setter
|
|
87
|
-
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
88
|
-
pulumi.set(self, "cluster_name", value)
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter
|
|
92
|
-
def fqdn(self) -> Optional[pulumi.Input[str]]:
|
|
93
|
-
"""
|
|
94
|
-
Gets or sets the FQDN/IPAddress of the Hyper-V cluster.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "fqdn")
|
|
97
|
-
|
|
98
|
-
@fqdn.setter
|
|
99
|
-
def fqdn(self, value: Optional[pulumi.Input[str]]):
|
|
100
|
-
pulumi.set(self, "fqdn", value)
|
|
101
|
-
|
|
102
|
-
@property
|
|
103
|
-
@pulumi.getter(name="hostFqdnList")
|
|
104
|
-
def host_fqdn_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
105
|
-
"""
|
|
106
|
-
Gets or sets list of hosts (FQDN) currently being tracked by the cluster.
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "host_fqdn_list")
|
|
109
|
-
|
|
110
|
-
@host_fqdn_list.setter
|
|
111
|
-
def host_fqdn_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
112
|
-
pulumi.set(self, "host_fqdn_list", value)
|
|
113
|
-
|
|
114
|
-
@property
|
|
115
|
-
@pulumi.getter(name="provisioningState")
|
|
116
|
-
def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'ProvisioningState']]]:
|
|
117
|
-
"""
|
|
118
|
-
The status of the last operation.
|
|
119
|
-
"""
|
|
120
|
-
return pulumi.get(self, "provisioning_state")
|
|
121
|
-
|
|
122
|
-
@provisioning_state.setter
|
|
123
|
-
def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'ProvisioningState']]]):
|
|
124
|
-
pulumi.set(self, "provisioning_state", value)
|
|
125
|
-
|
|
126
|
-
@property
|
|
127
|
-
@pulumi.getter(name="runAsAccountId")
|
|
128
|
-
def run_as_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
129
|
-
"""
|
|
130
|
-
Gets or sets Run as account ID of the Hyper-V cluster.
|
|
131
|
-
"""
|
|
132
|
-
return pulumi.get(self, "run_as_account_id")
|
|
133
|
-
|
|
134
|
-
@run_as_account_id.setter
|
|
135
|
-
def run_as_account_id(self, value: Optional[pulumi.Input[str]]):
|
|
136
|
-
pulumi.set(self, "run_as_account_id", value)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
class HypervClusterControllerCluster(pulumi.CustomResource):
|
|
140
|
-
@overload
|
|
141
|
-
def __init__(__self__,
|
|
142
|
-
resource_name: str,
|
|
143
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
144
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
-
fqdn: Optional[pulumi.Input[str]] = None,
|
|
146
|
-
host_fqdn_list: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
147
|
-
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
148
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
149
|
-
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
150
|
-
site_name: Optional[pulumi.Input[str]] = None,
|
|
151
|
-
__props__=None):
|
|
152
|
-
"""
|
|
153
|
-
A cluster resource belonging to a site resource.
|
|
154
|
-
|
|
155
|
-
:param str resource_name: The name of the resource.
|
|
156
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
157
|
-
:param pulumi.Input[str] cluster_name: Cluster ARM name
|
|
158
|
-
:param pulumi.Input[str] fqdn: Gets or sets the FQDN/IPAddress of the Hyper-V cluster.
|
|
159
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] host_fqdn_list: Gets or sets list of hosts (FQDN) currently being tracked by the cluster.
|
|
160
|
-
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: The status of the last operation.
|
|
161
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
162
|
-
:param pulumi.Input[str] run_as_account_id: Gets or sets Run as account ID of the Hyper-V cluster.
|
|
163
|
-
:param pulumi.Input[str] site_name: Site name
|
|
164
|
-
"""
|
|
165
|
-
...
|
|
166
|
-
@overload
|
|
167
|
-
def __init__(__self__,
|
|
168
|
-
resource_name: str,
|
|
169
|
-
args: HypervClusterControllerClusterArgs,
|
|
170
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
171
|
-
"""
|
|
172
|
-
A cluster resource belonging to a site resource.
|
|
173
|
-
|
|
174
|
-
:param str resource_name: The name of the resource.
|
|
175
|
-
:param HypervClusterControllerClusterArgs args: The arguments to use to populate this resource's properties.
|
|
176
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
177
|
-
"""
|
|
178
|
-
...
|
|
179
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
180
|
-
resource_args, opts = _utilities.get_resource_args_opts(HypervClusterControllerClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
181
|
-
if resource_args is not None:
|
|
182
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
183
|
-
else:
|
|
184
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
185
|
-
|
|
186
|
-
def _internal_init(__self__,
|
|
187
|
-
resource_name: str,
|
|
188
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
189
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
190
|
-
fqdn: Optional[pulumi.Input[str]] = None,
|
|
191
|
-
host_fqdn_list: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
192
|
-
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
193
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
-
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
195
|
-
site_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
-
__props__=None):
|
|
197
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
198
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
199
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
200
|
-
if opts.id is None:
|
|
201
|
-
if __props__ is not None:
|
|
202
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
203
|
-
__props__ = HypervClusterControllerClusterArgs.__new__(HypervClusterControllerClusterArgs)
|
|
204
|
-
|
|
205
|
-
__props__.__dict__["cluster_name"] = cluster_name
|
|
206
|
-
__props__.__dict__["fqdn"] = fqdn
|
|
207
|
-
__props__.__dict__["host_fqdn_list"] = host_fqdn_list
|
|
208
|
-
__props__.__dict__["provisioning_state"] = provisioning_state
|
|
209
|
-
if resource_group_name is None and not opts.urn:
|
|
210
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
211
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
212
|
-
__props__.__dict__["run_as_account_id"] = run_as_account_id
|
|
213
|
-
if site_name is None and not opts.urn:
|
|
214
|
-
raise TypeError("Missing required property 'site_name'")
|
|
215
|
-
__props__.__dict__["site_name"] = site_name
|
|
216
|
-
__props__.__dict__["created_timestamp"] = None
|
|
217
|
-
__props__.__dict__["errors"] = None
|
|
218
|
-
__props__.__dict__["functional_level"] = None
|
|
219
|
-
__props__.__dict__["name"] = None
|
|
220
|
-
__props__.__dict__["status"] = None
|
|
221
|
-
__props__.__dict__["system_data"] = None
|
|
222
|
-
__props__.__dict__["type"] = None
|
|
223
|
-
__props__.__dict__["updated_timestamp"] = None
|
|
224
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:offazure:HypervClusterControllerCluster"), pulumi.Alias(type_="azure-native:offazure/v20230606:HypervClusterControllerCluster"), pulumi.Alias(type_="azure-native:offazure/v20231001preview:HypervClusterControllerCluster")])
|
|
225
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
226
|
-
super(HypervClusterControllerCluster, __self__).__init__(
|
|
227
|
-
'azure-native:offazure/v20240501preview:HypervClusterControllerCluster',
|
|
228
|
-
resource_name,
|
|
229
|
-
__props__,
|
|
230
|
-
opts)
|
|
231
|
-
|
|
232
|
-
@staticmethod
|
|
233
|
-
def get(resource_name: str,
|
|
234
|
-
id: pulumi.Input[str],
|
|
235
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'HypervClusterControllerCluster':
|
|
236
|
-
"""
|
|
237
|
-
Get an existing HypervClusterControllerCluster resource's state with the given name, id, and optional extra
|
|
238
|
-
properties used to qualify the lookup.
|
|
239
|
-
|
|
240
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
241
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
242
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
243
|
-
"""
|
|
244
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
245
|
-
|
|
246
|
-
__props__ = HypervClusterControllerClusterArgs.__new__(HypervClusterControllerClusterArgs)
|
|
247
|
-
|
|
248
|
-
__props__.__dict__["created_timestamp"] = None
|
|
249
|
-
__props__.__dict__["errors"] = None
|
|
250
|
-
__props__.__dict__["fqdn"] = None
|
|
251
|
-
__props__.__dict__["functional_level"] = None
|
|
252
|
-
__props__.__dict__["host_fqdn_list"] = None
|
|
253
|
-
__props__.__dict__["name"] = None
|
|
254
|
-
__props__.__dict__["provisioning_state"] = None
|
|
255
|
-
__props__.__dict__["run_as_account_id"] = None
|
|
256
|
-
__props__.__dict__["status"] = None
|
|
257
|
-
__props__.__dict__["system_data"] = None
|
|
258
|
-
__props__.__dict__["type"] = None
|
|
259
|
-
__props__.__dict__["updated_timestamp"] = None
|
|
260
|
-
return HypervClusterControllerCluster(resource_name, opts=opts, __props__=__props__)
|
|
261
|
-
|
|
262
|
-
@property
|
|
263
|
-
@pulumi.getter(name="createdTimestamp")
|
|
264
|
-
def created_timestamp(self) -> pulumi.Output[str]:
|
|
265
|
-
"""
|
|
266
|
-
Gets the timestamp marking Hyper-V cluster creation.
|
|
267
|
-
"""
|
|
268
|
-
return pulumi.get(self, "created_timestamp")
|
|
269
|
-
|
|
270
|
-
@property
|
|
271
|
-
@pulumi.getter
|
|
272
|
-
def errors(self) -> pulumi.Output[Sequence['outputs.HealthErrorDetailsResponse']]:
|
|
273
|
-
"""
|
|
274
|
-
Gets the errors.
|
|
275
|
-
"""
|
|
276
|
-
return pulumi.get(self, "errors")
|
|
277
|
-
|
|
278
|
-
@property
|
|
279
|
-
@pulumi.getter
|
|
280
|
-
def fqdn(self) -> pulumi.Output[Optional[str]]:
|
|
281
|
-
"""
|
|
282
|
-
Gets or sets the FQDN/IPAddress of the Hyper-V cluster.
|
|
283
|
-
"""
|
|
284
|
-
return pulumi.get(self, "fqdn")
|
|
285
|
-
|
|
286
|
-
@property
|
|
287
|
-
@pulumi.getter(name="functionalLevel")
|
|
288
|
-
def functional_level(self) -> pulumi.Output[int]:
|
|
289
|
-
"""
|
|
290
|
-
Gets the functional level of the Hyper-V cluster.
|
|
291
|
-
"""
|
|
292
|
-
return pulumi.get(self, "functional_level")
|
|
293
|
-
|
|
294
|
-
@property
|
|
295
|
-
@pulumi.getter(name="hostFqdnList")
|
|
296
|
-
def host_fqdn_list(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
297
|
-
"""
|
|
298
|
-
Gets or sets list of hosts (FQDN) currently being tracked by the cluster.
|
|
299
|
-
"""
|
|
300
|
-
return pulumi.get(self, "host_fqdn_list")
|
|
301
|
-
|
|
302
|
-
@property
|
|
303
|
-
@pulumi.getter
|
|
304
|
-
def name(self) -> pulumi.Output[str]:
|
|
305
|
-
"""
|
|
306
|
-
The name of the resource
|
|
307
|
-
"""
|
|
308
|
-
return pulumi.get(self, "name")
|
|
309
|
-
|
|
310
|
-
@property
|
|
311
|
-
@pulumi.getter(name="provisioningState")
|
|
312
|
-
def provisioning_state(self) -> pulumi.Output[Optional[str]]:
|
|
313
|
-
"""
|
|
314
|
-
The status of the last operation.
|
|
315
|
-
"""
|
|
316
|
-
return pulumi.get(self, "provisioning_state")
|
|
317
|
-
|
|
318
|
-
@property
|
|
319
|
-
@pulumi.getter(name="runAsAccountId")
|
|
320
|
-
def run_as_account_id(self) -> pulumi.Output[Optional[str]]:
|
|
321
|
-
"""
|
|
322
|
-
Gets or sets Run as account ID of the Hyper-V cluster.
|
|
323
|
-
"""
|
|
324
|
-
return pulumi.get(self, "run_as_account_id")
|
|
325
|
-
|
|
326
|
-
@property
|
|
327
|
-
@pulumi.getter
|
|
328
|
-
def status(self) -> pulumi.Output[str]:
|
|
329
|
-
"""
|
|
330
|
-
Gets the status of the Hyper-V cluster.
|
|
331
|
-
"""
|
|
332
|
-
return pulumi.get(self, "status")
|
|
333
|
-
|
|
334
|
-
@property
|
|
335
|
-
@pulumi.getter(name="systemData")
|
|
336
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
337
|
-
"""
|
|
338
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
339
|
-
"""
|
|
340
|
-
return pulumi.get(self, "system_data")
|
|
341
|
-
|
|
342
|
-
@property
|
|
343
|
-
@pulumi.getter
|
|
344
|
-
def type(self) -> pulumi.Output[str]:
|
|
345
|
-
"""
|
|
346
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
347
|
-
"""
|
|
348
|
-
return pulumi.get(self, "type")
|
|
349
|
-
|
|
350
|
-
@property
|
|
351
|
-
@pulumi.getter(name="updatedTimestamp")
|
|
352
|
-
def updated_timestamp(self) -> pulumi.Output[str]:
|
|
353
|
-
"""
|
|
354
|
-
Gets the timestamp marking last updated on the Hyper-V cluster.
|
|
355
|
-
"""
|
|
356
|
-
return pulumi.get(self, "updated_timestamp")
|
|
357
|
-
|
|
@@ -1,318 +0,0 @@
|
|
|
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__ = ['HypervHostControllerArgs', 'HypervHostController']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class HypervHostControllerArgs:
|
|
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
|
-
host_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
29
|
-
run_as_account_id: Optional[pulumi.Input[str]] = None):
|
|
30
|
-
"""
|
|
31
|
-
The set of arguments for constructing a HypervHostController 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[str] fqdn: Gets or sets the FQDN/IPAddress of the Hyper-V host.
|
|
35
|
-
:param pulumi.Input[str] host_name: Host name
|
|
36
|
-
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: The status of the last operation.
|
|
37
|
-
:param pulumi.Input[str] run_as_account_id: Gets or sets the run as account ID of the Hyper-V host.
|
|
38
|
-
"""
|
|
39
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
-
pulumi.set(__self__, "site_name", site_name)
|
|
41
|
-
if fqdn is not None:
|
|
42
|
-
pulumi.set(__self__, "fqdn", fqdn)
|
|
43
|
-
if host_name is not None:
|
|
44
|
-
pulumi.set(__self__, "host_name", host_name)
|
|
45
|
-
if provisioning_state is not None:
|
|
46
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
47
|
-
if run_as_account_id is not None:
|
|
48
|
-
pulumi.set(__self__, "run_as_account_id", run_as_account_id)
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter(name="resourceGroupName")
|
|
52
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
53
|
-
"""
|
|
54
|
-
The name of the resource group. The name is case insensitive.
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "resource_group_name")
|
|
57
|
-
|
|
58
|
-
@resource_group_name.setter
|
|
59
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
60
|
-
pulumi.set(self, "resource_group_name", value)
|
|
61
|
-
|
|
62
|
-
@property
|
|
63
|
-
@pulumi.getter(name="siteName")
|
|
64
|
-
def site_name(self) -> pulumi.Input[str]:
|
|
65
|
-
"""
|
|
66
|
-
Site name
|
|
67
|
-
"""
|
|
68
|
-
return pulumi.get(self, "site_name")
|
|
69
|
-
|
|
70
|
-
@site_name.setter
|
|
71
|
-
def site_name(self, value: pulumi.Input[str]):
|
|
72
|
-
pulumi.set(self, "site_name", value)
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def fqdn(self) -> Optional[pulumi.Input[str]]:
|
|
77
|
-
"""
|
|
78
|
-
Gets or sets the FQDN/IPAddress of the Hyper-V host.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "fqdn")
|
|
81
|
-
|
|
82
|
-
@fqdn.setter
|
|
83
|
-
def fqdn(self, value: Optional[pulumi.Input[str]]):
|
|
84
|
-
pulumi.set(self, "fqdn", value)
|
|
85
|
-
|
|
86
|
-
@property
|
|
87
|
-
@pulumi.getter(name="hostName")
|
|
88
|
-
def host_name(self) -> Optional[pulumi.Input[str]]:
|
|
89
|
-
"""
|
|
90
|
-
Host name
|
|
91
|
-
"""
|
|
92
|
-
return pulumi.get(self, "host_name")
|
|
93
|
-
|
|
94
|
-
@host_name.setter
|
|
95
|
-
def host_name(self, value: Optional[pulumi.Input[str]]):
|
|
96
|
-
pulumi.set(self, "host_name", value)
|
|
97
|
-
|
|
98
|
-
@property
|
|
99
|
-
@pulumi.getter(name="provisioningState")
|
|
100
|
-
def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'ProvisioningState']]]:
|
|
101
|
-
"""
|
|
102
|
-
The status of the last operation.
|
|
103
|
-
"""
|
|
104
|
-
return pulumi.get(self, "provisioning_state")
|
|
105
|
-
|
|
106
|
-
@provisioning_state.setter
|
|
107
|
-
def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'ProvisioningState']]]):
|
|
108
|
-
pulumi.set(self, "provisioning_state", value)
|
|
109
|
-
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter(name="runAsAccountId")
|
|
112
|
-
def run_as_account_id(self) -> Optional[pulumi.Input[str]]:
|
|
113
|
-
"""
|
|
114
|
-
Gets or sets the run as account ID of the Hyper-V host.
|
|
115
|
-
"""
|
|
116
|
-
return pulumi.get(self, "run_as_account_id")
|
|
117
|
-
|
|
118
|
-
@run_as_account_id.setter
|
|
119
|
-
def run_as_account_id(self, value: Optional[pulumi.Input[str]]):
|
|
120
|
-
pulumi.set(self, "run_as_account_id", value)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
class HypervHostController(pulumi.CustomResource):
|
|
124
|
-
@overload
|
|
125
|
-
def __init__(__self__,
|
|
126
|
-
resource_name: str,
|
|
127
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
128
|
-
fqdn: Optional[pulumi.Input[str]] = None,
|
|
129
|
-
host_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
-
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
131
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
site_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
__props__=None):
|
|
135
|
-
"""
|
|
136
|
-
A host resource belonging to a site resource.
|
|
137
|
-
|
|
138
|
-
:param str resource_name: The name of the resource.
|
|
139
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
140
|
-
:param pulumi.Input[str] fqdn: Gets or sets the FQDN/IPAddress of the Hyper-V host.
|
|
141
|
-
:param pulumi.Input[str] host_name: Host name
|
|
142
|
-
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: The status of the last operation.
|
|
143
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
144
|
-
:param pulumi.Input[str] run_as_account_id: Gets or sets the run as account ID of the Hyper-V host.
|
|
145
|
-
:param pulumi.Input[str] site_name: Site name
|
|
146
|
-
"""
|
|
147
|
-
...
|
|
148
|
-
@overload
|
|
149
|
-
def __init__(__self__,
|
|
150
|
-
resource_name: str,
|
|
151
|
-
args: HypervHostControllerArgs,
|
|
152
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
153
|
-
"""
|
|
154
|
-
A host resource belonging to a site resource.
|
|
155
|
-
|
|
156
|
-
:param str resource_name: The name of the resource.
|
|
157
|
-
:param HypervHostControllerArgs args: The arguments to use to populate this resource's properties.
|
|
158
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
159
|
-
"""
|
|
160
|
-
...
|
|
161
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
162
|
-
resource_args, opts = _utilities.get_resource_args_opts(HypervHostControllerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
163
|
-
if resource_args is not None:
|
|
164
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
165
|
-
else:
|
|
166
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
167
|
-
|
|
168
|
-
def _internal_init(__self__,
|
|
169
|
-
resource_name: str,
|
|
170
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
171
|
-
fqdn: Optional[pulumi.Input[str]] = None,
|
|
172
|
-
host_name: Optional[pulumi.Input[str]] = None,
|
|
173
|
-
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
174
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
175
|
-
run_as_account_id: Optional[pulumi.Input[str]] = None,
|
|
176
|
-
site_name: Optional[pulumi.Input[str]] = None,
|
|
177
|
-
__props__=None):
|
|
178
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
179
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
180
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
181
|
-
if opts.id is None:
|
|
182
|
-
if __props__ is not None:
|
|
183
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
184
|
-
__props__ = HypervHostControllerArgs.__new__(HypervHostControllerArgs)
|
|
185
|
-
|
|
186
|
-
__props__.__dict__["fqdn"] = fqdn
|
|
187
|
-
__props__.__dict__["host_name"] = host_name
|
|
188
|
-
__props__.__dict__["provisioning_state"] = provisioning_state
|
|
189
|
-
if resource_group_name is None and not opts.urn:
|
|
190
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
191
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
192
|
-
__props__.__dict__["run_as_account_id"] = run_as_account_id
|
|
193
|
-
if site_name is None and not opts.urn:
|
|
194
|
-
raise TypeError("Missing required property 'site_name'")
|
|
195
|
-
__props__.__dict__["site_name"] = site_name
|
|
196
|
-
__props__.__dict__["created_timestamp"] = None
|
|
197
|
-
__props__.__dict__["errors"] = None
|
|
198
|
-
__props__.__dict__["name"] = None
|
|
199
|
-
__props__.__dict__["system_data"] = None
|
|
200
|
-
__props__.__dict__["type"] = None
|
|
201
|
-
__props__.__dict__["updated_timestamp"] = None
|
|
202
|
-
__props__.__dict__["version"] = None
|
|
203
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:offazure:HypervHostController"), pulumi.Alias(type_="azure-native:offazure/v20230606:HypervHostController"), pulumi.Alias(type_="azure-native:offazure/v20231001preview:HypervHostController")])
|
|
204
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
205
|
-
super(HypervHostController, __self__).__init__(
|
|
206
|
-
'azure-native:offazure/v20240501preview:HypervHostController',
|
|
207
|
-
resource_name,
|
|
208
|
-
__props__,
|
|
209
|
-
opts)
|
|
210
|
-
|
|
211
|
-
@staticmethod
|
|
212
|
-
def get(resource_name: str,
|
|
213
|
-
id: pulumi.Input[str],
|
|
214
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'HypervHostController':
|
|
215
|
-
"""
|
|
216
|
-
Get an existing HypervHostController resource's state with the given name, id, and optional extra
|
|
217
|
-
properties used to qualify the lookup.
|
|
218
|
-
|
|
219
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
220
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
221
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
222
|
-
"""
|
|
223
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
224
|
-
|
|
225
|
-
__props__ = HypervHostControllerArgs.__new__(HypervHostControllerArgs)
|
|
226
|
-
|
|
227
|
-
__props__.__dict__["created_timestamp"] = None
|
|
228
|
-
__props__.__dict__["errors"] = None
|
|
229
|
-
__props__.__dict__["fqdn"] = None
|
|
230
|
-
__props__.__dict__["name"] = None
|
|
231
|
-
__props__.__dict__["provisioning_state"] = None
|
|
232
|
-
__props__.__dict__["run_as_account_id"] = None
|
|
233
|
-
__props__.__dict__["system_data"] = None
|
|
234
|
-
__props__.__dict__["type"] = None
|
|
235
|
-
__props__.__dict__["updated_timestamp"] = None
|
|
236
|
-
__props__.__dict__["version"] = None
|
|
237
|
-
return HypervHostController(resource_name, opts=opts, __props__=__props__)
|
|
238
|
-
|
|
239
|
-
@property
|
|
240
|
-
@pulumi.getter(name="createdTimestamp")
|
|
241
|
-
def created_timestamp(self) -> pulumi.Output[str]:
|
|
242
|
-
"""
|
|
243
|
-
Gets the timestamp marking Hyper-V host creation.
|
|
244
|
-
"""
|
|
245
|
-
return pulumi.get(self, "created_timestamp")
|
|
246
|
-
|
|
247
|
-
@property
|
|
248
|
-
@pulumi.getter
|
|
249
|
-
def errors(self) -> pulumi.Output[Sequence['outputs.HealthErrorDetailsResponse']]:
|
|
250
|
-
"""
|
|
251
|
-
Gets the errors.
|
|
252
|
-
"""
|
|
253
|
-
return pulumi.get(self, "errors")
|
|
254
|
-
|
|
255
|
-
@property
|
|
256
|
-
@pulumi.getter
|
|
257
|
-
def fqdn(self) -> pulumi.Output[Optional[str]]:
|
|
258
|
-
"""
|
|
259
|
-
Gets or sets the FQDN/IPAddress of the Hyper-V host.
|
|
260
|
-
"""
|
|
261
|
-
return pulumi.get(self, "fqdn")
|
|
262
|
-
|
|
263
|
-
@property
|
|
264
|
-
@pulumi.getter
|
|
265
|
-
def name(self) -> pulumi.Output[str]:
|
|
266
|
-
"""
|
|
267
|
-
The name of the resource
|
|
268
|
-
"""
|
|
269
|
-
return pulumi.get(self, "name")
|
|
270
|
-
|
|
271
|
-
@property
|
|
272
|
-
@pulumi.getter(name="provisioningState")
|
|
273
|
-
def provisioning_state(self) -> pulumi.Output[Optional[str]]:
|
|
274
|
-
"""
|
|
275
|
-
The status of the last operation.
|
|
276
|
-
"""
|
|
277
|
-
return pulumi.get(self, "provisioning_state")
|
|
278
|
-
|
|
279
|
-
@property
|
|
280
|
-
@pulumi.getter(name="runAsAccountId")
|
|
281
|
-
def run_as_account_id(self) -> pulumi.Output[Optional[str]]:
|
|
282
|
-
"""
|
|
283
|
-
Gets or sets the run as account ID of the Hyper-V host.
|
|
284
|
-
"""
|
|
285
|
-
return pulumi.get(self, "run_as_account_id")
|
|
286
|
-
|
|
287
|
-
@property
|
|
288
|
-
@pulumi.getter(name="systemData")
|
|
289
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
290
|
-
"""
|
|
291
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
292
|
-
"""
|
|
293
|
-
return pulumi.get(self, "system_data")
|
|
294
|
-
|
|
295
|
-
@property
|
|
296
|
-
@pulumi.getter
|
|
297
|
-
def type(self) -> pulumi.Output[str]:
|
|
298
|
-
"""
|
|
299
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
300
|
-
"""
|
|
301
|
-
return pulumi.get(self, "type")
|
|
302
|
-
|
|
303
|
-
@property
|
|
304
|
-
@pulumi.getter(name="updatedTimestamp")
|
|
305
|
-
def updated_timestamp(self) -> pulumi.Output[str]:
|
|
306
|
-
"""
|
|
307
|
-
Gets the timestamp marking last updated on the Hyper-V host.
|
|
308
|
-
"""
|
|
309
|
-
return pulumi.get(self, "updated_timestamp")
|
|
310
|
-
|
|
311
|
-
@property
|
|
312
|
-
@pulumi.getter
|
|
313
|
-
def version(self) -> pulumi.Output[str]:
|
|
314
|
-
"""
|
|
315
|
-
Gets the version of the Hyper-V host.
|
|
316
|
-
"""
|
|
317
|
-
return pulumi.get(self, "version")
|
|
318
|
-
|