pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1736153496__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +0 -42
- pulumi_azure_native/azurestackhci/__init__.py +0 -3
- 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/networkcloud/__init__.py +0 -3
- 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/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.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/RECORD +214 -278
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
- pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/top_level.txt +0 -0
|
@@ -1,917 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
from ._enums import *
|
|
18
|
-
from ._inputs import *
|
|
19
|
-
|
|
20
|
-
__all__ = ['ClusterArgs', 'Cluster']
|
|
21
|
-
|
|
22
|
-
@pulumi.input_type
|
|
23
|
-
class ClusterArgs:
|
|
24
|
-
def __init__(__self__, *,
|
|
25
|
-
aggregator_or_single_rack_definition: pulumi.Input['RackDefinitionArgs'],
|
|
26
|
-
cluster_type: pulumi.Input[Union[str, 'ClusterType']],
|
|
27
|
-
cluster_version: pulumi.Input[str],
|
|
28
|
-
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
29
|
-
network_fabric_id: pulumi.Input[str],
|
|
30
|
-
resource_group_name: pulumi.Input[str],
|
|
31
|
-
analytics_output_settings: Optional[pulumi.Input['AnalyticsOutputSettingsArgs']] = None,
|
|
32
|
-
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
cluster_location: Optional[pulumi.Input[str]] = None,
|
|
34
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
cluster_service_principal: Optional[pulumi.Input['ServicePrincipalInformationArgs']] = None,
|
|
36
|
-
command_output_settings: Optional[pulumi.Input['CommandOutputSettingsArgs']] = None,
|
|
37
|
-
compute_deployment_threshold: Optional[pulumi.Input['ValidationThresholdArgs']] = None,
|
|
38
|
-
compute_rack_definitions: Optional[pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]]] = None,
|
|
39
|
-
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
40
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
41
|
-
managed_resource_group_configuration: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']] = None,
|
|
42
|
-
runtime_protection_configuration: Optional[pulumi.Input['RuntimeProtectionConfigurationArgs']] = None,
|
|
43
|
-
secret_archive: Optional[pulumi.Input['ClusterSecretArchiveArgs']] = None,
|
|
44
|
-
secret_archive_settings: Optional[pulumi.Input['SecretArchiveSettingsArgs']] = None,
|
|
45
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
46
|
-
update_strategy: Optional[pulumi.Input['ClusterUpdateStrategyArgs']] = None,
|
|
47
|
-
vulnerability_scanning_settings: Optional[pulumi.Input['VulnerabilityScanningSettingsArgs']] = None):
|
|
48
|
-
"""
|
|
49
|
-
The set of arguments for constructing a Cluster resource.
|
|
50
|
-
:param pulumi.Input['RackDefinitionArgs'] aggregator_or_single_rack_definition: 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.
|
|
51
|
-
:param pulumi.Input[Union[str, 'ClusterType']] cluster_type: The type of rack configuration for the cluster.
|
|
52
|
-
:param pulumi.Input[str] cluster_version: The current runtime version of the cluster.
|
|
53
|
-
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster manager associated with the cluster.
|
|
54
|
-
:param pulumi.Input[str] network_fabric_id: The resource ID of the Network Fabric associated with the cluster.
|
|
55
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
56
|
-
:param pulumi.Input['AnalyticsOutputSettingsArgs'] analytics_output_settings: The settings for the log analytics workspace used for output of logs from this cluster.
|
|
57
|
-
:param pulumi.Input[str] analytics_workspace_id: Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
|
|
58
|
-
:param pulumi.Input[str] cluster_location: The customer-provided location information to identify where the cluster resides.
|
|
59
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
60
|
-
:param pulumi.Input['ServicePrincipalInformationArgs'] cluster_service_principal: The service principal to be used by the cluster during Arc Appliance installation.
|
|
61
|
-
:param pulumi.Input['CommandOutputSettingsArgs'] command_output_settings: The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
|
|
62
|
-
:param pulumi.Input['ValidationThresholdArgs'] compute_deployment_threshold: The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
|
|
63
|
-
:param pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]] compute_rack_definitions: The list of rack definitions for the compute racks in a multi-rack
|
|
64
|
-
cluster, or an empty list in a single-rack cluster.
|
|
65
|
-
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: The identity for the resource.
|
|
66
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
67
|
-
:param pulumi.Input['ManagedResourceGroupConfigurationArgs'] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
|
|
68
|
-
:param pulumi.Input['RuntimeProtectionConfigurationArgs'] runtime_protection_configuration: The settings for cluster runtime protection.
|
|
69
|
-
:param pulumi.Input['ClusterSecretArchiveArgs'] secret_archive: The configuration for use of a key vault to store secrets for later retrieval by the operator.
|
|
70
|
-
:param pulumi.Input['SecretArchiveSettingsArgs'] secret_archive_settings: The settings for the secret archive used to hold credentials for the cluster.
|
|
71
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
72
|
-
:param pulumi.Input['ClusterUpdateStrategyArgs'] update_strategy: The strategy for updating the cluster.
|
|
73
|
-
:param pulumi.Input['VulnerabilityScanningSettingsArgs'] vulnerability_scanning_settings: The settings for how security vulnerability scanning is applied to the cluster.
|
|
74
|
-
"""
|
|
75
|
-
pulumi.set(__self__, "aggregator_or_single_rack_definition", aggregator_or_single_rack_definition)
|
|
76
|
-
pulumi.set(__self__, "cluster_type", cluster_type)
|
|
77
|
-
pulumi.set(__self__, "cluster_version", cluster_version)
|
|
78
|
-
pulumi.set(__self__, "extended_location", extended_location)
|
|
79
|
-
pulumi.set(__self__, "network_fabric_id", network_fabric_id)
|
|
80
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
81
|
-
if analytics_output_settings is not None:
|
|
82
|
-
pulumi.set(__self__, "analytics_output_settings", analytics_output_settings)
|
|
83
|
-
if analytics_workspace_id is not None:
|
|
84
|
-
pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
|
|
85
|
-
if cluster_location is not None:
|
|
86
|
-
pulumi.set(__self__, "cluster_location", cluster_location)
|
|
87
|
-
if cluster_name is not None:
|
|
88
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
89
|
-
if cluster_service_principal is not None:
|
|
90
|
-
pulumi.set(__self__, "cluster_service_principal", cluster_service_principal)
|
|
91
|
-
if command_output_settings is not None:
|
|
92
|
-
pulumi.set(__self__, "command_output_settings", command_output_settings)
|
|
93
|
-
if compute_deployment_threshold is not None:
|
|
94
|
-
pulumi.set(__self__, "compute_deployment_threshold", compute_deployment_threshold)
|
|
95
|
-
if compute_rack_definitions is not None:
|
|
96
|
-
pulumi.set(__self__, "compute_rack_definitions", compute_rack_definitions)
|
|
97
|
-
if identity is not None:
|
|
98
|
-
pulumi.set(__self__, "identity", identity)
|
|
99
|
-
if location is not None:
|
|
100
|
-
pulumi.set(__self__, "location", location)
|
|
101
|
-
if managed_resource_group_configuration is not None:
|
|
102
|
-
pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
|
|
103
|
-
if runtime_protection_configuration is not None:
|
|
104
|
-
pulumi.set(__self__, "runtime_protection_configuration", runtime_protection_configuration)
|
|
105
|
-
if secret_archive is not None:
|
|
106
|
-
pulumi.set(__self__, "secret_archive", secret_archive)
|
|
107
|
-
if secret_archive_settings is not None:
|
|
108
|
-
pulumi.set(__self__, "secret_archive_settings", secret_archive_settings)
|
|
109
|
-
if tags is not None:
|
|
110
|
-
pulumi.set(__self__, "tags", tags)
|
|
111
|
-
if update_strategy is not None:
|
|
112
|
-
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
113
|
-
if vulnerability_scanning_settings is not None:
|
|
114
|
-
pulumi.set(__self__, "vulnerability_scanning_settings", vulnerability_scanning_settings)
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="aggregatorOrSingleRackDefinition")
|
|
118
|
-
def aggregator_or_single_rack_definition(self) -> pulumi.Input['RackDefinitionArgs']:
|
|
119
|
-
"""
|
|
120
|
-
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.
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "aggregator_or_single_rack_definition")
|
|
123
|
-
|
|
124
|
-
@aggregator_or_single_rack_definition.setter
|
|
125
|
-
def aggregator_or_single_rack_definition(self, value: pulumi.Input['RackDefinitionArgs']):
|
|
126
|
-
pulumi.set(self, "aggregator_or_single_rack_definition", value)
|
|
127
|
-
|
|
128
|
-
@property
|
|
129
|
-
@pulumi.getter(name="clusterType")
|
|
130
|
-
def cluster_type(self) -> pulumi.Input[Union[str, 'ClusterType']]:
|
|
131
|
-
"""
|
|
132
|
-
The type of rack configuration for the cluster.
|
|
133
|
-
"""
|
|
134
|
-
return pulumi.get(self, "cluster_type")
|
|
135
|
-
|
|
136
|
-
@cluster_type.setter
|
|
137
|
-
def cluster_type(self, value: pulumi.Input[Union[str, 'ClusterType']]):
|
|
138
|
-
pulumi.set(self, "cluster_type", value)
|
|
139
|
-
|
|
140
|
-
@property
|
|
141
|
-
@pulumi.getter(name="clusterVersion")
|
|
142
|
-
def cluster_version(self) -> pulumi.Input[str]:
|
|
143
|
-
"""
|
|
144
|
-
The current runtime version of the cluster.
|
|
145
|
-
"""
|
|
146
|
-
return pulumi.get(self, "cluster_version")
|
|
147
|
-
|
|
148
|
-
@cluster_version.setter
|
|
149
|
-
def cluster_version(self, value: pulumi.Input[str]):
|
|
150
|
-
pulumi.set(self, "cluster_version", value)
|
|
151
|
-
|
|
152
|
-
@property
|
|
153
|
-
@pulumi.getter(name="extendedLocation")
|
|
154
|
-
def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
|
|
155
|
-
"""
|
|
156
|
-
The extended location of the cluster manager associated with the cluster.
|
|
157
|
-
"""
|
|
158
|
-
return pulumi.get(self, "extended_location")
|
|
159
|
-
|
|
160
|
-
@extended_location.setter
|
|
161
|
-
def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
|
|
162
|
-
pulumi.set(self, "extended_location", value)
|
|
163
|
-
|
|
164
|
-
@property
|
|
165
|
-
@pulumi.getter(name="networkFabricId")
|
|
166
|
-
def network_fabric_id(self) -> pulumi.Input[str]:
|
|
167
|
-
"""
|
|
168
|
-
The resource ID of the Network Fabric associated with the cluster.
|
|
169
|
-
"""
|
|
170
|
-
return pulumi.get(self, "network_fabric_id")
|
|
171
|
-
|
|
172
|
-
@network_fabric_id.setter
|
|
173
|
-
def network_fabric_id(self, value: pulumi.Input[str]):
|
|
174
|
-
pulumi.set(self, "network_fabric_id", value)
|
|
175
|
-
|
|
176
|
-
@property
|
|
177
|
-
@pulumi.getter(name="resourceGroupName")
|
|
178
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
179
|
-
"""
|
|
180
|
-
The name of the resource group. The name is case insensitive.
|
|
181
|
-
"""
|
|
182
|
-
return pulumi.get(self, "resource_group_name")
|
|
183
|
-
|
|
184
|
-
@resource_group_name.setter
|
|
185
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
186
|
-
pulumi.set(self, "resource_group_name", value)
|
|
187
|
-
|
|
188
|
-
@property
|
|
189
|
-
@pulumi.getter(name="analyticsOutputSettings")
|
|
190
|
-
def analytics_output_settings(self) -> Optional[pulumi.Input['AnalyticsOutputSettingsArgs']]:
|
|
191
|
-
"""
|
|
192
|
-
The settings for the log analytics workspace used for output of logs from this cluster.
|
|
193
|
-
"""
|
|
194
|
-
return pulumi.get(self, "analytics_output_settings")
|
|
195
|
-
|
|
196
|
-
@analytics_output_settings.setter
|
|
197
|
-
def analytics_output_settings(self, value: Optional[pulumi.Input['AnalyticsOutputSettingsArgs']]):
|
|
198
|
-
pulumi.set(self, "analytics_output_settings", value)
|
|
199
|
-
|
|
200
|
-
@property
|
|
201
|
-
@pulumi.getter(name="analyticsWorkspaceId")
|
|
202
|
-
def analytics_workspace_id(self) -> Optional[pulumi.Input[str]]:
|
|
203
|
-
"""
|
|
204
|
-
Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
|
|
205
|
-
"""
|
|
206
|
-
return pulumi.get(self, "analytics_workspace_id")
|
|
207
|
-
|
|
208
|
-
@analytics_workspace_id.setter
|
|
209
|
-
def analytics_workspace_id(self, value: Optional[pulumi.Input[str]]):
|
|
210
|
-
pulumi.set(self, "analytics_workspace_id", value)
|
|
211
|
-
|
|
212
|
-
@property
|
|
213
|
-
@pulumi.getter(name="clusterLocation")
|
|
214
|
-
def cluster_location(self) -> Optional[pulumi.Input[str]]:
|
|
215
|
-
"""
|
|
216
|
-
The customer-provided location information to identify where the cluster resides.
|
|
217
|
-
"""
|
|
218
|
-
return pulumi.get(self, "cluster_location")
|
|
219
|
-
|
|
220
|
-
@cluster_location.setter
|
|
221
|
-
def cluster_location(self, value: Optional[pulumi.Input[str]]):
|
|
222
|
-
pulumi.set(self, "cluster_location", value)
|
|
223
|
-
|
|
224
|
-
@property
|
|
225
|
-
@pulumi.getter(name="clusterName")
|
|
226
|
-
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
227
|
-
"""
|
|
228
|
-
The name of the cluster.
|
|
229
|
-
"""
|
|
230
|
-
return pulumi.get(self, "cluster_name")
|
|
231
|
-
|
|
232
|
-
@cluster_name.setter
|
|
233
|
-
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
234
|
-
pulumi.set(self, "cluster_name", value)
|
|
235
|
-
|
|
236
|
-
@property
|
|
237
|
-
@pulumi.getter(name="clusterServicePrincipal")
|
|
238
|
-
def cluster_service_principal(self) -> Optional[pulumi.Input['ServicePrincipalInformationArgs']]:
|
|
239
|
-
"""
|
|
240
|
-
The service principal to be used by the cluster during Arc Appliance installation.
|
|
241
|
-
"""
|
|
242
|
-
return pulumi.get(self, "cluster_service_principal")
|
|
243
|
-
|
|
244
|
-
@cluster_service_principal.setter
|
|
245
|
-
def cluster_service_principal(self, value: Optional[pulumi.Input['ServicePrincipalInformationArgs']]):
|
|
246
|
-
pulumi.set(self, "cluster_service_principal", value)
|
|
247
|
-
|
|
248
|
-
@property
|
|
249
|
-
@pulumi.getter(name="commandOutputSettings")
|
|
250
|
-
def command_output_settings(self) -> Optional[pulumi.Input['CommandOutputSettingsArgs']]:
|
|
251
|
-
"""
|
|
252
|
-
The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
|
|
253
|
-
"""
|
|
254
|
-
return pulumi.get(self, "command_output_settings")
|
|
255
|
-
|
|
256
|
-
@command_output_settings.setter
|
|
257
|
-
def command_output_settings(self, value: Optional[pulumi.Input['CommandOutputSettingsArgs']]):
|
|
258
|
-
pulumi.set(self, "command_output_settings", value)
|
|
259
|
-
|
|
260
|
-
@property
|
|
261
|
-
@pulumi.getter(name="computeDeploymentThreshold")
|
|
262
|
-
def compute_deployment_threshold(self) -> Optional[pulumi.Input['ValidationThresholdArgs']]:
|
|
263
|
-
"""
|
|
264
|
-
The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
|
|
265
|
-
"""
|
|
266
|
-
return pulumi.get(self, "compute_deployment_threshold")
|
|
267
|
-
|
|
268
|
-
@compute_deployment_threshold.setter
|
|
269
|
-
def compute_deployment_threshold(self, value: Optional[pulumi.Input['ValidationThresholdArgs']]):
|
|
270
|
-
pulumi.set(self, "compute_deployment_threshold", value)
|
|
271
|
-
|
|
272
|
-
@property
|
|
273
|
-
@pulumi.getter(name="computeRackDefinitions")
|
|
274
|
-
def compute_rack_definitions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]]]:
|
|
275
|
-
"""
|
|
276
|
-
The list of rack definitions for the compute racks in a multi-rack
|
|
277
|
-
cluster, or an empty list in a single-rack cluster.
|
|
278
|
-
"""
|
|
279
|
-
return pulumi.get(self, "compute_rack_definitions")
|
|
280
|
-
|
|
281
|
-
@compute_rack_definitions.setter
|
|
282
|
-
def compute_rack_definitions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]]]):
|
|
283
|
-
pulumi.set(self, "compute_rack_definitions", value)
|
|
284
|
-
|
|
285
|
-
@property
|
|
286
|
-
@pulumi.getter
|
|
287
|
-
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
288
|
-
"""
|
|
289
|
-
The identity for the resource.
|
|
290
|
-
"""
|
|
291
|
-
return pulumi.get(self, "identity")
|
|
292
|
-
|
|
293
|
-
@identity.setter
|
|
294
|
-
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
295
|
-
pulumi.set(self, "identity", value)
|
|
296
|
-
|
|
297
|
-
@property
|
|
298
|
-
@pulumi.getter
|
|
299
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
300
|
-
"""
|
|
301
|
-
The geo-location where the resource lives
|
|
302
|
-
"""
|
|
303
|
-
return pulumi.get(self, "location")
|
|
304
|
-
|
|
305
|
-
@location.setter
|
|
306
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
307
|
-
pulumi.set(self, "location", value)
|
|
308
|
-
|
|
309
|
-
@property
|
|
310
|
-
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
311
|
-
def managed_resource_group_configuration(self) -> Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]:
|
|
312
|
-
"""
|
|
313
|
-
The configuration of the managed resource group associated with the resource.
|
|
314
|
-
"""
|
|
315
|
-
return pulumi.get(self, "managed_resource_group_configuration")
|
|
316
|
-
|
|
317
|
-
@managed_resource_group_configuration.setter
|
|
318
|
-
def managed_resource_group_configuration(self, value: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]):
|
|
319
|
-
pulumi.set(self, "managed_resource_group_configuration", value)
|
|
320
|
-
|
|
321
|
-
@property
|
|
322
|
-
@pulumi.getter(name="runtimeProtectionConfiguration")
|
|
323
|
-
def runtime_protection_configuration(self) -> Optional[pulumi.Input['RuntimeProtectionConfigurationArgs']]:
|
|
324
|
-
"""
|
|
325
|
-
The settings for cluster runtime protection.
|
|
326
|
-
"""
|
|
327
|
-
return pulumi.get(self, "runtime_protection_configuration")
|
|
328
|
-
|
|
329
|
-
@runtime_protection_configuration.setter
|
|
330
|
-
def runtime_protection_configuration(self, value: Optional[pulumi.Input['RuntimeProtectionConfigurationArgs']]):
|
|
331
|
-
pulumi.set(self, "runtime_protection_configuration", value)
|
|
332
|
-
|
|
333
|
-
@property
|
|
334
|
-
@pulumi.getter(name="secretArchive")
|
|
335
|
-
def secret_archive(self) -> Optional[pulumi.Input['ClusterSecretArchiveArgs']]:
|
|
336
|
-
"""
|
|
337
|
-
The configuration for use of a key vault to store secrets for later retrieval by the operator.
|
|
338
|
-
"""
|
|
339
|
-
return pulumi.get(self, "secret_archive")
|
|
340
|
-
|
|
341
|
-
@secret_archive.setter
|
|
342
|
-
def secret_archive(self, value: Optional[pulumi.Input['ClusterSecretArchiveArgs']]):
|
|
343
|
-
pulumi.set(self, "secret_archive", value)
|
|
344
|
-
|
|
345
|
-
@property
|
|
346
|
-
@pulumi.getter(name="secretArchiveSettings")
|
|
347
|
-
def secret_archive_settings(self) -> Optional[pulumi.Input['SecretArchiveSettingsArgs']]:
|
|
348
|
-
"""
|
|
349
|
-
The settings for the secret archive used to hold credentials for the cluster.
|
|
350
|
-
"""
|
|
351
|
-
return pulumi.get(self, "secret_archive_settings")
|
|
352
|
-
|
|
353
|
-
@secret_archive_settings.setter
|
|
354
|
-
def secret_archive_settings(self, value: Optional[pulumi.Input['SecretArchiveSettingsArgs']]):
|
|
355
|
-
pulumi.set(self, "secret_archive_settings", value)
|
|
356
|
-
|
|
357
|
-
@property
|
|
358
|
-
@pulumi.getter
|
|
359
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
360
|
-
"""
|
|
361
|
-
Resource tags.
|
|
362
|
-
"""
|
|
363
|
-
return pulumi.get(self, "tags")
|
|
364
|
-
|
|
365
|
-
@tags.setter
|
|
366
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
367
|
-
pulumi.set(self, "tags", value)
|
|
368
|
-
|
|
369
|
-
@property
|
|
370
|
-
@pulumi.getter(name="updateStrategy")
|
|
371
|
-
def update_strategy(self) -> Optional[pulumi.Input['ClusterUpdateStrategyArgs']]:
|
|
372
|
-
"""
|
|
373
|
-
The strategy for updating the cluster.
|
|
374
|
-
"""
|
|
375
|
-
return pulumi.get(self, "update_strategy")
|
|
376
|
-
|
|
377
|
-
@update_strategy.setter
|
|
378
|
-
def update_strategy(self, value: Optional[pulumi.Input['ClusterUpdateStrategyArgs']]):
|
|
379
|
-
pulumi.set(self, "update_strategy", value)
|
|
380
|
-
|
|
381
|
-
@property
|
|
382
|
-
@pulumi.getter(name="vulnerabilityScanningSettings")
|
|
383
|
-
def vulnerability_scanning_settings(self) -> Optional[pulumi.Input['VulnerabilityScanningSettingsArgs']]:
|
|
384
|
-
"""
|
|
385
|
-
The settings for how security vulnerability scanning is applied to the cluster.
|
|
386
|
-
"""
|
|
387
|
-
return pulumi.get(self, "vulnerability_scanning_settings")
|
|
388
|
-
|
|
389
|
-
@vulnerability_scanning_settings.setter
|
|
390
|
-
def vulnerability_scanning_settings(self, value: Optional[pulumi.Input['VulnerabilityScanningSettingsArgs']]):
|
|
391
|
-
pulumi.set(self, "vulnerability_scanning_settings", value)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
class Cluster(pulumi.CustomResource):
|
|
395
|
-
@overload
|
|
396
|
-
def __init__(__self__,
|
|
397
|
-
resource_name: str,
|
|
398
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
399
|
-
aggregator_or_single_rack_definition: Optional[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]] = None,
|
|
400
|
-
analytics_output_settings: Optional[pulumi.Input[Union['AnalyticsOutputSettingsArgs', 'AnalyticsOutputSettingsArgsDict']]] = None,
|
|
401
|
-
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
402
|
-
cluster_location: Optional[pulumi.Input[str]] = None,
|
|
403
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
404
|
-
cluster_service_principal: Optional[pulumi.Input[Union['ServicePrincipalInformationArgs', 'ServicePrincipalInformationArgsDict']]] = None,
|
|
405
|
-
cluster_type: Optional[pulumi.Input[Union[str, 'ClusterType']]] = None,
|
|
406
|
-
cluster_version: Optional[pulumi.Input[str]] = None,
|
|
407
|
-
command_output_settings: Optional[pulumi.Input[Union['CommandOutputSettingsArgs', 'CommandOutputSettingsArgsDict']]] = None,
|
|
408
|
-
compute_deployment_threshold: Optional[pulumi.Input[Union['ValidationThresholdArgs', 'ValidationThresholdArgsDict']]] = None,
|
|
409
|
-
compute_rack_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]]]] = None,
|
|
410
|
-
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
411
|
-
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
412
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
413
|
-
managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
|
|
414
|
-
network_fabric_id: Optional[pulumi.Input[str]] = None,
|
|
415
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
416
|
-
runtime_protection_configuration: Optional[pulumi.Input[Union['RuntimeProtectionConfigurationArgs', 'RuntimeProtectionConfigurationArgsDict']]] = None,
|
|
417
|
-
secret_archive: Optional[pulumi.Input[Union['ClusterSecretArchiveArgs', 'ClusterSecretArchiveArgsDict']]] = None,
|
|
418
|
-
secret_archive_settings: Optional[pulumi.Input[Union['SecretArchiveSettingsArgs', 'SecretArchiveSettingsArgsDict']]] = None,
|
|
419
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
420
|
-
update_strategy: Optional[pulumi.Input[Union['ClusterUpdateStrategyArgs', 'ClusterUpdateStrategyArgsDict']]] = None,
|
|
421
|
-
vulnerability_scanning_settings: Optional[pulumi.Input[Union['VulnerabilityScanningSettingsArgs', 'VulnerabilityScanningSettingsArgsDict']]] = None,
|
|
422
|
-
__props__=None):
|
|
423
|
-
"""
|
|
424
|
-
Create a Cluster resource with the given unique name, props, and options.
|
|
425
|
-
:param str resource_name: The name of the resource.
|
|
426
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
427
|
-
:param pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']] aggregator_or_single_rack_definition: 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.
|
|
428
|
-
:param pulumi.Input[Union['AnalyticsOutputSettingsArgs', 'AnalyticsOutputSettingsArgsDict']] analytics_output_settings: The settings for the log analytics workspace used for output of logs from this cluster.
|
|
429
|
-
:param pulumi.Input[str] analytics_workspace_id: Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
|
|
430
|
-
:param pulumi.Input[str] cluster_location: The customer-provided location information to identify where the cluster resides.
|
|
431
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
432
|
-
:param pulumi.Input[Union['ServicePrincipalInformationArgs', 'ServicePrincipalInformationArgsDict']] cluster_service_principal: The service principal to be used by the cluster during Arc Appliance installation.
|
|
433
|
-
:param pulumi.Input[Union[str, 'ClusterType']] cluster_type: The type of rack configuration for the cluster.
|
|
434
|
-
:param pulumi.Input[str] cluster_version: The current runtime version of the cluster.
|
|
435
|
-
:param pulumi.Input[Union['CommandOutputSettingsArgs', 'CommandOutputSettingsArgsDict']] command_output_settings: The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
|
|
436
|
-
:param pulumi.Input[Union['ValidationThresholdArgs', 'ValidationThresholdArgsDict']] compute_deployment_threshold: The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
|
|
437
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]]] compute_rack_definitions: The list of rack definitions for the compute racks in a multi-rack
|
|
438
|
-
cluster, or an empty list in a single-rack cluster.
|
|
439
|
-
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster manager associated with the cluster.
|
|
440
|
-
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The identity for the resource.
|
|
441
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
442
|
-
:param pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
|
|
443
|
-
:param pulumi.Input[str] network_fabric_id: The resource ID of the Network Fabric associated with the cluster.
|
|
444
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
445
|
-
:param pulumi.Input[Union['RuntimeProtectionConfigurationArgs', 'RuntimeProtectionConfigurationArgsDict']] runtime_protection_configuration: The settings for cluster runtime protection.
|
|
446
|
-
:param pulumi.Input[Union['ClusterSecretArchiveArgs', 'ClusterSecretArchiveArgsDict']] secret_archive: The configuration for use of a key vault to store secrets for later retrieval by the operator.
|
|
447
|
-
:param pulumi.Input[Union['SecretArchiveSettingsArgs', 'SecretArchiveSettingsArgsDict']] secret_archive_settings: The settings for the secret archive used to hold credentials for the cluster.
|
|
448
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
449
|
-
:param pulumi.Input[Union['ClusterUpdateStrategyArgs', 'ClusterUpdateStrategyArgsDict']] update_strategy: The strategy for updating the cluster.
|
|
450
|
-
:param pulumi.Input[Union['VulnerabilityScanningSettingsArgs', 'VulnerabilityScanningSettingsArgsDict']] vulnerability_scanning_settings: The settings for how security vulnerability scanning is applied to the cluster.
|
|
451
|
-
"""
|
|
452
|
-
...
|
|
453
|
-
@overload
|
|
454
|
-
def __init__(__self__,
|
|
455
|
-
resource_name: str,
|
|
456
|
-
args: ClusterArgs,
|
|
457
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
458
|
-
"""
|
|
459
|
-
Create a Cluster resource with the given unique name, props, and options.
|
|
460
|
-
:param str resource_name: The name of the resource.
|
|
461
|
-
:param ClusterArgs args: The arguments to use to populate this resource's properties.
|
|
462
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
463
|
-
"""
|
|
464
|
-
...
|
|
465
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
466
|
-
resource_args, opts = _utilities.get_resource_args_opts(ClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
467
|
-
if resource_args is not None:
|
|
468
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
469
|
-
else:
|
|
470
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
471
|
-
|
|
472
|
-
def _internal_init(__self__,
|
|
473
|
-
resource_name: str,
|
|
474
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
475
|
-
aggregator_or_single_rack_definition: Optional[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]] = None,
|
|
476
|
-
analytics_output_settings: Optional[pulumi.Input[Union['AnalyticsOutputSettingsArgs', 'AnalyticsOutputSettingsArgsDict']]] = None,
|
|
477
|
-
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
478
|
-
cluster_location: Optional[pulumi.Input[str]] = None,
|
|
479
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
480
|
-
cluster_service_principal: Optional[pulumi.Input[Union['ServicePrincipalInformationArgs', 'ServicePrincipalInformationArgsDict']]] = None,
|
|
481
|
-
cluster_type: Optional[pulumi.Input[Union[str, 'ClusterType']]] = None,
|
|
482
|
-
cluster_version: Optional[pulumi.Input[str]] = None,
|
|
483
|
-
command_output_settings: Optional[pulumi.Input[Union['CommandOutputSettingsArgs', 'CommandOutputSettingsArgsDict']]] = None,
|
|
484
|
-
compute_deployment_threshold: Optional[pulumi.Input[Union['ValidationThresholdArgs', 'ValidationThresholdArgsDict']]] = None,
|
|
485
|
-
compute_rack_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]]]] = None,
|
|
486
|
-
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
487
|
-
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
488
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
489
|
-
managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
|
|
490
|
-
network_fabric_id: Optional[pulumi.Input[str]] = None,
|
|
491
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
492
|
-
runtime_protection_configuration: Optional[pulumi.Input[Union['RuntimeProtectionConfigurationArgs', 'RuntimeProtectionConfigurationArgsDict']]] = None,
|
|
493
|
-
secret_archive: Optional[pulumi.Input[Union['ClusterSecretArchiveArgs', 'ClusterSecretArchiveArgsDict']]] = None,
|
|
494
|
-
secret_archive_settings: Optional[pulumi.Input[Union['SecretArchiveSettingsArgs', 'SecretArchiveSettingsArgsDict']]] = None,
|
|
495
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
496
|
-
update_strategy: Optional[pulumi.Input[Union['ClusterUpdateStrategyArgs', 'ClusterUpdateStrategyArgsDict']]] = None,
|
|
497
|
-
vulnerability_scanning_settings: Optional[pulumi.Input[Union['VulnerabilityScanningSettingsArgs', 'VulnerabilityScanningSettingsArgsDict']]] = None,
|
|
498
|
-
__props__=None):
|
|
499
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
500
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
501
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
502
|
-
if opts.id is None:
|
|
503
|
-
if __props__ is not None:
|
|
504
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
505
|
-
__props__ = ClusterArgs.__new__(ClusterArgs)
|
|
506
|
-
|
|
507
|
-
if aggregator_or_single_rack_definition is None and not opts.urn:
|
|
508
|
-
raise TypeError("Missing required property 'aggregator_or_single_rack_definition'")
|
|
509
|
-
__props__.__dict__["aggregator_or_single_rack_definition"] = aggregator_or_single_rack_definition
|
|
510
|
-
__props__.__dict__["analytics_output_settings"] = analytics_output_settings
|
|
511
|
-
__props__.__dict__["analytics_workspace_id"] = analytics_workspace_id
|
|
512
|
-
__props__.__dict__["cluster_location"] = cluster_location
|
|
513
|
-
__props__.__dict__["cluster_name"] = cluster_name
|
|
514
|
-
__props__.__dict__["cluster_service_principal"] = cluster_service_principal
|
|
515
|
-
if cluster_type is None and not opts.urn:
|
|
516
|
-
raise TypeError("Missing required property 'cluster_type'")
|
|
517
|
-
__props__.__dict__["cluster_type"] = cluster_type
|
|
518
|
-
if cluster_version is None and not opts.urn:
|
|
519
|
-
raise TypeError("Missing required property 'cluster_version'")
|
|
520
|
-
__props__.__dict__["cluster_version"] = cluster_version
|
|
521
|
-
__props__.__dict__["command_output_settings"] = command_output_settings
|
|
522
|
-
__props__.__dict__["compute_deployment_threshold"] = compute_deployment_threshold
|
|
523
|
-
__props__.__dict__["compute_rack_definitions"] = compute_rack_definitions
|
|
524
|
-
if extended_location is None and not opts.urn:
|
|
525
|
-
raise TypeError("Missing required property 'extended_location'")
|
|
526
|
-
__props__.__dict__["extended_location"] = extended_location
|
|
527
|
-
__props__.__dict__["identity"] = identity
|
|
528
|
-
__props__.__dict__["location"] = location
|
|
529
|
-
__props__.__dict__["managed_resource_group_configuration"] = managed_resource_group_configuration
|
|
530
|
-
if network_fabric_id is None and not opts.urn:
|
|
531
|
-
raise TypeError("Missing required property 'network_fabric_id'")
|
|
532
|
-
__props__.__dict__["network_fabric_id"] = network_fabric_id
|
|
533
|
-
if resource_group_name is None and not opts.urn:
|
|
534
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
535
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
536
|
-
__props__.__dict__["runtime_protection_configuration"] = runtime_protection_configuration
|
|
537
|
-
__props__.__dict__["secret_archive"] = secret_archive
|
|
538
|
-
__props__.__dict__["secret_archive_settings"] = secret_archive_settings
|
|
539
|
-
__props__.__dict__["tags"] = tags
|
|
540
|
-
__props__.__dict__["update_strategy"] = update_strategy
|
|
541
|
-
__props__.__dict__["vulnerability_scanning_settings"] = vulnerability_scanning_settings
|
|
542
|
-
__props__.__dict__["available_upgrade_versions"] = None
|
|
543
|
-
__props__.__dict__["cluster_capacity"] = None
|
|
544
|
-
__props__.__dict__["cluster_connection_status"] = None
|
|
545
|
-
__props__.__dict__["cluster_extended_location"] = None
|
|
546
|
-
__props__.__dict__["cluster_manager_connection_status"] = None
|
|
547
|
-
__props__.__dict__["cluster_manager_id"] = None
|
|
548
|
-
__props__.__dict__["detailed_status"] = None
|
|
549
|
-
__props__.__dict__["detailed_status_message"] = None
|
|
550
|
-
__props__.__dict__["hybrid_aks_extended_location"] = None
|
|
551
|
-
__props__.__dict__["manual_action_count"] = None
|
|
552
|
-
__props__.__dict__["name"] = None
|
|
553
|
-
__props__.__dict__["provisioning_state"] = None
|
|
554
|
-
__props__.__dict__["support_expiry_date"] = None
|
|
555
|
-
__props__.__dict__["system_data"] = None
|
|
556
|
-
__props__.__dict__["type"] = None
|
|
557
|
-
__props__.__dict__["workload_resource_ids"] = None
|
|
558
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Cluster")])
|
|
559
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
560
|
-
super(Cluster, __self__).__init__(
|
|
561
|
-
'azure-native:networkcloud/v20241001preview:Cluster',
|
|
562
|
-
resource_name,
|
|
563
|
-
__props__,
|
|
564
|
-
opts)
|
|
565
|
-
|
|
566
|
-
@staticmethod
|
|
567
|
-
def get(resource_name: str,
|
|
568
|
-
id: pulumi.Input[str],
|
|
569
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'Cluster':
|
|
570
|
-
"""
|
|
571
|
-
Get an existing Cluster resource's state with the given name, id, and optional extra
|
|
572
|
-
properties used to qualify the lookup.
|
|
573
|
-
|
|
574
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
575
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
576
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
577
|
-
"""
|
|
578
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
579
|
-
|
|
580
|
-
__props__ = ClusterArgs.__new__(ClusterArgs)
|
|
581
|
-
|
|
582
|
-
__props__.__dict__["aggregator_or_single_rack_definition"] = None
|
|
583
|
-
__props__.__dict__["analytics_output_settings"] = None
|
|
584
|
-
__props__.__dict__["analytics_workspace_id"] = None
|
|
585
|
-
__props__.__dict__["available_upgrade_versions"] = None
|
|
586
|
-
__props__.__dict__["cluster_capacity"] = None
|
|
587
|
-
__props__.__dict__["cluster_connection_status"] = None
|
|
588
|
-
__props__.__dict__["cluster_extended_location"] = None
|
|
589
|
-
__props__.__dict__["cluster_location"] = None
|
|
590
|
-
__props__.__dict__["cluster_manager_connection_status"] = None
|
|
591
|
-
__props__.__dict__["cluster_manager_id"] = None
|
|
592
|
-
__props__.__dict__["cluster_service_principal"] = None
|
|
593
|
-
__props__.__dict__["cluster_type"] = None
|
|
594
|
-
__props__.__dict__["cluster_version"] = None
|
|
595
|
-
__props__.__dict__["command_output_settings"] = None
|
|
596
|
-
__props__.__dict__["compute_deployment_threshold"] = None
|
|
597
|
-
__props__.__dict__["compute_rack_definitions"] = None
|
|
598
|
-
__props__.__dict__["detailed_status"] = None
|
|
599
|
-
__props__.__dict__["detailed_status_message"] = None
|
|
600
|
-
__props__.__dict__["extended_location"] = None
|
|
601
|
-
__props__.__dict__["hybrid_aks_extended_location"] = None
|
|
602
|
-
__props__.__dict__["identity"] = None
|
|
603
|
-
__props__.__dict__["location"] = None
|
|
604
|
-
__props__.__dict__["managed_resource_group_configuration"] = None
|
|
605
|
-
__props__.__dict__["manual_action_count"] = None
|
|
606
|
-
__props__.__dict__["name"] = None
|
|
607
|
-
__props__.__dict__["network_fabric_id"] = None
|
|
608
|
-
__props__.__dict__["provisioning_state"] = None
|
|
609
|
-
__props__.__dict__["runtime_protection_configuration"] = None
|
|
610
|
-
__props__.__dict__["secret_archive"] = None
|
|
611
|
-
__props__.__dict__["secret_archive_settings"] = None
|
|
612
|
-
__props__.__dict__["support_expiry_date"] = None
|
|
613
|
-
__props__.__dict__["system_data"] = None
|
|
614
|
-
__props__.__dict__["tags"] = None
|
|
615
|
-
__props__.__dict__["type"] = None
|
|
616
|
-
__props__.__dict__["update_strategy"] = None
|
|
617
|
-
__props__.__dict__["vulnerability_scanning_settings"] = None
|
|
618
|
-
__props__.__dict__["workload_resource_ids"] = None
|
|
619
|
-
return Cluster(resource_name, opts=opts, __props__=__props__)
|
|
620
|
-
|
|
621
|
-
@property
|
|
622
|
-
@pulumi.getter(name="aggregatorOrSingleRackDefinition")
|
|
623
|
-
def aggregator_or_single_rack_definition(self) -> pulumi.Output['outputs.RackDefinitionResponse']:
|
|
624
|
-
"""
|
|
625
|
-
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.
|
|
626
|
-
"""
|
|
627
|
-
return pulumi.get(self, "aggregator_or_single_rack_definition")
|
|
628
|
-
|
|
629
|
-
@property
|
|
630
|
-
@pulumi.getter(name="analyticsOutputSettings")
|
|
631
|
-
def analytics_output_settings(self) -> pulumi.Output[Optional['outputs.AnalyticsOutputSettingsResponse']]:
|
|
632
|
-
"""
|
|
633
|
-
The settings for the log analytics workspace used for output of logs from this cluster.
|
|
634
|
-
"""
|
|
635
|
-
return pulumi.get(self, "analytics_output_settings")
|
|
636
|
-
|
|
637
|
-
@property
|
|
638
|
-
@pulumi.getter(name="analyticsWorkspaceId")
|
|
639
|
-
def analytics_workspace_id(self) -> pulumi.Output[Optional[str]]:
|
|
640
|
-
"""
|
|
641
|
-
Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
|
|
642
|
-
"""
|
|
643
|
-
return pulumi.get(self, "analytics_workspace_id")
|
|
644
|
-
|
|
645
|
-
@property
|
|
646
|
-
@pulumi.getter(name="availableUpgradeVersions")
|
|
647
|
-
def available_upgrade_versions(self) -> pulumi.Output[Sequence['outputs.ClusterAvailableUpgradeVersionResponse']]:
|
|
648
|
-
"""
|
|
649
|
-
The list of cluster runtime version upgrades available for this cluster.
|
|
650
|
-
"""
|
|
651
|
-
return pulumi.get(self, "available_upgrade_versions")
|
|
652
|
-
|
|
653
|
-
@property
|
|
654
|
-
@pulumi.getter(name="clusterCapacity")
|
|
655
|
-
def cluster_capacity(self) -> pulumi.Output['outputs.ClusterCapacityResponse']:
|
|
656
|
-
"""
|
|
657
|
-
The capacity supported by this cluster.
|
|
658
|
-
"""
|
|
659
|
-
return pulumi.get(self, "cluster_capacity")
|
|
660
|
-
|
|
661
|
-
@property
|
|
662
|
-
@pulumi.getter(name="clusterConnectionStatus")
|
|
663
|
-
def cluster_connection_status(self) -> pulumi.Output[str]:
|
|
664
|
-
"""
|
|
665
|
-
The latest heartbeat status between the cluster manager and the cluster.
|
|
666
|
-
"""
|
|
667
|
-
return pulumi.get(self, "cluster_connection_status")
|
|
668
|
-
|
|
669
|
-
@property
|
|
670
|
-
@pulumi.getter(name="clusterExtendedLocation")
|
|
671
|
-
def cluster_extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
672
|
-
"""
|
|
673
|
-
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.
|
|
674
|
-
"""
|
|
675
|
-
return pulumi.get(self, "cluster_extended_location")
|
|
676
|
-
|
|
677
|
-
@property
|
|
678
|
-
@pulumi.getter(name="clusterLocation")
|
|
679
|
-
def cluster_location(self) -> pulumi.Output[Optional[str]]:
|
|
680
|
-
"""
|
|
681
|
-
The customer-provided location information to identify where the cluster resides.
|
|
682
|
-
"""
|
|
683
|
-
return pulumi.get(self, "cluster_location")
|
|
684
|
-
|
|
685
|
-
@property
|
|
686
|
-
@pulumi.getter(name="clusterManagerConnectionStatus")
|
|
687
|
-
def cluster_manager_connection_status(self) -> pulumi.Output[str]:
|
|
688
|
-
"""
|
|
689
|
-
The latest connectivity status between cluster manager and the cluster.
|
|
690
|
-
"""
|
|
691
|
-
return pulumi.get(self, "cluster_manager_connection_status")
|
|
692
|
-
|
|
693
|
-
@property
|
|
694
|
-
@pulumi.getter(name="clusterManagerId")
|
|
695
|
-
def cluster_manager_id(self) -> pulumi.Output[str]:
|
|
696
|
-
"""
|
|
697
|
-
The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created.
|
|
698
|
-
"""
|
|
699
|
-
return pulumi.get(self, "cluster_manager_id")
|
|
700
|
-
|
|
701
|
-
@property
|
|
702
|
-
@pulumi.getter(name="clusterServicePrincipal")
|
|
703
|
-
def cluster_service_principal(self) -> pulumi.Output[Optional['outputs.ServicePrincipalInformationResponse']]:
|
|
704
|
-
"""
|
|
705
|
-
The service principal to be used by the cluster during Arc Appliance installation.
|
|
706
|
-
"""
|
|
707
|
-
return pulumi.get(self, "cluster_service_principal")
|
|
708
|
-
|
|
709
|
-
@property
|
|
710
|
-
@pulumi.getter(name="clusterType")
|
|
711
|
-
def cluster_type(self) -> pulumi.Output[str]:
|
|
712
|
-
"""
|
|
713
|
-
The type of rack configuration for the cluster.
|
|
714
|
-
"""
|
|
715
|
-
return pulumi.get(self, "cluster_type")
|
|
716
|
-
|
|
717
|
-
@property
|
|
718
|
-
@pulumi.getter(name="clusterVersion")
|
|
719
|
-
def cluster_version(self) -> pulumi.Output[str]:
|
|
720
|
-
"""
|
|
721
|
-
The current runtime version of the cluster.
|
|
722
|
-
"""
|
|
723
|
-
return pulumi.get(self, "cluster_version")
|
|
724
|
-
|
|
725
|
-
@property
|
|
726
|
-
@pulumi.getter(name="commandOutputSettings")
|
|
727
|
-
def command_output_settings(self) -> pulumi.Output[Optional['outputs.CommandOutputSettingsResponse']]:
|
|
728
|
-
"""
|
|
729
|
-
The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
|
|
730
|
-
"""
|
|
731
|
-
return pulumi.get(self, "command_output_settings")
|
|
732
|
-
|
|
733
|
-
@property
|
|
734
|
-
@pulumi.getter(name="computeDeploymentThreshold")
|
|
735
|
-
def compute_deployment_threshold(self) -> pulumi.Output[Optional['outputs.ValidationThresholdResponse']]:
|
|
736
|
-
"""
|
|
737
|
-
The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
|
|
738
|
-
"""
|
|
739
|
-
return pulumi.get(self, "compute_deployment_threshold")
|
|
740
|
-
|
|
741
|
-
@property
|
|
742
|
-
@pulumi.getter(name="computeRackDefinitions")
|
|
743
|
-
def compute_rack_definitions(self) -> pulumi.Output[Optional[Sequence['outputs.RackDefinitionResponse']]]:
|
|
744
|
-
"""
|
|
745
|
-
The list of rack definitions for the compute racks in a multi-rack
|
|
746
|
-
cluster, or an empty list in a single-rack cluster.
|
|
747
|
-
"""
|
|
748
|
-
return pulumi.get(self, "compute_rack_definitions")
|
|
749
|
-
|
|
750
|
-
@property
|
|
751
|
-
@pulumi.getter(name="detailedStatus")
|
|
752
|
-
def detailed_status(self) -> pulumi.Output[str]:
|
|
753
|
-
"""
|
|
754
|
-
The current detailed status of the cluster.
|
|
755
|
-
"""
|
|
756
|
-
return pulumi.get(self, "detailed_status")
|
|
757
|
-
|
|
758
|
-
@property
|
|
759
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
760
|
-
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
761
|
-
"""
|
|
762
|
-
The descriptive message about the detailed status.
|
|
763
|
-
"""
|
|
764
|
-
return pulumi.get(self, "detailed_status_message")
|
|
765
|
-
|
|
766
|
-
@property
|
|
767
|
-
@pulumi.getter(name="extendedLocation")
|
|
768
|
-
def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
769
|
-
"""
|
|
770
|
-
The extended location of the cluster manager associated with the cluster.
|
|
771
|
-
"""
|
|
772
|
-
return pulumi.get(self, "extended_location")
|
|
773
|
-
|
|
774
|
-
@property
|
|
775
|
-
@pulumi.getter(name="hybridAksExtendedLocation")
|
|
776
|
-
def hybrid_aks_extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
777
|
-
"""
|
|
778
|
-
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).
|
|
779
|
-
"""
|
|
780
|
-
return pulumi.get(self, "hybrid_aks_extended_location")
|
|
781
|
-
|
|
782
|
-
@property
|
|
783
|
-
@pulumi.getter
|
|
784
|
-
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
785
|
-
"""
|
|
786
|
-
The identity for the resource.
|
|
787
|
-
"""
|
|
788
|
-
return pulumi.get(self, "identity")
|
|
789
|
-
|
|
790
|
-
@property
|
|
791
|
-
@pulumi.getter
|
|
792
|
-
def location(self) -> pulumi.Output[str]:
|
|
793
|
-
"""
|
|
794
|
-
The geo-location where the resource lives
|
|
795
|
-
"""
|
|
796
|
-
return pulumi.get(self, "location")
|
|
797
|
-
|
|
798
|
-
@property
|
|
799
|
-
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
800
|
-
def managed_resource_group_configuration(self) -> pulumi.Output[Optional['outputs.ManagedResourceGroupConfigurationResponse']]:
|
|
801
|
-
"""
|
|
802
|
-
The configuration of the managed resource group associated with the resource.
|
|
803
|
-
"""
|
|
804
|
-
return pulumi.get(self, "managed_resource_group_configuration")
|
|
805
|
-
|
|
806
|
-
@property
|
|
807
|
-
@pulumi.getter(name="manualActionCount")
|
|
808
|
-
def manual_action_count(self) -> pulumi.Output[float]:
|
|
809
|
-
"""
|
|
810
|
-
The count of Manual Action Taken (MAT) events that have not been validated.
|
|
811
|
-
"""
|
|
812
|
-
return pulumi.get(self, "manual_action_count")
|
|
813
|
-
|
|
814
|
-
@property
|
|
815
|
-
@pulumi.getter
|
|
816
|
-
def name(self) -> pulumi.Output[str]:
|
|
817
|
-
"""
|
|
818
|
-
The name of the resource
|
|
819
|
-
"""
|
|
820
|
-
return pulumi.get(self, "name")
|
|
821
|
-
|
|
822
|
-
@property
|
|
823
|
-
@pulumi.getter(name="networkFabricId")
|
|
824
|
-
def network_fabric_id(self) -> pulumi.Output[str]:
|
|
825
|
-
"""
|
|
826
|
-
The resource ID of the Network Fabric associated with the cluster.
|
|
827
|
-
"""
|
|
828
|
-
return pulumi.get(self, "network_fabric_id")
|
|
829
|
-
|
|
830
|
-
@property
|
|
831
|
-
@pulumi.getter(name="provisioningState")
|
|
832
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
833
|
-
"""
|
|
834
|
-
The provisioning state of the cluster.
|
|
835
|
-
"""
|
|
836
|
-
return pulumi.get(self, "provisioning_state")
|
|
837
|
-
|
|
838
|
-
@property
|
|
839
|
-
@pulumi.getter(name="runtimeProtectionConfiguration")
|
|
840
|
-
def runtime_protection_configuration(self) -> pulumi.Output[Optional['outputs.RuntimeProtectionConfigurationResponse']]:
|
|
841
|
-
"""
|
|
842
|
-
The settings for cluster runtime protection.
|
|
843
|
-
"""
|
|
844
|
-
return pulumi.get(self, "runtime_protection_configuration")
|
|
845
|
-
|
|
846
|
-
@property
|
|
847
|
-
@pulumi.getter(name="secretArchive")
|
|
848
|
-
def secret_archive(self) -> pulumi.Output[Optional['outputs.ClusterSecretArchiveResponse']]:
|
|
849
|
-
"""
|
|
850
|
-
The configuration for use of a key vault to store secrets for later retrieval by the operator.
|
|
851
|
-
"""
|
|
852
|
-
return pulumi.get(self, "secret_archive")
|
|
853
|
-
|
|
854
|
-
@property
|
|
855
|
-
@pulumi.getter(name="secretArchiveSettings")
|
|
856
|
-
def secret_archive_settings(self) -> pulumi.Output[Optional['outputs.SecretArchiveSettingsResponse']]:
|
|
857
|
-
"""
|
|
858
|
-
The settings for the secret archive used to hold credentials for the cluster.
|
|
859
|
-
"""
|
|
860
|
-
return pulumi.get(self, "secret_archive_settings")
|
|
861
|
-
|
|
862
|
-
@property
|
|
863
|
-
@pulumi.getter(name="supportExpiryDate")
|
|
864
|
-
def support_expiry_date(self) -> pulumi.Output[str]:
|
|
865
|
-
"""
|
|
866
|
-
The support end date of the runtime version of the cluster.
|
|
867
|
-
"""
|
|
868
|
-
return pulumi.get(self, "support_expiry_date")
|
|
869
|
-
|
|
870
|
-
@property
|
|
871
|
-
@pulumi.getter(name="systemData")
|
|
872
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
873
|
-
"""
|
|
874
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
875
|
-
"""
|
|
876
|
-
return pulumi.get(self, "system_data")
|
|
877
|
-
|
|
878
|
-
@property
|
|
879
|
-
@pulumi.getter
|
|
880
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
881
|
-
"""
|
|
882
|
-
Resource tags.
|
|
883
|
-
"""
|
|
884
|
-
return pulumi.get(self, "tags")
|
|
885
|
-
|
|
886
|
-
@property
|
|
887
|
-
@pulumi.getter
|
|
888
|
-
def type(self) -> pulumi.Output[str]:
|
|
889
|
-
"""
|
|
890
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
891
|
-
"""
|
|
892
|
-
return pulumi.get(self, "type")
|
|
893
|
-
|
|
894
|
-
@property
|
|
895
|
-
@pulumi.getter(name="updateStrategy")
|
|
896
|
-
def update_strategy(self) -> pulumi.Output[Optional['outputs.ClusterUpdateStrategyResponse']]:
|
|
897
|
-
"""
|
|
898
|
-
The strategy for updating the cluster.
|
|
899
|
-
"""
|
|
900
|
-
return pulumi.get(self, "update_strategy")
|
|
901
|
-
|
|
902
|
-
@property
|
|
903
|
-
@pulumi.getter(name="vulnerabilityScanningSettings")
|
|
904
|
-
def vulnerability_scanning_settings(self) -> pulumi.Output[Optional['outputs.VulnerabilityScanningSettingsResponse']]:
|
|
905
|
-
"""
|
|
906
|
-
The settings for how security vulnerability scanning is applied to the cluster.
|
|
907
|
-
"""
|
|
908
|
-
return pulumi.get(self, "vulnerability_scanning_settings")
|
|
909
|
-
|
|
910
|
-
@property
|
|
911
|
-
@pulumi.getter(name="workloadResourceIds")
|
|
912
|
-
def workload_resource_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
913
|
-
"""
|
|
914
|
-
The list of workload resource IDs that are hosted within this cluster.
|
|
915
|
-
"""
|
|
916
|
-
return pulumi.get(self, "workload_resource_ids")
|
|
917
|
-
|