pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1735840149__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/machinelearningservices/v20241001preview/_inputs.py +1 -113
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +1 -107
- 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.0a1735840149.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/RECORD +216 -280
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/WHEEL +1 -1
- 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.0a1735840149.dist-info}/top_level.txt +0 -0
|
@@ -1,680 +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
|
-
resource_group_name: pulumi.Input[str],
|
|
26
|
-
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
27
|
-
aad_application_object_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
aad_client_id: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
aad_service_principal_object_id: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
aad_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
31
|
-
cloud_management_endpoint: Optional[pulumi.Input[str]] = None,
|
|
32
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
desired_properties: Optional[pulumi.Input['ClusterDesiredPropertiesArgs']] = None,
|
|
34
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
secrets_locations: Optional[pulumi.Input[Sequence[pulumi.Input['SecretsLocationDetailsArgs']]]] = None,
|
|
36
|
-
software_assurance_properties: Optional[pulumi.Input['SoftwareAssurancePropertiesArgs']] = None,
|
|
37
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
38
|
-
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
39
|
-
"""
|
|
40
|
-
The set of arguments for constructing a Cluster resource.
|
|
41
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
42
|
-
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
43
|
-
:param pulumi.Input[str] aad_application_object_id: Object id of cluster AAD identity.
|
|
44
|
-
:param pulumi.Input[str] aad_client_id: App id of cluster AAD identity.
|
|
45
|
-
:param pulumi.Input[str] aad_service_principal_object_id: Id of cluster identity service principal.
|
|
46
|
-
:param pulumi.Input[str] aad_tenant_id: Tenant id of cluster AAD identity.
|
|
47
|
-
:param pulumi.Input[str] cloud_management_endpoint: Endpoint configured for management from the Azure portal.
|
|
48
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
49
|
-
:param pulumi.Input['ClusterDesiredPropertiesArgs'] desired_properties: Desired properties of the cluster.
|
|
50
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
51
|
-
:param pulumi.Input[Sequence[pulumi.Input['SecretsLocationDetailsArgs']]] secrets_locations: List of secret locations.
|
|
52
|
-
:param pulumi.Input['SoftwareAssurancePropertiesArgs'] software_assurance_properties: Software Assurance properties of the cluster.
|
|
53
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
54
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
55
|
-
"""
|
|
56
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
57
|
-
pulumi.set(__self__, "type", type)
|
|
58
|
-
if aad_application_object_id is not None:
|
|
59
|
-
pulumi.set(__self__, "aad_application_object_id", aad_application_object_id)
|
|
60
|
-
if aad_client_id is not None:
|
|
61
|
-
pulumi.set(__self__, "aad_client_id", aad_client_id)
|
|
62
|
-
if aad_service_principal_object_id is not None:
|
|
63
|
-
pulumi.set(__self__, "aad_service_principal_object_id", aad_service_principal_object_id)
|
|
64
|
-
if aad_tenant_id is not None:
|
|
65
|
-
pulumi.set(__self__, "aad_tenant_id", aad_tenant_id)
|
|
66
|
-
if cloud_management_endpoint is not None:
|
|
67
|
-
pulumi.set(__self__, "cloud_management_endpoint", cloud_management_endpoint)
|
|
68
|
-
if cluster_name is not None:
|
|
69
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
70
|
-
if desired_properties is not None:
|
|
71
|
-
pulumi.set(__self__, "desired_properties", desired_properties)
|
|
72
|
-
if location is not None:
|
|
73
|
-
pulumi.set(__self__, "location", location)
|
|
74
|
-
if secrets_locations is not None:
|
|
75
|
-
pulumi.set(__self__, "secrets_locations", secrets_locations)
|
|
76
|
-
if software_assurance_properties is not None:
|
|
77
|
-
pulumi.set(__self__, "software_assurance_properties", software_assurance_properties)
|
|
78
|
-
if tags is not None:
|
|
79
|
-
pulumi.set(__self__, "tags", tags)
|
|
80
|
-
if user_assigned_identities is not None:
|
|
81
|
-
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
82
|
-
|
|
83
|
-
@property
|
|
84
|
-
@pulumi.getter(name="resourceGroupName")
|
|
85
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
86
|
-
"""
|
|
87
|
-
The name of the resource group. The name is case insensitive.
|
|
88
|
-
"""
|
|
89
|
-
return pulumi.get(self, "resource_group_name")
|
|
90
|
-
|
|
91
|
-
@resource_group_name.setter
|
|
92
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
93
|
-
pulumi.set(self, "resource_group_name", value)
|
|
94
|
-
|
|
95
|
-
@property
|
|
96
|
-
@pulumi.getter
|
|
97
|
-
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
98
|
-
"""
|
|
99
|
-
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
100
|
-
"""
|
|
101
|
-
return pulumi.get(self, "type")
|
|
102
|
-
|
|
103
|
-
@type.setter
|
|
104
|
-
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
105
|
-
pulumi.set(self, "type", value)
|
|
106
|
-
|
|
107
|
-
@property
|
|
108
|
-
@pulumi.getter(name="aadApplicationObjectId")
|
|
109
|
-
def aad_application_object_id(self) -> Optional[pulumi.Input[str]]:
|
|
110
|
-
"""
|
|
111
|
-
Object id of cluster AAD identity.
|
|
112
|
-
"""
|
|
113
|
-
return pulumi.get(self, "aad_application_object_id")
|
|
114
|
-
|
|
115
|
-
@aad_application_object_id.setter
|
|
116
|
-
def aad_application_object_id(self, value: Optional[pulumi.Input[str]]):
|
|
117
|
-
pulumi.set(self, "aad_application_object_id", value)
|
|
118
|
-
|
|
119
|
-
@property
|
|
120
|
-
@pulumi.getter(name="aadClientId")
|
|
121
|
-
def aad_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
122
|
-
"""
|
|
123
|
-
App id of cluster AAD identity.
|
|
124
|
-
"""
|
|
125
|
-
return pulumi.get(self, "aad_client_id")
|
|
126
|
-
|
|
127
|
-
@aad_client_id.setter
|
|
128
|
-
def aad_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
129
|
-
pulumi.set(self, "aad_client_id", value)
|
|
130
|
-
|
|
131
|
-
@property
|
|
132
|
-
@pulumi.getter(name="aadServicePrincipalObjectId")
|
|
133
|
-
def aad_service_principal_object_id(self) -> Optional[pulumi.Input[str]]:
|
|
134
|
-
"""
|
|
135
|
-
Id of cluster identity service principal.
|
|
136
|
-
"""
|
|
137
|
-
return pulumi.get(self, "aad_service_principal_object_id")
|
|
138
|
-
|
|
139
|
-
@aad_service_principal_object_id.setter
|
|
140
|
-
def aad_service_principal_object_id(self, value: Optional[pulumi.Input[str]]):
|
|
141
|
-
pulumi.set(self, "aad_service_principal_object_id", value)
|
|
142
|
-
|
|
143
|
-
@property
|
|
144
|
-
@pulumi.getter(name="aadTenantId")
|
|
145
|
-
def aad_tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
146
|
-
"""
|
|
147
|
-
Tenant id of cluster AAD identity.
|
|
148
|
-
"""
|
|
149
|
-
return pulumi.get(self, "aad_tenant_id")
|
|
150
|
-
|
|
151
|
-
@aad_tenant_id.setter
|
|
152
|
-
def aad_tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
153
|
-
pulumi.set(self, "aad_tenant_id", value)
|
|
154
|
-
|
|
155
|
-
@property
|
|
156
|
-
@pulumi.getter(name="cloudManagementEndpoint")
|
|
157
|
-
def cloud_management_endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
-
"""
|
|
159
|
-
Endpoint configured for management from the Azure portal.
|
|
160
|
-
"""
|
|
161
|
-
return pulumi.get(self, "cloud_management_endpoint")
|
|
162
|
-
|
|
163
|
-
@cloud_management_endpoint.setter
|
|
164
|
-
def cloud_management_endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
-
pulumi.set(self, "cloud_management_endpoint", value)
|
|
166
|
-
|
|
167
|
-
@property
|
|
168
|
-
@pulumi.getter(name="clusterName")
|
|
169
|
-
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
170
|
-
"""
|
|
171
|
-
The name of the cluster.
|
|
172
|
-
"""
|
|
173
|
-
return pulumi.get(self, "cluster_name")
|
|
174
|
-
|
|
175
|
-
@cluster_name.setter
|
|
176
|
-
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
177
|
-
pulumi.set(self, "cluster_name", value)
|
|
178
|
-
|
|
179
|
-
@property
|
|
180
|
-
@pulumi.getter(name="desiredProperties")
|
|
181
|
-
def desired_properties(self) -> Optional[pulumi.Input['ClusterDesiredPropertiesArgs']]:
|
|
182
|
-
"""
|
|
183
|
-
Desired properties of the cluster.
|
|
184
|
-
"""
|
|
185
|
-
return pulumi.get(self, "desired_properties")
|
|
186
|
-
|
|
187
|
-
@desired_properties.setter
|
|
188
|
-
def desired_properties(self, value: Optional[pulumi.Input['ClusterDesiredPropertiesArgs']]):
|
|
189
|
-
pulumi.set(self, "desired_properties", value)
|
|
190
|
-
|
|
191
|
-
@property
|
|
192
|
-
@pulumi.getter
|
|
193
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
194
|
-
"""
|
|
195
|
-
The geo-location where the resource lives
|
|
196
|
-
"""
|
|
197
|
-
return pulumi.get(self, "location")
|
|
198
|
-
|
|
199
|
-
@location.setter
|
|
200
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
201
|
-
pulumi.set(self, "location", value)
|
|
202
|
-
|
|
203
|
-
@property
|
|
204
|
-
@pulumi.getter(name="secretsLocations")
|
|
205
|
-
def secrets_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecretsLocationDetailsArgs']]]]:
|
|
206
|
-
"""
|
|
207
|
-
List of secret locations.
|
|
208
|
-
"""
|
|
209
|
-
return pulumi.get(self, "secrets_locations")
|
|
210
|
-
|
|
211
|
-
@secrets_locations.setter
|
|
212
|
-
def secrets_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SecretsLocationDetailsArgs']]]]):
|
|
213
|
-
pulumi.set(self, "secrets_locations", value)
|
|
214
|
-
|
|
215
|
-
@property
|
|
216
|
-
@pulumi.getter(name="softwareAssuranceProperties")
|
|
217
|
-
def software_assurance_properties(self) -> Optional[pulumi.Input['SoftwareAssurancePropertiesArgs']]:
|
|
218
|
-
"""
|
|
219
|
-
Software Assurance properties of the cluster.
|
|
220
|
-
"""
|
|
221
|
-
return pulumi.get(self, "software_assurance_properties")
|
|
222
|
-
|
|
223
|
-
@software_assurance_properties.setter
|
|
224
|
-
def software_assurance_properties(self, value: Optional[pulumi.Input['SoftwareAssurancePropertiesArgs']]):
|
|
225
|
-
pulumi.set(self, "software_assurance_properties", value)
|
|
226
|
-
|
|
227
|
-
@property
|
|
228
|
-
@pulumi.getter
|
|
229
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
230
|
-
"""
|
|
231
|
-
Resource tags.
|
|
232
|
-
"""
|
|
233
|
-
return pulumi.get(self, "tags")
|
|
234
|
-
|
|
235
|
-
@tags.setter
|
|
236
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
237
|
-
pulumi.set(self, "tags", value)
|
|
238
|
-
|
|
239
|
-
@property
|
|
240
|
-
@pulumi.getter(name="userAssignedIdentities")
|
|
241
|
-
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
242
|
-
"""
|
|
243
|
-
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
244
|
-
"""
|
|
245
|
-
return pulumi.get(self, "user_assigned_identities")
|
|
246
|
-
|
|
247
|
-
@user_assigned_identities.setter
|
|
248
|
-
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
249
|
-
pulumi.set(self, "user_assigned_identities", value)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
class Cluster(pulumi.CustomResource):
|
|
253
|
-
@overload
|
|
254
|
-
def __init__(__self__,
|
|
255
|
-
resource_name: str,
|
|
256
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
257
|
-
aad_application_object_id: Optional[pulumi.Input[str]] = None,
|
|
258
|
-
aad_client_id: Optional[pulumi.Input[str]] = None,
|
|
259
|
-
aad_service_principal_object_id: Optional[pulumi.Input[str]] = None,
|
|
260
|
-
aad_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
261
|
-
cloud_management_endpoint: Optional[pulumi.Input[str]] = None,
|
|
262
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
263
|
-
desired_properties: Optional[pulumi.Input[Union['ClusterDesiredPropertiesArgs', 'ClusterDesiredPropertiesArgsDict']]] = None,
|
|
264
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
265
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
266
|
-
secrets_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretsLocationDetailsArgs', 'SecretsLocationDetailsArgsDict']]]]] = None,
|
|
267
|
-
software_assurance_properties: Optional[pulumi.Input[Union['SoftwareAssurancePropertiesArgs', 'SoftwareAssurancePropertiesArgsDict']]] = None,
|
|
268
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
269
|
-
type: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentityType']]] = None,
|
|
270
|
-
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
271
|
-
__props__=None):
|
|
272
|
-
"""
|
|
273
|
-
Cluster details.
|
|
274
|
-
|
|
275
|
-
:param str resource_name: The name of the resource.
|
|
276
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
277
|
-
:param pulumi.Input[str] aad_application_object_id: Object id of cluster AAD identity.
|
|
278
|
-
:param pulumi.Input[str] aad_client_id: App id of cluster AAD identity.
|
|
279
|
-
:param pulumi.Input[str] aad_service_principal_object_id: Id of cluster identity service principal.
|
|
280
|
-
:param pulumi.Input[str] aad_tenant_id: Tenant id of cluster AAD identity.
|
|
281
|
-
:param pulumi.Input[str] cloud_management_endpoint: Endpoint configured for management from the Azure portal.
|
|
282
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
283
|
-
:param pulumi.Input[Union['ClusterDesiredPropertiesArgs', 'ClusterDesiredPropertiesArgsDict']] desired_properties: Desired properties of the cluster.
|
|
284
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
285
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
286
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretsLocationDetailsArgs', 'SecretsLocationDetailsArgsDict']]]] secrets_locations: List of secret locations.
|
|
287
|
-
:param pulumi.Input[Union['SoftwareAssurancePropertiesArgs', 'SoftwareAssurancePropertiesArgsDict']] software_assurance_properties: Software Assurance properties of the cluster.
|
|
288
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
289
|
-
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
290
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
291
|
-
"""
|
|
292
|
-
...
|
|
293
|
-
@overload
|
|
294
|
-
def __init__(__self__,
|
|
295
|
-
resource_name: str,
|
|
296
|
-
args: ClusterArgs,
|
|
297
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
298
|
-
"""
|
|
299
|
-
Cluster details.
|
|
300
|
-
|
|
301
|
-
:param str resource_name: The name of the resource.
|
|
302
|
-
:param ClusterArgs args: The arguments to use to populate this resource's properties.
|
|
303
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
304
|
-
"""
|
|
305
|
-
...
|
|
306
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
307
|
-
resource_args, opts = _utilities.get_resource_args_opts(ClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
308
|
-
if resource_args is not None:
|
|
309
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
310
|
-
else:
|
|
311
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
312
|
-
|
|
313
|
-
def _internal_init(__self__,
|
|
314
|
-
resource_name: str,
|
|
315
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
316
|
-
aad_application_object_id: Optional[pulumi.Input[str]] = None,
|
|
317
|
-
aad_client_id: Optional[pulumi.Input[str]] = None,
|
|
318
|
-
aad_service_principal_object_id: Optional[pulumi.Input[str]] = None,
|
|
319
|
-
aad_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
320
|
-
cloud_management_endpoint: Optional[pulumi.Input[str]] = None,
|
|
321
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
322
|
-
desired_properties: Optional[pulumi.Input[Union['ClusterDesiredPropertiesArgs', 'ClusterDesiredPropertiesArgsDict']]] = None,
|
|
323
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
324
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
325
|
-
secrets_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretsLocationDetailsArgs', 'SecretsLocationDetailsArgsDict']]]]] = None,
|
|
326
|
-
software_assurance_properties: Optional[pulumi.Input[Union['SoftwareAssurancePropertiesArgs', 'SoftwareAssurancePropertiesArgsDict']]] = None,
|
|
327
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
328
|
-
type: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentityType']]] = None,
|
|
329
|
-
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
330
|
-
__props__=None):
|
|
331
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
332
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
333
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
334
|
-
if opts.id is None:
|
|
335
|
-
if __props__ is not None:
|
|
336
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
337
|
-
__props__ = ClusterArgs.__new__(ClusterArgs)
|
|
338
|
-
|
|
339
|
-
__props__.__dict__["aad_application_object_id"] = aad_application_object_id
|
|
340
|
-
__props__.__dict__["aad_client_id"] = aad_client_id
|
|
341
|
-
__props__.__dict__["aad_service_principal_object_id"] = aad_service_principal_object_id
|
|
342
|
-
__props__.__dict__["aad_tenant_id"] = aad_tenant_id
|
|
343
|
-
__props__.__dict__["cloud_management_endpoint"] = cloud_management_endpoint
|
|
344
|
-
__props__.__dict__["cluster_name"] = cluster_name
|
|
345
|
-
__props__.__dict__["desired_properties"] = desired_properties
|
|
346
|
-
__props__.__dict__["location"] = location
|
|
347
|
-
if resource_group_name is None and not opts.urn:
|
|
348
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
349
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
350
|
-
__props__.__dict__["secrets_locations"] = secrets_locations
|
|
351
|
-
__props__.__dict__["software_assurance_properties"] = software_assurance_properties
|
|
352
|
-
__props__.__dict__["tags"] = tags
|
|
353
|
-
if type is None and not opts.urn:
|
|
354
|
-
raise TypeError("Missing required property 'type'")
|
|
355
|
-
__props__.__dict__["type"] = type
|
|
356
|
-
__props__.__dict__["user_assigned_identities"] = user_assigned_identities
|
|
357
|
-
__props__.__dict__["billing_model"] = None
|
|
358
|
-
__props__.__dict__["cloud_id"] = None
|
|
359
|
-
__props__.__dict__["connectivity_status"] = None
|
|
360
|
-
__props__.__dict__["isolated_vm_attestation_configuration"] = None
|
|
361
|
-
__props__.__dict__["last_billing_timestamp"] = None
|
|
362
|
-
__props__.__dict__["last_sync_timestamp"] = None
|
|
363
|
-
__props__.__dict__["log_collection_properties"] = None
|
|
364
|
-
__props__.__dict__["name"] = None
|
|
365
|
-
__props__.__dict__["principal_id"] = None
|
|
366
|
-
__props__.__dict__["provisioning_state"] = None
|
|
367
|
-
__props__.__dict__["registration_timestamp"] = None
|
|
368
|
-
__props__.__dict__["remote_support_properties"] = None
|
|
369
|
-
__props__.__dict__["reported_properties"] = None
|
|
370
|
-
__props__.__dict__["resource_provider_object_id"] = None
|
|
371
|
-
__props__.__dict__["service_endpoint"] = None
|
|
372
|
-
__props__.__dict__["status"] = None
|
|
373
|
-
__props__.__dict__["system_data"] = None
|
|
374
|
-
__props__.__dict__["tenant_id"] = None
|
|
375
|
-
__props__.__dict__["trial_days_remaining"] = None
|
|
376
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20200301preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20201001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220501:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20220901:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221001:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:Cluster"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:Cluster")])
|
|
377
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
378
|
-
super(Cluster, __self__).__init__(
|
|
379
|
-
'azure-native:azurestackhci/v20241201preview:Cluster',
|
|
380
|
-
resource_name,
|
|
381
|
-
__props__,
|
|
382
|
-
opts)
|
|
383
|
-
|
|
384
|
-
@staticmethod
|
|
385
|
-
def get(resource_name: str,
|
|
386
|
-
id: pulumi.Input[str],
|
|
387
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'Cluster':
|
|
388
|
-
"""
|
|
389
|
-
Get an existing Cluster resource's state with the given name, id, and optional extra
|
|
390
|
-
properties used to qualify the lookup.
|
|
391
|
-
|
|
392
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
393
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
394
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
395
|
-
"""
|
|
396
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
397
|
-
|
|
398
|
-
__props__ = ClusterArgs.__new__(ClusterArgs)
|
|
399
|
-
|
|
400
|
-
__props__.__dict__["aad_application_object_id"] = None
|
|
401
|
-
__props__.__dict__["aad_client_id"] = None
|
|
402
|
-
__props__.__dict__["aad_service_principal_object_id"] = None
|
|
403
|
-
__props__.__dict__["aad_tenant_id"] = None
|
|
404
|
-
__props__.__dict__["billing_model"] = None
|
|
405
|
-
__props__.__dict__["cloud_id"] = None
|
|
406
|
-
__props__.__dict__["cloud_management_endpoint"] = None
|
|
407
|
-
__props__.__dict__["connectivity_status"] = None
|
|
408
|
-
__props__.__dict__["desired_properties"] = None
|
|
409
|
-
__props__.__dict__["isolated_vm_attestation_configuration"] = None
|
|
410
|
-
__props__.__dict__["last_billing_timestamp"] = None
|
|
411
|
-
__props__.__dict__["last_sync_timestamp"] = None
|
|
412
|
-
__props__.__dict__["location"] = None
|
|
413
|
-
__props__.__dict__["log_collection_properties"] = None
|
|
414
|
-
__props__.__dict__["name"] = None
|
|
415
|
-
__props__.__dict__["principal_id"] = None
|
|
416
|
-
__props__.__dict__["provisioning_state"] = None
|
|
417
|
-
__props__.__dict__["registration_timestamp"] = None
|
|
418
|
-
__props__.__dict__["remote_support_properties"] = None
|
|
419
|
-
__props__.__dict__["reported_properties"] = None
|
|
420
|
-
__props__.__dict__["resource_provider_object_id"] = None
|
|
421
|
-
__props__.__dict__["secrets_locations"] = None
|
|
422
|
-
__props__.__dict__["service_endpoint"] = None
|
|
423
|
-
__props__.__dict__["software_assurance_properties"] = None
|
|
424
|
-
__props__.__dict__["status"] = None
|
|
425
|
-
__props__.__dict__["system_data"] = None
|
|
426
|
-
__props__.__dict__["tags"] = None
|
|
427
|
-
__props__.__dict__["tenant_id"] = None
|
|
428
|
-
__props__.__dict__["trial_days_remaining"] = None
|
|
429
|
-
__props__.__dict__["type"] = None
|
|
430
|
-
__props__.__dict__["user_assigned_identities"] = None
|
|
431
|
-
return Cluster(resource_name, opts=opts, __props__=__props__)
|
|
432
|
-
|
|
433
|
-
@property
|
|
434
|
-
@pulumi.getter(name="aadApplicationObjectId")
|
|
435
|
-
def aad_application_object_id(self) -> pulumi.Output[Optional[str]]:
|
|
436
|
-
"""
|
|
437
|
-
Object id of cluster AAD identity.
|
|
438
|
-
"""
|
|
439
|
-
return pulumi.get(self, "aad_application_object_id")
|
|
440
|
-
|
|
441
|
-
@property
|
|
442
|
-
@pulumi.getter(name="aadClientId")
|
|
443
|
-
def aad_client_id(self) -> pulumi.Output[Optional[str]]:
|
|
444
|
-
"""
|
|
445
|
-
App id of cluster AAD identity.
|
|
446
|
-
"""
|
|
447
|
-
return pulumi.get(self, "aad_client_id")
|
|
448
|
-
|
|
449
|
-
@property
|
|
450
|
-
@pulumi.getter(name="aadServicePrincipalObjectId")
|
|
451
|
-
def aad_service_principal_object_id(self) -> pulumi.Output[Optional[str]]:
|
|
452
|
-
"""
|
|
453
|
-
Id of cluster identity service principal.
|
|
454
|
-
"""
|
|
455
|
-
return pulumi.get(self, "aad_service_principal_object_id")
|
|
456
|
-
|
|
457
|
-
@property
|
|
458
|
-
@pulumi.getter(name="aadTenantId")
|
|
459
|
-
def aad_tenant_id(self) -> pulumi.Output[Optional[str]]:
|
|
460
|
-
"""
|
|
461
|
-
Tenant id of cluster AAD identity.
|
|
462
|
-
"""
|
|
463
|
-
return pulumi.get(self, "aad_tenant_id")
|
|
464
|
-
|
|
465
|
-
@property
|
|
466
|
-
@pulumi.getter(name="billingModel")
|
|
467
|
-
def billing_model(self) -> pulumi.Output[str]:
|
|
468
|
-
"""
|
|
469
|
-
Type of billing applied to the resource.
|
|
470
|
-
"""
|
|
471
|
-
return pulumi.get(self, "billing_model")
|
|
472
|
-
|
|
473
|
-
@property
|
|
474
|
-
@pulumi.getter(name="cloudId")
|
|
475
|
-
def cloud_id(self) -> pulumi.Output[str]:
|
|
476
|
-
"""
|
|
477
|
-
Unique, immutable resource id.
|
|
478
|
-
"""
|
|
479
|
-
return pulumi.get(self, "cloud_id")
|
|
480
|
-
|
|
481
|
-
@property
|
|
482
|
-
@pulumi.getter(name="cloudManagementEndpoint")
|
|
483
|
-
def cloud_management_endpoint(self) -> pulumi.Output[Optional[str]]:
|
|
484
|
-
"""
|
|
485
|
-
Endpoint configured for management from the Azure portal.
|
|
486
|
-
"""
|
|
487
|
-
return pulumi.get(self, "cloud_management_endpoint")
|
|
488
|
-
|
|
489
|
-
@property
|
|
490
|
-
@pulumi.getter(name="connectivityStatus")
|
|
491
|
-
def connectivity_status(self) -> pulumi.Output[str]:
|
|
492
|
-
"""
|
|
493
|
-
Overall connectivity status for the cluster resource.
|
|
494
|
-
"""
|
|
495
|
-
return pulumi.get(self, "connectivity_status")
|
|
496
|
-
|
|
497
|
-
@property
|
|
498
|
-
@pulumi.getter(name="desiredProperties")
|
|
499
|
-
def desired_properties(self) -> pulumi.Output[Optional['outputs.ClusterDesiredPropertiesResponse']]:
|
|
500
|
-
"""
|
|
501
|
-
Desired properties of the cluster.
|
|
502
|
-
"""
|
|
503
|
-
return pulumi.get(self, "desired_properties")
|
|
504
|
-
|
|
505
|
-
@property
|
|
506
|
-
@pulumi.getter(name="isolatedVmAttestationConfiguration")
|
|
507
|
-
def isolated_vm_attestation_configuration(self) -> pulumi.Output['outputs.IsolatedVmAttestationConfigurationResponse']:
|
|
508
|
-
"""
|
|
509
|
-
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
|
|
510
|
-
"""
|
|
511
|
-
return pulumi.get(self, "isolated_vm_attestation_configuration")
|
|
512
|
-
|
|
513
|
-
@property
|
|
514
|
-
@pulumi.getter(name="lastBillingTimestamp")
|
|
515
|
-
def last_billing_timestamp(self) -> pulumi.Output[str]:
|
|
516
|
-
"""
|
|
517
|
-
Most recent billing meter timestamp.
|
|
518
|
-
"""
|
|
519
|
-
return pulumi.get(self, "last_billing_timestamp")
|
|
520
|
-
|
|
521
|
-
@property
|
|
522
|
-
@pulumi.getter(name="lastSyncTimestamp")
|
|
523
|
-
def last_sync_timestamp(self) -> pulumi.Output[str]:
|
|
524
|
-
"""
|
|
525
|
-
Most recent cluster sync timestamp.
|
|
526
|
-
"""
|
|
527
|
-
return pulumi.get(self, "last_sync_timestamp")
|
|
528
|
-
|
|
529
|
-
@property
|
|
530
|
-
@pulumi.getter
|
|
531
|
-
def location(self) -> pulumi.Output[str]:
|
|
532
|
-
"""
|
|
533
|
-
The geo-location where the resource lives
|
|
534
|
-
"""
|
|
535
|
-
return pulumi.get(self, "location")
|
|
536
|
-
|
|
537
|
-
@property
|
|
538
|
-
@pulumi.getter(name="logCollectionProperties")
|
|
539
|
-
def log_collection_properties(self) -> pulumi.Output[Optional['outputs.LogCollectionPropertiesResponse']]:
|
|
540
|
-
"""
|
|
541
|
-
Log Collection properties of the cluster.
|
|
542
|
-
"""
|
|
543
|
-
return pulumi.get(self, "log_collection_properties")
|
|
544
|
-
|
|
545
|
-
@property
|
|
546
|
-
@pulumi.getter
|
|
547
|
-
def name(self) -> pulumi.Output[str]:
|
|
548
|
-
"""
|
|
549
|
-
The name of the resource
|
|
550
|
-
"""
|
|
551
|
-
return pulumi.get(self, "name")
|
|
552
|
-
|
|
553
|
-
@property
|
|
554
|
-
@pulumi.getter(name="principalId")
|
|
555
|
-
def principal_id(self) -> pulumi.Output[str]:
|
|
556
|
-
"""
|
|
557
|
-
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
558
|
-
"""
|
|
559
|
-
return pulumi.get(self, "principal_id")
|
|
560
|
-
|
|
561
|
-
@property
|
|
562
|
-
@pulumi.getter(name="provisioningState")
|
|
563
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
564
|
-
"""
|
|
565
|
-
Provisioning state.
|
|
566
|
-
"""
|
|
567
|
-
return pulumi.get(self, "provisioning_state")
|
|
568
|
-
|
|
569
|
-
@property
|
|
570
|
-
@pulumi.getter(name="registrationTimestamp")
|
|
571
|
-
def registration_timestamp(self) -> pulumi.Output[str]:
|
|
572
|
-
"""
|
|
573
|
-
First cluster sync timestamp.
|
|
574
|
-
"""
|
|
575
|
-
return pulumi.get(self, "registration_timestamp")
|
|
576
|
-
|
|
577
|
-
@property
|
|
578
|
-
@pulumi.getter(name="remoteSupportProperties")
|
|
579
|
-
def remote_support_properties(self) -> pulumi.Output[Optional['outputs.RemoteSupportPropertiesResponse']]:
|
|
580
|
-
"""
|
|
581
|
-
RemoteSupport properties of the cluster.
|
|
582
|
-
"""
|
|
583
|
-
return pulumi.get(self, "remote_support_properties")
|
|
584
|
-
|
|
585
|
-
@property
|
|
586
|
-
@pulumi.getter(name="reportedProperties")
|
|
587
|
-
def reported_properties(self) -> pulumi.Output['outputs.ClusterReportedPropertiesResponse']:
|
|
588
|
-
"""
|
|
589
|
-
Properties reported by cluster agent.
|
|
590
|
-
"""
|
|
591
|
-
return pulumi.get(self, "reported_properties")
|
|
592
|
-
|
|
593
|
-
@property
|
|
594
|
-
@pulumi.getter(name="resourceProviderObjectId")
|
|
595
|
-
def resource_provider_object_id(self) -> pulumi.Output[str]:
|
|
596
|
-
"""
|
|
597
|
-
Object id of RP Service Principal
|
|
598
|
-
"""
|
|
599
|
-
return pulumi.get(self, "resource_provider_object_id")
|
|
600
|
-
|
|
601
|
-
@property
|
|
602
|
-
@pulumi.getter(name="secretsLocations")
|
|
603
|
-
def secrets_locations(self) -> pulumi.Output[Optional[Sequence['outputs.SecretsLocationDetailsResponse']]]:
|
|
604
|
-
"""
|
|
605
|
-
List of secret locations.
|
|
606
|
-
"""
|
|
607
|
-
return pulumi.get(self, "secrets_locations")
|
|
608
|
-
|
|
609
|
-
@property
|
|
610
|
-
@pulumi.getter(name="serviceEndpoint")
|
|
611
|
-
def service_endpoint(self) -> pulumi.Output[str]:
|
|
612
|
-
"""
|
|
613
|
-
Region specific DataPath Endpoint of the cluster.
|
|
614
|
-
"""
|
|
615
|
-
return pulumi.get(self, "service_endpoint")
|
|
616
|
-
|
|
617
|
-
@property
|
|
618
|
-
@pulumi.getter(name="softwareAssuranceProperties")
|
|
619
|
-
def software_assurance_properties(self) -> pulumi.Output[Optional['outputs.SoftwareAssurancePropertiesResponse']]:
|
|
620
|
-
"""
|
|
621
|
-
Software Assurance properties of the cluster.
|
|
622
|
-
"""
|
|
623
|
-
return pulumi.get(self, "software_assurance_properties")
|
|
624
|
-
|
|
625
|
-
@property
|
|
626
|
-
@pulumi.getter
|
|
627
|
-
def status(self) -> pulumi.Output[str]:
|
|
628
|
-
"""
|
|
629
|
-
Status of the cluster agent.
|
|
630
|
-
"""
|
|
631
|
-
return pulumi.get(self, "status")
|
|
632
|
-
|
|
633
|
-
@property
|
|
634
|
-
@pulumi.getter(name="systemData")
|
|
635
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
636
|
-
"""
|
|
637
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
638
|
-
"""
|
|
639
|
-
return pulumi.get(self, "system_data")
|
|
640
|
-
|
|
641
|
-
@property
|
|
642
|
-
@pulumi.getter
|
|
643
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
644
|
-
"""
|
|
645
|
-
Resource tags.
|
|
646
|
-
"""
|
|
647
|
-
return pulumi.get(self, "tags")
|
|
648
|
-
|
|
649
|
-
@property
|
|
650
|
-
@pulumi.getter(name="tenantId")
|
|
651
|
-
def tenant_id(self) -> pulumi.Output[str]:
|
|
652
|
-
"""
|
|
653
|
-
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
654
|
-
"""
|
|
655
|
-
return pulumi.get(self, "tenant_id")
|
|
656
|
-
|
|
657
|
-
@property
|
|
658
|
-
@pulumi.getter(name="trialDaysRemaining")
|
|
659
|
-
def trial_days_remaining(self) -> pulumi.Output[float]:
|
|
660
|
-
"""
|
|
661
|
-
Number of days remaining in the trial period.
|
|
662
|
-
"""
|
|
663
|
-
return pulumi.get(self, "trial_days_remaining")
|
|
664
|
-
|
|
665
|
-
@property
|
|
666
|
-
@pulumi.getter
|
|
667
|
-
def type(self) -> pulumi.Output[str]:
|
|
668
|
-
"""
|
|
669
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
670
|
-
"""
|
|
671
|
-
return pulumi.get(self, "type")
|
|
672
|
-
|
|
673
|
-
@property
|
|
674
|
-
@pulumi.getter(name="userAssignedIdentities")
|
|
675
|
-
def user_assigned_identities(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]]:
|
|
676
|
-
"""
|
|
677
|
-
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
678
|
-
"""
|
|
679
|
-
return pulumi.get(self, "user_assigned_identities")
|
|
680
|
-
|