pulumi-azure-native 2.80.0a1735629569__py3-none-any.whl → 2.81.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +113 -1
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +107 -1
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,380 @@
|
|
|
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
|
+
'GetL3NetworkResult',
|
|
20
|
+
'AwaitableGetL3NetworkResult',
|
|
21
|
+
'get_l3_network',
|
|
22
|
+
'get_l3_network_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetL3NetworkResult:
|
|
27
|
+
def __init__(__self__, associated_resource_ids=None, cluster_id=None, detailed_status=None, detailed_status_message=None, extended_location=None, hybrid_aks_clusters_associated_ids=None, hybrid_aks_ipam_enabled=None, hybrid_aks_plugin_type=None, id=None, interface_name=None, ip_allocation_type=None, ipv4_connected_prefix=None, ipv6_connected_prefix=None, l3_isolation_domain_id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None, virtual_machines_associated_ids=None, vlan=None):
|
|
28
|
+
if associated_resource_ids and not isinstance(associated_resource_ids, list):
|
|
29
|
+
raise TypeError("Expected argument 'associated_resource_ids' to be a list")
|
|
30
|
+
pulumi.set(__self__, "associated_resource_ids", associated_resource_ids)
|
|
31
|
+
if cluster_id and not isinstance(cluster_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'cluster_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
34
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
35
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
36
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
37
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
38
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
39
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
40
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
41
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
43
|
+
if hybrid_aks_clusters_associated_ids and not isinstance(hybrid_aks_clusters_associated_ids, list):
|
|
44
|
+
raise TypeError("Expected argument 'hybrid_aks_clusters_associated_ids' to be a list")
|
|
45
|
+
pulumi.set(__self__, "hybrid_aks_clusters_associated_ids", hybrid_aks_clusters_associated_ids)
|
|
46
|
+
if hybrid_aks_ipam_enabled and not isinstance(hybrid_aks_ipam_enabled, str):
|
|
47
|
+
raise TypeError("Expected argument 'hybrid_aks_ipam_enabled' to be a str")
|
|
48
|
+
pulumi.set(__self__, "hybrid_aks_ipam_enabled", hybrid_aks_ipam_enabled)
|
|
49
|
+
if hybrid_aks_plugin_type and not isinstance(hybrid_aks_plugin_type, str):
|
|
50
|
+
raise TypeError("Expected argument 'hybrid_aks_plugin_type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "hybrid_aks_plugin_type", hybrid_aks_plugin_type)
|
|
52
|
+
if id and not isinstance(id, str):
|
|
53
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
54
|
+
pulumi.set(__self__, "id", id)
|
|
55
|
+
if interface_name and not isinstance(interface_name, str):
|
|
56
|
+
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
57
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
58
|
+
if ip_allocation_type and not isinstance(ip_allocation_type, str):
|
|
59
|
+
raise TypeError("Expected argument 'ip_allocation_type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "ip_allocation_type", ip_allocation_type)
|
|
61
|
+
if ipv4_connected_prefix and not isinstance(ipv4_connected_prefix, str):
|
|
62
|
+
raise TypeError("Expected argument 'ipv4_connected_prefix' to be a str")
|
|
63
|
+
pulumi.set(__self__, "ipv4_connected_prefix", ipv4_connected_prefix)
|
|
64
|
+
if ipv6_connected_prefix and not isinstance(ipv6_connected_prefix, str):
|
|
65
|
+
raise TypeError("Expected argument 'ipv6_connected_prefix' to be a str")
|
|
66
|
+
pulumi.set(__self__, "ipv6_connected_prefix", ipv6_connected_prefix)
|
|
67
|
+
if l3_isolation_domain_id and not isinstance(l3_isolation_domain_id, str):
|
|
68
|
+
raise TypeError("Expected argument 'l3_isolation_domain_id' to be a str")
|
|
69
|
+
pulumi.set(__self__, "l3_isolation_domain_id", l3_isolation_domain_id)
|
|
70
|
+
if location and not isinstance(location, str):
|
|
71
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
72
|
+
pulumi.set(__self__, "location", location)
|
|
73
|
+
if name and not isinstance(name, str):
|
|
74
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
75
|
+
pulumi.set(__self__, "name", name)
|
|
76
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
77
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
78
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
79
|
+
if system_data and not isinstance(system_data, dict):
|
|
80
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
81
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
82
|
+
if tags and not isinstance(tags, dict):
|
|
83
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
84
|
+
pulumi.set(__self__, "tags", tags)
|
|
85
|
+
if type and not isinstance(type, str):
|
|
86
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
87
|
+
pulumi.set(__self__, "type", type)
|
|
88
|
+
if virtual_machines_associated_ids and not isinstance(virtual_machines_associated_ids, list):
|
|
89
|
+
raise TypeError("Expected argument 'virtual_machines_associated_ids' to be a list")
|
|
90
|
+
pulumi.set(__self__, "virtual_machines_associated_ids", virtual_machines_associated_ids)
|
|
91
|
+
if vlan and not isinstance(vlan, float):
|
|
92
|
+
raise TypeError("Expected argument 'vlan' to be a float")
|
|
93
|
+
pulumi.set(__self__, "vlan", vlan)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="associatedResourceIds")
|
|
97
|
+
def associated_resource_ids(self) -> Sequence[str]:
|
|
98
|
+
"""
|
|
99
|
+
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "associated_resource_ids")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="clusterId")
|
|
105
|
+
def cluster_id(self) -> str:
|
|
106
|
+
"""
|
|
107
|
+
The resource ID of the Network Cloud cluster this L3 network is associated with.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "cluster_id")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="detailedStatus")
|
|
113
|
+
def detailed_status(self) -> str:
|
|
114
|
+
"""
|
|
115
|
+
The more detailed status of the L3 network.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "detailed_status")
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
121
|
+
def detailed_status_message(self) -> str:
|
|
122
|
+
"""
|
|
123
|
+
The descriptive message about the current detailed status.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "detailed_status_message")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter(name="extendedLocation")
|
|
129
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
130
|
+
"""
|
|
131
|
+
The extended location of the cluster associated with the resource.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "extended_location")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="hybridAksClustersAssociatedIds")
|
|
137
|
+
def hybrid_aks_clusters_associated_ids(self) -> Sequence[str]:
|
|
138
|
+
"""
|
|
139
|
+
Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="hybridAksIpamEnabled")
|
|
145
|
+
def hybrid_aks_ipam_enabled(self) -> Optional[str]:
|
|
146
|
+
"""
|
|
147
|
+
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "hybrid_aks_ipam_enabled")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="hybridAksPluginType")
|
|
153
|
+
def hybrid_aks_plugin_type(self) -> Optional[str]:
|
|
154
|
+
"""
|
|
155
|
+
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "hybrid_aks_plugin_type")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter
|
|
161
|
+
def id(self) -> str:
|
|
162
|
+
"""
|
|
163
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "id")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="interfaceName")
|
|
169
|
+
def interface_name(self) -> Optional[str]:
|
|
170
|
+
"""
|
|
171
|
+
The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "interface_name")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="ipAllocationType")
|
|
177
|
+
def ip_allocation_type(self) -> Optional[str]:
|
|
178
|
+
"""
|
|
179
|
+
The type of the IP address allocation, defaulted to "DualStack".
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "ip_allocation_type")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="ipv4ConnectedPrefix")
|
|
185
|
+
def ipv4_connected_prefix(self) -> Optional[str]:
|
|
186
|
+
"""
|
|
187
|
+
The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
188
|
+
is IPV4 or DualStack.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "ipv4_connected_prefix")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="ipv6ConnectedPrefix")
|
|
194
|
+
def ipv6_connected_prefix(self) -> Optional[str]:
|
|
195
|
+
"""
|
|
196
|
+
The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
197
|
+
is IPV6 or DualStack.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "ipv6_connected_prefix")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="l3IsolationDomainId")
|
|
203
|
+
def l3_isolation_domain_id(self) -> str:
|
|
204
|
+
"""
|
|
205
|
+
The resource ID of the Network Fabric l3IsolationDomain.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "l3_isolation_domain_id")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter
|
|
211
|
+
def location(self) -> str:
|
|
212
|
+
"""
|
|
213
|
+
The geo-location where the resource lives
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "location")
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter
|
|
219
|
+
def name(self) -> str:
|
|
220
|
+
"""
|
|
221
|
+
The name of the resource
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "name")
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter(name="provisioningState")
|
|
227
|
+
def provisioning_state(self) -> str:
|
|
228
|
+
"""
|
|
229
|
+
The provisioning state of the L3 network.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "provisioning_state")
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="systemData")
|
|
235
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
236
|
+
"""
|
|
237
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "system_data")
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter
|
|
243
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
244
|
+
"""
|
|
245
|
+
Resource tags.
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "tags")
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter
|
|
251
|
+
def type(self) -> str:
|
|
252
|
+
"""
|
|
253
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "type")
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="virtualMachinesAssociatedIds")
|
|
259
|
+
def virtual_machines_associated_ids(self) -> Sequence[str]:
|
|
260
|
+
"""
|
|
261
|
+
Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "virtual_machines_associated_ids")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter
|
|
267
|
+
def vlan(self) -> float:
|
|
268
|
+
"""
|
|
269
|
+
The VLAN from the l3IsolationDomain that is used for this network.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "vlan")
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
class AwaitableGetL3NetworkResult(GetL3NetworkResult):
|
|
275
|
+
# pylint: disable=using-constant-test
|
|
276
|
+
def __await__(self):
|
|
277
|
+
if False:
|
|
278
|
+
yield self
|
|
279
|
+
return GetL3NetworkResult(
|
|
280
|
+
associated_resource_ids=self.associated_resource_ids,
|
|
281
|
+
cluster_id=self.cluster_id,
|
|
282
|
+
detailed_status=self.detailed_status,
|
|
283
|
+
detailed_status_message=self.detailed_status_message,
|
|
284
|
+
extended_location=self.extended_location,
|
|
285
|
+
hybrid_aks_clusters_associated_ids=self.hybrid_aks_clusters_associated_ids,
|
|
286
|
+
hybrid_aks_ipam_enabled=self.hybrid_aks_ipam_enabled,
|
|
287
|
+
hybrid_aks_plugin_type=self.hybrid_aks_plugin_type,
|
|
288
|
+
id=self.id,
|
|
289
|
+
interface_name=self.interface_name,
|
|
290
|
+
ip_allocation_type=self.ip_allocation_type,
|
|
291
|
+
ipv4_connected_prefix=self.ipv4_connected_prefix,
|
|
292
|
+
ipv6_connected_prefix=self.ipv6_connected_prefix,
|
|
293
|
+
l3_isolation_domain_id=self.l3_isolation_domain_id,
|
|
294
|
+
location=self.location,
|
|
295
|
+
name=self.name,
|
|
296
|
+
provisioning_state=self.provisioning_state,
|
|
297
|
+
system_data=self.system_data,
|
|
298
|
+
tags=self.tags,
|
|
299
|
+
type=self.type,
|
|
300
|
+
virtual_machines_associated_ids=self.virtual_machines_associated_ids,
|
|
301
|
+
vlan=self.vlan)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
def get_l3_network(l3_network_name: Optional[str] = None,
|
|
305
|
+
resource_group_name: Optional[str] = None,
|
|
306
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetL3NetworkResult:
|
|
307
|
+
"""
|
|
308
|
+
Get properties of the provided layer 3 (L3) network.
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
:param str l3_network_name: The name of the L3 network.
|
|
312
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
313
|
+
"""
|
|
314
|
+
__args__ = dict()
|
|
315
|
+
__args__['l3NetworkName'] = l3_network_name
|
|
316
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
317
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
318
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getL3Network', __args__, opts=opts, typ=GetL3NetworkResult).value
|
|
319
|
+
|
|
320
|
+
return AwaitableGetL3NetworkResult(
|
|
321
|
+
associated_resource_ids=pulumi.get(__ret__, 'associated_resource_ids'),
|
|
322
|
+
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
323
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
324
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
325
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
326
|
+
hybrid_aks_clusters_associated_ids=pulumi.get(__ret__, 'hybrid_aks_clusters_associated_ids'),
|
|
327
|
+
hybrid_aks_ipam_enabled=pulumi.get(__ret__, 'hybrid_aks_ipam_enabled'),
|
|
328
|
+
hybrid_aks_plugin_type=pulumi.get(__ret__, 'hybrid_aks_plugin_type'),
|
|
329
|
+
id=pulumi.get(__ret__, 'id'),
|
|
330
|
+
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
331
|
+
ip_allocation_type=pulumi.get(__ret__, 'ip_allocation_type'),
|
|
332
|
+
ipv4_connected_prefix=pulumi.get(__ret__, 'ipv4_connected_prefix'),
|
|
333
|
+
ipv6_connected_prefix=pulumi.get(__ret__, 'ipv6_connected_prefix'),
|
|
334
|
+
l3_isolation_domain_id=pulumi.get(__ret__, 'l3_isolation_domain_id'),
|
|
335
|
+
location=pulumi.get(__ret__, 'location'),
|
|
336
|
+
name=pulumi.get(__ret__, 'name'),
|
|
337
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
338
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
339
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
340
|
+
type=pulumi.get(__ret__, 'type'),
|
|
341
|
+
virtual_machines_associated_ids=pulumi.get(__ret__, 'virtual_machines_associated_ids'),
|
|
342
|
+
vlan=pulumi.get(__ret__, 'vlan'))
|
|
343
|
+
def get_l3_network_output(l3_network_name: Optional[pulumi.Input[str]] = None,
|
|
344
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
345
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetL3NetworkResult]:
|
|
346
|
+
"""
|
|
347
|
+
Get properties of the provided layer 3 (L3) network.
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
:param str l3_network_name: The name of the L3 network.
|
|
351
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
352
|
+
"""
|
|
353
|
+
__args__ = dict()
|
|
354
|
+
__args__['l3NetworkName'] = l3_network_name
|
|
355
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
356
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
357
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getL3Network', __args__, opts=opts, typ=GetL3NetworkResult)
|
|
358
|
+
return __ret__.apply(lambda __response__: GetL3NetworkResult(
|
|
359
|
+
associated_resource_ids=pulumi.get(__response__, 'associated_resource_ids'),
|
|
360
|
+
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
361
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
362
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
363
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
364
|
+
hybrid_aks_clusters_associated_ids=pulumi.get(__response__, 'hybrid_aks_clusters_associated_ids'),
|
|
365
|
+
hybrid_aks_ipam_enabled=pulumi.get(__response__, 'hybrid_aks_ipam_enabled'),
|
|
366
|
+
hybrid_aks_plugin_type=pulumi.get(__response__, 'hybrid_aks_plugin_type'),
|
|
367
|
+
id=pulumi.get(__response__, 'id'),
|
|
368
|
+
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
369
|
+
ip_allocation_type=pulumi.get(__response__, 'ip_allocation_type'),
|
|
370
|
+
ipv4_connected_prefix=pulumi.get(__response__, 'ipv4_connected_prefix'),
|
|
371
|
+
ipv6_connected_prefix=pulumi.get(__response__, 'ipv6_connected_prefix'),
|
|
372
|
+
l3_isolation_domain_id=pulumi.get(__response__, 'l3_isolation_domain_id'),
|
|
373
|
+
location=pulumi.get(__response__, 'location'),
|
|
374
|
+
name=pulumi.get(__response__, 'name'),
|
|
375
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
376
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
377
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
378
|
+
type=pulumi.get(__response__, 'type'),
|
|
379
|
+
virtual_machines_associated_ids=pulumi.get(__response__, 'virtual_machines_associated_ids'),
|
|
380
|
+
vlan=pulumi.get(__response__, 'vlan')))
|
|
@@ -0,0 +1,258 @@
|
|
|
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
|
+
'GetMetricsConfigurationResult',
|
|
20
|
+
'AwaitableGetMetricsConfigurationResult',
|
|
21
|
+
'get_metrics_configuration',
|
|
22
|
+
'get_metrics_configuration_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMetricsConfigurationResult:
|
|
27
|
+
def __init__(__self__, collection_interval=None, detailed_status=None, detailed_status_message=None, disabled_metrics=None, enabled_metrics=None, extended_location=None, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
|
|
28
|
+
if collection_interval and not isinstance(collection_interval, float):
|
|
29
|
+
raise TypeError("Expected argument 'collection_interval' to be a float")
|
|
30
|
+
pulumi.set(__self__, "collection_interval", collection_interval)
|
|
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 disabled_metrics and not isinstance(disabled_metrics, list):
|
|
38
|
+
raise TypeError("Expected argument 'disabled_metrics' to be a list")
|
|
39
|
+
pulumi.set(__self__, "disabled_metrics", disabled_metrics)
|
|
40
|
+
if enabled_metrics and not isinstance(enabled_metrics, list):
|
|
41
|
+
raise TypeError("Expected argument 'enabled_metrics' to be a list")
|
|
42
|
+
pulumi.set(__self__, "enabled_metrics", enabled_metrics)
|
|
43
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
44
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
46
|
+
if id and not isinstance(id, str):
|
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if location and not isinstance(location, str):
|
|
50
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
51
|
+
pulumi.set(__self__, "location", location)
|
|
52
|
+
if name and not isinstance(name, str):
|
|
53
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
54
|
+
pulumi.set(__self__, "name", name)
|
|
55
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
56
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
57
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
58
|
+
if system_data and not isinstance(system_data, dict):
|
|
59
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
+
if tags and not isinstance(tags, dict):
|
|
62
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "tags", tags)
|
|
64
|
+
if type and not isinstance(type, str):
|
|
65
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "type", type)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="collectionInterval")
|
|
70
|
+
def collection_interval(self) -> float:
|
|
71
|
+
"""
|
|
72
|
+
The interval in minutes by which metrics will be collected.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "collection_interval")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="detailedStatus")
|
|
78
|
+
def detailed_status(self) -> str:
|
|
79
|
+
"""
|
|
80
|
+
The more detailed status of the metrics configuration.
|
|
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 about the current detailed status.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "detailed_status_message")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="disabledMetrics")
|
|
94
|
+
def disabled_metrics(self) -> Sequence[str]:
|
|
95
|
+
"""
|
|
96
|
+
The list of metrics that are available for the cluster but disabled at the moment.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "disabled_metrics")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="enabledMetrics")
|
|
102
|
+
def enabled_metrics(self) -> Optional[Sequence[str]]:
|
|
103
|
+
"""
|
|
104
|
+
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "enabled_metrics")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="extendedLocation")
|
|
110
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
111
|
+
"""
|
|
112
|
+
The extended location of the cluster associated with the resource.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "extended_location")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def id(self) -> str:
|
|
119
|
+
"""
|
|
120
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "id")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter
|
|
126
|
+
def location(self) -> str:
|
|
127
|
+
"""
|
|
128
|
+
The geo-location where the resource lives
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "location")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def name(self) -> str:
|
|
135
|
+
"""
|
|
136
|
+
The name of the resource
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "name")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="provisioningState")
|
|
142
|
+
def provisioning_state(self) -> str:
|
|
143
|
+
"""
|
|
144
|
+
The provisioning state of the metrics configuration.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "provisioning_state")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="systemData")
|
|
150
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
151
|
+
"""
|
|
152
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "system_data")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
159
|
+
"""
|
|
160
|
+
Resource tags.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "tags")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter
|
|
166
|
+
def type(self) -> str:
|
|
167
|
+
"""
|
|
168
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "type")
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
class AwaitableGetMetricsConfigurationResult(GetMetricsConfigurationResult):
|
|
174
|
+
# pylint: disable=using-constant-test
|
|
175
|
+
def __await__(self):
|
|
176
|
+
if False:
|
|
177
|
+
yield self
|
|
178
|
+
return GetMetricsConfigurationResult(
|
|
179
|
+
collection_interval=self.collection_interval,
|
|
180
|
+
detailed_status=self.detailed_status,
|
|
181
|
+
detailed_status_message=self.detailed_status_message,
|
|
182
|
+
disabled_metrics=self.disabled_metrics,
|
|
183
|
+
enabled_metrics=self.enabled_metrics,
|
|
184
|
+
extended_location=self.extended_location,
|
|
185
|
+
id=self.id,
|
|
186
|
+
location=self.location,
|
|
187
|
+
name=self.name,
|
|
188
|
+
provisioning_state=self.provisioning_state,
|
|
189
|
+
system_data=self.system_data,
|
|
190
|
+
tags=self.tags,
|
|
191
|
+
type=self.type)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
def get_metrics_configuration(cluster_name: Optional[str] = None,
|
|
195
|
+
metrics_configuration_name: Optional[str] = None,
|
|
196
|
+
resource_group_name: Optional[str] = None,
|
|
197
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMetricsConfigurationResult:
|
|
198
|
+
"""
|
|
199
|
+
Get metrics configuration of the provided cluster.
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
:param str cluster_name: The name of the cluster.
|
|
203
|
+
:param str metrics_configuration_name: The name of the metrics configuration for the cluster.
|
|
204
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
205
|
+
"""
|
|
206
|
+
__args__ = dict()
|
|
207
|
+
__args__['clusterName'] = cluster_name
|
|
208
|
+
__args__['metricsConfigurationName'] = metrics_configuration_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:getMetricsConfiguration', __args__, opts=opts, typ=GetMetricsConfigurationResult).value
|
|
212
|
+
|
|
213
|
+
return AwaitableGetMetricsConfigurationResult(
|
|
214
|
+
collection_interval=pulumi.get(__ret__, 'collection_interval'),
|
|
215
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
216
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
217
|
+
disabled_metrics=pulumi.get(__ret__, 'disabled_metrics'),
|
|
218
|
+
enabled_metrics=pulumi.get(__ret__, 'enabled_metrics'),
|
|
219
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
220
|
+
id=pulumi.get(__ret__, 'id'),
|
|
221
|
+
location=pulumi.get(__ret__, 'location'),
|
|
222
|
+
name=pulumi.get(__ret__, 'name'),
|
|
223
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
224
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
225
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
226
|
+
type=pulumi.get(__ret__, 'type'))
|
|
227
|
+
def get_metrics_configuration_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
228
|
+
metrics_configuration_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[GetMetricsConfigurationResult]:
|
|
231
|
+
"""
|
|
232
|
+
Get metrics configuration of the provided cluster.
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
:param str cluster_name: The name of the cluster.
|
|
236
|
+
:param str metrics_configuration_name: The name of the metrics configuration for the cluster.
|
|
237
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
238
|
+
"""
|
|
239
|
+
__args__ = dict()
|
|
240
|
+
__args__['clusterName'] = cluster_name
|
|
241
|
+
__args__['metricsConfigurationName'] = metrics_configuration_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:getMetricsConfiguration', __args__, opts=opts, typ=GetMetricsConfigurationResult)
|
|
245
|
+
return __ret__.apply(lambda __response__: GetMetricsConfigurationResult(
|
|
246
|
+
collection_interval=pulumi.get(__response__, 'collection_interval'),
|
|
247
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
248
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
249
|
+
disabled_metrics=pulumi.get(__response__, 'disabled_metrics'),
|
|
250
|
+
enabled_metrics=pulumi.get(__response__, 'enabled_metrics'),
|
|
251
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
252
|
+
id=pulumi.get(__response__, 'id'),
|
|
253
|
+
location=pulumi.get(__response__, 'location'),
|
|
254
|
+
name=pulumi.get(__response__, 'name'),
|
|
255
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
256
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
257
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
258
|
+
type=pulumi.get(__response__, 'type')))
|