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,328 +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
|
-
'GetCloudServicesNetworkResult',
|
|
20
|
-
'AwaitableGetCloudServicesNetworkResult',
|
|
21
|
-
'get_cloud_services_network',
|
|
22
|
-
'get_cloud_services_network_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetCloudServicesNetworkResult:
|
|
27
|
-
"""
|
|
28
|
-
Upon creation, the additional services that are provided by the platform will be allocated and
|
|
29
|
-
represented in the status of this resource. All resources associated with this cloud services network will be part
|
|
30
|
-
of the same layer 2 (L2) isolation domain. At least one service network must be created but may be reused across many
|
|
31
|
-
virtual machines and/or Hybrid AKS clusters.
|
|
32
|
-
"""
|
|
33
|
-
def __init__(__self__, additional_egress_endpoints=None, associated_resource_ids=None, cluster_id=None, detailed_status=None, detailed_status_message=None, enable_default_egress_endpoints=None, enabled_egress_endpoints=None, extended_location=None, hybrid_aks_clusters_associated_ids=None, id=None, interface_name=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None, virtual_machines_associated_ids=None):
|
|
34
|
-
if additional_egress_endpoints and not isinstance(additional_egress_endpoints, list):
|
|
35
|
-
raise TypeError("Expected argument 'additional_egress_endpoints' to be a list")
|
|
36
|
-
pulumi.set(__self__, "additional_egress_endpoints", additional_egress_endpoints)
|
|
37
|
-
if associated_resource_ids and not isinstance(associated_resource_ids, list):
|
|
38
|
-
raise TypeError("Expected argument 'associated_resource_ids' to be a list")
|
|
39
|
-
pulumi.set(__self__, "associated_resource_ids", associated_resource_ids)
|
|
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 detailed_status and not isinstance(detailed_status, str):
|
|
44
|
-
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
45
|
-
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
46
|
-
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
47
|
-
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
48
|
-
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
49
|
-
if enable_default_egress_endpoints and not isinstance(enable_default_egress_endpoints, str):
|
|
50
|
-
raise TypeError("Expected argument 'enable_default_egress_endpoints' to be a str")
|
|
51
|
-
pulumi.set(__self__, "enable_default_egress_endpoints", enable_default_egress_endpoints)
|
|
52
|
-
if enabled_egress_endpoints and not isinstance(enabled_egress_endpoints, list):
|
|
53
|
-
raise TypeError("Expected argument 'enabled_egress_endpoints' to be a list")
|
|
54
|
-
pulumi.set(__self__, "enabled_egress_endpoints", enabled_egress_endpoints)
|
|
55
|
-
if extended_location and not isinstance(extended_location, dict):
|
|
56
|
-
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
57
|
-
pulumi.set(__self__, "extended_location", extended_location)
|
|
58
|
-
if hybrid_aks_clusters_associated_ids and not isinstance(hybrid_aks_clusters_associated_ids, list):
|
|
59
|
-
raise TypeError("Expected argument 'hybrid_aks_clusters_associated_ids' to be a list")
|
|
60
|
-
pulumi.set(__self__, "hybrid_aks_clusters_associated_ids", hybrid_aks_clusters_associated_ids)
|
|
61
|
-
if id and not isinstance(id, str):
|
|
62
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
63
|
-
pulumi.set(__self__, "id", id)
|
|
64
|
-
if interface_name and not isinstance(interface_name, str):
|
|
65
|
-
raise TypeError("Expected argument 'interface_name' to be a str")
|
|
66
|
-
pulumi.set(__self__, "interface_name", interface_name)
|
|
67
|
-
if location and not isinstance(location, str):
|
|
68
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
69
|
-
pulumi.set(__self__, "location", location)
|
|
70
|
-
if name and not isinstance(name, str):
|
|
71
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
72
|
-
pulumi.set(__self__, "name", name)
|
|
73
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
74
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
75
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
76
|
-
if system_data and not isinstance(system_data, dict):
|
|
77
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
78
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
79
|
-
if tags and not isinstance(tags, dict):
|
|
80
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
81
|
-
pulumi.set(__self__, "tags", tags)
|
|
82
|
-
if type and not isinstance(type, str):
|
|
83
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
84
|
-
pulumi.set(__self__, "type", type)
|
|
85
|
-
if virtual_machines_associated_ids and not isinstance(virtual_machines_associated_ids, list):
|
|
86
|
-
raise TypeError("Expected argument 'virtual_machines_associated_ids' to be a list")
|
|
87
|
-
pulumi.set(__self__, "virtual_machines_associated_ids", virtual_machines_associated_ids)
|
|
88
|
-
|
|
89
|
-
@property
|
|
90
|
-
@pulumi.getter(name="additionalEgressEndpoints")
|
|
91
|
-
def additional_egress_endpoints(self) -> Optional[Sequence['outputs.EgressEndpointResponse']]:
|
|
92
|
-
"""
|
|
93
|
-
The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.
|
|
94
|
-
"""
|
|
95
|
-
return pulumi.get(self, "additional_egress_endpoints")
|
|
96
|
-
|
|
97
|
-
@property
|
|
98
|
-
@pulumi.getter(name="associatedResourceIds")
|
|
99
|
-
def associated_resource_ids(self) -> Sequence[str]:
|
|
100
|
-
"""
|
|
101
|
-
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
102
|
-
"""
|
|
103
|
-
return pulumi.get(self, "associated_resource_ids")
|
|
104
|
-
|
|
105
|
-
@property
|
|
106
|
-
@pulumi.getter(name="clusterId")
|
|
107
|
-
def cluster_id(self) -> str:
|
|
108
|
-
"""
|
|
109
|
-
The resource ID of the Network Cloud cluster this cloud services network is associated with.
|
|
110
|
-
"""
|
|
111
|
-
return pulumi.get(self, "cluster_id")
|
|
112
|
-
|
|
113
|
-
@property
|
|
114
|
-
@pulumi.getter(name="detailedStatus")
|
|
115
|
-
def detailed_status(self) -> str:
|
|
116
|
-
"""
|
|
117
|
-
The more detailed status of the cloud services network.
|
|
118
|
-
"""
|
|
119
|
-
return pulumi.get(self, "detailed_status")
|
|
120
|
-
|
|
121
|
-
@property
|
|
122
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
123
|
-
def detailed_status_message(self) -> str:
|
|
124
|
-
"""
|
|
125
|
-
The descriptive message about the current detailed status.
|
|
126
|
-
"""
|
|
127
|
-
return pulumi.get(self, "detailed_status_message")
|
|
128
|
-
|
|
129
|
-
@property
|
|
130
|
-
@pulumi.getter(name="enableDefaultEgressEndpoints")
|
|
131
|
-
def enable_default_egress_endpoints(self) -> Optional[str]:
|
|
132
|
-
"""
|
|
133
|
-
The indicator of whether the platform default endpoints are allowed for the egress traffic.
|
|
134
|
-
"""
|
|
135
|
-
return pulumi.get(self, "enable_default_egress_endpoints")
|
|
136
|
-
|
|
137
|
-
@property
|
|
138
|
-
@pulumi.getter(name="enabledEgressEndpoints")
|
|
139
|
-
def enabled_egress_endpoints(self) -> Sequence['outputs.EgressEndpointResponse']:
|
|
140
|
-
"""
|
|
141
|
-
The full list of additional and default egress endpoints that are currently enabled.
|
|
142
|
-
"""
|
|
143
|
-
return pulumi.get(self, "enabled_egress_endpoints")
|
|
144
|
-
|
|
145
|
-
@property
|
|
146
|
-
@pulumi.getter(name="extendedLocation")
|
|
147
|
-
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
148
|
-
"""
|
|
149
|
-
The extended location of the cluster associated with the resource.
|
|
150
|
-
"""
|
|
151
|
-
return pulumi.get(self, "extended_location")
|
|
152
|
-
|
|
153
|
-
@property
|
|
154
|
-
@pulumi.getter(name="hybridAksClustersAssociatedIds")
|
|
155
|
-
def hybrid_aks_clusters_associated_ids(self) -> Sequence[str]:
|
|
156
|
-
"""
|
|
157
|
-
Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
|
|
158
|
-
"""
|
|
159
|
-
return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
|
|
160
|
-
|
|
161
|
-
@property
|
|
162
|
-
@pulumi.getter
|
|
163
|
-
def id(self) -> str:
|
|
164
|
-
"""
|
|
165
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
166
|
-
"""
|
|
167
|
-
return pulumi.get(self, "id")
|
|
168
|
-
|
|
169
|
-
@property
|
|
170
|
-
@pulumi.getter(name="interfaceName")
|
|
171
|
-
def interface_name(self) -> str:
|
|
172
|
-
"""
|
|
173
|
-
The name of the interface that will be present in the virtual machine to represent this network.
|
|
174
|
-
"""
|
|
175
|
-
return pulumi.get(self, "interface_name")
|
|
176
|
-
|
|
177
|
-
@property
|
|
178
|
-
@pulumi.getter
|
|
179
|
-
def location(self) -> str:
|
|
180
|
-
"""
|
|
181
|
-
The geo-location where the resource lives
|
|
182
|
-
"""
|
|
183
|
-
return pulumi.get(self, "location")
|
|
184
|
-
|
|
185
|
-
@property
|
|
186
|
-
@pulumi.getter
|
|
187
|
-
def name(self) -> str:
|
|
188
|
-
"""
|
|
189
|
-
The name of the resource
|
|
190
|
-
"""
|
|
191
|
-
return pulumi.get(self, "name")
|
|
192
|
-
|
|
193
|
-
@property
|
|
194
|
-
@pulumi.getter(name="provisioningState")
|
|
195
|
-
def provisioning_state(self) -> str:
|
|
196
|
-
"""
|
|
197
|
-
The provisioning state of the cloud services network.
|
|
198
|
-
"""
|
|
199
|
-
return pulumi.get(self, "provisioning_state")
|
|
200
|
-
|
|
201
|
-
@property
|
|
202
|
-
@pulumi.getter(name="systemData")
|
|
203
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
204
|
-
"""
|
|
205
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
206
|
-
"""
|
|
207
|
-
return pulumi.get(self, "system_data")
|
|
208
|
-
|
|
209
|
-
@property
|
|
210
|
-
@pulumi.getter
|
|
211
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
212
|
-
"""
|
|
213
|
-
Resource tags.
|
|
214
|
-
"""
|
|
215
|
-
return pulumi.get(self, "tags")
|
|
216
|
-
|
|
217
|
-
@property
|
|
218
|
-
@pulumi.getter
|
|
219
|
-
def type(self) -> str:
|
|
220
|
-
"""
|
|
221
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
222
|
-
"""
|
|
223
|
-
return pulumi.get(self, "type")
|
|
224
|
-
|
|
225
|
-
@property
|
|
226
|
-
@pulumi.getter(name="virtualMachinesAssociatedIds")
|
|
227
|
-
def virtual_machines_associated_ids(self) -> Sequence[str]:
|
|
228
|
-
"""
|
|
229
|
-
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 cloud services network.
|
|
230
|
-
"""
|
|
231
|
-
return pulumi.get(self, "virtual_machines_associated_ids")
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
class AwaitableGetCloudServicesNetworkResult(GetCloudServicesNetworkResult):
|
|
235
|
-
# pylint: disable=using-constant-test
|
|
236
|
-
def __await__(self):
|
|
237
|
-
if False:
|
|
238
|
-
yield self
|
|
239
|
-
return GetCloudServicesNetworkResult(
|
|
240
|
-
additional_egress_endpoints=self.additional_egress_endpoints,
|
|
241
|
-
associated_resource_ids=self.associated_resource_ids,
|
|
242
|
-
cluster_id=self.cluster_id,
|
|
243
|
-
detailed_status=self.detailed_status,
|
|
244
|
-
detailed_status_message=self.detailed_status_message,
|
|
245
|
-
enable_default_egress_endpoints=self.enable_default_egress_endpoints,
|
|
246
|
-
enabled_egress_endpoints=self.enabled_egress_endpoints,
|
|
247
|
-
extended_location=self.extended_location,
|
|
248
|
-
hybrid_aks_clusters_associated_ids=self.hybrid_aks_clusters_associated_ids,
|
|
249
|
-
id=self.id,
|
|
250
|
-
interface_name=self.interface_name,
|
|
251
|
-
location=self.location,
|
|
252
|
-
name=self.name,
|
|
253
|
-
provisioning_state=self.provisioning_state,
|
|
254
|
-
system_data=self.system_data,
|
|
255
|
-
tags=self.tags,
|
|
256
|
-
type=self.type,
|
|
257
|
-
virtual_machines_associated_ids=self.virtual_machines_associated_ids)
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
def get_cloud_services_network(cloud_services_network_name: Optional[str] = None,
|
|
261
|
-
resource_group_name: Optional[str] = None,
|
|
262
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudServicesNetworkResult:
|
|
263
|
-
"""
|
|
264
|
-
Get properties of the provided cloud services network.
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
:param str cloud_services_network_name: The name of the cloud services network.
|
|
268
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
269
|
-
"""
|
|
270
|
-
__args__ = dict()
|
|
271
|
-
__args__['cloudServicesNetworkName'] = cloud_services_network_name
|
|
272
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
273
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
274
|
-
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getCloudServicesNetwork', __args__, opts=opts, typ=GetCloudServicesNetworkResult).value
|
|
275
|
-
|
|
276
|
-
return AwaitableGetCloudServicesNetworkResult(
|
|
277
|
-
additional_egress_endpoints=pulumi.get(__ret__, 'additional_egress_endpoints'),
|
|
278
|
-
associated_resource_ids=pulumi.get(__ret__, 'associated_resource_ids'),
|
|
279
|
-
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
280
|
-
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
281
|
-
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
282
|
-
enable_default_egress_endpoints=pulumi.get(__ret__, 'enable_default_egress_endpoints'),
|
|
283
|
-
enabled_egress_endpoints=pulumi.get(__ret__, 'enabled_egress_endpoints'),
|
|
284
|
-
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
285
|
-
hybrid_aks_clusters_associated_ids=pulumi.get(__ret__, 'hybrid_aks_clusters_associated_ids'),
|
|
286
|
-
id=pulumi.get(__ret__, 'id'),
|
|
287
|
-
interface_name=pulumi.get(__ret__, 'interface_name'),
|
|
288
|
-
location=pulumi.get(__ret__, 'location'),
|
|
289
|
-
name=pulumi.get(__ret__, 'name'),
|
|
290
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
291
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
292
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
293
|
-
type=pulumi.get(__ret__, 'type'),
|
|
294
|
-
virtual_machines_associated_ids=pulumi.get(__ret__, 'virtual_machines_associated_ids'))
|
|
295
|
-
def get_cloud_services_network_output(cloud_services_network_name: Optional[pulumi.Input[str]] = None,
|
|
296
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
297
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCloudServicesNetworkResult]:
|
|
298
|
-
"""
|
|
299
|
-
Get properties of the provided cloud services network.
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
:param str cloud_services_network_name: The name of the cloud services network.
|
|
303
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
304
|
-
"""
|
|
305
|
-
__args__ = dict()
|
|
306
|
-
__args__['cloudServicesNetworkName'] = cloud_services_network_name
|
|
307
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
308
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
309
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getCloudServicesNetwork', __args__, opts=opts, typ=GetCloudServicesNetworkResult)
|
|
310
|
-
return __ret__.apply(lambda __response__: GetCloudServicesNetworkResult(
|
|
311
|
-
additional_egress_endpoints=pulumi.get(__response__, 'additional_egress_endpoints'),
|
|
312
|
-
associated_resource_ids=pulumi.get(__response__, 'associated_resource_ids'),
|
|
313
|
-
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
314
|
-
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
315
|
-
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
316
|
-
enable_default_egress_endpoints=pulumi.get(__response__, 'enable_default_egress_endpoints'),
|
|
317
|
-
enabled_egress_endpoints=pulumi.get(__response__, 'enabled_egress_endpoints'),
|
|
318
|
-
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
319
|
-
hybrid_aks_clusters_associated_ids=pulumi.get(__response__, 'hybrid_aks_clusters_associated_ids'),
|
|
320
|
-
id=pulumi.get(__response__, 'id'),
|
|
321
|
-
interface_name=pulumi.get(__response__, 'interface_name'),
|
|
322
|
-
location=pulumi.get(__response__, 'location'),
|
|
323
|
-
name=pulumi.get(__response__, 'name'),
|
|
324
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
325
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
326
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
327
|
-
type=pulumi.get(__response__, 'type'),
|
|
328
|
-
virtual_machines_associated_ids=pulumi.get(__response__, 'virtual_machines_associated_ids')))
|