pulumi-azure-native 2.81.0a1736153496__py3-none-any.whl → 2.81.0a1736233463__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/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.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/RECORD +278 -214
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,603 @@
|
|
|
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
|
+
'GetClusterResult',
|
|
20
|
+
'AwaitableGetClusterResult',
|
|
21
|
+
'get_cluster',
|
|
22
|
+
'get_cluster_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetClusterResult:
|
|
27
|
+
def __init__(__self__, aggregator_or_single_rack_definition=None, analytics_output_settings=None, analytics_workspace_id=None, available_upgrade_versions=None, cluster_capacity=None, cluster_connection_status=None, cluster_extended_location=None, cluster_location=None, cluster_manager_connection_status=None, cluster_manager_id=None, cluster_service_principal=None, cluster_type=None, cluster_version=None, command_output_settings=None, compute_deployment_threshold=None, compute_rack_definitions=None, detailed_status=None, detailed_status_message=None, extended_location=None, hybrid_aks_extended_location=None, id=None, identity=None, location=None, managed_resource_group_configuration=None, manual_action_count=None, name=None, network_fabric_id=None, provisioning_state=None, runtime_protection_configuration=None, secret_archive=None, secret_archive_settings=None, support_expiry_date=None, system_data=None, tags=None, type=None, update_strategy=None, vulnerability_scanning_settings=None, workload_resource_ids=None):
|
|
28
|
+
if aggregator_or_single_rack_definition and not isinstance(aggregator_or_single_rack_definition, dict):
|
|
29
|
+
raise TypeError("Expected argument 'aggregator_or_single_rack_definition' to be a dict")
|
|
30
|
+
pulumi.set(__self__, "aggregator_or_single_rack_definition", aggregator_or_single_rack_definition)
|
|
31
|
+
if analytics_output_settings and not isinstance(analytics_output_settings, dict):
|
|
32
|
+
raise TypeError("Expected argument 'analytics_output_settings' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "analytics_output_settings", analytics_output_settings)
|
|
34
|
+
if analytics_workspace_id and not isinstance(analytics_workspace_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'analytics_workspace_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
|
|
37
|
+
if available_upgrade_versions and not isinstance(available_upgrade_versions, list):
|
|
38
|
+
raise TypeError("Expected argument 'available_upgrade_versions' to be a list")
|
|
39
|
+
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
|
40
|
+
if cluster_capacity and not isinstance(cluster_capacity, dict):
|
|
41
|
+
raise TypeError("Expected argument 'cluster_capacity' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "cluster_capacity", cluster_capacity)
|
|
43
|
+
if cluster_connection_status and not isinstance(cluster_connection_status, str):
|
|
44
|
+
raise TypeError("Expected argument 'cluster_connection_status' to be a str")
|
|
45
|
+
pulumi.set(__self__, "cluster_connection_status", cluster_connection_status)
|
|
46
|
+
if cluster_extended_location and not isinstance(cluster_extended_location, dict):
|
|
47
|
+
raise TypeError("Expected argument 'cluster_extended_location' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "cluster_extended_location", cluster_extended_location)
|
|
49
|
+
if cluster_location and not isinstance(cluster_location, str):
|
|
50
|
+
raise TypeError("Expected argument 'cluster_location' to be a str")
|
|
51
|
+
pulumi.set(__self__, "cluster_location", cluster_location)
|
|
52
|
+
if cluster_manager_connection_status and not isinstance(cluster_manager_connection_status, str):
|
|
53
|
+
raise TypeError("Expected argument 'cluster_manager_connection_status' to be a str")
|
|
54
|
+
pulumi.set(__self__, "cluster_manager_connection_status", cluster_manager_connection_status)
|
|
55
|
+
if cluster_manager_id and not isinstance(cluster_manager_id, str):
|
|
56
|
+
raise TypeError("Expected argument 'cluster_manager_id' to be a str")
|
|
57
|
+
pulumi.set(__self__, "cluster_manager_id", cluster_manager_id)
|
|
58
|
+
if cluster_service_principal and not isinstance(cluster_service_principal, dict):
|
|
59
|
+
raise TypeError("Expected argument 'cluster_service_principal' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "cluster_service_principal", cluster_service_principal)
|
|
61
|
+
if cluster_type and not isinstance(cluster_type, str):
|
|
62
|
+
raise TypeError("Expected argument 'cluster_type' to be a str")
|
|
63
|
+
pulumi.set(__self__, "cluster_type", cluster_type)
|
|
64
|
+
if cluster_version and not isinstance(cluster_version, str):
|
|
65
|
+
raise TypeError("Expected argument 'cluster_version' to be a str")
|
|
66
|
+
pulumi.set(__self__, "cluster_version", cluster_version)
|
|
67
|
+
if command_output_settings and not isinstance(command_output_settings, dict):
|
|
68
|
+
raise TypeError("Expected argument 'command_output_settings' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "command_output_settings", command_output_settings)
|
|
70
|
+
if compute_deployment_threshold and not isinstance(compute_deployment_threshold, dict):
|
|
71
|
+
raise TypeError("Expected argument 'compute_deployment_threshold' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "compute_deployment_threshold", compute_deployment_threshold)
|
|
73
|
+
if compute_rack_definitions and not isinstance(compute_rack_definitions, list):
|
|
74
|
+
raise TypeError("Expected argument 'compute_rack_definitions' to be a list")
|
|
75
|
+
pulumi.set(__self__, "compute_rack_definitions", compute_rack_definitions)
|
|
76
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
77
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
78
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
79
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
80
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
81
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
82
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
83
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
84
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
85
|
+
if hybrid_aks_extended_location and not isinstance(hybrid_aks_extended_location, dict):
|
|
86
|
+
raise TypeError("Expected argument 'hybrid_aks_extended_location' to be a dict")
|
|
87
|
+
pulumi.set(__self__, "hybrid_aks_extended_location", hybrid_aks_extended_location)
|
|
88
|
+
if id and not isinstance(id, str):
|
|
89
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
90
|
+
pulumi.set(__self__, "id", id)
|
|
91
|
+
if identity and not isinstance(identity, dict):
|
|
92
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
93
|
+
pulumi.set(__self__, "identity", identity)
|
|
94
|
+
if location and not isinstance(location, str):
|
|
95
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
96
|
+
pulumi.set(__self__, "location", location)
|
|
97
|
+
if managed_resource_group_configuration and not isinstance(managed_resource_group_configuration, dict):
|
|
98
|
+
raise TypeError("Expected argument 'managed_resource_group_configuration' to be a dict")
|
|
99
|
+
pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
|
|
100
|
+
if manual_action_count and not isinstance(manual_action_count, float):
|
|
101
|
+
raise TypeError("Expected argument 'manual_action_count' to be a float")
|
|
102
|
+
pulumi.set(__self__, "manual_action_count", manual_action_count)
|
|
103
|
+
if name and not isinstance(name, str):
|
|
104
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
105
|
+
pulumi.set(__self__, "name", name)
|
|
106
|
+
if network_fabric_id and not isinstance(network_fabric_id, str):
|
|
107
|
+
raise TypeError("Expected argument 'network_fabric_id' to be a str")
|
|
108
|
+
pulumi.set(__self__, "network_fabric_id", network_fabric_id)
|
|
109
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
110
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
111
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
112
|
+
if runtime_protection_configuration and not isinstance(runtime_protection_configuration, dict):
|
|
113
|
+
raise TypeError("Expected argument 'runtime_protection_configuration' to be a dict")
|
|
114
|
+
pulumi.set(__self__, "runtime_protection_configuration", runtime_protection_configuration)
|
|
115
|
+
if secret_archive and not isinstance(secret_archive, dict):
|
|
116
|
+
raise TypeError("Expected argument 'secret_archive' to be a dict")
|
|
117
|
+
pulumi.set(__self__, "secret_archive", secret_archive)
|
|
118
|
+
if secret_archive_settings and not isinstance(secret_archive_settings, dict):
|
|
119
|
+
raise TypeError("Expected argument 'secret_archive_settings' to be a dict")
|
|
120
|
+
pulumi.set(__self__, "secret_archive_settings", secret_archive_settings)
|
|
121
|
+
if support_expiry_date and not isinstance(support_expiry_date, str):
|
|
122
|
+
raise TypeError("Expected argument 'support_expiry_date' to be a str")
|
|
123
|
+
pulumi.set(__self__, "support_expiry_date", support_expiry_date)
|
|
124
|
+
if system_data and not isinstance(system_data, dict):
|
|
125
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
126
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
127
|
+
if tags and not isinstance(tags, dict):
|
|
128
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
129
|
+
pulumi.set(__self__, "tags", tags)
|
|
130
|
+
if type and not isinstance(type, str):
|
|
131
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
132
|
+
pulumi.set(__self__, "type", type)
|
|
133
|
+
if update_strategy and not isinstance(update_strategy, dict):
|
|
134
|
+
raise TypeError("Expected argument 'update_strategy' to be a dict")
|
|
135
|
+
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
136
|
+
if vulnerability_scanning_settings and not isinstance(vulnerability_scanning_settings, dict):
|
|
137
|
+
raise TypeError("Expected argument 'vulnerability_scanning_settings' to be a dict")
|
|
138
|
+
pulumi.set(__self__, "vulnerability_scanning_settings", vulnerability_scanning_settings)
|
|
139
|
+
if workload_resource_ids and not isinstance(workload_resource_ids, list):
|
|
140
|
+
raise TypeError("Expected argument 'workload_resource_ids' to be a list")
|
|
141
|
+
pulumi.set(__self__, "workload_resource_ids", workload_resource_ids)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="aggregatorOrSingleRackDefinition")
|
|
145
|
+
def aggregator_or_single_rack_definition(self) -> 'outputs.RackDefinitionResponse':
|
|
146
|
+
"""
|
|
147
|
+
The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "aggregator_or_single_rack_definition")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="analyticsOutputSettings")
|
|
153
|
+
def analytics_output_settings(self) -> Optional['outputs.AnalyticsOutputSettingsResponse']:
|
|
154
|
+
"""
|
|
155
|
+
The settings for the log analytics workspace used for output of logs from this cluster.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "analytics_output_settings")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="analyticsWorkspaceId")
|
|
161
|
+
def analytics_workspace_id(self) -> Optional[str]:
|
|
162
|
+
"""
|
|
163
|
+
Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "analytics_workspace_id")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="availableUpgradeVersions")
|
|
169
|
+
def available_upgrade_versions(self) -> Sequence['outputs.ClusterAvailableUpgradeVersionResponse']:
|
|
170
|
+
"""
|
|
171
|
+
The list of cluster runtime version upgrades available for this cluster.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "available_upgrade_versions")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="clusterCapacity")
|
|
177
|
+
def cluster_capacity(self) -> 'outputs.ClusterCapacityResponse':
|
|
178
|
+
"""
|
|
179
|
+
The capacity supported by this cluster.
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "cluster_capacity")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="clusterConnectionStatus")
|
|
185
|
+
def cluster_connection_status(self) -> str:
|
|
186
|
+
"""
|
|
187
|
+
The latest heartbeat status between the cluster manager and the cluster.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "cluster_connection_status")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="clusterExtendedLocation")
|
|
193
|
+
def cluster_extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
194
|
+
"""
|
|
195
|
+
The extended location (custom location) that represents the cluster's control plane location. This extended location is used to route the requests of child objects of the cluster that are handled by the platform operator.
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "cluster_extended_location")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="clusterLocation")
|
|
201
|
+
def cluster_location(self) -> Optional[str]:
|
|
202
|
+
"""
|
|
203
|
+
The customer-provided location information to identify where the cluster resides.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "cluster_location")
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="clusterManagerConnectionStatus")
|
|
209
|
+
def cluster_manager_connection_status(self) -> str:
|
|
210
|
+
"""
|
|
211
|
+
The latest connectivity status between cluster manager and the cluster.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "cluster_manager_connection_status")
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="clusterManagerId")
|
|
217
|
+
def cluster_manager_id(self) -> str:
|
|
218
|
+
"""
|
|
219
|
+
The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created.
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "cluster_manager_id")
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter(name="clusterServicePrincipal")
|
|
225
|
+
def cluster_service_principal(self) -> Optional['outputs.ServicePrincipalInformationResponse']:
|
|
226
|
+
"""
|
|
227
|
+
The service principal to be used by the cluster during Arc Appliance installation.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "cluster_service_principal")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter(name="clusterType")
|
|
233
|
+
def cluster_type(self) -> str:
|
|
234
|
+
"""
|
|
235
|
+
The type of rack configuration for the cluster.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "cluster_type")
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter(name="clusterVersion")
|
|
241
|
+
def cluster_version(self) -> str:
|
|
242
|
+
"""
|
|
243
|
+
The current runtime version of the cluster.
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "cluster_version")
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="commandOutputSettings")
|
|
249
|
+
def command_output_settings(self) -> Optional['outputs.CommandOutputSettingsResponse']:
|
|
250
|
+
"""
|
|
251
|
+
The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "command_output_settings")
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="computeDeploymentThreshold")
|
|
257
|
+
def compute_deployment_threshold(self) -> Optional['outputs.ValidationThresholdResponse']:
|
|
258
|
+
"""
|
|
259
|
+
The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "compute_deployment_threshold")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter(name="computeRackDefinitions")
|
|
265
|
+
def compute_rack_definitions(self) -> Optional[Sequence['outputs.RackDefinitionResponse']]:
|
|
266
|
+
"""
|
|
267
|
+
The list of rack definitions for the compute racks in a multi-rack
|
|
268
|
+
cluster, or an empty list in a single-rack cluster.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "compute_rack_definitions")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter(name="detailedStatus")
|
|
274
|
+
def detailed_status(self) -> str:
|
|
275
|
+
"""
|
|
276
|
+
The current detailed status of the cluster.
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "detailed_status")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
282
|
+
def detailed_status_message(self) -> str:
|
|
283
|
+
"""
|
|
284
|
+
The descriptive message about the detailed status.
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "detailed_status_message")
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="extendedLocation")
|
|
290
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
291
|
+
"""
|
|
292
|
+
The extended location of the cluster manager associated with the cluster.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "extended_location")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="hybridAksExtendedLocation")
|
|
298
|
+
def hybrid_aks_extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
299
|
+
"""
|
|
300
|
+
Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "hybrid_aks_extended_location")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter
|
|
306
|
+
def id(self) -> str:
|
|
307
|
+
"""
|
|
308
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "id")
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter
|
|
314
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
315
|
+
"""
|
|
316
|
+
The identity for the resource.
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "identity")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter
|
|
322
|
+
def location(self) -> str:
|
|
323
|
+
"""
|
|
324
|
+
The geo-location where the resource lives
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "location")
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
330
|
+
def managed_resource_group_configuration(self) -> Optional['outputs.ManagedResourceGroupConfigurationResponse']:
|
|
331
|
+
"""
|
|
332
|
+
The configuration of the managed resource group associated with the resource.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "managed_resource_group_configuration")
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter(name="manualActionCount")
|
|
338
|
+
def manual_action_count(self) -> float:
|
|
339
|
+
"""
|
|
340
|
+
The count of Manual Action Taken (MAT) events that have not been validated.
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "manual_action_count")
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter
|
|
346
|
+
def name(self) -> str:
|
|
347
|
+
"""
|
|
348
|
+
The name of the resource
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "name")
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter(name="networkFabricId")
|
|
354
|
+
def network_fabric_id(self) -> str:
|
|
355
|
+
"""
|
|
356
|
+
The resource ID of the Network Fabric associated with the cluster.
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "network_fabric_id")
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter(name="provisioningState")
|
|
362
|
+
def provisioning_state(self) -> str:
|
|
363
|
+
"""
|
|
364
|
+
The provisioning state of the cluster.
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "provisioning_state")
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
@pulumi.getter(name="runtimeProtectionConfiguration")
|
|
370
|
+
def runtime_protection_configuration(self) -> Optional['outputs.RuntimeProtectionConfigurationResponse']:
|
|
371
|
+
"""
|
|
372
|
+
The settings for cluster runtime protection.
|
|
373
|
+
"""
|
|
374
|
+
return pulumi.get(self, "runtime_protection_configuration")
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="secretArchive")
|
|
378
|
+
def secret_archive(self) -> Optional['outputs.ClusterSecretArchiveResponse']:
|
|
379
|
+
"""
|
|
380
|
+
The configuration for use of a key vault to store secrets for later retrieval by the operator.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "secret_archive")
|
|
383
|
+
|
|
384
|
+
@property
|
|
385
|
+
@pulumi.getter(name="secretArchiveSettings")
|
|
386
|
+
def secret_archive_settings(self) -> Optional['outputs.SecretArchiveSettingsResponse']:
|
|
387
|
+
"""
|
|
388
|
+
The settings for the secret archive used to hold credentials for the cluster.
|
|
389
|
+
"""
|
|
390
|
+
return pulumi.get(self, "secret_archive_settings")
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
@pulumi.getter(name="supportExpiryDate")
|
|
394
|
+
def support_expiry_date(self) -> str:
|
|
395
|
+
"""
|
|
396
|
+
The support end date of the runtime version of the cluster.
|
|
397
|
+
"""
|
|
398
|
+
return pulumi.get(self, "support_expiry_date")
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="systemData")
|
|
402
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
403
|
+
"""
|
|
404
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "system_data")
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter
|
|
410
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
411
|
+
"""
|
|
412
|
+
Resource tags.
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "tags")
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter
|
|
418
|
+
def type(self) -> str:
|
|
419
|
+
"""
|
|
420
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "type")
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter(name="updateStrategy")
|
|
426
|
+
def update_strategy(self) -> Optional['outputs.ClusterUpdateStrategyResponse']:
|
|
427
|
+
"""
|
|
428
|
+
The strategy for updating the cluster.
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "update_strategy")
|
|
431
|
+
|
|
432
|
+
@property
|
|
433
|
+
@pulumi.getter(name="vulnerabilityScanningSettings")
|
|
434
|
+
def vulnerability_scanning_settings(self) -> Optional['outputs.VulnerabilityScanningSettingsResponse']:
|
|
435
|
+
"""
|
|
436
|
+
The settings for how security vulnerability scanning is applied to the cluster.
|
|
437
|
+
"""
|
|
438
|
+
return pulumi.get(self, "vulnerability_scanning_settings")
|
|
439
|
+
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter(name="workloadResourceIds")
|
|
442
|
+
def workload_resource_ids(self) -> Sequence[str]:
|
|
443
|
+
"""
|
|
444
|
+
The list of workload resource IDs that are hosted within this cluster.
|
|
445
|
+
"""
|
|
446
|
+
return pulumi.get(self, "workload_resource_ids")
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
class AwaitableGetClusterResult(GetClusterResult):
|
|
450
|
+
# pylint: disable=using-constant-test
|
|
451
|
+
def __await__(self):
|
|
452
|
+
if False:
|
|
453
|
+
yield self
|
|
454
|
+
return GetClusterResult(
|
|
455
|
+
aggregator_or_single_rack_definition=self.aggregator_or_single_rack_definition,
|
|
456
|
+
analytics_output_settings=self.analytics_output_settings,
|
|
457
|
+
analytics_workspace_id=self.analytics_workspace_id,
|
|
458
|
+
available_upgrade_versions=self.available_upgrade_versions,
|
|
459
|
+
cluster_capacity=self.cluster_capacity,
|
|
460
|
+
cluster_connection_status=self.cluster_connection_status,
|
|
461
|
+
cluster_extended_location=self.cluster_extended_location,
|
|
462
|
+
cluster_location=self.cluster_location,
|
|
463
|
+
cluster_manager_connection_status=self.cluster_manager_connection_status,
|
|
464
|
+
cluster_manager_id=self.cluster_manager_id,
|
|
465
|
+
cluster_service_principal=self.cluster_service_principal,
|
|
466
|
+
cluster_type=self.cluster_type,
|
|
467
|
+
cluster_version=self.cluster_version,
|
|
468
|
+
command_output_settings=self.command_output_settings,
|
|
469
|
+
compute_deployment_threshold=self.compute_deployment_threshold,
|
|
470
|
+
compute_rack_definitions=self.compute_rack_definitions,
|
|
471
|
+
detailed_status=self.detailed_status,
|
|
472
|
+
detailed_status_message=self.detailed_status_message,
|
|
473
|
+
extended_location=self.extended_location,
|
|
474
|
+
hybrid_aks_extended_location=self.hybrid_aks_extended_location,
|
|
475
|
+
id=self.id,
|
|
476
|
+
identity=self.identity,
|
|
477
|
+
location=self.location,
|
|
478
|
+
managed_resource_group_configuration=self.managed_resource_group_configuration,
|
|
479
|
+
manual_action_count=self.manual_action_count,
|
|
480
|
+
name=self.name,
|
|
481
|
+
network_fabric_id=self.network_fabric_id,
|
|
482
|
+
provisioning_state=self.provisioning_state,
|
|
483
|
+
runtime_protection_configuration=self.runtime_protection_configuration,
|
|
484
|
+
secret_archive=self.secret_archive,
|
|
485
|
+
secret_archive_settings=self.secret_archive_settings,
|
|
486
|
+
support_expiry_date=self.support_expiry_date,
|
|
487
|
+
system_data=self.system_data,
|
|
488
|
+
tags=self.tags,
|
|
489
|
+
type=self.type,
|
|
490
|
+
update_strategy=self.update_strategy,
|
|
491
|
+
vulnerability_scanning_settings=self.vulnerability_scanning_settings,
|
|
492
|
+
workload_resource_ids=self.workload_resource_ids)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
def get_cluster(cluster_name: Optional[str] = None,
|
|
496
|
+
resource_group_name: Optional[str] = None,
|
|
497
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetClusterResult:
|
|
498
|
+
"""
|
|
499
|
+
Get properties of the provided cluster.
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
:param str cluster_name: The name of the cluster.
|
|
503
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
504
|
+
"""
|
|
505
|
+
__args__ = dict()
|
|
506
|
+
__args__['clusterName'] = cluster_name
|
|
507
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
508
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
509
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getCluster', __args__, opts=opts, typ=GetClusterResult).value
|
|
510
|
+
|
|
511
|
+
return AwaitableGetClusterResult(
|
|
512
|
+
aggregator_or_single_rack_definition=pulumi.get(__ret__, 'aggregator_or_single_rack_definition'),
|
|
513
|
+
analytics_output_settings=pulumi.get(__ret__, 'analytics_output_settings'),
|
|
514
|
+
analytics_workspace_id=pulumi.get(__ret__, 'analytics_workspace_id'),
|
|
515
|
+
available_upgrade_versions=pulumi.get(__ret__, 'available_upgrade_versions'),
|
|
516
|
+
cluster_capacity=pulumi.get(__ret__, 'cluster_capacity'),
|
|
517
|
+
cluster_connection_status=pulumi.get(__ret__, 'cluster_connection_status'),
|
|
518
|
+
cluster_extended_location=pulumi.get(__ret__, 'cluster_extended_location'),
|
|
519
|
+
cluster_location=pulumi.get(__ret__, 'cluster_location'),
|
|
520
|
+
cluster_manager_connection_status=pulumi.get(__ret__, 'cluster_manager_connection_status'),
|
|
521
|
+
cluster_manager_id=pulumi.get(__ret__, 'cluster_manager_id'),
|
|
522
|
+
cluster_service_principal=pulumi.get(__ret__, 'cluster_service_principal'),
|
|
523
|
+
cluster_type=pulumi.get(__ret__, 'cluster_type'),
|
|
524
|
+
cluster_version=pulumi.get(__ret__, 'cluster_version'),
|
|
525
|
+
command_output_settings=pulumi.get(__ret__, 'command_output_settings'),
|
|
526
|
+
compute_deployment_threshold=pulumi.get(__ret__, 'compute_deployment_threshold'),
|
|
527
|
+
compute_rack_definitions=pulumi.get(__ret__, 'compute_rack_definitions'),
|
|
528
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
529
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
530
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
531
|
+
hybrid_aks_extended_location=pulumi.get(__ret__, 'hybrid_aks_extended_location'),
|
|
532
|
+
id=pulumi.get(__ret__, 'id'),
|
|
533
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
534
|
+
location=pulumi.get(__ret__, 'location'),
|
|
535
|
+
managed_resource_group_configuration=pulumi.get(__ret__, 'managed_resource_group_configuration'),
|
|
536
|
+
manual_action_count=pulumi.get(__ret__, 'manual_action_count'),
|
|
537
|
+
name=pulumi.get(__ret__, 'name'),
|
|
538
|
+
network_fabric_id=pulumi.get(__ret__, 'network_fabric_id'),
|
|
539
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
540
|
+
runtime_protection_configuration=pulumi.get(__ret__, 'runtime_protection_configuration'),
|
|
541
|
+
secret_archive=pulumi.get(__ret__, 'secret_archive'),
|
|
542
|
+
secret_archive_settings=pulumi.get(__ret__, 'secret_archive_settings'),
|
|
543
|
+
support_expiry_date=pulumi.get(__ret__, 'support_expiry_date'),
|
|
544
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
545
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
546
|
+
type=pulumi.get(__ret__, 'type'),
|
|
547
|
+
update_strategy=pulumi.get(__ret__, 'update_strategy'),
|
|
548
|
+
vulnerability_scanning_settings=pulumi.get(__ret__, 'vulnerability_scanning_settings'),
|
|
549
|
+
workload_resource_ids=pulumi.get(__ret__, 'workload_resource_ids'))
|
|
550
|
+
def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
551
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
552
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClusterResult]:
|
|
553
|
+
"""
|
|
554
|
+
Get properties of the provided cluster.
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
:param str cluster_name: The name of the cluster.
|
|
558
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
559
|
+
"""
|
|
560
|
+
__args__ = dict()
|
|
561
|
+
__args__['clusterName'] = cluster_name
|
|
562
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
563
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
564
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getCluster', __args__, opts=opts, typ=GetClusterResult)
|
|
565
|
+
return __ret__.apply(lambda __response__: GetClusterResult(
|
|
566
|
+
aggregator_or_single_rack_definition=pulumi.get(__response__, 'aggregator_or_single_rack_definition'),
|
|
567
|
+
analytics_output_settings=pulumi.get(__response__, 'analytics_output_settings'),
|
|
568
|
+
analytics_workspace_id=pulumi.get(__response__, 'analytics_workspace_id'),
|
|
569
|
+
available_upgrade_versions=pulumi.get(__response__, 'available_upgrade_versions'),
|
|
570
|
+
cluster_capacity=pulumi.get(__response__, 'cluster_capacity'),
|
|
571
|
+
cluster_connection_status=pulumi.get(__response__, 'cluster_connection_status'),
|
|
572
|
+
cluster_extended_location=pulumi.get(__response__, 'cluster_extended_location'),
|
|
573
|
+
cluster_location=pulumi.get(__response__, 'cluster_location'),
|
|
574
|
+
cluster_manager_connection_status=pulumi.get(__response__, 'cluster_manager_connection_status'),
|
|
575
|
+
cluster_manager_id=pulumi.get(__response__, 'cluster_manager_id'),
|
|
576
|
+
cluster_service_principal=pulumi.get(__response__, 'cluster_service_principal'),
|
|
577
|
+
cluster_type=pulumi.get(__response__, 'cluster_type'),
|
|
578
|
+
cluster_version=pulumi.get(__response__, 'cluster_version'),
|
|
579
|
+
command_output_settings=pulumi.get(__response__, 'command_output_settings'),
|
|
580
|
+
compute_deployment_threshold=pulumi.get(__response__, 'compute_deployment_threshold'),
|
|
581
|
+
compute_rack_definitions=pulumi.get(__response__, 'compute_rack_definitions'),
|
|
582
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
583
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
584
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
585
|
+
hybrid_aks_extended_location=pulumi.get(__response__, 'hybrid_aks_extended_location'),
|
|
586
|
+
id=pulumi.get(__response__, 'id'),
|
|
587
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
588
|
+
location=pulumi.get(__response__, 'location'),
|
|
589
|
+
managed_resource_group_configuration=pulumi.get(__response__, 'managed_resource_group_configuration'),
|
|
590
|
+
manual_action_count=pulumi.get(__response__, 'manual_action_count'),
|
|
591
|
+
name=pulumi.get(__response__, 'name'),
|
|
592
|
+
network_fabric_id=pulumi.get(__response__, 'network_fabric_id'),
|
|
593
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
594
|
+
runtime_protection_configuration=pulumi.get(__response__, 'runtime_protection_configuration'),
|
|
595
|
+
secret_archive=pulumi.get(__response__, 'secret_archive'),
|
|
596
|
+
secret_archive_settings=pulumi.get(__response__, 'secret_archive_settings'),
|
|
597
|
+
support_expiry_date=pulumi.get(__response__, 'support_expiry_date'),
|
|
598
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
599
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
600
|
+
type=pulumi.get(__response__, 'type'),
|
|
601
|
+
update_strategy=pulumi.get(__response__, 'update_strategy'),
|
|
602
|
+
vulnerability_scanning_settings=pulumi.get(__response__, 'vulnerability_scanning_settings'),
|
|
603
|
+
workload_resource_ids=pulumi.get(__response__, 'workload_resource_ids')))
|