pulumi-azure-native 2.80.0__py3-none-any.whl → 2.81.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +113 -1
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +107 -1
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,473 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = ['ExtensionArgs', 'Extension']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class ExtensionArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
arc_setting_name: pulumi.Input[str],
|
|
24
|
+
cluster_name: pulumi.Input[str],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
|
|
27
|
+
enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
28
|
+
extension_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
force_update_tag: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
protected_settings: Optional[Any] = None,
|
|
31
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
settings: Optional[Any] = None,
|
|
33
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
type_handler_version: Optional[pulumi.Input[str]] = None):
|
|
35
|
+
"""
|
|
36
|
+
The set of arguments for constructing a Extension resource.
|
|
37
|
+
:param pulumi.Input[str] arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
38
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
39
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
40
|
+
:param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
41
|
+
:param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
42
|
+
:param pulumi.Input[str] extension_name: The name of the machine extension.
|
|
43
|
+
:param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
44
|
+
:param Any protected_settings: Protected settings (may contain secrets).
|
|
45
|
+
:param pulumi.Input[str] publisher: The name of the extension handler publisher.
|
|
46
|
+
:param Any settings: Json formatted public settings for the extension.
|
|
47
|
+
:param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
48
|
+
:param pulumi.Input[str] type_handler_version: Specifies the version of the script handler. Latest version would be used if not specified.
|
|
49
|
+
"""
|
|
50
|
+
pulumi.set(__self__, "arc_setting_name", arc_setting_name)
|
|
51
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
52
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
53
|
+
if auto_upgrade_minor_version is not None:
|
|
54
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
55
|
+
if enable_automatic_upgrade is not None:
|
|
56
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
57
|
+
if extension_name is not None:
|
|
58
|
+
pulumi.set(__self__, "extension_name", extension_name)
|
|
59
|
+
if force_update_tag is not None:
|
|
60
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
61
|
+
if protected_settings is not None:
|
|
62
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
63
|
+
if publisher is not None:
|
|
64
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
65
|
+
if settings is not None:
|
|
66
|
+
pulumi.set(__self__, "settings", settings)
|
|
67
|
+
if type is not None:
|
|
68
|
+
pulumi.set(__self__, "type", type)
|
|
69
|
+
if type_handler_version is not None:
|
|
70
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="arcSettingName")
|
|
74
|
+
def arc_setting_name(self) -> pulumi.Input[str]:
|
|
75
|
+
"""
|
|
76
|
+
The name of the proxy resource holding details of HCI ArcSetting information.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "arc_setting_name")
|
|
79
|
+
|
|
80
|
+
@arc_setting_name.setter
|
|
81
|
+
def arc_setting_name(self, value: pulumi.Input[str]):
|
|
82
|
+
pulumi.set(self, "arc_setting_name", value)
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="clusterName")
|
|
86
|
+
def cluster_name(self) -> pulumi.Input[str]:
|
|
87
|
+
"""
|
|
88
|
+
The name of the cluster.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "cluster_name")
|
|
91
|
+
|
|
92
|
+
@cluster_name.setter
|
|
93
|
+
def cluster_name(self, value: pulumi.Input[str]):
|
|
94
|
+
pulumi.set(self, "cluster_name", value)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="resourceGroupName")
|
|
98
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
99
|
+
"""
|
|
100
|
+
The name of the resource group. The name is case insensitive.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "resource_group_name")
|
|
103
|
+
|
|
104
|
+
@resource_group_name.setter
|
|
105
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
106
|
+
pulumi.set(self, "resource_group_name", value)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
110
|
+
def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
|
|
111
|
+
"""
|
|
112
|
+
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
115
|
+
|
|
116
|
+
@auto_upgrade_minor_version.setter
|
|
117
|
+
def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
|
|
118
|
+
pulumi.set(self, "auto_upgrade_minor_version", value)
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
122
|
+
def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
|
|
123
|
+
"""
|
|
124
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
127
|
+
|
|
128
|
+
@enable_automatic_upgrade.setter
|
|
129
|
+
def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
130
|
+
pulumi.set(self, "enable_automatic_upgrade", value)
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="extensionName")
|
|
134
|
+
def extension_name(self) -> Optional[pulumi.Input[str]]:
|
|
135
|
+
"""
|
|
136
|
+
The name of the machine extension.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "extension_name")
|
|
139
|
+
|
|
140
|
+
@extension_name.setter
|
|
141
|
+
def extension_name(self, value: Optional[pulumi.Input[str]]):
|
|
142
|
+
pulumi.set(self, "extension_name", value)
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
146
|
+
def force_update_tag(self) -> Optional[pulumi.Input[str]]:
|
|
147
|
+
"""
|
|
148
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "force_update_tag")
|
|
151
|
+
|
|
152
|
+
@force_update_tag.setter
|
|
153
|
+
def force_update_tag(self, value: Optional[pulumi.Input[str]]):
|
|
154
|
+
pulumi.set(self, "force_update_tag", value)
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="protectedSettings")
|
|
158
|
+
def protected_settings(self) -> Optional[Any]:
|
|
159
|
+
"""
|
|
160
|
+
Protected settings (may contain secrets).
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "protected_settings")
|
|
163
|
+
|
|
164
|
+
@protected_settings.setter
|
|
165
|
+
def protected_settings(self, value: Optional[Any]):
|
|
166
|
+
pulumi.set(self, "protected_settings", value)
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
171
|
+
"""
|
|
172
|
+
The name of the extension handler publisher.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "publisher")
|
|
175
|
+
|
|
176
|
+
@publisher.setter
|
|
177
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
178
|
+
pulumi.set(self, "publisher", value)
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def settings(self) -> Optional[Any]:
|
|
183
|
+
"""
|
|
184
|
+
Json formatted public settings for the extension.
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "settings")
|
|
187
|
+
|
|
188
|
+
@settings.setter
|
|
189
|
+
def settings(self, value: Optional[Any]):
|
|
190
|
+
pulumi.set(self, "settings", value)
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
195
|
+
"""
|
|
196
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "type")
|
|
199
|
+
|
|
200
|
+
@type.setter
|
|
201
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
202
|
+
pulumi.set(self, "type", value)
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
206
|
+
def type_handler_version(self) -> Optional[pulumi.Input[str]]:
|
|
207
|
+
"""
|
|
208
|
+
Specifies the version of the script handler. Latest version would be used if not specified.
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "type_handler_version")
|
|
211
|
+
|
|
212
|
+
@type_handler_version.setter
|
|
213
|
+
def type_handler_version(self, value: Optional[pulumi.Input[str]]):
|
|
214
|
+
pulumi.set(self, "type_handler_version", value)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
class Extension(pulumi.CustomResource):
|
|
218
|
+
@overload
|
|
219
|
+
def __init__(__self__,
|
|
220
|
+
resource_name: str,
|
|
221
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
222
|
+
arc_setting_name: Optional[pulumi.Input[str]] = None,
|
|
223
|
+
auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
|
|
224
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
225
|
+
enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
226
|
+
extension_name: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
force_update_tag: Optional[pulumi.Input[str]] = None,
|
|
228
|
+
protected_settings: Optional[Any] = None,
|
|
229
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
230
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
231
|
+
settings: Optional[Any] = None,
|
|
232
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
233
|
+
type_handler_version: Optional[pulumi.Input[str]] = None,
|
|
234
|
+
__props__=None):
|
|
235
|
+
"""
|
|
236
|
+
Details of a particular extension in HCI Cluster.
|
|
237
|
+
|
|
238
|
+
:param str resource_name: The name of the resource.
|
|
239
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
+
:param pulumi.Input[str] arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
241
|
+
:param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
242
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
243
|
+
:param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
244
|
+
:param pulumi.Input[str] extension_name: The name of the machine extension.
|
|
245
|
+
:param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
246
|
+
:param Any protected_settings: Protected settings (may contain secrets).
|
|
247
|
+
:param pulumi.Input[str] publisher: The name of the extension handler publisher.
|
|
248
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
249
|
+
:param Any settings: Json formatted public settings for the extension.
|
|
250
|
+
:param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
251
|
+
:param pulumi.Input[str] type_handler_version: Specifies the version of the script handler. Latest version would be used if not specified.
|
|
252
|
+
"""
|
|
253
|
+
...
|
|
254
|
+
@overload
|
|
255
|
+
def __init__(__self__,
|
|
256
|
+
resource_name: str,
|
|
257
|
+
args: ExtensionArgs,
|
|
258
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
259
|
+
"""
|
|
260
|
+
Details of a particular extension in HCI Cluster.
|
|
261
|
+
|
|
262
|
+
:param str resource_name: The name of the resource.
|
|
263
|
+
:param ExtensionArgs args: The arguments to use to populate this resource's properties.
|
|
264
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
265
|
+
"""
|
|
266
|
+
...
|
|
267
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
268
|
+
resource_args, opts = _utilities.get_resource_args_opts(ExtensionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
269
|
+
if resource_args is not None:
|
|
270
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
271
|
+
else:
|
|
272
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
273
|
+
|
|
274
|
+
def _internal_init(__self__,
|
|
275
|
+
resource_name: str,
|
|
276
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
277
|
+
arc_setting_name: Optional[pulumi.Input[str]] = None,
|
|
278
|
+
auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
|
|
279
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
281
|
+
extension_name: Optional[pulumi.Input[str]] = None,
|
|
282
|
+
force_update_tag: Optional[pulumi.Input[str]] = None,
|
|
283
|
+
protected_settings: Optional[Any] = None,
|
|
284
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
285
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
286
|
+
settings: Optional[Any] = None,
|
|
287
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
288
|
+
type_handler_version: Optional[pulumi.Input[str]] = None,
|
|
289
|
+
__props__=None):
|
|
290
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
291
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
292
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
293
|
+
if opts.id is None:
|
|
294
|
+
if __props__ is not None:
|
|
295
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
296
|
+
__props__ = ExtensionArgs.__new__(ExtensionArgs)
|
|
297
|
+
|
|
298
|
+
if arc_setting_name is None and not opts.urn:
|
|
299
|
+
raise TypeError("Missing required property 'arc_setting_name'")
|
|
300
|
+
__props__.__dict__["arc_setting_name"] = arc_setting_name
|
|
301
|
+
__props__.__dict__["auto_upgrade_minor_version"] = auto_upgrade_minor_version
|
|
302
|
+
if cluster_name is None and not opts.urn:
|
|
303
|
+
raise TypeError("Missing required property 'cluster_name'")
|
|
304
|
+
__props__.__dict__["cluster_name"] = cluster_name
|
|
305
|
+
__props__.__dict__["enable_automatic_upgrade"] = enable_automatic_upgrade
|
|
306
|
+
__props__.__dict__["extension_name"] = extension_name
|
|
307
|
+
__props__.__dict__["force_update_tag"] = force_update_tag
|
|
308
|
+
__props__.__dict__["protected_settings"] = protected_settings
|
|
309
|
+
__props__.__dict__["publisher"] = publisher
|
|
310
|
+
if resource_group_name is None and not opts.urn:
|
|
311
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
312
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
313
|
+
__props__.__dict__["settings"] = settings
|
|
314
|
+
__props__.__dict__["type"] = type
|
|
315
|
+
__props__.__dict__["type_handler_version"] = type_handler_version
|
|
316
|
+
__props__.__dict__["aggregate_state"] = None
|
|
317
|
+
__props__.__dict__["managed_by"] = None
|
|
318
|
+
__props__.__dict__["name"] = None
|
|
319
|
+
__props__.__dict__["per_node_extension_details"] = None
|
|
320
|
+
__props__.__dict__["provisioning_state"] = None
|
|
321
|
+
__props__.__dict__["system_data"] = None
|
|
322
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Extension"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Extension")])
|
|
323
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
324
|
+
super(Extension, __self__).__init__(
|
|
325
|
+
'azure-native:azurestackhci/v20241201preview:Extension',
|
|
326
|
+
resource_name,
|
|
327
|
+
__props__,
|
|
328
|
+
opts)
|
|
329
|
+
|
|
330
|
+
@staticmethod
|
|
331
|
+
def get(resource_name: str,
|
|
332
|
+
id: pulumi.Input[str],
|
|
333
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Extension':
|
|
334
|
+
"""
|
|
335
|
+
Get an existing Extension resource's state with the given name, id, and optional extra
|
|
336
|
+
properties used to qualify the lookup.
|
|
337
|
+
|
|
338
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
339
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
340
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
341
|
+
"""
|
|
342
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
343
|
+
|
|
344
|
+
__props__ = ExtensionArgs.__new__(ExtensionArgs)
|
|
345
|
+
|
|
346
|
+
__props__.__dict__["aggregate_state"] = None
|
|
347
|
+
__props__.__dict__["auto_upgrade_minor_version"] = None
|
|
348
|
+
__props__.__dict__["enable_automatic_upgrade"] = None
|
|
349
|
+
__props__.__dict__["force_update_tag"] = None
|
|
350
|
+
__props__.__dict__["managed_by"] = None
|
|
351
|
+
__props__.__dict__["name"] = None
|
|
352
|
+
__props__.__dict__["per_node_extension_details"] = None
|
|
353
|
+
__props__.__dict__["protected_settings"] = None
|
|
354
|
+
__props__.__dict__["provisioning_state"] = None
|
|
355
|
+
__props__.__dict__["publisher"] = None
|
|
356
|
+
__props__.__dict__["settings"] = None
|
|
357
|
+
__props__.__dict__["system_data"] = None
|
|
358
|
+
__props__.__dict__["type"] = None
|
|
359
|
+
__props__.__dict__["type_handler_version"] = None
|
|
360
|
+
return Extension(resource_name, opts=opts, __props__=__props__)
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
@pulumi.getter(name="aggregateState")
|
|
364
|
+
def aggregate_state(self) -> pulumi.Output[str]:
|
|
365
|
+
"""
|
|
366
|
+
Aggregate state of Arc Extensions across the nodes in this HCI cluster.
|
|
367
|
+
"""
|
|
368
|
+
return pulumi.get(self, "aggregate_state")
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
372
|
+
def auto_upgrade_minor_version(self) -> pulumi.Output[Optional[bool]]:
|
|
373
|
+
"""
|
|
374
|
+
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
380
|
+
def enable_automatic_upgrade(self) -> pulumi.Output[Optional[bool]]:
|
|
381
|
+
"""
|
|
382
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
388
|
+
def force_update_tag(self) -> pulumi.Output[Optional[str]]:
|
|
389
|
+
"""
|
|
390
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
391
|
+
"""
|
|
392
|
+
return pulumi.get(self, "force_update_tag")
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter(name="managedBy")
|
|
396
|
+
def managed_by(self) -> pulumi.Output[str]:
|
|
397
|
+
"""
|
|
398
|
+
Indicates if the extension is managed by azure or the user.
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "managed_by")
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter
|
|
404
|
+
def name(self) -> pulumi.Output[str]:
|
|
405
|
+
"""
|
|
406
|
+
The name of the resource
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "name")
|
|
409
|
+
|
|
410
|
+
@property
|
|
411
|
+
@pulumi.getter(name="perNodeExtensionDetails")
|
|
412
|
+
def per_node_extension_details(self) -> pulumi.Output[Sequence['outputs.PerNodeExtensionStateResponse']]:
|
|
413
|
+
"""
|
|
414
|
+
State of Arc Extension in each of the nodes.
|
|
415
|
+
"""
|
|
416
|
+
return pulumi.get(self, "per_node_extension_details")
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="protectedSettings")
|
|
420
|
+
def protected_settings(self) -> pulumi.Output[Optional[Any]]:
|
|
421
|
+
"""
|
|
422
|
+
Protected settings (may contain secrets).
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "protected_settings")
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter(name="provisioningState")
|
|
428
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
429
|
+
"""
|
|
430
|
+
Provisioning state of the Extension proxy resource.
|
|
431
|
+
"""
|
|
432
|
+
return pulumi.get(self, "provisioning_state")
|
|
433
|
+
|
|
434
|
+
@property
|
|
435
|
+
@pulumi.getter
|
|
436
|
+
def publisher(self) -> pulumi.Output[Optional[str]]:
|
|
437
|
+
"""
|
|
438
|
+
The name of the extension handler publisher.
|
|
439
|
+
"""
|
|
440
|
+
return pulumi.get(self, "publisher")
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter
|
|
444
|
+
def settings(self) -> pulumi.Output[Optional[Any]]:
|
|
445
|
+
"""
|
|
446
|
+
Json formatted public settings for the extension.
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "settings")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="systemData")
|
|
452
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
453
|
+
"""
|
|
454
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "system_data")
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter
|
|
460
|
+
def type(self) -> pulumi.Output[str]:
|
|
461
|
+
"""
|
|
462
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "type")
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
468
|
+
def type_handler_version(self) -> pulumi.Output[Optional[str]]:
|
|
469
|
+
"""
|
|
470
|
+
Specifies the version of the script handler. Latest version would be used if not specified.
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "type_handler_version")
|
|
473
|
+
|