pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1736153496__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +0 -42
- pulumi_azure_native/azurestackhci/__init__.py +0 -3
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/networkcloud/__init__.py +0 -3
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/RECORD +214 -278
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
- pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/top_level.txt +0 -0
|
@@ -1,518 +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
|
-
'GetVirtualMachineResult',
|
|
20
|
-
'AwaitableGetVirtualMachineResult',
|
|
21
|
-
'get_virtual_machine',
|
|
22
|
-
'get_virtual_machine_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetVirtualMachineResult:
|
|
27
|
-
def __init__(__self__, admin_username=None, availability_zone=None, bare_metal_machine_id=None, boot_method=None, cloud_services_network_attachment=None, cluster_id=None, console_extended_location=None, cpu_cores=None, detailed_status=None, detailed_status_message=None, extended_location=None, id=None, isolate_emulator_thread=None, location=None, memory_size_gb=None, name=None, network_attachments=None, network_data=None, placement_hints=None, power_state=None, provisioning_state=None, ssh_public_keys=None, storage_profile=None, system_data=None, tags=None, type=None, user_data=None, virtio_interface=None, vm_device_model=None, vm_image=None, vm_image_repository_credentials=None, volumes=None):
|
|
28
|
-
if admin_username and not isinstance(admin_username, str):
|
|
29
|
-
raise TypeError("Expected argument 'admin_username' to be a str")
|
|
30
|
-
pulumi.set(__self__, "admin_username", admin_username)
|
|
31
|
-
if availability_zone and not isinstance(availability_zone, str):
|
|
32
|
-
raise TypeError("Expected argument 'availability_zone' to be a str")
|
|
33
|
-
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
34
|
-
if bare_metal_machine_id and not isinstance(bare_metal_machine_id, str):
|
|
35
|
-
raise TypeError("Expected argument 'bare_metal_machine_id' to be a str")
|
|
36
|
-
pulumi.set(__self__, "bare_metal_machine_id", bare_metal_machine_id)
|
|
37
|
-
if boot_method and not isinstance(boot_method, str):
|
|
38
|
-
raise TypeError("Expected argument 'boot_method' to be a str")
|
|
39
|
-
pulumi.set(__self__, "boot_method", boot_method)
|
|
40
|
-
if cloud_services_network_attachment and not isinstance(cloud_services_network_attachment, dict):
|
|
41
|
-
raise TypeError("Expected argument 'cloud_services_network_attachment' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "cloud_services_network_attachment", cloud_services_network_attachment)
|
|
43
|
-
if cluster_id and not isinstance(cluster_id, str):
|
|
44
|
-
raise TypeError("Expected argument 'cluster_id' to be a str")
|
|
45
|
-
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
46
|
-
if console_extended_location and not isinstance(console_extended_location, dict):
|
|
47
|
-
raise TypeError("Expected argument 'console_extended_location' to be a dict")
|
|
48
|
-
pulumi.set(__self__, "console_extended_location", console_extended_location)
|
|
49
|
-
if cpu_cores and not isinstance(cpu_cores, float):
|
|
50
|
-
raise TypeError("Expected argument 'cpu_cores' to be a float")
|
|
51
|
-
pulumi.set(__self__, "cpu_cores", cpu_cores)
|
|
52
|
-
if detailed_status and not isinstance(detailed_status, str):
|
|
53
|
-
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
54
|
-
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
55
|
-
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
56
|
-
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
57
|
-
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
58
|
-
if extended_location and not isinstance(extended_location, dict):
|
|
59
|
-
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
60
|
-
pulumi.set(__self__, "extended_location", extended_location)
|
|
61
|
-
if id and not isinstance(id, str):
|
|
62
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
63
|
-
pulumi.set(__self__, "id", id)
|
|
64
|
-
if isolate_emulator_thread and not isinstance(isolate_emulator_thread, str):
|
|
65
|
-
raise TypeError("Expected argument 'isolate_emulator_thread' to be a str")
|
|
66
|
-
pulumi.set(__self__, "isolate_emulator_thread", isolate_emulator_thread)
|
|
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 memory_size_gb and not isinstance(memory_size_gb, float):
|
|
71
|
-
raise TypeError("Expected argument 'memory_size_gb' to be a float")
|
|
72
|
-
pulumi.set(__self__, "memory_size_gb", memory_size_gb)
|
|
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 network_attachments and not isinstance(network_attachments, list):
|
|
77
|
-
raise TypeError("Expected argument 'network_attachments' to be a list")
|
|
78
|
-
pulumi.set(__self__, "network_attachments", network_attachments)
|
|
79
|
-
if network_data and not isinstance(network_data, str):
|
|
80
|
-
raise TypeError("Expected argument 'network_data' to be a str")
|
|
81
|
-
pulumi.set(__self__, "network_data", network_data)
|
|
82
|
-
if placement_hints and not isinstance(placement_hints, list):
|
|
83
|
-
raise TypeError("Expected argument 'placement_hints' to be a list")
|
|
84
|
-
pulumi.set(__self__, "placement_hints", placement_hints)
|
|
85
|
-
if power_state and not isinstance(power_state, str):
|
|
86
|
-
raise TypeError("Expected argument 'power_state' to be a str")
|
|
87
|
-
pulumi.set(__self__, "power_state", power_state)
|
|
88
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
89
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
90
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
91
|
-
if ssh_public_keys and not isinstance(ssh_public_keys, list):
|
|
92
|
-
raise TypeError("Expected argument 'ssh_public_keys' to be a list")
|
|
93
|
-
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
|
94
|
-
if storage_profile and not isinstance(storage_profile, dict):
|
|
95
|
-
raise TypeError("Expected argument 'storage_profile' to be a dict")
|
|
96
|
-
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
97
|
-
if system_data and not isinstance(system_data, dict):
|
|
98
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
99
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
100
|
-
if tags and not isinstance(tags, dict):
|
|
101
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
102
|
-
pulumi.set(__self__, "tags", tags)
|
|
103
|
-
if type and not isinstance(type, str):
|
|
104
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
105
|
-
pulumi.set(__self__, "type", type)
|
|
106
|
-
if user_data and not isinstance(user_data, str):
|
|
107
|
-
raise TypeError("Expected argument 'user_data' to be a str")
|
|
108
|
-
pulumi.set(__self__, "user_data", user_data)
|
|
109
|
-
if virtio_interface and not isinstance(virtio_interface, str):
|
|
110
|
-
raise TypeError("Expected argument 'virtio_interface' to be a str")
|
|
111
|
-
pulumi.set(__self__, "virtio_interface", virtio_interface)
|
|
112
|
-
if vm_device_model and not isinstance(vm_device_model, str):
|
|
113
|
-
raise TypeError("Expected argument 'vm_device_model' to be a str")
|
|
114
|
-
pulumi.set(__self__, "vm_device_model", vm_device_model)
|
|
115
|
-
if vm_image and not isinstance(vm_image, str):
|
|
116
|
-
raise TypeError("Expected argument 'vm_image' to be a str")
|
|
117
|
-
pulumi.set(__self__, "vm_image", vm_image)
|
|
118
|
-
if vm_image_repository_credentials and not isinstance(vm_image_repository_credentials, dict):
|
|
119
|
-
raise TypeError("Expected argument 'vm_image_repository_credentials' to be a dict")
|
|
120
|
-
pulumi.set(__self__, "vm_image_repository_credentials", vm_image_repository_credentials)
|
|
121
|
-
if volumes and not isinstance(volumes, list):
|
|
122
|
-
raise TypeError("Expected argument 'volumes' to be a list")
|
|
123
|
-
pulumi.set(__self__, "volumes", volumes)
|
|
124
|
-
|
|
125
|
-
@property
|
|
126
|
-
@pulumi.getter(name="adminUsername")
|
|
127
|
-
def admin_username(self) -> str:
|
|
128
|
-
"""
|
|
129
|
-
The name of the administrator to which the ssh public keys will be added into the authorized keys.
|
|
130
|
-
"""
|
|
131
|
-
return pulumi.get(self, "admin_username")
|
|
132
|
-
|
|
133
|
-
@property
|
|
134
|
-
@pulumi.getter(name="availabilityZone")
|
|
135
|
-
def availability_zone(self) -> str:
|
|
136
|
-
"""
|
|
137
|
-
The cluster availability zone containing this virtual machine.
|
|
138
|
-
"""
|
|
139
|
-
return pulumi.get(self, "availability_zone")
|
|
140
|
-
|
|
141
|
-
@property
|
|
142
|
-
@pulumi.getter(name="bareMetalMachineId")
|
|
143
|
-
def bare_metal_machine_id(self) -> str:
|
|
144
|
-
"""
|
|
145
|
-
The resource ID of the bare metal machine that hosts the virtual machine.
|
|
146
|
-
"""
|
|
147
|
-
return pulumi.get(self, "bare_metal_machine_id")
|
|
148
|
-
|
|
149
|
-
@property
|
|
150
|
-
@pulumi.getter(name="bootMethod")
|
|
151
|
-
def boot_method(self) -> Optional[str]:
|
|
152
|
-
"""
|
|
153
|
-
Selects the boot method for the virtual machine.
|
|
154
|
-
"""
|
|
155
|
-
return pulumi.get(self, "boot_method")
|
|
156
|
-
|
|
157
|
-
@property
|
|
158
|
-
@pulumi.getter(name="cloudServicesNetworkAttachment")
|
|
159
|
-
def cloud_services_network_attachment(self) -> 'outputs.NetworkAttachmentResponse':
|
|
160
|
-
"""
|
|
161
|
-
The cloud service network that provides platform-level services for the virtual machine.
|
|
162
|
-
"""
|
|
163
|
-
return pulumi.get(self, "cloud_services_network_attachment")
|
|
164
|
-
|
|
165
|
-
@property
|
|
166
|
-
@pulumi.getter(name="clusterId")
|
|
167
|
-
def cluster_id(self) -> str:
|
|
168
|
-
"""
|
|
169
|
-
The resource ID of the cluster the virtual machine is created for.
|
|
170
|
-
"""
|
|
171
|
-
return pulumi.get(self, "cluster_id")
|
|
172
|
-
|
|
173
|
-
@property
|
|
174
|
-
@pulumi.getter(name="consoleExtendedLocation")
|
|
175
|
-
def console_extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
176
|
-
"""
|
|
177
|
-
The extended location to use for creation of a VM console resource.
|
|
178
|
-
"""
|
|
179
|
-
return pulumi.get(self, "console_extended_location")
|
|
180
|
-
|
|
181
|
-
@property
|
|
182
|
-
@pulumi.getter(name="cpuCores")
|
|
183
|
-
def cpu_cores(self) -> float:
|
|
184
|
-
"""
|
|
185
|
-
The number of CPU cores in the virtual machine.
|
|
186
|
-
"""
|
|
187
|
-
return pulumi.get(self, "cpu_cores")
|
|
188
|
-
|
|
189
|
-
@property
|
|
190
|
-
@pulumi.getter(name="detailedStatus")
|
|
191
|
-
def detailed_status(self) -> str:
|
|
192
|
-
"""
|
|
193
|
-
The more detailed status of the virtual machine.
|
|
194
|
-
"""
|
|
195
|
-
return pulumi.get(self, "detailed_status")
|
|
196
|
-
|
|
197
|
-
@property
|
|
198
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
199
|
-
def detailed_status_message(self) -> str:
|
|
200
|
-
"""
|
|
201
|
-
The descriptive message about the current detailed status.
|
|
202
|
-
"""
|
|
203
|
-
return pulumi.get(self, "detailed_status_message")
|
|
204
|
-
|
|
205
|
-
@property
|
|
206
|
-
@pulumi.getter(name="extendedLocation")
|
|
207
|
-
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
208
|
-
"""
|
|
209
|
-
The extended location of the cluster associated with the resource.
|
|
210
|
-
"""
|
|
211
|
-
return pulumi.get(self, "extended_location")
|
|
212
|
-
|
|
213
|
-
@property
|
|
214
|
-
@pulumi.getter
|
|
215
|
-
def id(self) -> str:
|
|
216
|
-
"""
|
|
217
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
218
|
-
"""
|
|
219
|
-
return pulumi.get(self, "id")
|
|
220
|
-
|
|
221
|
-
@property
|
|
222
|
-
@pulumi.getter(name="isolateEmulatorThread")
|
|
223
|
-
def isolate_emulator_thread(self) -> Optional[str]:
|
|
224
|
-
"""
|
|
225
|
-
Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine.
|
|
226
|
-
"""
|
|
227
|
-
return pulumi.get(self, "isolate_emulator_thread")
|
|
228
|
-
|
|
229
|
-
@property
|
|
230
|
-
@pulumi.getter
|
|
231
|
-
def location(self) -> str:
|
|
232
|
-
"""
|
|
233
|
-
The geo-location where the resource lives
|
|
234
|
-
"""
|
|
235
|
-
return pulumi.get(self, "location")
|
|
236
|
-
|
|
237
|
-
@property
|
|
238
|
-
@pulumi.getter(name="memorySizeGB")
|
|
239
|
-
def memory_size_gb(self) -> float:
|
|
240
|
-
"""
|
|
241
|
-
The memory size of the virtual machine. Allocations are measured in gibibytes.
|
|
242
|
-
"""
|
|
243
|
-
return pulumi.get(self, "memory_size_gb")
|
|
244
|
-
|
|
245
|
-
@property
|
|
246
|
-
@pulumi.getter
|
|
247
|
-
def name(self) -> str:
|
|
248
|
-
"""
|
|
249
|
-
The name of the resource
|
|
250
|
-
"""
|
|
251
|
-
return pulumi.get(self, "name")
|
|
252
|
-
|
|
253
|
-
@property
|
|
254
|
-
@pulumi.getter(name="networkAttachments")
|
|
255
|
-
def network_attachments(self) -> Optional[Sequence['outputs.NetworkAttachmentResponse']]:
|
|
256
|
-
"""
|
|
257
|
-
The list of network attachments to the virtual machine.
|
|
258
|
-
"""
|
|
259
|
-
return pulumi.get(self, "network_attachments")
|
|
260
|
-
|
|
261
|
-
@property
|
|
262
|
-
@pulumi.getter(name="networkData")
|
|
263
|
-
def network_data(self) -> Optional[str]:
|
|
264
|
-
"""
|
|
265
|
-
The Base64 encoded cloud-init network data.
|
|
266
|
-
"""
|
|
267
|
-
return pulumi.get(self, "network_data")
|
|
268
|
-
|
|
269
|
-
@property
|
|
270
|
-
@pulumi.getter(name="placementHints")
|
|
271
|
-
def placement_hints(self) -> Optional[Sequence['outputs.VirtualMachinePlacementHintResponse']]:
|
|
272
|
-
"""
|
|
273
|
-
The scheduling hints for the virtual machine.
|
|
274
|
-
"""
|
|
275
|
-
return pulumi.get(self, "placement_hints")
|
|
276
|
-
|
|
277
|
-
@property
|
|
278
|
-
@pulumi.getter(name="powerState")
|
|
279
|
-
def power_state(self) -> str:
|
|
280
|
-
"""
|
|
281
|
-
The power state of the virtual machine.
|
|
282
|
-
"""
|
|
283
|
-
return pulumi.get(self, "power_state")
|
|
284
|
-
|
|
285
|
-
@property
|
|
286
|
-
@pulumi.getter(name="provisioningState")
|
|
287
|
-
def provisioning_state(self) -> str:
|
|
288
|
-
"""
|
|
289
|
-
The provisioning state of the virtual machine.
|
|
290
|
-
"""
|
|
291
|
-
return pulumi.get(self, "provisioning_state")
|
|
292
|
-
|
|
293
|
-
@property
|
|
294
|
-
@pulumi.getter(name="sshPublicKeys")
|
|
295
|
-
def ssh_public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
|
|
296
|
-
"""
|
|
297
|
-
The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername.
|
|
298
|
-
"""
|
|
299
|
-
return pulumi.get(self, "ssh_public_keys")
|
|
300
|
-
|
|
301
|
-
@property
|
|
302
|
-
@pulumi.getter(name="storageProfile")
|
|
303
|
-
def storage_profile(self) -> 'outputs.StorageProfileResponse':
|
|
304
|
-
"""
|
|
305
|
-
The storage profile that specifies size and other parameters about the disks related to the virtual machine.
|
|
306
|
-
"""
|
|
307
|
-
return pulumi.get(self, "storage_profile")
|
|
308
|
-
|
|
309
|
-
@property
|
|
310
|
-
@pulumi.getter(name="systemData")
|
|
311
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
312
|
-
"""
|
|
313
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
314
|
-
"""
|
|
315
|
-
return pulumi.get(self, "system_data")
|
|
316
|
-
|
|
317
|
-
@property
|
|
318
|
-
@pulumi.getter
|
|
319
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
320
|
-
"""
|
|
321
|
-
Resource tags.
|
|
322
|
-
"""
|
|
323
|
-
return pulumi.get(self, "tags")
|
|
324
|
-
|
|
325
|
-
@property
|
|
326
|
-
@pulumi.getter
|
|
327
|
-
def type(self) -> str:
|
|
328
|
-
"""
|
|
329
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
330
|
-
"""
|
|
331
|
-
return pulumi.get(self, "type")
|
|
332
|
-
|
|
333
|
-
@property
|
|
334
|
-
@pulumi.getter(name="userData")
|
|
335
|
-
def user_data(self) -> Optional[str]:
|
|
336
|
-
"""
|
|
337
|
-
The Base64 encoded cloud-init user data.
|
|
338
|
-
"""
|
|
339
|
-
return pulumi.get(self, "user_data")
|
|
340
|
-
|
|
341
|
-
@property
|
|
342
|
-
@pulumi.getter(name="virtioInterface")
|
|
343
|
-
def virtio_interface(self) -> Optional[str]:
|
|
344
|
-
"""
|
|
345
|
-
Field Deprecated, use virtualizationModel instead. The type of the virtio interface.
|
|
346
|
-
"""
|
|
347
|
-
return pulumi.get(self, "virtio_interface")
|
|
348
|
-
|
|
349
|
-
@property
|
|
350
|
-
@pulumi.getter(name="vmDeviceModel")
|
|
351
|
-
def vm_device_model(self) -> Optional[str]:
|
|
352
|
-
"""
|
|
353
|
-
The type of the device model to use.
|
|
354
|
-
"""
|
|
355
|
-
return pulumi.get(self, "vm_device_model")
|
|
356
|
-
|
|
357
|
-
@property
|
|
358
|
-
@pulumi.getter(name="vmImage")
|
|
359
|
-
def vm_image(self) -> str:
|
|
360
|
-
"""
|
|
361
|
-
The virtual machine image that is currently provisioned to the OS disk, using the full url and tag notation used to pull the image.
|
|
362
|
-
"""
|
|
363
|
-
return pulumi.get(self, "vm_image")
|
|
364
|
-
|
|
365
|
-
@property
|
|
366
|
-
@pulumi.getter(name="vmImageRepositoryCredentials")
|
|
367
|
-
def vm_image_repository_credentials(self) -> Optional['outputs.ImageRepositoryCredentialsResponse']:
|
|
368
|
-
"""
|
|
369
|
-
The credentials used to login to the image repository that has access to the specified image.
|
|
370
|
-
"""
|
|
371
|
-
return pulumi.get(self, "vm_image_repository_credentials")
|
|
372
|
-
|
|
373
|
-
@property
|
|
374
|
-
@pulumi.getter
|
|
375
|
-
def volumes(self) -> Sequence[str]:
|
|
376
|
-
"""
|
|
377
|
-
The resource IDs of volumes that are attached to the virtual machine.
|
|
378
|
-
"""
|
|
379
|
-
return pulumi.get(self, "volumes")
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
class AwaitableGetVirtualMachineResult(GetVirtualMachineResult):
|
|
383
|
-
# pylint: disable=using-constant-test
|
|
384
|
-
def __await__(self):
|
|
385
|
-
if False:
|
|
386
|
-
yield self
|
|
387
|
-
return GetVirtualMachineResult(
|
|
388
|
-
admin_username=self.admin_username,
|
|
389
|
-
availability_zone=self.availability_zone,
|
|
390
|
-
bare_metal_machine_id=self.bare_metal_machine_id,
|
|
391
|
-
boot_method=self.boot_method,
|
|
392
|
-
cloud_services_network_attachment=self.cloud_services_network_attachment,
|
|
393
|
-
cluster_id=self.cluster_id,
|
|
394
|
-
console_extended_location=self.console_extended_location,
|
|
395
|
-
cpu_cores=self.cpu_cores,
|
|
396
|
-
detailed_status=self.detailed_status,
|
|
397
|
-
detailed_status_message=self.detailed_status_message,
|
|
398
|
-
extended_location=self.extended_location,
|
|
399
|
-
id=self.id,
|
|
400
|
-
isolate_emulator_thread=self.isolate_emulator_thread,
|
|
401
|
-
location=self.location,
|
|
402
|
-
memory_size_gb=self.memory_size_gb,
|
|
403
|
-
name=self.name,
|
|
404
|
-
network_attachments=self.network_attachments,
|
|
405
|
-
network_data=self.network_data,
|
|
406
|
-
placement_hints=self.placement_hints,
|
|
407
|
-
power_state=self.power_state,
|
|
408
|
-
provisioning_state=self.provisioning_state,
|
|
409
|
-
ssh_public_keys=self.ssh_public_keys,
|
|
410
|
-
storage_profile=self.storage_profile,
|
|
411
|
-
system_data=self.system_data,
|
|
412
|
-
tags=self.tags,
|
|
413
|
-
type=self.type,
|
|
414
|
-
user_data=self.user_data,
|
|
415
|
-
virtio_interface=self.virtio_interface,
|
|
416
|
-
vm_device_model=self.vm_device_model,
|
|
417
|
-
vm_image=self.vm_image,
|
|
418
|
-
vm_image_repository_credentials=self.vm_image_repository_credentials,
|
|
419
|
-
volumes=self.volumes)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
def get_virtual_machine(resource_group_name: Optional[str] = None,
|
|
423
|
-
virtual_machine_name: Optional[str] = None,
|
|
424
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualMachineResult:
|
|
425
|
-
"""
|
|
426
|
-
Get properties of the provided virtual machine.
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
430
|
-
:param str virtual_machine_name: The name of the virtual machine.
|
|
431
|
-
"""
|
|
432
|
-
__args__ = dict()
|
|
433
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
434
|
-
__args__['virtualMachineName'] = virtual_machine_name
|
|
435
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
436
|
-
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getVirtualMachine', __args__, opts=opts, typ=GetVirtualMachineResult).value
|
|
437
|
-
|
|
438
|
-
return AwaitableGetVirtualMachineResult(
|
|
439
|
-
admin_username=pulumi.get(__ret__, 'admin_username'),
|
|
440
|
-
availability_zone=pulumi.get(__ret__, 'availability_zone'),
|
|
441
|
-
bare_metal_machine_id=pulumi.get(__ret__, 'bare_metal_machine_id'),
|
|
442
|
-
boot_method=pulumi.get(__ret__, 'boot_method'),
|
|
443
|
-
cloud_services_network_attachment=pulumi.get(__ret__, 'cloud_services_network_attachment'),
|
|
444
|
-
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
445
|
-
console_extended_location=pulumi.get(__ret__, 'console_extended_location'),
|
|
446
|
-
cpu_cores=pulumi.get(__ret__, 'cpu_cores'),
|
|
447
|
-
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
448
|
-
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
449
|
-
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
450
|
-
id=pulumi.get(__ret__, 'id'),
|
|
451
|
-
isolate_emulator_thread=pulumi.get(__ret__, 'isolate_emulator_thread'),
|
|
452
|
-
location=pulumi.get(__ret__, 'location'),
|
|
453
|
-
memory_size_gb=pulumi.get(__ret__, 'memory_size_gb'),
|
|
454
|
-
name=pulumi.get(__ret__, 'name'),
|
|
455
|
-
network_attachments=pulumi.get(__ret__, 'network_attachments'),
|
|
456
|
-
network_data=pulumi.get(__ret__, 'network_data'),
|
|
457
|
-
placement_hints=pulumi.get(__ret__, 'placement_hints'),
|
|
458
|
-
power_state=pulumi.get(__ret__, 'power_state'),
|
|
459
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
460
|
-
ssh_public_keys=pulumi.get(__ret__, 'ssh_public_keys'),
|
|
461
|
-
storage_profile=pulumi.get(__ret__, 'storage_profile'),
|
|
462
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
463
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
464
|
-
type=pulumi.get(__ret__, 'type'),
|
|
465
|
-
user_data=pulumi.get(__ret__, 'user_data'),
|
|
466
|
-
virtio_interface=pulumi.get(__ret__, 'virtio_interface'),
|
|
467
|
-
vm_device_model=pulumi.get(__ret__, 'vm_device_model'),
|
|
468
|
-
vm_image=pulumi.get(__ret__, 'vm_image'),
|
|
469
|
-
vm_image_repository_credentials=pulumi.get(__ret__, 'vm_image_repository_credentials'),
|
|
470
|
-
volumes=pulumi.get(__ret__, 'volumes'))
|
|
471
|
-
def get_virtual_machine_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
472
|
-
virtual_machine_name: Optional[pulumi.Input[str]] = None,
|
|
473
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVirtualMachineResult]:
|
|
474
|
-
"""
|
|
475
|
-
Get properties of the provided virtual machine.
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
479
|
-
:param str virtual_machine_name: The name of the virtual machine.
|
|
480
|
-
"""
|
|
481
|
-
__args__ = dict()
|
|
482
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
483
|
-
__args__['virtualMachineName'] = virtual_machine_name
|
|
484
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
485
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getVirtualMachine', __args__, opts=opts, typ=GetVirtualMachineResult)
|
|
486
|
-
return __ret__.apply(lambda __response__: GetVirtualMachineResult(
|
|
487
|
-
admin_username=pulumi.get(__response__, 'admin_username'),
|
|
488
|
-
availability_zone=pulumi.get(__response__, 'availability_zone'),
|
|
489
|
-
bare_metal_machine_id=pulumi.get(__response__, 'bare_metal_machine_id'),
|
|
490
|
-
boot_method=pulumi.get(__response__, 'boot_method'),
|
|
491
|
-
cloud_services_network_attachment=pulumi.get(__response__, 'cloud_services_network_attachment'),
|
|
492
|
-
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
493
|
-
console_extended_location=pulumi.get(__response__, 'console_extended_location'),
|
|
494
|
-
cpu_cores=pulumi.get(__response__, 'cpu_cores'),
|
|
495
|
-
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
496
|
-
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
497
|
-
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
498
|
-
id=pulumi.get(__response__, 'id'),
|
|
499
|
-
isolate_emulator_thread=pulumi.get(__response__, 'isolate_emulator_thread'),
|
|
500
|
-
location=pulumi.get(__response__, 'location'),
|
|
501
|
-
memory_size_gb=pulumi.get(__response__, 'memory_size_gb'),
|
|
502
|
-
name=pulumi.get(__response__, 'name'),
|
|
503
|
-
network_attachments=pulumi.get(__response__, 'network_attachments'),
|
|
504
|
-
network_data=pulumi.get(__response__, 'network_data'),
|
|
505
|
-
placement_hints=pulumi.get(__response__, 'placement_hints'),
|
|
506
|
-
power_state=pulumi.get(__response__, 'power_state'),
|
|
507
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
508
|
-
ssh_public_keys=pulumi.get(__response__, 'ssh_public_keys'),
|
|
509
|
-
storage_profile=pulumi.get(__response__, 'storage_profile'),
|
|
510
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
511
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
512
|
-
type=pulumi.get(__response__, 'type'),
|
|
513
|
-
user_data=pulumi.get(__response__, 'user_data'),
|
|
514
|
-
virtio_interface=pulumi.get(__response__, 'virtio_interface'),
|
|
515
|
-
vm_device_model=pulumi.get(__response__, 'vm_device_model'),
|
|
516
|
-
vm_image=pulumi.get(__response__, 'vm_image'),
|
|
517
|
-
vm_image_repository_credentials=pulumi.get(__response__, 'vm_image_repository_credentials'),
|
|
518
|
-
volumes=pulumi.get(__response__, 'volumes')))
|