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,406 +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
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetKubernetesClusterResult',
|
|
20
|
-
'AwaitableGetKubernetesClusterResult',
|
|
21
|
-
'get_kubernetes_cluster',
|
|
22
|
-
'get_kubernetes_cluster_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetKubernetesClusterResult:
|
|
27
|
-
def __init__(__self__, aad_configuration=None, administrator_configuration=None, attached_network_ids=None, available_upgrades=None, cluster_id=None, connected_cluster_id=None, control_plane_kubernetes_version=None, control_plane_node_configuration=None, detailed_status=None, detailed_status_message=None, extended_location=None, feature_statuses=None, id=None, initial_agent_pool_configurations=None, kubernetes_version=None, location=None, managed_resource_group_configuration=None, name=None, network_configuration=None, nodes=None, provisioning_state=None, system_data=None, tags=None, type=None):
|
|
28
|
-
if aad_configuration and not isinstance(aad_configuration, dict):
|
|
29
|
-
raise TypeError("Expected argument 'aad_configuration' to be a dict")
|
|
30
|
-
pulumi.set(__self__, "aad_configuration", aad_configuration)
|
|
31
|
-
if administrator_configuration and not isinstance(administrator_configuration, dict):
|
|
32
|
-
raise TypeError("Expected argument 'administrator_configuration' to be a dict")
|
|
33
|
-
pulumi.set(__self__, "administrator_configuration", administrator_configuration)
|
|
34
|
-
if attached_network_ids and not isinstance(attached_network_ids, list):
|
|
35
|
-
raise TypeError("Expected argument 'attached_network_ids' to be a list")
|
|
36
|
-
pulumi.set(__self__, "attached_network_ids", attached_network_ids)
|
|
37
|
-
if available_upgrades and not isinstance(available_upgrades, list):
|
|
38
|
-
raise TypeError("Expected argument 'available_upgrades' to be a list")
|
|
39
|
-
pulumi.set(__self__, "available_upgrades", available_upgrades)
|
|
40
|
-
if cluster_id and not isinstance(cluster_id, str):
|
|
41
|
-
raise TypeError("Expected argument 'cluster_id' to be a str")
|
|
42
|
-
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
43
|
-
if connected_cluster_id and not isinstance(connected_cluster_id, str):
|
|
44
|
-
raise TypeError("Expected argument 'connected_cluster_id' to be a str")
|
|
45
|
-
pulumi.set(__self__, "connected_cluster_id", connected_cluster_id)
|
|
46
|
-
if control_plane_kubernetes_version and not isinstance(control_plane_kubernetes_version, str):
|
|
47
|
-
raise TypeError("Expected argument 'control_plane_kubernetes_version' to be a str")
|
|
48
|
-
pulumi.set(__self__, "control_plane_kubernetes_version", control_plane_kubernetes_version)
|
|
49
|
-
if control_plane_node_configuration and not isinstance(control_plane_node_configuration, dict):
|
|
50
|
-
raise TypeError("Expected argument 'control_plane_node_configuration' to be a dict")
|
|
51
|
-
pulumi.set(__self__, "control_plane_node_configuration", control_plane_node_configuration)
|
|
52
|
-
if detailed_status and not isinstance(detailed_status, str):
|
|
53
|
-
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
54
|
-
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
55
|
-
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
56
|
-
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
57
|
-
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
58
|
-
if extended_location and not isinstance(extended_location, dict):
|
|
59
|
-
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
60
|
-
pulumi.set(__self__, "extended_location", extended_location)
|
|
61
|
-
if feature_statuses and not isinstance(feature_statuses, list):
|
|
62
|
-
raise TypeError("Expected argument 'feature_statuses' to be a list")
|
|
63
|
-
pulumi.set(__self__, "feature_statuses", feature_statuses)
|
|
64
|
-
if id and not isinstance(id, str):
|
|
65
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
66
|
-
pulumi.set(__self__, "id", id)
|
|
67
|
-
if initial_agent_pool_configurations and not isinstance(initial_agent_pool_configurations, list):
|
|
68
|
-
raise TypeError("Expected argument 'initial_agent_pool_configurations' to be a list")
|
|
69
|
-
pulumi.set(__self__, "initial_agent_pool_configurations", initial_agent_pool_configurations)
|
|
70
|
-
if kubernetes_version and not isinstance(kubernetes_version, str):
|
|
71
|
-
raise TypeError("Expected argument 'kubernetes_version' to be a str")
|
|
72
|
-
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
73
|
-
if location and not isinstance(location, str):
|
|
74
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
75
|
-
pulumi.set(__self__, "location", location)
|
|
76
|
-
if managed_resource_group_configuration and not isinstance(managed_resource_group_configuration, dict):
|
|
77
|
-
raise TypeError("Expected argument 'managed_resource_group_configuration' to be a dict")
|
|
78
|
-
pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
|
|
79
|
-
if name and not isinstance(name, str):
|
|
80
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
81
|
-
pulumi.set(__self__, "name", name)
|
|
82
|
-
if network_configuration and not isinstance(network_configuration, dict):
|
|
83
|
-
raise TypeError("Expected argument 'network_configuration' to be a dict")
|
|
84
|
-
pulumi.set(__self__, "network_configuration", network_configuration)
|
|
85
|
-
if nodes and not isinstance(nodes, list):
|
|
86
|
-
raise TypeError("Expected argument 'nodes' to be a list")
|
|
87
|
-
pulumi.set(__self__, "nodes", nodes)
|
|
88
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
89
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
90
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
91
|
-
if system_data and not isinstance(system_data, dict):
|
|
92
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
93
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
94
|
-
if tags and not isinstance(tags, dict):
|
|
95
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
96
|
-
pulumi.set(__self__, "tags", tags)
|
|
97
|
-
if type and not isinstance(type, str):
|
|
98
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
99
|
-
pulumi.set(__self__, "type", type)
|
|
100
|
-
|
|
101
|
-
@property
|
|
102
|
-
@pulumi.getter(name="aadConfiguration")
|
|
103
|
-
def aad_configuration(self) -> Optional['outputs.AadConfigurationResponse']:
|
|
104
|
-
"""
|
|
105
|
-
The Azure Active Directory Integration properties.
|
|
106
|
-
"""
|
|
107
|
-
return pulumi.get(self, "aad_configuration")
|
|
108
|
-
|
|
109
|
-
@property
|
|
110
|
-
@pulumi.getter(name="administratorConfiguration")
|
|
111
|
-
def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
|
|
112
|
-
"""
|
|
113
|
-
The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values.
|
|
114
|
-
"""
|
|
115
|
-
return pulumi.get(self, "administrator_configuration")
|
|
116
|
-
|
|
117
|
-
@property
|
|
118
|
-
@pulumi.getter(name="attachedNetworkIds")
|
|
119
|
-
def attached_network_ids(self) -> Sequence[str]:
|
|
120
|
-
"""
|
|
121
|
-
The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.
|
|
122
|
-
"""
|
|
123
|
-
return pulumi.get(self, "attached_network_ids")
|
|
124
|
-
|
|
125
|
-
@property
|
|
126
|
-
@pulumi.getter(name="availableUpgrades")
|
|
127
|
-
def available_upgrades(self) -> Sequence['outputs.AvailableUpgradeResponse']:
|
|
128
|
-
"""
|
|
129
|
-
The list of versions that this Kubernetes cluster can be upgraded to.
|
|
130
|
-
"""
|
|
131
|
-
return pulumi.get(self, "available_upgrades")
|
|
132
|
-
|
|
133
|
-
@property
|
|
134
|
-
@pulumi.getter(name="clusterId")
|
|
135
|
-
def cluster_id(self) -> str:
|
|
136
|
-
"""
|
|
137
|
-
The resource ID of the Network Cloud cluster.
|
|
138
|
-
"""
|
|
139
|
-
return pulumi.get(self, "cluster_id")
|
|
140
|
-
|
|
141
|
-
@property
|
|
142
|
-
@pulumi.getter(name="connectedClusterId")
|
|
143
|
-
def connected_cluster_id(self) -> str:
|
|
144
|
-
"""
|
|
145
|
-
The resource ID of the connected cluster set up when this Kubernetes cluster is created.
|
|
146
|
-
"""
|
|
147
|
-
return pulumi.get(self, "connected_cluster_id")
|
|
148
|
-
|
|
149
|
-
@property
|
|
150
|
-
@pulumi.getter(name="controlPlaneKubernetesVersion")
|
|
151
|
-
def control_plane_kubernetes_version(self) -> str:
|
|
152
|
-
"""
|
|
153
|
-
The current running version of Kubernetes on the control plane.
|
|
154
|
-
"""
|
|
155
|
-
return pulumi.get(self, "control_plane_kubernetes_version")
|
|
156
|
-
|
|
157
|
-
@property
|
|
158
|
-
@pulumi.getter(name="controlPlaneNodeConfiguration")
|
|
159
|
-
def control_plane_node_configuration(self) -> 'outputs.ControlPlaneNodeConfigurationResponse':
|
|
160
|
-
"""
|
|
161
|
-
The defining characteristics of the control plane for this Kubernetes Cluster.
|
|
162
|
-
"""
|
|
163
|
-
return pulumi.get(self, "control_plane_node_configuration")
|
|
164
|
-
|
|
165
|
-
@property
|
|
166
|
-
@pulumi.getter(name="detailedStatus")
|
|
167
|
-
def detailed_status(self) -> str:
|
|
168
|
-
"""
|
|
169
|
-
The current status of the Kubernetes cluster.
|
|
170
|
-
"""
|
|
171
|
-
return pulumi.get(self, "detailed_status")
|
|
172
|
-
|
|
173
|
-
@property
|
|
174
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
175
|
-
def detailed_status_message(self) -> str:
|
|
176
|
-
"""
|
|
177
|
-
The descriptive message about the current detailed status.
|
|
178
|
-
"""
|
|
179
|
-
return pulumi.get(self, "detailed_status_message")
|
|
180
|
-
|
|
181
|
-
@property
|
|
182
|
-
@pulumi.getter(name="extendedLocation")
|
|
183
|
-
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
184
|
-
"""
|
|
185
|
-
The extended location of the cluster associated with the resource.
|
|
186
|
-
"""
|
|
187
|
-
return pulumi.get(self, "extended_location")
|
|
188
|
-
|
|
189
|
-
@property
|
|
190
|
-
@pulumi.getter(name="featureStatuses")
|
|
191
|
-
def feature_statuses(self) -> Sequence['outputs.FeatureStatusResponse']:
|
|
192
|
-
"""
|
|
193
|
-
The current feature settings.
|
|
194
|
-
"""
|
|
195
|
-
return pulumi.get(self, "feature_statuses")
|
|
196
|
-
|
|
197
|
-
@property
|
|
198
|
-
@pulumi.getter
|
|
199
|
-
def id(self) -> str:
|
|
200
|
-
"""
|
|
201
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
202
|
-
"""
|
|
203
|
-
return pulumi.get(self, "id")
|
|
204
|
-
|
|
205
|
-
@property
|
|
206
|
-
@pulumi.getter(name="initialAgentPoolConfigurations")
|
|
207
|
-
def initial_agent_pool_configurations(self) -> Sequence['outputs.InitialAgentPoolConfigurationResponse']:
|
|
208
|
-
"""
|
|
209
|
-
The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.
|
|
210
|
-
"""
|
|
211
|
-
return pulumi.get(self, "initial_agent_pool_configurations")
|
|
212
|
-
|
|
213
|
-
@property
|
|
214
|
-
@pulumi.getter(name="kubernetesVersion")
|
|
215
|
-
def kubernetes_version(self) -> str:
|
|
216
|
-
"""
|
|
217
|
-
The Kubernetes version for this cluster.
|
|
218
|
-
"""
|
|
219
|
-
return pulumi.get(self, "kubernetes_version")
|
|
220
|
-
|
|
221
|
-
@property
|
|
222
|
-
@pulumi.getter
|
|
223
|
-
def location(self) -> str:
|
|
224
|
-
"""
|
|
225
|
-
The geo-location where the resource lives
|
|
226
|
-
"""
|
|
227
|
-
return pulumi.get(self, "location")
|
|
228
|
-
|
|
229
|
-
@property
|
|
230
|
-
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
231
|
-
def managed_resource_group_configuration(self) -> Optional['outputs.ManagedResourceGroupConfigurationResponse']:
|
|
232
|
-
"""
|
|
233
|
-
The configuration of the managed resource group associated with the resource.
|
|
234
|
-
"""
|
|
235
|
-
return pulumi.get(self, "managed_resource_group_configuration")
|
|
236
|
-
|
|
237
|
-
@property
|
|
238
|
-
@pulumi.getter
|
|
239
|
-
def name(self) -> str:
|
|
240
|
-
"""
|
|
241
|
-
The name of the resource
|
|
242
|
-
"""
|
|
243
|
-
return pulumi.get(self, "name")
|
|
244
|
-
|
|
245
|
-
@property
|
|
246
|
-
@pulumi.getter(name="networkConfiguration")
|
|
247
|
-
def network_configuration(self) -> 'outputs.NetworkConfigurationResponse':
|
|
248
|
-
"""
|
|
249
|
-
The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.
|
|
250
|
-
"""
|
|
251
|
-
return pulumi.get(self, "network_configuration")
|
|
252
|
-
|
|
253
|
-
@property
|
|
254
|
-
@pulumi.getter
|
|
255
|
-
def nodes(self) -> Sequence['outputs.KubernetesClusterNodeResponse']:
|
|
256
|
-
"""
|
|
257
|
-
The details of the nodes in this cluster.
|
|
258
|
-
"""
|
|
259
|
-
return pulumi.get(self, "nodes")
|
|
260
|
-
|
|
261
|
-
@property
|
|
262
|
-
@pulumi.getter(name="provisioningState")
|
|
263
|
-
def provisioning_state(self) -> str:
|
|
264
|
-
"""
|
|
265
|
-
The provisioning state of the Kubernetes cluster resource.
|
|
266
|
-
"""
|
|
267
|
-
return pulumi.get(self, "provisioning_state")
|
|
268
|
-
|
|
269
|
-
@property
|
|
270
|
-
@pulumi.getter(name="systemData")
|
|
271
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
272
|
-
"""
|
|
273
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
274
|
-
"""
|
|
275
|
-
return pulumi.get(self, "system_data")
|
|
276
|
-
|
|
277
|
-
@property
|
|
278
|
-
@pulumi.getter
|
|
279
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
280
|
-
"""
|
|
281
|
-
Resource tags.
|
|
282
|
-
"""
|
|
283
|
-
return pulumi.get(self, "tags")
|
|
284
|
-
|
|
285
|
-
@property
|
|
286
|
-
@pulumi.getter
|
|
287
|
-
def type(self) -> str:
|
|
288
|
-
"""
|
|
289
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
290
|
-
"""
|
|
291
|
-
return pulumi.get(self, "type")
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
class AwaitableGetKubernetesClusterResult(GetKubernetesClusterResult):
|
|
295
|
-
# pylint: disable=using-constant-test
|
|
296
|
-
def __await__(self):
|
|
297
|
-
if False:
|
|
298
|
-
yield self
|
|
299
|
-
return GetKubernetesClusterResult(
|
|
300
|
-
aad_configuration=self.aad_configuration,
|
|
301
|
-
administrator_configuration=self.administrator_configuration,
|
|
302
|
-
attached_network_ids=self.attached_network_ids,
|
|
303
|
-
available_upgrades=self.available_upgrades,
|
|
304
|
-
cluster_id=self.cluster_id,
|
|
305
|
-
connected_cluster_id=self.connected_cluster_id,
|
|
306
|
-
control_plane_kubernetes_version=self.control_plane_kubernetes_version,
|
|
307
|
-
control_plane_node_configuration=self.control_plane_node_configuration,
|
|
308
|
-
detailed_status=self.detailed_status,
|
|
309
|
-
detailed_status_message=self.detailed_status_message,
|
|
310
|
-
extended_location=self.extended_location,
|
|
311
|
-
feature_statuses=self.feature_statuses,
|
|
312
|
-
id=self.id,
|
|
313
|
-
initial_agent_pool_configurations=self.initial_agent_pool_configurations,
|
|
314
|
-
kubernetes_version=self.kubernetes_version,
|
|
315
|
-
location=self.location,
|
|
316
|
-
managed_resource_group_configuration=self.managed_resource_group_configuration,
|
|
317
|
-
name=self.name,
|
|
318
|
-
network_configuration=self.network_configuration,
|
|
319
|
-
nodes=self.nodes,
|
|
320
|
-
provisioning_state=self.provisioning_state,
|
|
321
|
-
system_data=self.system_data,
|
|
322
|
-
tags=self.tags,
|
|
323
|
-
type=self.type)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
def get_kubernetes_cluster(kubernetes_cluster_name: Optional[str] = None,
|
|
327
|
-
resource_group_name: Optional[str] = None,
|
|
328
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKubernetesClusterResult:
|
|
329
|
-
"""
|
|
330
|
-
Get properties of the provided the Kubernetes cluster.
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
334
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
335
|
-
"""
|
|
336
|
-
__args__ = dict()
|
|
337
|
-
__args__['kubernetesClusterName'] = kubernetes_cluster_name
|
|
338
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
339
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
340
|
-
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getKubernetesCluster', __args__, opts=opts, typ=GetKubernetesClusterResult).value
|
|
341
|
-
|
|
342
|
-
return AwaitableGetKubernetesClusterResult(
|
|
343
|
-
aad_configuration=pulumi.get(__ret__, 'aad_configuration'),
|
|
344
|
-
administrator_configuration=pulumi.get(__ret__, 'administrator_configuration'),
|
|
345
|
-
attached_network_ids=pulumi.get(__ret__, 'attached_network_ids'),
|
|
346
|
-
available_upgrades=pulumi.get(__ret__, 'available_upgrades'),
|
|
347
|
-
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
348
|
-
connected_cluster_id=pulumi.get(__ret__, 'connected_cluster_id'),
|
|
349
|
-
control_plane_kubernetes_version=pulumi.get(__ret__, 'control_plane_kubernetes_version'),
|
|
350
|
-
control_plane_node_configuration=pulumi.get(__ret__, 'control_plane_node_configuration'),
|
|
351
|
-
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
352
|
-
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
353
|
-
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
354
|
-
feature_statuses=pulumi.get(__ret__, 'feature_statuses'),
|
|
355
|
-
id=pulumi.get(__ret__, 'id'),
|
|
356
|
-
initial_agent_pool_configurations=pulumi.get(__ret__, 'initial_agent_pool_configurations'),
|
|
357
|
-
kubernetes_version=pulumi.get(__ret__, 'kubernetes_version'),
|
|
358
|
-
location=pulumi.get(__ret__, 'location'),
|
|
359
|
-
managed_resource_group_configuration=pulumi.get(__ret__, 'managed_resource_group_configuration'),
|
|
360
|
-
name=pulumi.get(__ret__, 'name'),
|
|
361
|
-
network_configuration=pulumi.get(__ret__, 'network_configuration'),
|
|
362
|
-
nodes=pulumi.get(__ret__, 'nodes'),
|
|
363
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
364
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
365
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
366
|
-
type=pulumi.get(__ret__, 'type'))
|
|
367
|
-
def get_kubernetes_cluster_output(kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
|
|
368
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
369
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKubernetesClusterResult]:
|
|
370
|
-
"""
|
|
371
|
-
Get properties of the provided the Kubernetes cluster.
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
375
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
376
|
-
"""
|
|
377
|
-
__args__ = dict()
|
|
378
|
-
__args__['kubernetesClusterName'] = kubernetes_cluster_name
|
|
379
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
380
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
381
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getKubernetesCluster', __args__, opts=opts, typ=GetKubernetesClusterResult)
|
|
382
|
-
return __ret__.apply(lambda __response__: GetKubernetesClusterResult(
|
|
383
|
-
aad_configuration=pulumi.get(__response__, 'aad_configuration'),
|
|
384
|
-
administrator_configuration=pulumi.get(__response__, 'administrator_configuration'),
|
|
385
|
-
attached_network_ids=pulumi.get(__response__, 'attached_network_ids'),
|
|
386
|
-
available_upgrades=pulumi.get(__response__, 'available_upgrades'),
|
|
387
|
-
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
388
|
-
connected_cluster_id=pulumi.get(__response__, 'connected_cluster_id'),
|
|
389
|
-
control_plane_kubernetes_version=pulumi.get(__response__, 'control_plane_kubernetes_version'),
|
|
390
|
-
control_plane_node_configuration=pulumi.get(__response__, 'control_plane_node_configuration'),
|
|
391
|
-
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
392
|
-
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
393
|
-
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
394
|
-
feature_statuses=pulumi.get(__response__, 'feature_statuses'),
|
|
395
|
-
id=pulumi.get(__response__, 'id'),
|
|
396
|
-
initial_agent_pool_configurations=pulumi.get(__response__, 'initial_agent_pool_configurations'),
|
|
397
|
-
kubernetes_version=pulumi.get(__response__, 'kubernetes_version'),
|
|
398
|
-
location=pulumi.get(__response__, 'location'),
|
|
399
|
-
managed_resource_group_configuration=pulumi.get(__response__, 'managed_resource_group_configuration'),
|
|
400
|
-
name=pulumi.get(__response__, 'name'),
|
|
401
|
-
network_configuration=pulumi.get(__response__, 'network_configuration'),
|
|
402
|
-
nodes=pulumi.get(__response__, 'nodes'),
|
|
403
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
404
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
405
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
406
|
-
type=pulumi.get(__response__, 'type')))
|
|
@@ -1,258 +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
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetKubernetesClusterFeatureResult',
|
|
20
|
-
'AwaitableGetKubernetesClusterFeatureResult',
|
|
21
|
-
'get_kubernetes_cluster_feature',
|
|
22
|
-
'get_kubernetes_cluster_feature_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetKubernetesClusterFeatureResult:
|
|
27
|
-
def __init__(__self__, availability_lifecycle=None, detailed_status=None, detailed_status_message=None, id=None, location=None, name=None, options=None, provisioning_state=None, required=None, system_data=None, tags=None, type=None, version=None):
|
|
28
|
-
if availability_lifecycle and not isinstance(availability_lifecycle, str):
|
|
29
|
-
raise TypeError("Expected argument 'availability_lifecycle' to be a str")
|
|
30
|
-
pulumi.set(__self__, "availability_lifecycle", availability_lifecycle)
|
|
31
|
-
if detailed_status and not isinstance(detailed_status, str):
|
|
32
|
-
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
33
|
-
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
34
|
-
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
35
|
-
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
36
|
-
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
37
|
-
if id and not isinstance(id, str):
|
|
38
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
-
pulumi.set(__self__, "id", id)
|
|
40
|
-
if location and not isinstance(location, str):
|
|
41
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
42
|
-
pulumi.set(__self__, "location", location)
|
|
43
|
-
if name and not isinstance(name, str):
|
|
44
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
-
pulumi.set(__self__, "name", name)
|
|
46
|
-
if options and not isinstance(options, list):
|
|
47
|
-
raise TypeError("Expected argument 'options' to be a list")
|
|
48
|
-
pulumi.set(__self__, "options", options)
|
|
49
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
50
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
51
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
52
|
-
if required and not isinstance(required, str):
|
|
53
|
-
raise TypeError("Expected argument 'required' to be a str")
|
|
54
|
-
pulumi.set(__self__, "required", required)
|
|
55
|
-
if system_data and not isinstance(system_data, dict):
|
|
56
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
57
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
58
|
-
if tags and not isinstance(tags, dict):
|
|
59
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
60
|
-
pulumi.set(__self__, "tags", tags)
|
|
61
|
-
if type and not isinstance(type, str):
|
|
62
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
63
|
-
pulumi.set(__self__, "type", type)
|
|
64
|
-
if version and not isinstance(version, str):
|
|
65
|
-
raise TypeError("Expected argument 'version' to be a str")
|
|
66
|
-
pulumi.set(__self__, "version", version)
|
|
67
|
-
|
|
68
|
-
@property
|
|
69
|
-
@pulumi.getter(name="availabilityLifecycle")
|
|
70
|
-
def availability_lifecycle(self) -> str:
|
|
71
|
-
"""
|
|
72
|
-
The lifecycle indicator of the feature.
|
|
73
|
-
"""
|
|
74
|
-
return pulumi.get(self, "availability_lifecycle")
|
|
75
|
-
|
|
76
|
-
@property
|
|
77
|
-
@pulumi.getter(name="detailedStatus")
|
|
78
|
-
def detailed_status(self) -> str:
|
|
79
|
-
"""
|
|
80
|
-
The detailed status of the feature.
|
|
81
|
-
"""
|
|
82
|
-
return pulumi.get(self, "detailed_status")
|
|
83
|
-
|
|
84
|
-
@property
|
|
85
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
86
|
-
def detailed_status_message(self) -> str:
|
|
87
|
-
"""
|
|
88
|
-
The descriptive message for the detailed status of the feature.
|
|
89
|
-
"""
|
|
90
|
-
return pulumi.get(self, "detailed_status_message")
|
|
91
|
-
|
|
92
|
-
@property
|
|
93
|
-
@pulumi.getter
|
|
94
|
-
def id(self) -> str:
|
|
95
|
-
"""
|
|
96
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
97
|
-
"""
|
|
98
|
-
return pulumi.get(self, "id")
|
|
99
|
-
|
|
100
|
-
@property
|
|
101
|
-
@pulumi.getter
|
|
102
|
-
def location(self) -> str:
|
|
103
|
-
"""
|
|
104
|
-
The geo-location where the resource lives
|
|
105
|
-
"""
|
|
106
|
-
return pulumi.get(self, "location")
|
|
107
|
-
|
|
108
|
-
@property
|
|
109
|
-
@pulumi.getter
|
|
110
|
-
def name(self) -> str:
|
|
111
|
-
"""
|
|
112
|
-
The name of the resource
|
|
113
|
-
"""
|
|
114
|
-
return pulumi.get(self, "name")
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter
|
|
118
|
-
def options(self) -> Optional[Sequence['outputs.StringKeyValuePairResponse']]:
|
|
119
|
-
"""
|
|
120
|
-
The configured options for the feature.
|
|
121
|
-
"""
|
|
122
|
-
return pulumi.get(self, "options")
|
|
123
|
-
|
|
124
|
-
@property
|
|
125
|
-
@pulumi.getter(name="provisioningState")
|
|
126
|
-
def provisioning_state(self) -> str:
|
|
127
|
-
"""
|
|
128
|
-
The provisioning state of the Kubernetes cluster feature.
|
|
129
|
-
"""
|
|
130
|
-
return pulumi.get(self, "provisioning_state")
|
|
131
|
-
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter
|
|
134
|
-
def required(self) -> str:
|
|
135
|
-
"""
|
|
136
|
-
The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle.
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "required")
|
|
139
|
-
|
|
140
|
-
@property
|
|
141
|
-
@pulumi.getter(name="systemData")
|
|
142
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
143
|
-
"""
|
|
144
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
145
|
-
"""
|
|
146
|
-
return pulumi.get(self, "system_data")
|
|
147
|
-
|
|
148
|
-
@property
|
|
149
|
-
@pulumi.getter
|
|
150
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
151
|
-
"""
|
|
152
|
-
Resource tags.
|
|
153
|
-
"""
|
|
154
|
-
return pulumi.get(self, "tags")
|
|
155
|
-
|
|
156
|
-
@property
|
|
157
|
-
@pulumi.getter
|
|
158
|
-
def type(self) -> str:
|
|
159
|
-
"""
|
|
160
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
161
|
-
"""
|
|
162
|
-
return pulumi.get(self, "type")
|
|
163
|
-
|
|
164
|
-
@property
|
|
165
|
-
@pulumi.getter
|
|
166
|
-
def version(self) -> str:
|
|
167
|
-
"""
|
|
168
|
-
The version of the feature.
|
|
169
|
-
"""
|
|
170
|
-
return pulumi.get(self, "version")
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
class AwaitableGetKubernetesClusterFeatureResult(GetKubernetesClusterFeatureResult):
|
|
174
|
-
# pylint: disable=using-constant-test
|
|
175
|
-
def __await__(self):
|
|
176
|
-
if False:
|
|
177
|
-
yield self
|
|
178
|
-
return GetKubernetesClusterFeatureResult(
|
|
179
|
-
availability_lifecycle=self.availability_lifecycle,
|
|
180
|
-
detailed_status=self.detailed_status,
|
|
181
|
-
detailed_status_message=self.detailed_status_message,
|
|
182
|
-
id=self.id,
|
|
183
|
-
location=self.location,
|
|
184
|
-
name=self.name,
|
|
185
|
-
options=self.options,
|
|
186
|
-
provisioning_state=self.provisioning_state,
|
|
187
|
-
required=self.required,
|
|
188
|
-
system_data=self.system_data,
|
|
189
|
-
tags=self.tags,
|
|
190
|
-
type=self.type,
|
|
191
|
-
version=self.version)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
def get_kubernetes_cluster_feature(feature_name: Optional[str] = None,
|
|
195
|
-
kubernetes_cluster_name: Optional[str] = None,
|
|
196
|
-
resource_group_name: Optional[str] = None,
|
|
197
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKubernetesClusterFeatureResult:
|
|
198
|
-
"""
|
|
199
|
-
Get properties of the provided the Kubernetes cluster feature.
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
:param str feature_name: The name of the feature.
|
|
203
|
-
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
204
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
205
|
-
"""
|
|
206
|
-
__args__ = dict()
|
|
207
|
-
__args__['featureName'] = feature_name
|
|
208
|
-
__args__['kubernetesClusterName'] = kubernetes_cluster_name
|
|
209
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
210
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
211
|
-
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getKubernetesClusterFeature', __args__, opts=opts, typ=GetKubernetesClusterFeatureResult).value
|
|
212
|
-
|
|
213
|
-
return AwaitableGetKubernetesClusterFeatureResult(
|
|
214
|
-
availability_lifecycle=pulumi.get(__ret__, 'availability_lifecycle'),
|
|
215
|
-
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
216
|
-
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
217
|
-
id=pulumi.get(__ret__, 'id'),
|
|
218
|
-
location=pulumi.get(__ret__, 'location'),
|
|
219
|
-
name=pulumi.get(__ret__, 'name'),
|
|
220
|
-
options=pulumi.get(__ret__, 'options'),
|
|
221
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
222
|
-
required=pulumi.get(__ret__, 'required'),
|
|
223
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
224
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
225
|
-
type=pulumi.get(__ret__, 'type'),
|
|
226
|
-
version=pulumi.get(__ret__, 'version'))
|
|
227
|
-
def get_kubernetes_cluster_feature_output(feature_name: Optional[pulumi.Input[str]] = None,
|
|
228
|
-
kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
|
|
229
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
230
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKubernetesClusterFeatureResult]:
|
|
231
|
-
"""
|
|
232
|
-
Get properties of the provided the Kubernetes cluster feature.
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
:param str feature_name: The name of the feature.
|
|
236
|
-
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
237
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
238
|
-
"""
|
|
239
|
-
__args__ = dict()
|
|
240
|
-
__args__['featureName'] = feature_name
|
|
241
|
-
__args__['kubernetesClusterName'] = kubernetes_cluster_name
|
|
242
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
243
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
244
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getKubernetesClusterFeature', __args__, opts=opts, typ=GetKubernetesClusterFeatureResult)
|
|
245
|
-
return __ret__.apply(lambda __response__: GetKubernetesClusterFeatureResult(
|
|
246
|
-
availability_lifecycle=pulumi.get(__response__, 'availability_lifecycle'),
|
|
247
|
-
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
248
|
-
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
249
|
-
id=pulumi.get(__response__, 'id'),
|
|
250
|
-
location=pulumi.get(__response__, 'location'),
|
|
251
|
-
name=pulumi.get(__response__, 'name'),
|
|
252
|
-
options=pulumi.get(__response__, 'options'),
|
|
253
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
254
|
-
required=pulumi.get(__response__, 'required'),
|
|
255
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
256
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
257
|
-
type=pulumi.get(__response__, 'type'),
|
|
258
|
-
version=pulumi.get(__response__, 'version')))
|