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,219 @@
|
|
|
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__ = [
|
|
19
|
+
'GetDeploymentSettingResult',
|
|
20
|
+
'AwaitableGetDeploymentSettingResult',
|
|
21
|
+
'get_deployment_setting',
|
|
22
|
+
'get_deployment_setting_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetDeploymentSettingResult:
|
|
27
|
+
"""
|
|
28
|
+
Edge device resource
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, arc_node_resource_ids=None, deployment_configuration=None, deployment_mode=None, id=None, name=None, operation_type=None, provisioning_state=None, reported_properties=None, system_data=None, type=None):
|
|
31
|
+
if arc_node_resource_ids and not isinstance(arc_node_resource_ids, list):
|
|
32
|
+
raise TypeError("Expected argument 'arc_node_resource_ids' to be a list")
|
|
33
|
+
pulumi.set(__self__, "arc_node_resource_ids", arc_node_resource_ids)
|
|
34
|
+
if deployment_configuration and not isinstance(deployment_configuration, dict):
|
|
35
|
+
raise TypeError("Expected argument 'deployment_configuration' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "deployment_configuration", deployment_configuration)
|
|
37
|
+
if deployment_mode and not isinstance(deployment_mode, str):
|
|
38
|
+
raise TypeError("Expected argument 'deployment_mode' to be a str")
|
|
39
|
+
pulumi.set(__self__, "deployment_mode", deployment_mode)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if operation_type and not isinstance(operation_type, str):
|
|
47
|
+
raise TypeError("Expected argument 'operation_type' to be a str")
|
|
48
|
+
pulumi.set(__self__, "operation_type", operation_type)
|
|
49
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
50
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
51
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
52
|
+
if reported_properties and not isinstance(reported_properties, dict):
|
|
53
|
+
raise TypeError("Expected argument 'reported_properties' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "reported_properties", reported_properties)
|
|
55
|
+
if system_data and not isinstance(system_data, dict):
|
|
56
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="arcNodeResourceIds")
|
|
64
|
+
def arc_node_resource_ids(self) -> Sequence[str]:
|
|
65
|
+
"""
|
|
66
|
+
Azure resource ids of Arc machines to be part of cluster.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "arc_node_resource_ids")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="deploymentConfiguration")
|
|
72
|
+
def deployment_configuration(self) -> 'outputs.DeploymentConfigurationResponse':
|
|
73
|
+
"""
|
|
74
|
+
Scale units will contains list of deployment data
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "deployment_configuration")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="deploymentMode")
|
|
80
|
+
def deployment_mode(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
The deployment mode for cluster deployment.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "deployment_mode")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def id(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "id")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def name(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
The name of the resource
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "name")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="operationType")
|
|
104
|
+
def operation_type(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
The intended operation for a cluster.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "operation_type")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="provisioningState")
|
|
112
|
+
def provisioning_state(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
DeploymentSetting provisioning state
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "provisioning_state")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="reportedProperties")
|
|
120
|
+
def reported_properties(self) -> 'outputs.EceReportedPropertiesResponse':
|
|
121
|
+
"""
|
|
122
|
+
Deployment Status reported from cluster.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "reported_properties")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="systemData")
|
|
128
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
129
|
+
"""
|
|
130
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "system_data")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def type(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "type")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AwaitableGetDeploymentSettingResult(GetDeploymentSettingResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetDeploymentSettingResult(
|
|
149
|
+
arc_node_resource_ids=self.arc_node_resource_ids,
|
|
150
|
+
deployment_configuration=self.deployment_configuration,
|
|
151
|
+
deployment_mode=self.deployment_mode,
|
|
152
|
+
id=self.id,
|
|
153
|
+
name=self.name,
|
|
154
|
+
operation_type=self.operation_type,
|
|
155
|
+
provisioning_state=self.provisioning_state,
|
|
156
|
+
reported_properties=self.reported_properties,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
type=self.type)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_deployment_setting(cluster_name: Optional[str] = None,
|
|
162
|
+
deployment_settings_name: Optional[str] = None,
|
|
163
|
+
resource_group_name: Optional[str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeploymentSettingResult:
|
|
165
|
+
"""
|
|
166
|
+
Get a DeploymentSetting
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param str cluster_name: The name of the cluster.
|
|
170
|
+
:param str deployment_settings_name: Name of Deployment Setting
|
|
171
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['clusterName'] = cluster_name
|
|
175
|
+
__args__['deploymentSettingsName'] = deployment_settings_name
|
|
176
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getDeploymentSetting', __args__, opts=opts, typ=GetDeploymentSettingResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetDeploymentSettingResult(
|
|
181
|
+
arc_node_resource_ids=pulumi.get(__ret__, 'arc_node_resource_ids'),
|
|
182
|
+
deployment_configuration=pulumi.get(__ret__, 'deployment_configuration'),
|
|
183
|
+
deployment_mode=pulumi.get(__ret__, 'deployment_mode'),
|
|
184
|
+
id=pulumi.get(__ret__, 'id'),
|
|
185
|
+
name=pulumi.get(__ret__, 'name'),
|
|
186
|
+
operation_type=pulumi.get(__ret__, 'operation_type'),
|
|
187
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
188
|
+
reported_properties=pulumi.get(__ret__, 'reported_properties'),
|
|
189
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
190
|
+
type=pulumi.get(__ret__, 'type'))
|
|
191
|
+
def get_deployment_setting_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
deployment_settings_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDeploymentSettingResult]:
|
|
195
|
+
"""
|
|
196
|
+
Get a DeploymentSetting
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
:param str cluster_name: The name of the cluster.
|
|
200
|
+
:param str deployment_settings_name: Name of Deployment Setting
|
|
201
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
202
|
+
"""
|
|
203
|
+
__args__ = dict()
|
|
204
|
+
__args__['clusterName'] = cluster_name
|
|
205
|
+
__args__['deploymentSettingsName'] = deployment_settings_name
|
|
206
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
207
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
208
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getDeploymentSetting', __args__, opts=opts, typ=GetDeploymentSettingResult)
|
|
209
|
+
return __ret__.apply(lambda __response__: GetDeploymentSettingResult(
|
|
210
|
+
arc_node_resource_ids=pulumi.get(__response__, 'arc_node_resource_ids'),
|
|
211
|
+
deployment_configuration=pulumi.get(__response__, 'deployment_configuration'),
|
|
212
|
+
deployment_mode=pulumi.get(__response__, 'deployment_mode'),
|
|
213
|
+
id=pulumi.get(__response__, 'id'),
|
|
214
|
+
name=pulumi.get(__response__, 'name'),
|
|
215
|
+
operation_type=pulumi.get(__response__, 'operation_type'),
|
|
216
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
217
|
+
reported_properties=pulumi.get(__response__, 'reported_properties'),
|
|
218
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
219
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,295 @@
|
|
|
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__ = [
|
|
19
|
+
'GetExtensionResult',
|
|
20
|
+
'AwaitableGetExtensionResult',
|
|
21
|
+
'get_extension',
|
|
22
|
+
'get_extension_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetExtensionResult:
|
|
27
|
+
"""
|
|
28
|
+
Details of a particular extension in HCI Cluster.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, aggregate_state=None, auto_upgrade_minor_version=None, enable_automatic_upgrade=None, force_update_tag=None, id=None, managed_by=None, name=None, per_node_extension_details=None, protected_settings=None, provisioning_state=None, publisher=None, settings=None, system_data=None, type=None, type_handler_version=None):
|
|
31
|
+
if aggregate_state and not isinstance(aggregate_state, str):
|
|
32
|
+
raise TypeError("Expected argument 'aggregate_state' to be a str")
|
|
33
|
+
pulumi.set(__self__, "aggregate_state", aggregate_state)
|
|
34
|
+
if auto_upgrade_minor_version and not isinstance(auto_upgrade_minor_version, bool):
|
|
35
|
+
raise TypeError("Expected argument 'auto_upgrade_minor_version' to be a bool")
|
|
36
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
37
|
+
if enable_automatic_upgrade and not isinstance(enable_automatic_upgrade, bool):
|
|
38
|
+
raise TypeError("Expected argument 'enable_automatic_upgrade' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
40
|
+
if force_update_tag and not isinstance(force_update_tag, str):
|
|
41
|
+
raise TypeError("Expected argument 'force_update_tag' to be a str")
|
|
42
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
43
|
+
if id and not isinstance(id, str):
|
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "id", id)
|
|
46
|
+
if managed_by and not isinstance(managed_by, str):
|
|
47
|
+
raise TypeError("Expected argument 'managed_by' to be a str")
|
|
48
|
+
pulumi.set(__self__, "managed_by", managed_by)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if per_node_extension_details and not isinstance(per_node_extension_details, list):
|
|
53
|
+
raise TypeError("Expected argument 'per_node_extension_details' to be a list")
|
|
54
|
+
pulumi.set(__self__, "per_node_extension_details", per_node_extension_details)
|
|
55
|
+
if protected_settings and not isinstance(protected_settings, dict):
|
|
56
|
+
raise TypeError("Expected argument 'protected_settings' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
58
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
59
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
60
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
61
|
+
if publisher and not isinstance(publisher, str):
|
|
62
|
+
raise TypeError("Expected argument 'publisher' to be a str")
|
|
63
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
64
|
+
if settings and not isinstance(settings, dict):
|
|
65
|
+
raise TypeError("Expected argument 'settings' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "settings", settings)
|
|
67
|
+
if system_data and not isinstance(system_data, dict):
|
|
68
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
70
|
+
if type and not isinstance(type, str):
|
|
71
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
72
|
+
pulumi.set(__self__, "type", type)
|
|
73
|
+
if type_handler_version and not isinstance(type_handler_version, str):
|
|
74
|
+
raise TypeError("Expected argument 'type_handler_version' to be a str")
|
|
75
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="aggregateState")
|
|
79
|
+
def aggregate_state(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
Aggregate state of Arc Extensions across the nodes in this HCI cluster.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "aggregate_state")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
87
|
+
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
88
|
+
"""
|
|
89
|
+
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.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
95
|
+
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
96
|
+
"""
|
|
97
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
103
|
+
def force_update_tag(self) -> Optional[str]:
|
|
104
|
+
"""
|
|
105
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "force_update_tag")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def id(self) -> str:
|
|
112
|
+
"""
|
|
113
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "id")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="managedBy")
|
|
119
|
+
def managed_by(self) -> str:
|
|
120
|
+
"""
|
|
121
|
+
Indicates if the extension is managed by azure or the user.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "managed_by")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter
|
|
127
|
+
def name(self) -> str:
|
|
128
|
+
"""
|
|
129
|
+
The name of the resource
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "name")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="perNodeExtensionDetails")
|
|
135
|
+
def per_node_extension_details(self) -> Sequence['outputs.PerNodeExtensionStateResponse']:
|
|
136
|
+
"""
|
|
137
|
+
State of Arc Extension in each of the nodes.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "per_node_extension_details")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="protectedSettings")
|
|
143
|
+
def protected_settings(self) -> Optional[Any]:
|
|
144
|
+
"""
|
|
145
|
+
Protected settings (may contain secrets).
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "protected_settings")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="provisioningState")
|
|
151
|
+
def provisioning_state(self) -> str:
|
|
152
|
+
"""
|
|
153
|
+
Provisioning state of the Extension proxy resource.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "provisioning_state")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter
|
|
159
|
+
def publisher(self) -> Optional[str]:
|
|
160
|
+
"""
|
|
161
|
+
The name of the extension handler publisher.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "publisher")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter
|
|
167
|
+
def settings(self) -> Optional[Any]:
|
|
168
|
+
"""
|
|
169
|
+
Json formatted public settings for the extension.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "settings")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="systemData")
|
|
175
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
176
|
+
"""
|
|
177
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "system_data")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter
|
|
183
|
+
def type(self) -> str:
|
|
184
|
+
"""
|
|
185
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "type")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
191
|
+
def type_handler_version(self) -> Optional[str]:
|
|
192
|
+
"""
|
|
193
|
+
Specifies the version of the script handler. Latest version would be used if not specified.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "type_handler_version")
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
class AwaitableGetExtensionResult(GetExtensionResult):
|
|
199
|
+
# pylint: disable=using-constant-test
|
|
200
|
+
def __await__(self):
|
|
201
|
+
if False:
|
|
202
|
+
yield self
|
|
203
|
+
return GetExtensionResult(
|
|
204
|
+
aggregate_state=self.aggregate_state,
|
|
205
|
+
auto_upgrade_minor_version=self.auto_upgrade_minor_version,
|
|
206
|
+
enable_automatic_upgrade=self.enable_automatic_upgrade,
|
|
207
|
+
force_update_tag=self.force_update_tag,
|
|
208
|
+
id=self.id,
|
|
209
|
+
managed_by=self.managed_by,
|
|
210
|
+
name=self.name,
|
|
211
|
+
per_node_extension_details=self.per_node_extension_details,
|
|
212
|
+
protected_settings=self.protected_settings,
|
|
213
|
+
provisioning_state=self.provisioning_state,
|
|
214
|
+
publisher=self.publisher,
|
|
215
|
+
settings=self.settings,
|
|
216
|
+
system_data=self.system_data,
|
|
217
|
+
type=self.type,
|
|
218
|
+
type_handler_version=self.type_handler_version)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
def get_extension(arc_setting_name: Optional[str] = None,
|
|
222
|
+
cluster_name: Optional[str] = None,
|
|
223
|
+
extension_name: Optional[str] = None,
|
|
224
|
+
resource_group_name: Optional[str] = None,
|
|
225
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExtensionResult:
|
|
226
|
+
"""
|
|
227
|
+
Get particular Arc Extension of HCI Cluster.
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
:param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
231
|
+
:param str cluster_name: The name of the cluster.
|
|
232
|
+
:param str extension_name: The name of the machine extension.
|
|
233
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
234
|
+
"""
|
|
235
|
+
__args__ = dict()
|
|
236
|
+
__args__['arcSettingName'] = arc_setting_name
|
|
237
|
+
__args__['clusterName'] = cluster_name
|
|
238
|
+
__args__['extensionName'] = extension_name
|
|
239
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
240
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
241
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getExtension', __args__, opts=opts, typ=GetExtensionResult).value
|
|
242
|
+
|
|
243
|
+
return AwaitableGetExtensionResult(
|
|
244
|
+
aggregate_state=pulumi.get(__ret__, 'aggregate_state'),
|
|
245
|
+
auto_upgrade_minor_version=pulumi.get(__ret__, 'auto_upgrade_minor_version'),
|
|
246
|
+
enable_automatic_upgrade=pulumi.get(__ret__, 'enable_automatic_upgrade'),
|
|
247
|
+
force_update_tag=pulumi.get(__ret__, 'force_update_tag'),
|
|
248
|
+
id=pulumi.get(__ret__, 'id'),
|
|
249
|
+
managed_by=pulumi.get(__ret__, 'managed_by'),
|
|
250
|
+
name=pulumi.get(__ret__, 'name'),
|
|
251
|
+
per_node_extension_details=pulumi.get(__ret__, 'per_node_extension_details'),
|
|
252
|
+
protected_settings=pulumi.get(__ret__, 'protected_settings'),
|
|
253
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
254
|
+
publisher=pulumi.get(__ret__, 'publisher'),
|
|
255
|
+
settings=pulumi.get(__ret__, 'settings'),
|
|
256
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
257
|
+
type=pulumi.get(__ret__, 'type'),
|
|
258
|
+
type_handler_version=pulumi.get(__ret__, 'type_handler_version'))
|
|
259
|
+
def get_extension_output(arc_setting_name: Optional[pulumi.Input[str]] = None,
|
|
260
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
261
|
+
extension_name: Optional[pulumi.Input[str]] = None,
|
|
262
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExtensionResult]:
|
|
264
|
+
"""
|
|
265
|
+
Get particular Arc Extension of HCI Cluster.
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
:param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
269
|
+
:param str cluster_name: The name of the cluster.
|
|
270
|
+
:param str extension_name: The name of the machine extension.
|
|
271
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
272
|
+
"""
|
|
273
|
+
__args__ = dict()
|
|
274
|
+
__args__['arcSettingName'] = arc_setting_name
|
|
275
|
+
__args__['clusterName'] = cluster_name
|
|
276
|
+
__args__['extensionName'] = extension_name
|
|
277
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
278
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
279
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getExtension', __args__, opts=opts, typ=GetExtensionResult)
|
|
280
|
+
return __ret__.apply(lambda __response__: GetExtensionResult(
|
|
281
|
+
aggregate_state=pulumi.get(__response__, 'aggregate_state'),
|
|
282
|
+
auto_upgrade_minor_version=pulumi.get(__response__, 'auto_upgrade_minor_version'),
|
|
283
|
+
enable_automatic_upgrade=pulumi.get(__response__, 'enable_automatic_upgrade'),
|
|
284
|
+
force_update_tag=pulumi.get(__response__, 'force_update_tag'),
|
|
285
|
+
id=pulumi.get(__response__, 'id'),
|
|
286
|
+
managed_by=pulumi.get(__response__, 'managed_by'),
|
|
287
|
+
name=pulumi.get(__response__, 'name'),
|
|
288
|
+
per_node_extension_details=pulumi.get(__response__, 'per_node_extension_details'),
|
|
289
|
+
protected_settings=pulumi.get(__response__, 'protected_settings'),
|
|
290
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
291
|
+
publisher=pulumi.get(__response__, 'publisher'),
|
|
292
|
+
settings=pulumi.get(__response__, 'settings'),
|
|
293
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
294
|
+
type=pulumi.get(__response__, 'type'),
|
|
295
|
+
type_handler_version=pulumi.get(__response__, 'type_handler_version')))
|
|
@@ -0,0 +1,158 @@
|
|
|
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__ = [
|
|
19
|
+
'GetHciEdgeDeviceResult',
|
|
20
|
+
'AwaitableGetHciEdgeDeviceResult',
|
|
21
|
+
'get_hci_edge_device',
|
|
22
|
+
'get_hci_edge_device_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetHciEdgeDeviceResult:
|
|
27
|
+
"""
|
|
28
|
+
Arc-enabled edge device with HCI OS.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, kind=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if kind and not isinstance(kind, str):
|
|
35
|
+
raise TypeError("Expected argument 'kind' to be a str")
|
|
36
|
+
pulumi.set(__self__, "kind", kind)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if properties and not isinstance(properties, dict):
|
|
41
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "properties", properties)
|
|
43
|
+
if system_data and not isinstance(system_data, dict):
|
|
44
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
+
if type and not isinstance(type, str):
|
|
47
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
+
pulumi.set(__self__, "type", type)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def id(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "id")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def kind(self) -> str:
|
|
61
|
+
"""
|
|
62
|
+
Edge device kind.
|
|
63
|
+
Expected value is 'HCI'.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "kind")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def name(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The name of the resource
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "name")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def properties(self) -> 'outputs.HciEdgeDevicePropertiesResponse':
|
|
78
|
+
"""
|
|
79
|
+
properties for Arc-enabled edge device with HCI OS.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "properties")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="systemData")
|
|
85
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
86
|
+
"""
|
|
87
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "system_data")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def type(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "type")
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
class AwaitableGetHciEdgeDeviceResult(GetHciEdgeDeviceResult):
|
|
101
|
+
# pylint: disable=using-constant-test
|
|
102
|
+
def __await__(self):
|
|
103
|
+
if False:
|
|
104
|
+
yield self
|
|
105
|
+
return GetHciEdgeDeviceResult(
|
|
106
|
+
id=self.id,
|
|
107
|
+
kind=self.kind,
|
|
108
|
+
name=self.name,
|
|
109
|
+
properties=self.properties,
|
|
110
|
+
system_data=self.system_data,
|
|
111
|
+
type=self.type)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
def get_hci_edge_device(edge_device_name: Optional[str] = None,
|
|
115
|
+
resource_uri: Optional[str] = None,
|
|
116
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetHciEdgeDeviceResult:
|
|
117
|
+
"""
|
|
118
|
+
Get a EdgeDevice
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str edge_device_name: Name of Device
|
|
122
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
123
|
+
"""
|
|
124
|
+
__args__ = dict()
|
|
125
|
+
__args__['edgeDeviceName'] = edge_device_name
|
|
126
|
+
__args__['resourceUri'] = resource_uri
|
|
127
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
128
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getHciEdgeDevice', __args__, opts=opts, typ=GetHciEdgeDeviceResult).value
|
|
129
|
+
|
|
130
|
+
return AwaitableGetHciEdgeDeviceResult(
|
|
131
|
+
id=pulumi.get(__ret__, 'id'),
|
|
132
|
+
kind=pulumi.get(__ret__, 'kind'),
|
|
133
|
+
name=pulumi.get(__ret__, 'name'),
|
|
134
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
135
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
136
|
+
type=pulumi.get(__ret__, 'type'))
|
|
137
|
+
def get_hci_edge_device_output(edge_device_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetHciEdgeDeviceResult]:
|
|
140
|
+
"""
|
|
141
|
+
Get a EdgeDevice
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
:param str edge_device_name: Name of Device
|
|
145
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
146
|
+
"""
|
|
147
|
+
__args__ = dict()
|
|
148
|
+
__args__['edgeDeviceName'] = edge_device_name
|
|
149
|
+
__args__['resourceUri'] = resource_uri
|
|
150
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getHciEdgeDevice', __args__, opts=opts, typ=GetHciEdgeDeviceResult)
|
|
152
|
+
return __ret__.apply(lambda __response__: GetHciEdgeDeviceResult(
|
|
153
|
+
id=pulumi.get(__response__, 'id'),
|
|
154
|
+
kind=pulumi.get(__response__, 'kind'),
|
|
155
|
+
name=pulumi.get(__response__, 'name'),
|
|
156
|
+
properties=pulumi.get(__response__, 'properties'),
|
|
157
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
158
|
+
type=pulumi.get(__response__, 'type')))
|