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,795 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['BareMetalMachineArgs', 'BareMetalMachine']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class BareMetalMachineArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
bmc_connection_string: pulumi.Input[str],
|
|
25
|
+
bmc_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
|
|
26
|
+
bmc_mac_address: pulumi.Input[str],
|
|
27
|
+
boot_mac_address: pulumi.Input[str],
|
|
28
|
+
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
29
|
+
machine_details: pulumi.Input[str],
|
|
30
|
+
machine_name: pulumi.Input[str],
|
|
31
|
+
machine_sku_id: pulumi.Input[str],
|
|
32
|
+
rack_id: pulumi.Input[str],
|
|
33
|
+
rack_slot: pulumi.Input[float],
|
|
34
|
+
resource_group_name: pulumi.Input[str],
|
|
35
|
+
serial_number: pulumi.Input[str],
|
|
36
|
+
bare_metal_machine_name: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
38
|
+
machine_cluster_version: Optional[pulumi.Input[str]] = None,
|
|
39
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
40
|
+
"""
|
|
41
|
+
The set of arguments for constructing a BareMetalMachine resource.
|
|
42
|
+
:param pulumi.Input[str] bmc_connection_string: The connection string for the baseboard management controller including IP address and protocol.
|
|
43
|
+
:param pulumi.Input['AdministrativeCredentialsArgs'] bmc_credentials: The credentials of the baseboard management controller on this bare metal machine.
|
|
44
|
+
:param pulumi.Input[str] bmc_mac_address: The MAC address of the BMC device.
|
|
45
|
+
:param pulumi.Input[str] boot_mac_address: The MAC address of a NIC connected to the PXE network.
|
|
46
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster associated with the resource.
|
|
47
|
+
:param pulumi.Input[str] machine_details: The custom details provided by the customer.
|
|
48
|
+
:param pulumi.Input[str] machine_name: The OS-level hostname assigned to this machine.
|
|
49
|
+
:param pulumi.Input[str] machine_sku_id: The unique internal identifier of the bare metal machine SKU.
|
|
50
|
+
:param pulumi.Input[str] rack_id: The resource ID of the rack where this bare metal machine resides.
|
|
51
|
+
:param pulumi.Input[float] rack_slot: The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1.
|
|
52
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
53
|
+
:param pulumi.Input[str] serial_number: The serial number of the bare metal machine.
|
|
54
|
+
:param pulumi.Input[str] bare_metal_machine_name: The name of the bare metal machine.
|
|
55
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
56
|
+
:param pulumi.Input[str] machine_cluster_version: The cluster version that has been applied to this machine during deployment or a version update.
|
|
57
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
58
|
+
"""
|
|
59
|
+
pulumi.set(__self__, "bmc_connection_string", bmc_connection_string)
|
|
60
|
+
pulumi.set(__self__, "bmc_credentials", bmc_credentials)
|
|
61
|
+
pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
|
|
62
|
+
pulumi.set(__self__, "boot_mac_address", boot_mac_address)
|
|
63
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
64
|
+
pulumi.set(__self__, "machine_details", machine_details)
|
|
65
|
+
pulumi.set(__self__, "machine_name", machine_name)
|
|
66
|
+
pulumi.set(__self__, "machine_sku_id", machine_sku_id)
|
|
67
|
+
pulumi.set(__self__, "rack_id", rack_id)
|
|
68
|
+
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
69
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
70
|
+
pulumi.set(__self__, "serial_number", serial_number)
|
|
71
|
+
if bare_metal_machine_name is not None:
|
|
72
|
+
pulumi.set(__self__, "bare_metal_machine_name", bare_metal_machine_name)
|
|
73
|
+
if location is not None:
|
|
74
|
+
pulumi.set(__self__, "location", location)
|
|
75
|
+
if machine_cluster_version is not None:
|
|
76
|
+
pulumi.set(__self__, "machine_cluster_version", machine_cluster_version)
|
|
77
|
+
if tags is not None:
|
|
78
|
+
pulumi.set(__self__, "tags", tags)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="bmcConnectionString")
|
|
82
|
+
def bmc_connection_string(self) -> pulumi.Input[str]:
|
|
83
|
+
"""
|
|
84
|
+
The connection string for the baseboard management controller including IP address and protocol.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "bmc_connection_string")
|
|
87
|
+
|
|
88
|
+
@bmc_connection_string.setter
|
|
89
|
+
def bmc_connection_string(self, value: pulumi.Input[str]):
|
|
90
|
+
pulumi.set(self, "bmc_connection_string", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="bmcCredentials")
|
|
94
|
+
def bmc_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
|
|
95
|
+
"""
|
|
96
|
+
The credentials of the baseboard management controller on this bare metal machine.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "bmc_credentials")
|
|
99
|
+
|
|
100
|
+
@bmc_credentials.setter
|
|
101
|
+
def bmc_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
|
|
102
|
+
pulumi.set(self, "bmc_credentials", value)
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="bmcMacAddress")
|
|
106
|
+
def bmc_mac_address(self) -> pulumi.Input[str]:
|
|
107
|
+
"""
|
|
108
|
+
The MAC address of the BMC device.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "bmc_mac_address")
|
|
111
|
+
|
|
112
|
+
@bmc_mac_address.setter
|
|
113
|
+
def bmc_mac_address(self, value: pulumi.Input[str]):
|
|
114
|
+
pulumi.set(self, "bmc_mac_address", value)
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="bootMacAddress")
|
|
118
|
+
def boot_mac_address(self) -> pulumi.Input[str]:
|
|
119
|
+
"""
|
|
120
|
+
The MAC address of a NIC connected to the PXE network.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "boot_mac_address")
|
|
123
|
+
|
|
124
|
+
@boot_mac_address.setter
|
|
125
|
+
def boot_mac_address(self, value: pulumi.Input[str]):
|
|
126
|
+
pulumi.set(self, "boot_mac_address", value)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="extendedLocation")
|
|
130
|
+
def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
|
|
131
|
+
"""
|
|
132
|
+
The extended location of the cluster associated with the resource.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "extended_location")
|
|
135
|
+
|
|
136
|
+
@extended_location.setter
|
|
137
|
+
def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
|
|
138
|
+
pulumi.set(self, "extended_location", value)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="machineDetails")
|
|
142
|
+
def machine_details(self) -> pulumi.Input[str]:
|
|
143
|
+
"""
|
|
144
|
+
The custom details provided by the customer.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "machine_details")
|
|
147
|
+
|
|
148
|
+
@machine_details.setter
|
|
149
|
+
def machine_details(self, value: pulumi.Input[str]):
|
|
150
|
+
pulumi.set(self, "machine_details", value)
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="machineName")
|
|
154
|
+
def machine_name(self) -> pulumi.Input[str]:
|
|
155
|
+
"""
|
|
156
|
+
The OS-level hostname assigned to this machine.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "machine_name")
|
|
159
|
+
|
|
160
|
+
@machine_name.setter
|
|
161
|
+
def machine_name(self, value: pulumi.Input[str]):
|
|
162
|
+
pulumi.set(self, "machine_name", value)
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="machineSkuId")
|
|
166
|
+
def machine_sku_id(self) -> pulumi.Input[str]:
|
|
167
|
+
"""
|
|
168
|
+
The unique internal identifier of the bare metal machine SKU.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "machine_sku_id")
|
|
171
|
+
|
|
172
|
+
@machine_sku_id.setter
|
|
173
|
+
def machine_sku_id(self, value: pulumi.Input[str]):
|
|
174
|
+
pulumi.set(self, "machine_sku_id", value)
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="rackId")
|
|
178
|
+
def rack_id(self) -> pulumi.Input[str]:
|
|
179
|
+
"""
|
|
180
|
+
The resource ID of the rack where this bare metal machine resides.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "rack_id")
|
|
183
|
+
|
|
184
|
+
@rack_id.setter
|
|
185
|
+
def rack_id(self, value: pulumi.Input[str]):
|
|
186
|
+
pulumi.set(self, "rack_id", value)
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter(name="rackSlot")
|
|
190
|
+
def rack_slot(self) -> pulumi.Input[float]:
|
|
191
|
+
"""
|
|
192
|
+
The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "rack_slot")
|
|
195
|
+
|
|
196
|
+
@rack_slot.setter
|
|
197
|
+
def rack_slot(self, value: pulumi.Input[float]):
|
|
198
|
+
pulumi.set(self, "rack_slot", value)
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="resourceGroupName")
|
|
202
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
203
|
+
"""
|
|
204
|
+
The name of the resource group. The name is case insensitive.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "resource_group_name")
|
|
207
|
+
|
|
208
|
+
@resource_group_name.setter
|
|
209
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
210
|
+
pulumi.set(self, "resource_group_name", value)
|
|
211
|
+
|
|
212
|
+
@property
|
|
213
|
+
@pulumi.getter(name="serialNumber")
|
|
214
|
+
def serial_number(self) -> pulumi.Input[str]:
|
|
215
|
+
"""
|
|
216
|
+
The serial number of the bare metal machine.
|
|
217
|
+
"""
|
|
218
|
+
return pulumi.get(self, "serial_number")
|
|
219
|
+
|
|
220
|
+
@serial_number.setter
|
|
221
|
+
def serial_number(self, value: pulumi.Input[str]):
|
|
222
|
+
pulumi.set(self, "serial_number", value)
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter(name="bareMetalMachineName")
|
|
226
|
+
def bare_metal_machine_name(self) -> Optional[pulumi.Input[str]]:
|
|
227
|
+
"""
|
|
228
|
+
The name of the bare metal machine.
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "bare_metal_machine_name")
|
|
231
|
+
|
|
232
|
+
@bare_metal_machine_name.setter
|
|
233
|
+
def bare_metal_machine_name(self, value: Optional[pulumi.Input[str]]):
|
|
234
|
+
pulumi.set(self, "bare_metal_machine_name", value)
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
@pulumi.getter
|
|
238
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
239
|
+
"""
|
|
240
|
+
The geo-location where the resource lives
|
|
241
|
+
"""
|
|
242
|
+
return pulumi.get(self, "location")
|
|
243
|
+
|
|
244
|
+
@location.setter
|
|
245
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
246
|
+
pulumi.set(self, "location", value)
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter(name="machineClusterVersion")
|
|
250
|
+
def machine_cluster_version(self) -> Optional[pulumi.Input[str]]:
|
|
251
|
+
"""
|
|
252
|
+
The cluster version that has been applied to this machine during deployment or a version update.
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "machine_cluster_version")
|
|
255
|
+
|
|
256
|
+
@machine_cluster_version.setter
|
|
257
|
+
def machine_cluster_version(self, value: Optional[pulumi.Input[str]]):
|
|
258
|
+
pulumi.set(self, "machine_cluster_version", value)
|
|
259
|
+
|
|
260
|
+
@property
|
|
261
|
+
@pulumi.getter
|
|
262
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
263
|
+
"""
|
|
264
|
+
Resource tags.
|
|
265
|
+
"""
|
|
266
|
+
return pulumi.get(self, "tags")
|
|
267
|
+
|
|
268
|
+
@tags.setter
|
|
269
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
270
|
+
pulumi.set(self, "tags", value)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
class BareMetalMachine(pulumi.CustomResource):
|
|
274
|
+
@overload
|
|
275
|
+
def __init__(__self__,
|
|
276
|
+
resource_name: str,
|
|
277
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
278
|
+
bare_metal_machine_name: Optional[pulumi.Input[str]] = None,
|
|
279
|
+
bmc_connection_string: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
bmc_credentials: Optional[pulumi.Input[Union['AdministrativeCredentialsArgs', 'AdministrativeCredentialsArgsDict']]] = None,
|
|
281
|
+
bmc_mac_address: Optional[pulumi.Input[str]] = None,
|
|
282
|
+
boot_mac_address: Optional[pulumi.Input[str]] = None,
|
|
283
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
284
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
285
|
+
machine_cluster_version: Optional[pulumi.Input[str]] = None,
|
|
286
|
+
machine_details: Optional[pulumi.Input[str]] = None,
|
|
287
|
+
machine_name: Optional[pulumi.Input[str]] = None,
|
|
288
|
+
machine_sku_id: Optional[pulumi.Input[str]] = None,
|
|
289
|
+
rack_id: Optional[pulumi.Input[str]] = None,
|
|
290
|
+
rack_slot: Optional[pulumi.Input[float]] = None,
|
|
291
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
292
|
+
serial_number: Optional[pulumi.Input[str]] = None,
|
|
293
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
294
|
+
__props__=None):
|
|
295
|
+
"""
|
|
296
|
+
Create a BareMetalMachine resource with the given unique name, props, and options.
|
|
297
|
+
:param str resource_name: The name of the resource.
|
|
298
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
299
|
+
:param pulumi.Input[str] bare_metal_machine_name: The name of the bare metal machine.
|
|
300
|
+
:param pulumi.Input[str] bmc_connection_string: The connection string for the baseboard management controller including IP address and protocol.
|
|
301
|
+
:param pulumi.Input[Union['AdministrativeCredentialsArgs', 'AdministrativeCredentialsArgsDict']] bmc_credentials: The credentials of the baseboard management controller on this bare metal machine.
|
|
302
|
+
:param pulumi.Input[str] bmc_mac_address: The MAC address of the BMC device.
|
|
303
|
+
:param pulumi.Input[str] boot_mac_address: The MAC address of a NIC connected to the PXE network.
|
|
304
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster associated with the resource.
|
|
305
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
306
|
+
:param pulumi.Input[str] machine_cluster_version: The cluster version that has been applied to this machine during deployment or a version update.
|
|
307
|
+
:param pulumi.Input[str] machine_details: The custom details provided by the customer.
|
|
308
|
+
:param pulumi.Input[str] machine_name: The OS-level hostname assigned to this machine.
|
|
309
|
+
:param pulumi.Input[str] machine_sku_id: The unique internal identifier of the bare metal machine SKU.
|
|
310
|
+
:param pulumi.Input[str] rack_id: The resource ID of the rack where this bare metal machine resides.
|
|
311
|
+
:param pulumi.Input[float] rack_slot: The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1.
|
|
312
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
313
|
+
:param pulumi.Input[str] serial_number: The serial number of the bare metal machine.
|
|
314
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
315
|
+
"""
|
|
316
|
+
...
|
|
317
|
+
@overload
|
|
318
|
+
def __init__(__self__,
|
|
319
|
+
resource_name: str,
|
|
320
|
+
args: BareMetalMachineArgs,
|
|
321
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
322
|
+
"""
|
|
323
|
+
Create a BareMetalMachine resource with the given unique name, props, and options.
|
|
324
|
+
:param str resource_name: The name of the resource.
|
|
325
|
+
:param BareMetalMachineArgs args: The arguments to use to populate this resource's properties.
|
|
326
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
327
|
+
"""
|
|
328
|
+
...
|
|
329
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
330
|
+
resource_args, opts = _utilities.get_resource_args_opts(BareMetalMachineArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
331
|
+
if resource_args is not None:
|
|
332
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
333
|
+
else:
|
|
334
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
335
|
+
|
|
336
|
+
def _internal_init(__self__,
|
|
337
|
+
resource_name: str,
|
|
338
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
339
|
+
bare_metal_machine_name: Optional[pulumi.Input[str]] = None,
|
|
340
|
+
bmc_connection_string: Optional[pulumi.Input[str]] = None,
|
|
341
|
+
bmc_credentials: Optional[pulumi.Input[Union['AdministrativeCredentialsArgs', 'AdministrativeCredentialsArgsDict']]] = None,
|
|
342
|
+
bmc_mac_address: Optional[pulumi.Input[str]] = None,
|
|
343
|
+
boot_mac_address: Optional[pulumi.Input[str]] = None,
|
|
344
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
345
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
346
|
+
machine_cluster_version: Optional[pulumi.Input[str]] = None,
|
|
347
|
+
machine_details: Optional[pulumi.Input[str]] = None,
|
|
348
|
+
machine_name: Optional[pulumi.Input[str]] = None,
|
|
349
|
+
machine_sku_id: Optional[pulumi.Input[str]] = None,
|
|
350
|
+
rack_id: Optional[pulumi.Input[str]] = None,
|
|
351
|
+
rack_slot: Optional[pulumi.Input[float]] = None,
|
|
352
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
353
|
+
serial_number: Optional[pulumi.Input[str]] = None,
|
|
354
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
355
|
+
__props__=None):
|
|
356
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
357
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
358
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
359
|
+
if opts.id is None:
|
|
360
|
+
if __props__ is not None:
|
|
361
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
362
|
+
__props__ = BareMetalMachineArgs.__new__(BareMetalMachineArgs)
|
|
363
|
+
|
|
364
|
+
__props__.__dict__["bare_metal_machine_name"] = bare_metal_machine_name
|
|
365
|
+
if bmc_connection_string is None and not opts.urn:
|
|
366
|
+
raise TypeError("Missing required property 'bmc_connection_string'")
|
|
367
|
+
__props__.__dict__["bmc_connection_string"] = bmc_connection_string
|
|
368
|
+
if bmc_credentials is None and not opts.urn:
|
|
369
|
+
raise TypeError("Missing required property 'bmc_credentials'")
|
|
370
|
+
__props__.__dict__["bmc_credentials"] = bmc_credentials
|
|
371
|
+
if bmc_mac_address is None and not opts.urn:
|
|
372
|
+
raise TypeError("Missing required property 'bmc_mac_address'")
|
|
373
|
+
__props__.__dict__["bmc_mac_address"] = bmc_mac_address
|
|
374
|
+
if boot_mac_address is None and not opts.urn:
|
|
375
|
+
raise TypeError("Missing required property 'boot_mac_address'")
|
|
376
|
+
__props__.__dict__["boot_mac_address"] = boot_mac_address
|
|
377
|
+
if extended_location is None and not opts.urn:
|
|
378
|
+
raise TypeError("Missing required property 'extended_location'")
|
|
379
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
380
|
+
__props__.__dict__["location"] = location
|
|
381
|
+
__props__.__dict__["machine_cluster_version"] = machine_cluster_version
|
|
382
|
+
if machine_details is None and not opts.urn:
|
|
383
|
+
raise TypeError("Missing required property 'machine_details'")
|
|
384
|
+
__props__.__dict__["machine_details"] = machine_details
|
|
385
|
+
if machine_name is None and not opts.urn:
|
|
386
|
+
raise TypeError("Missing required property 'machine_name'")
|
|
387
|
+
__props__.__dict__["machine_name"] = machine_name
|
|
388
|
+
if machine_sku_id is None and not opts.urn:
|
|
389
|
+
raise TypeError("Missing required property 'machine_sku_id'")
|
|
390
|
+
__props__.__dict__["machine_sku_id"] = machine_sku_id
|
|
391
|
+
if rack_id is None and not opts.urn:
|
|
392
|
+
raise TypeError("Missing required property 'rack_id'")
|
|
393
|
+
__props__.__dict__["rack_id"] = rack_id
|
|
394
|
+
if rack_slot is None and not opts.urn:
|
|
395
|
+
raise TypeError("Missing required property 'rack_slot'")
|
|
396
|
+
__props__.__dict__["rack_slot"] = rack_slot
|
|
397
|
+
if resource_group_name is None and not opts.urn:
|
|
398
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
399
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
400
|
+
if serial_number is None and not opts.urn:
|
|
401
|
+
raise TypeError("Missing required property 'serial_number'")
|
|
402
|
+
__props__.__dict__["serial_number"] = serial_number
|
|
403
|
+
__props__.__dict__["tags"] = tags
|
|
404
|
+
__props__.__dict__["associated_resource_ids"] = None
|
|
405
|
+
__props__.__dict__["cluster_id"] = None
|
|
406
|
+
__props__.__dict__["cordon_status"] = None
|
|
407
|
+
__props__.__dict__["detailed_status"] = None
|
|
408
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
409
|
+
__props__.__dict__["hardware_inventory"] = None
|
|
410
|
+
__props__.__dict__["hardware_validation_status"] = None
|
|
411
|
+
__props__.__dict__["hybrid_aks_clusters_associated_ids"] = None
|
|
412
|
+
__props__.__dict__["kubernetes_node_name"] = None
|
|
413
|
+
__props__.__dict__["kubernetes_version"] = None
|
|
414
|
+
__props__.__dict__["machine_roles"] = None
|
|
415
|
+
__props__.__dict__["name"] = None
|
|
416
|
+
__props__.__dict__["oam_ipv4_address"] = None
|
|
417
|
+
__props__.__dict__["oam_ipv6_address"] = None
|
|
418
|
+
__props__.__dict__["os_image"] = None
|
|
419
|
+
__props__.__dict__["power_state"] = None
|
|
420
|
+
__props__.__dict__["provisioning_state"] = None
|
|
421
|
+
__props__.__dict__["ready_state"] = None
|
|
422
|
+
__props__.__dict__["runtime_protection_status"] = None
|
|
423
|
+
__props__.__dict__["secret_rotation_status"] = None
|
|
424
|
+
__props__.__dict__["service_tag"] = None
|
|
425
|
+
__props__.__dict__["system_data"] = None
|
|
426
|
+
__props__.__dict__["type"] = None
|
|
427
|
+
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
428
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachine")])
|
|
429
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
430
|
+
super(BareMetalMachine, __self__).__init__(
|
|
431
|
+
'azure-native:networkcloud/v20241001preview:BareMetalMachine',
|
|
432
|
+
resource_name,
|
|
433
|
+
__props__,
|
|
434
|
+
opts)
|
|
435
|
+
|
|
436
|
+
@staticmethod
|
|
437
|
+
def get(resource_name: str,
|
|
438
|
+
id: pulumi.Input[str],
|
|
439
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'BareMetalMachine':
|
|
440
|
+
"""
|
|
441
|
+
Get an existing BareMetalMachine resource's state with the given name, id, and optional extra
|
|
442
|
+
properties used to qualify the lookup.
|
|
443
|
+
|
|
444
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
445
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
446
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
447
|
+
"""
|
|
448
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
449
|
+
|
|
450
|
+
__props__ = BareMetalMachineArgs.__new__(BareMetalMachineArgs)
|
|
451
|
+
|
|
452
|
+
__props__.__dict__["associated_resource_ids"] = None
|
|
453
|
+
__props__.__dict__["bmc_connection_string"] = None
|
|
454
|
+
__props__.__dict__["bmc_credentials"] = None
|
|
455
|
+
__props__.__dict__["bmc_mac_address"] = None
|
|
456
|
+
__props__.__dict__["boot_mac_address"] = None
|
|
457
|
+
__props__.__dict__["cluster_id"] = None
|
|
458
|
+
__props__.__dict__["cordon_status"] = None
|
|
459
|
+
__props__.__dict__["detailed_status"] = None
|
|
460
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
461
|
+
__props__.__dict__["extended_location"] = None
|
|
462
|
+
__props__.__dict__["hardware_inventory"] = None
|
|
463
|
+
__props__.__dict__["hardware_validation_status"] = None
|
|
464
|
+
__props__.__dict__["hybrid_aks_clusters_associated_ids"] = None
|
|
465
|
+
__props__.__dict__["kubernetes_node_name"] = None
|
|
466
|
+
__props__.__dict__["kubernetes_version"] = None
|
|
467
|
+
__props__.__dict__["location"] = None
|
|
468
|
+
__props__.__dict__["machine_cluster_version"] = None
|
|
469
|
+
__props__.__dict__["machine_details"] = None
|
|
470
|
+
__props__.__dict__["machine_name"] = None
|
|
471
|
+
__props__.__dict__["machine_roles"] = None
|
|
472
|
+
__props__.__dict__["machine_sku_id"] = None
|
|
473
|
+
__props__.__dict__["name"] = None
|
|
474
|
+
__props__.__dict__["oam_ipv4_address"] = None
|
|
475
|
+
__props__.__dict__["oam_ipv6_address"] = None
|
|
476
|
+
__props__.__dict__["os_image"] = None
|
|
477
|
+
__props__.__dict__["power_state"] = None
|
|
478
|
+
__props__.__dict__["provisioning_state"] = None
|
|
479
|
+
__props__.__dict__["rack_id"] = None
|
|
480
|
+
__props__.__dict__["rack_slot"] = None
|
|
481
|
+
__props__.__dict__["ready_state"] = None
|
|
482
|
+
__props__.__dict__["runtime_protection_status"] = None
|
|
483
|
+
__props__.__dict__["secret_rotation_status"] = None
|
|
484
|
+
__props__.__dict__["serial_number"] = None
|
|
485
|
+
__props__.__dict__["service_tag"] = None
|
|
486
|
+
__props__.__dict__["system_data"] = None
|
|
487
|
+
__props__.__dict__["tags"] = None
|
|
488
|
+
__props__.__dict__["type"] = None
|
|
489
|
+
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
490
|
+
return BareMetalMachine(resource_name, opts=opts, __props__=__props__)
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="associatedResourceIds")
|
|
494
|
+
def associated_resource_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
495
|
+
"""
|
|
496
|
+
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "associated_resource_ids")
|
|
499
|
+
|
|
500
|
+
@property
|
|
501
|
+
@pulumi.getter(name="bmcConnectionString")
|
|
502
|
+
def bmc_connection_string(self) -> pulumi.Output[str]:
|
|
503
|
+
"""
|
|
504
|
+
The connection string for the baseboard management controller including IP address and protocol.
|
|
505
|
+
"""
|
|
506
|
+
return pulumi.get(self, "bmc_connection_string")
|
|
507
|
+
|
|
508
|
+
@property
|
|
509
|
+
@pulumi.getter(name="bmcCredentials")
|
|
510
|
+
def bmc_credentials(self) -> pulumi.Output['outputs.AdministrativeCredentialsResponse']:
|
|
511
|
+
"""
|
|
512
|
+
The credentials of the baseboard management controller on this bare metal machine.
|
|
513
|
+
"""
|
|
514
|
+
return pulumi.get(self, "bmc_credentials")
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="bmcMacAddress")
|
|
518
|
+
def bmc_mac_address(self) -> pulumi.Output[str]:
|
|
519
|
+
"""
|
|
520
|
+
The MAC address of the BMC device.
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "bmc_mac_address")
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
@pulumi.getter(name="bootMacAddress")
|
|
526
|
+
def boot_mac_address(self) -> pulumi.Output[str]:
|
|
527
|
+
"""
|
|
528
|
+
The MAC address of a NIC connected to the PXE network.
|
|
529
|
+
"""
|
|
530
|
+
return pulumi.get(self, "boot_mac_address")
|
|
531
|
+
|
|
532
|
+
@property
|
|
533
|
+
@pulumi.getter(name="clusterId")
|
|
534
|
+
def cluster_id(self) -> pulumi.Output[str]:
|
|
535
|
+
"""
|
|
536
|
+
The resource ID of the cluster this bare metal machine is associated with.
|
|
537
|
+
"""
|
|
538
|
+
return pulumi.get(self, "cluster_id")
|
|
539
|
+
|
|
540
|
+
@property
|
|
541
|
+
@pulumi.getter(name="cordonStatus")
|
|
542
|
+
def cordon_status(self) -> pulumi.Output[str]:
|
|
543
|
+
"""
|
|
544
|
+
The cordon status of the bare metal machine.
|
|
545
|
+
"""
|
|
546
|
+
return pulumi.get(self, "cordon_status")
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
@pulumi.getter(name="detailedStatus")
|
|
550
|
+
def detailed_status(self) -> pulumi.Output[str]:
|
|
551
|
+
"""
|
|
552
|
+
The more detailed status of the bare metal machine.
|
|
553
|
+
"""
|
|
554
|
+
return pulumi.get(self, "detailed_status")
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
558
|
+
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
559
|
+
"""
|
|
560
|
+
The descriptive message about the current detailed status.
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "detailed_status_message")
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter(name="extendedLocation")
|
|
566
|
+
def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
567
|
+
"""
|
|
568
|
+
The extended location of the cluster associated with the resource.
|
|
569
|
+
"""
|
|
570
|
+
return pulumi.get(self, "extended_location")
|
|
571
|
+
|
|
572
|
+
@property
|
|
573
|
+
@pulumi.getter(name="hardwareInventory")
|
|
574
|
+
def hardware_inventory(self) -> pulumi.Output['outputs.HardwareInventoryResponse']:
|
|
575
|
+
"""
|
|
576
|
+
The hardware inventory, including information acquired from the model/sku information and from the ironic inspector.
|
|
577
|
+
"""
|
|
578
|
+
return pulumi.get(self, "hardware_inventory")
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter(name="hardwareValidationStatus")
|
|
582
|
+
def hardware_validation_status(self) -> pulumi.Output['outputs.HardwareValidationStatusResponse']:
|
|
583
|
+
"""
|
|
584
|
+
The details of the latest hardware validation performed for this bare metal machine.
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "hardware_validation_status")
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="hybridAksClustersAssociatedIds")
|
|
590
|
+
def hybrid_aks_clusters_associated_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
591
|
+
"""
|
|
592
|
+
Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
|
|
595
|
+
|
|
596
|
+
@property
|
|
597
|
+
@pulumi.getter(name="kubernetesNodeName")
|
|
598
|
+
def kubernetes_node_name(self) -> pulumi.Output[str]:
|
|
599
|
+
"""
|
|
600
|
+
The name of this machine represented by the host object in the Cluster's Kubernetes control plane.
|
|
601
|
+
"""
|
|
602
|
+
return pulumi.get(self, "kubernetes_node_name")
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter(name="kubernetesVersion")
|
|
606
|
+
def kubernetes_version(self) -> pulumi.Output[str]:
|
|
607
|
+
"""
|
|
608
|
+
The version of Kubernetes running on this machine.
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "kubernetes_version")
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter
|
|
614
|
+
def location(self) -> pulumi.Output[str]:
|
|
615
|
+
"""
|
|
616
|
+
The geo-location where the resource lives
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "location")
|
|
619
|
+
|
|
620
|
+
@property
|
|
621
|
+
@pulumi.getter(name="machineClusterVersion")
|
|
622
|
+
def machine_cluster_version(self) -> pulumi.Output[Optional[str]]:
|
|
623
|
+
"""
|
|
624
|
+
The cluster version that has been applied to this machine during deployment or a version update.
|
|
625
|
+
"""
|
|
626
|
+
return pulumi.get(self, "machine_cluster_version")
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
@pulumi.getter(name="machineDetails")
|
|
630
|
+
def machine_details(self) -> pulumi.Output[str]:
|
|
631
|
+
"""
|
|
632
|
+
The custom details provided by the customer.
|
|
633
|
+
"""
|
|
634
|
+
return pulumi.get(self, "machine_details")
|
|
635
|
+
|
|
636
|
+
@property
|
|
637
|
+
@pulumi.getter(name="machineName")
|
|
638
|
+
def machine_name(self) -> pulumi.Output[str]:
|
|
639
|
+
"""
|
|
640
|
+
The OS-level hostname assigned to this machine.
|
|
641
|
+
"""
|
|
642
|
+
return pulumi.get(self, "machine_name")
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
@pulumi.getter(name="machineRoles")
|
|
646
|
+
def machine_roles(self) -> pulumi.Output[Sequence[str]]:
|
|
647
|
+
"""
|
|
648
|
+
The list of roles that are assigned to the cluster node running on this machine.
|
|
649
|
+
"""
|
|
650
|
+
return pulumi.get(self, "machine_roles")
|
|
651
|
+
|
|
652
|
+
@property
|
|
653
|
+
@pulumi.getter(name="machineSkuId")
|
|
654
|
+
def machine_sku_id(self) -> pulumi.Output[str]:
|
|
655
|
+
"""
|
|
656
|
+
The unique internal identifier of the bare metal machine SKU.
|
|
657
|
+
"""
|
|
658
|
+
return pulumi.get(self, "machine_sku_id")
|
|
659
|
+
|
|
660
|
+
@property
|
|
661
|
+
@pulumi.getter
|
|
662
|
+
def name(self) -> pulumi.Output[str]:
|
|
663
|
+
"""
|
|
664
|
+
The name of the resource
|
|
665
|
+
"""
|
|
666
|
+
return pulumi.get(self, "name")
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter(name="oamIpv4Address")
|
|
670
|
+
def oam_ipv4_address(self) -> pulumi.Output[str]:
|
|
671
|
+
"""
|
|
672
|
+
The IPv4 address that is assigned to the bare metal machine during the cluster deployment.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "oam_ipv4_address")
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter(name="oamIpv6Address")
|
|
678
|
+
def oam_ipv6_address(self) -> pulumi.Output[str]:
|
|
679
|
+
"""
|
|
680
|
+
The IPv6 address that is assigned to the bare metal machine during the cluster deployment.
|
|
681
|
+
"""
|
|
682
|
+
return pulumi.get(self, "oam_ipv6_address")
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
@pulumi.getter(name="osImage")
|
|
686
|
+
def os_image(self) -> pulumi.Output[str]:
|
|
687
|
+
"""
|
|
688
|
+
The image that is currently provisioned to the OS disk.
|
|
689
|
+
"""
|
|
690
|
+
return pulumi.get(self, "os_image")
|
|
691
|
+
|
|
692
|
+
@property
|
|
693
|
+
@pulumi.getter(name="powerState")
|
|
694
|
+
def power_state(self) -> pulumi.Output[str]:
|
|
695
|
+
"""
|
|
696
|
+
The power state derived from the baseboard management controller.
|
|
697
|
+
"""
|
|
698
|
+
return pulumi.get(self, "power_state")
|
|
699
|
+
|
|
700
|
+
@property
|
|
701
|
+
@pulumi.getter(name="provisioningState")
|
|
702
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
703
|
+
"""
|
|
704
|
+
The provisioning state of the bare metal machine.
|
|
705
|
+
"""
|
|
706
|
+
return pulumi.get(self, "provisioning_state")
|
|
707
|
+
|
|
708
|
+
@property
|
|
709
|
+
@pulumi.getter(name="rackId")
|
|
710
|
+
def rack_id(self) -> pulumi.Output[str]:
|
|
711
|
+
"""
|
|
712
|
+
The resource ID of the rack where this bare metal machine resides.
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "rack_id")
|
|
715
|
+
|
|
716
|
+
@property
|
|
717
|
+
@pulumi.getter(name="rackSlot")
|
|
718
|
+
def rack_slot(self) -> pulumi.Output[float]:
|
|
719
|
+
"""
|
|
720
|
+
The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1.
|
|
721
|
+
"""
|
|
722
|
+
return pulumi.get(self, "rack_slot")
|
|
723
|
+
|
|
724
|
+
@property
|
|
725
|
+
@pulumi.getter(name="readyState")
|
|
726
|
+
def ready_state(self) -> pulumi.Output[str]:
|
|
727
|
+
"""
|
|
728
|
+
The indicator of whether the bare metal machine is ready to receive workloads.
|
|
729
|
+
"""
|
|
730
|
+
return pulumi.get(self, "ready_state")
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
@pulumi.getter(name="runtimeProtectionStatus")
|
|
734
|
+
def runtime_protection_status(self) -> pulumi.Output['outputs.RuntimeProtectionStatusResponse']:
|
|
735
|
+
"""
|
|
736
|
+
The runtime protection status of the bare metal machine.
|
|
737
|
+
"""
|
|
738
|
+
return pulumi.get(self, "runtime_protection_status")
|
|
739
|
+
|
|
740
|
+
@property
|
|
741
|
+
@pulumi.getter(name="secretRotationStatus")
|
|
742
|
+
def secret_rotation_status(self) -> pulumi.Output[Sequence['outputs.SecretRotationStatusResponse']]:
|
|
743
|
+
"""
|
|
744
|
+
The list of statuses that represent secret rotation activity.
|
|
745
|
+
"""
|
|
746
|
+
return pulumi.get(self, "secret_rotation_status")
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
@pulumi.getter(name="serialNumber")
|
|
750
|
+
def serial_number(self) -> pulumi.Output[str]:
|
|
751
|
+
"""
|
|
752
|
+
The serial number of the bare metal machine.
|
|
753
|
+
"""
|
|
754
|
+
return pulumi.get(self, "serial_number")
|
|
755
|
+
|
|
756
|
+
@property
|
|
757
|
+
@pulumi.getter(name="serviceTag")
|
|
758
|
+
def service_tag(self) -> pulumi.Output[str]:
|
|
759
|
+
"""
|
|
760
|
+
The discovered value of the machine's service tag.
|
|
761
|
+
"""
|
|
762
|
+
return pulumi.get(self, "service_tag")
|
|
763
|
+
|
|
764
|
+
@property
|
|
765
|
+
@pulumi.getter(name="systemData")
|
|
766
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
767
|
+
"""
|
|
768
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
769
|
+
"""
|
|
770
|
+
return pulumi.get(self, "system_data")
|
|
771
|
+
|
|
772
|
+
@property
|
|
773
|
+
@pulumi.getter
|
|
774
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
775
|
+
"""
|
|
776
|
+
Resource tags.
|
|
777
|
+
"""
|
|
778
|
+
return pulumi.get(self, "tags")
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
@pulumi.getter
|
|
782
|
+
def type(self) -> pulumi.Output[str]:
|
|
783
|
+
"""
|
|
784
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
785
|
+
"""
|
|
786
|
+
return pulumi.get(self, "type")
|
|
787
|
+
|
|
788
|
+
@property
|
|
789
|
+
@pulumi.getter(name="virtualMachinesAssociatedIds")
|
|
790
|
+
def virtual_machines_associated_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
791
|
+
"""
|
|
792
|
+
Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.
|
|
793
|
+
"""
|
|
794
|
+
return pulumi.get(self, "virtual_machines_associated_ids")
|
|
795
|
+
|