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,616 @@
|
|
|
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
|
+
'GetBareMetalMachineResult',
|
|
20
|
+
'AwaitableGetBareMetalMachineResult',
|
|
21
|
+
'get_bare_metal_machine',
|
|
22
|
+
'get_bare_metal_machine_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetBareMetalMachineResult:
|
|
27
|
+
def __init__(__self__, associated_resource_ids=None, bmc_connection_string=None, bmc_credentials=None, bmc_mac_address=None, boot_mac_address=None, cluster_id=None, cordon_status=None, detailed_status=None, detailed_status_message=None, extended_location=None, hardware_inventory=None, hardware_validation_status=None, hybrid_aks_clusters_associated_ids=None, id=None, kubernetes_node_name=None, kubernetes_version=None, location=None, machine_cluster_version=None, machine_details=None, machine_name=None, machine_roles=None, machine_sku_id=None, name=None, oam_ipv4_address=None, oam_ipv6_address=None, os_image=None, power_state=None, provisioning_state=None, rack_id=None, rack_slot=None, ready_state=None, runtime_protection_status=None, secret_rotation_status=None, serial_number=None, service_tag=None, system_data=None, tags=None, type=None, virtual_machines_associated_ids=None):
|
|
28
|
+
if associated_resource_ids and not isinstance(associated_resource_ids, list):
|
|
29
|
+
raise TypeError("Expected argument 'associated_resource_ids' to be a list")
|
|
30
|
+
pulumi.set(__self__, "associated_resource_ids", associated_resource_ids)
|
|
31
|
+
if bmc_connection_string and not isinstance(bmc_connection_string, str):
|
|
32
|
+
raise TypeError("Expected argument 'bmc_connection_string' to be a str")
|
|
33
|
+
pulumi.set(__self__, "bmc_connection_string", bmc_connection_string)
|
|
34
|
+
if bmc_credentials and not isinstance(bmc_credentials, dict):
|
|
35
|
+
raise TypeError("Expected argument 'bmc_credentials' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "bmc_credentials", bmc_credentials)
|
|
37
|
+
if bmc_mac_address and not isinstance(bmc_mac_address, str):
|
|
38
|
+
raise TypeError("Expected argument 'bmc_mac_address' to be a str")
|
|
39
|
+
pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
|
|
40
|
+
if boot_mac_address and not isinstance(boot_mac_address, str):
|
|
41
|
+
raise TypeError("Expected argument 'boot_mac_address' to be a str")
|
|
42
|
+
pulumi.set(__self__, "boot_mac_address", boot_mac_address)
|
|
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 cordon_status and not isinstance(cordon_status, str):
|
|
47
|
+
raise TypeError("Expected argument 'cordon_status' to be a str")
|
|
48
|
+
pulumi.set(__self__, "cordon_status", cordon_status)
|
|
49
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
50
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
51
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
52
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
53
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
54
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
55
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
56
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
58
|
+
if hardware_inventory and not isinstance(hardware_inventory, dict):
|
|
59
|
+
raise TypeError("Expected argument 'hardware_inventory' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "hardware_inventory", hardware_inventory)
|
|
61
|
+
if hardware_validation_status and not isinstance(hardware_validation_status, dict):
|
|
62
|
+
raise TypeError("Expected argument 'hardware_validation_status' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "hardware_validation_status", hardware_validation_status)
|
|
64
|
+
if hybrid_aks_clusters_associated_ids and not isinstance(hybrid_aks_clusters_associated_ids, list):
|
|
65
|
+
raise TypeError("Expected argument 'hybrid_aks_clusters_associated_ids' to be a list")
|
|
66
|
+
pulumi.set(__self__, "hybrid_aks_clusters_associated_ids", hybrid_aks_clusters_associated_ids)
|
|
67
|
+
if id and not isinstance(id, str):
|
|
68
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
69
|
+
pulumi.set(__self__, "id", id)
|
|
70
|
+
if kubernetes_node_name and not isinstance(kubernetes_node_name, str):
|
|
71
|
+
raise TypeError("Expected argument 'kubernetes_node_name' to be a str")
|
|
72
|
+
pulumi.set(__self__, "kubernetes_node_name", kubernetes_node_name)
|
|
73
|
+
if kubernetes_version and not isinstance(kubernetes_version, str):
|
|
74
|
+
raise TypeError("Expected argument 'kubernetes_version' to be a str")
|
|
75
|
+
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
76
|
+
if location and not isinstance(location, str):
|
|
77
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
78
|
+
pulumi.set(__self__, "location", location)
|
|
79
|
+
if machine_cluster_version and not isinstance(machine_cluster_version, str):
|
|
80
|
+
raise TypeError("Expected argument 'machine_cluster_version' to be a str")
|
|
81
|
+
pulumi.set(__self__, "machine_cluster_version", machine_cluster_version)
|
|
82
|
+
if machine_details and not isinstance(machine_details, str):
|
|
83
|
+
raise TypeError("Expected argument 'machine_details' to be a str")
|
|
84
|
+
pulumi.set(__self__, "machine_details", machine_details)
|
|
85
|
+
if machine_name and not isinstance(machine_name, str):
|
|
86
|
+
raise TypeError("Expected argument 'machine_name' to be a str")
|
|
87
|
+
pulumi.set(__self__, "machine_name", machine_name)
|
|
88
|
+
if machine_roles and not isinstance(machine_roles, list):
|
|
89
|
+
raise TypeError("Expected argument 'machine_roles' to be a list")
|
|
90
|
+
pulumi.set(__self__, "machine_roles", machine_roles)
|
|
91
|
+
if machine_sku_id and not isinstance(machine_sku_id, str):
|
|
92
|
+
raise TypeError("Expected argument 'machine_sku_id' to be a str")
|
|
93
|
+
pulumi.set(__self__, "machine_sku_id", machine_sku_id)
|
|
94
|
+
if name and not isinstance(name, str):
|
|
95
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
96
|
+
pulumi.set(__self__, "name", name)
|
|
97
|
+
if oam_ipv4_address and not isinstance(oam_ipv4_address, str):
|
|
98
|
+
raise TypeError("Expected argument 'oam_ipv4_address' to be a str")
|
|
99
|
+
pulumi.set(__self__, "oam_ipv4_address", oam_ipv4_address)
|
|
100
|
+
if oam_ipv6_address and not isinstance(oam_ipv6_address, str):
|
|
101
|
+
raise TypeError("Expected argument 'oam_ipv6_address' to be a str")
|
|
102
|
+
pulumi.set(__self__, "oam_ipv6_address", oam_ipv6_address)
|
|
103
|
+
if os_image and not isinstance(os_image, str):
|
|
104
|
+
raise TypeError("Expected argument 'os_image' to be a str")
|
|
105
|
+
pulumi.set(__self__, "os_image", os_image)
|
|
106
|
+
if power_state and not isinstance(power_state, str):
|
|
107
|
+
raise TypeError("Expected argument 'power_state' to be a str")
|
|
108
|
+
pulumi.set(__self__, "power_state", power_state)
|
|
109
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
110
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
111
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
112
|
+
if rack_id and not isinstance(rack_id, str):
|
|
113
|
+
raise TypeError("Expected argument 'rack_id' to be a str")
|
|
114
|
+
pulumi.set(__self__, "rack_id", rack_id)
|
|
115
|
+
if rack_slot and not isinstance(rack_slot, float):
|
|
116
|
+
raise TypeError("Expected argument 'rack_slot' to be a float")
|
|
117
|
+
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
118
|
+
if ready_state and not isinstance(ready_state, str):
|
|
119
|
+
raise TypeError("Expected argument 'ready_state' to be a str")
|
|
120
|
+
pulumi.set(__self__, "ready_state", ready_state)
|
|
121
|
+
if runtime_protection_status and not isinstance(runtime_protection_status, dict):
|
|
122
|
+
raise TypeError("Expected argument 'runtime_protection_status' to be a dict")
|
|
123
|
+
pulumi.set(__self__, "runtime_protection_status", runtime_protection_status)
|
|
124
|
+
if secret_rotation_status and not isinstance(secret_rotation_status, list):
|
|
125
|
+
raise TypeError("Expected argument 'secret_rotation_status' to be a list")
|
|
126
|
+
pulumi.set(__self__, "secret_rotation_status", secret_rotation_status)
|
|
127
|
+
if serial_number and not isinstance(serial_number, str):
|
|
128
|
+
raise TypeError("Expected argument 'serial_number' to be a str")
|
|
129
|
+
pulumi.set(__self__, "serial_number", serial_number)
|
|
130
|
+
if service_tag and not isinstance(service_tag, str):
|
|
131
|
+
raise TypeError("Expected argument 'service_tag' to be a str")
|
|
132
|
+
pulumi.set(__self__, "service_tag", service_tag)
|
|
133
|
+
if system_data and not isinstance(system_data, dict):
|
|
134
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
135
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
136
|
+
if tags and not isinstance(tags, dict):
|
|
137
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
138
|
+
pulumi.set(__self__, "tags", tags)
|
|
139
|
+
if type and not isinstance(type, str):
|
|
140
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
141
|
+
pulumi.set(__self__, "type", type)
|
|
142
|
+
if virtual_machines_associated_ids and not isinstance(virtual_machines_associated_ids, list):
|
|
143
|
+
raise TypeError("Expected argument 'virtual_machines_associated_ids' to be a list")
|
|
144
|
+
pulumi.set(__self__, "virtual_machines_associated_ids", virtual_machines_associated_ids)
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="associatedResourceIds")
|
|
148
|
+
def associated_resource_ids(self) -> Sequence[str]:
|
|
149
|
+
"""
|
|
150
|
+
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "associated_resource_ids")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="bmcConnectionString")
|
|
156
|
+
def bmc_connection_string(self) -> str:
|
|
157
|
+
"""
|
|
158
|
+
The connection string for the baseboard management controller including IP address and protocol.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "bmc_connection_string")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="bmcCredentials")
|
|
164
|
+
def bmc_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
|
|
165
|
+
"""
|
|
166
|
+
The credentials of the baseboard management controller on this bare metal machine.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "bmc_credentials")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="bmcMacAddress")
|
|
172
|
+
def bmc_mac_address(self) -> str:
|
|
173
|
+
"""
|
|
174
|
+
The MAC address of the BMC device.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "bmc_mac_address")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="bootMacAddress")
|
|
180
|
+
def boot_mac_address(self) -> str:
|
|
181
|
+
"""
|
|
182
|
+
The MAC address of a NIC connected to the PXE network.
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "boot_mac_address")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="clusterId")
|
|
188
|
+
def cluster_id(self) -> str:
|
|
189
|
+
"""
|
|
190
|
+
The resource ID of the cluster this bare metal machine is associated with.
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "cluster_id")
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter(name="cordonStatus")
|
|
196
|
+
def cordon_status(self) -> str:
|
|
197
|
+
"""
|
|
198
|
+
The cordon status of the bare metal machine.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "cordon_status")
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter(name="detailedStatus")
|
|
204
|
+
def detailed_status(self) -> str:
|
|
205
|
+
"""
|
|
206
|
+
The more detailed status of the bare metal machine.
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "detailed_status")
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
212
|
+
def detailed_status_message(self) -> str:
|
|
213
|
+
"""
|
|
214
|
+
The descriptive message about the current detailed status.
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "detailed_status_message")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="extendedLocation")
|
|
220
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
221
|
+
"""
|
|
222
|
+
The extended location of the cluster associated with the resource.
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "extended_location")
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter(name="hardwareInventory")
|
|
228
|
+
def hardware_inventory(self) -> 'outputs.HardwareInventoryResponse':
|
|
229
|
+
"""
|
|
230
|
+
The hardware inventory, including information acquired from the model/sku information and from the ironic inspector.
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "hardware_inventory")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="hardwareValidationStatus")
|
|
236
|
+
def hardware_validation_status(self) -> 'outputs.HardwareValidationStatusResponse':
|
|
237
|
+
"""
|
|
238
|
+
The details of the latest hardware validation performed for this bare metal machine.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "hardware_validation_status")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="hybridAksClustersAssociatedIds")
|
|
244
|
+
def hybrid_aks_clusters_associated_ids(self) -> Sequence[str]:
|
|
245
|
+
"""
|
|
246
|
+
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.
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter
|
|
252
|
+
def id(self) -> str:
|
|
253
|
+
"""
|
|
254
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "id")
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="kubernetesNodeName")
|
|
260
|
+
def kubernetes_node_name(self) -> str:
|
|
261
|
+
"""
|
|
262
|
+
The name of this machine represented by the host object in the Cluster's Kubernetes control plane.
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "kubernetes_node_name")
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter(name="kubernetesVersion")
|
|
268
|
+
def kubernetes_version(self) -> str:
|
|
269
|
+
"""
|
|
270
|
+
The version of Kubernetes running on this machine.
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "kubernetes_version")
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter
|
|
276
|
+
def location(self) -> str:
|
|
277
|
+
"""
|
|
278
|
+
The geo-location where the resource lives
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "location")
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
@pulumi.getter(name="machineClusterVersion")
|
|
284
|
+
def machine_cluster_version(self) -> Optional[str]:
|
|
285
|
+
"""
|
|
286
|
+
The cluster version that has been applied to this machine during deployment or a version update.
|
|
287
|
+
"""
|
|
288
|
+
return pulumi.get(self, "machine_cluster_version")
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="machineDetails")
|
|
292
|
+
def machine_details(self) -> str:
|
|
293
|
+
"""
|
|
294
|
+
The custom details provided by the customer.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "machine_details")
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="machineName")
|
|
300
|
+
def machine_name(self) -> str:
|
|
301
|
+
"""
|
|
302
|
+
The OS-level hostname assigned to this machine.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "machine_name")
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter(name="machineRoles")
|
|
308
|
+
def machine_roles(self) -> Sequence[str]:
|
|
309
|
+
"""
|
|
310
|
+
The list of roles that are assigned to the cluster node running on this machine.
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "machine_roles")
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="machineSkuId")
|
|
316
|
+
def machine_sku_id(self) -> str:
|
|
317
|
+
"""
|
|
318
|
+
The unique internal identifier of the bare metal machine SKU.
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "machine_sku_id")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter
|
|
324
|
+
def name(self) -> str:
|
|
325
|
+
"""
|
|
326
|
+
The name of the resource
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "name")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="oamIpv4Address")
|
|
332
|
+
def oam_ipv4_address(self) -> str:
|
|
333
|
+
"""
|
|
334
|
+
The IPv4 address that is assigned to the bare metal machine during the cluster deployment.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "oam_ipv4_address")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="oamIpv6Address")
|
|
340
|
+
def oam_ipv6_address(self) -> str:
|
|
341
|
+
"""
|
|
342
|
+
The IPv6 address that is assigned to the bare metal machine during the cluster deployment.
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "oam_ipv6_address")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter(name="osImage")
|
|
348
|
+
def os_image(self) -> str:
|
|
349
|
+
"""
|
|
350
|
+
The image that is currently provisioned to the OS disk.
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "os_image")
|
|
353
|
+
|
|
354
|
+
@property
|
|
355
|
+
@pulumi.getter(name="powerState")
|
|
356
|
+
def power_state(self) -> str:
|
|
357
|
+
"""
|
|
358
|
+
The power state derived from the baseboard management controller.
|
|
359
|
+
"""
|
|
360
|
+
return pulumi.get(self, "power_state")
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
@pulumi.getter(name="provisioningState")
|
|
364
|
+
def provisioning_state(self) -> str:
|
|
365
|
+
"""
|
|
366
|
+
The provisioning state of the bare metal machine.
|
|
367
|
+
"""
|
|
368
|
+
return pulumi.get(self, "provisioning_state")
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
@pulumi.getter(name="rackId")
|
|
372
|
+
def rack_id(self) -> str:
|
|
373
|
+
"""
|
|
374
|
+
The resource ID of the rack where this bare metal machine resides.
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "rack_id")
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="rackSlot")
|
|
380
|
+
def rack_slot(self) -> float:
|
|
381
|
+
"""
|
|
382
|
+
The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1.
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "rack_slot")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="readyState")
|
|
388
|
+
def ready_state(self) -> str:
|
|
389
|
+
"""
|
|
390
|
+
The indicator of whether the bare metal machine is ready to receive workloads.
|
|
391
|
+
"""
|
|
392
|
+
return pulumi.get(self, "ready_state")
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter(name="runtimeProtectionStatus")
|
|
396
|
+
def runtime_protection_status(self) -> 'outputs.RuntimeProtectionStatusResponse':
|
|
397
|
+
"""
|
|
398
|
+
The runtime protection status of the bare metal machine.
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "runtime_protection_status")
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter(name="secretRotationStatus")
|
|
404
|
+
def secret_rotation_status(self) -> Sequence['outputs.SecretRotationStatusResponse']:
|
|
405
|
+
"""
|
|
406
|
+
The list of statuses that represent secret rotation activity.
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "secret_rotation_status")
|
|
409
|
+
|
|
410
|
+
@property
|
|
411
|
+
@pulumi.getter(name="serialNumber")
|
|
412
|
+
def serial_number(self) -> str:
|
|
413
|
+
"""
|
|
414
|
+
The serial number of the bare metal machine.
|
|
415
|
+
"""
|
|
416
|
+
return pulumi.get(self, "serial_number")
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="serviceTag")
|
|
420
|
+
def service_tag(self) -> str:
|
|
421
|
+
"""
|
|
422
|
+
The discovered value of the machine's service tag.
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "service_tag")
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter(name="systemData")
|
|
428
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
429
|
+
"""
|
|
430
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
431
|
+
"""
|
|
432
|
+
return pulumi.get(self, "system_data")
|
|
433
|
+
|
|
434
|
+
@property
|
|
435
|
+
@pulumi.getter
|
|
436
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
437
|
+
"""
|
|
438
|
+
Resource tags.
|
|
439
|
+
"""
|
|
440
|
+
return pulumi.get(self, "tags")
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter
|
|
444
|
+
def type(self) -> str:
|
|
445
|
+
"""
|
|
446
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "type")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="virtualMachinesAssociatedIds")
|
|
452
|
+
def virtual_machines_associated_ids(self) -> Sequence[str]:
|
|
453
|
+
"""
|
|
454
|
+
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.
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "virtual_machines_associated_ids")
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
class AwaitableGetBareMetalMachineResult(GetBareMetalMachineResult):
|
|
460
|
+
# pylint: disable=using-constant-test
|
|
461
|
+
def __await__(self):
|
|
462
|
+
if False:
|
|
463
|
+
yield self
|
|
464
|
+
return GetBareMetalMachineResult(
|
|
465
|
+
associated_resource_ids=self.associated_resource_ids,
|
|
466
|
+
bmc_connection_string=self.bmc_connection_string,
|
|
467
|
+
bmc_credentials=self.bmc_credentials,
|
|
468
|
+
bmc_mac_address=self.bmc_mac_address,
|
|
469
|
+
boot_mac_address=self.boot_mac_address,
|
|
470
|
+
cluster_id=self.cluster_id,
|
|
471
|
+
cordon_status=self.cordon_status,
|
|
472
|
+
detailed_status=self.detailed_status,
|
|
473
|
+
detailed_status_message=self.detailed_status_message,
|
|
474
|
+
extended_location=self.extended_location,
|
|
475
|
+
hardware_inventory=self.hardware_inventory,
|
|
476
|
+
hardware_validation_status=self.hardware_validation_status,
|
|
477
|
+
hybrid_aks_clusters_associated_ids=self.hybrid_aks_clusters_associated_ids,
|
|
478
|
+
id=self.id,
|
|
479
|
+
kubernetes_node_name=self.kubernetes_node_name,
|
|
480
|
+
kubernetes_version=self.kubernetes_version,
|
|
481
|
+
location=self.location,
|
|
482
|
+
machine_cluster_version=self.machine_cluster_version,
|
|
483
|
+
machine_details=self.machine_details,
|
|
484
|
+
machine_name=self.machine_name,
|
|
485
|
+
machine_roles=self.machine_roles,
|
|
486
|
+
machine_sku_id=self.machine_sku_id,
|
|
487
|
+
name=self.name,
|
|
488
|
+
oam_ipv4_address=self.oam_ipv4_address,
|
|
489
|
+
oam_ipv6_address=self.oam_ipv6_address,
|
|
490
|
+
os_image=self.os_image,
|
|
491
|
+
power_state=self.power_state,
|
|
492
|
+
provisioning_state=self.provisioning_state,
|
|
493
|
+
rack_id=self.rack_id,
|
|
494
|
+
rack_slot=self.rack_slot,
|
|
495
|
+
ready_state=self.ready_state,
|
|
496
|
+
runtime_protection_status=self.runtime_protection_status,
|
|
497
|
+
secret_rotation_status=self.secret_rotation_status,
|
|
498
|
+
serial_number=self.serial_number,
|
|
499
|
+
service_tag=self.service_tag,
|
|
500
|
+
system_data=self.system_data,
|
|
501
|
+
tags=self.tags,
|
|
502
|
+
type=self.type,
|
|
503
|
+
virtual_machines_associated_ids=self.virtual_machines_associated_ids)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
def get_bare_metal_machine(bare_metal_machine_name: Optional[str] = None,
|
|
507
|
+
resource_group_name: Optional[str] = None,
|
|
508
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBareMetalMachineResult:
|
|
509
|
+
"""
|
|
510
|
+
Get properties of the provided bare metal machine.
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
:param str bare_metal_machine_name: The name of the bare metal machine.
|
|
514
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
515
|
+
"""
|
|
516
|
+
__args__ = dict()
|
|
517
|
+
__args__['bareMetalMachineName'] = bare_metal_machine_name
|
|
518
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
519
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
520
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getBareMetalMachine', __args__, opts=opts, typ=GetBareMetalMachineResult).value
|
|
521
|
+
|
|
522
|
+
return AwaitableGetBareMetalMachineResult(
|
|
523
|
+
associated_resource_ids=pulumi.get(__ret__, 'associated_resource_ids'),
|
|
524
|
+
bmc_connection_string=pulumi.get(__ret__, 'bmc_connection_string'),
|
|
525
|
+
bmc_credentials=pulumi.get(__ret__, 'bmc_credentials'),
|
|
526
|
+
bmc_mac_address=pulumi.get(__ret__, 'bmc_mac_address'),
|
|
527
|
+
boot_mac_address=pulumi.get(__ret__, 'boot_mac_address'),
|
|
528
|
+
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
529
|
+
cordon_status=pulumi.get(__ret__, 'cordon_status'),
|
|
530
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
531
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
532
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
533
|
+
hardware_inventory=pulumi.get(__ret__, 'hardware_inventory'),
|
|
534
|
+
hardware_validation_status=pulumi.get(__ret__, 'hardware_validation_status'),
|
|
535
|
+
hybrid_aks_clusters_associated_ids=pulumi.get(__ret__, 'hybrid_aks_clusters_associated_ids'),
|
|
536
|
+
id=pulumi.get(__ret__, 'id'),
|
|
537
|
+
kubernetes_node_name=pulumi.get(__ret__, 'kubernetes_node_name'),
|
|
538
|
+
kubernetes_version=pulumi.get(__ret__, 'kubernetes_version'),
|
|
539
|
+
location=pulumi.get(__ret__, 'location'),
|
|
540
|
+
machine_cluster_version=pulumi.get(__ret__, 'machine_cluster_version'),
|
|
541
|
+
machine_details=pulumi.get(__ret__, 'machine_details'),
|
|
542
|
+
machine_name=pulumi.get(__ret__, 'machine_name'),
|
|
543
|
+
machine_roles=pulumi.get(__ret__, 'machine_roles'),
|
|
544
|
+
machine_sku_id=pulumi.get(__ret__, 'machine_sku_id'),
|
|
545
|
+
name=pulumi.get(__ret__, 'name'),
|
|
546
|
+
oam_ipv4_address=pulumi.get(__ret__, 'oam_ipv4_address'),
|
|
547
|
+
oam_ipv6_address=pulumi.get(__ret__, 'oam_ipv6_address'),
|
|
548
|
+
os_image=pulumi.get(__ret__, 'os_image'),
|
|
549
|
+
power_state=pulumi.get(__ret__, 'power_state'),
|
|
550
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
551
|
+
rack_id=pulumi.get(__ret__, 'rack_id'),
|
|
552
|
+
rack_slot=pulumi.get(__ret__, 'rack_slot'),
|
|
553
|
+
ready_state=pulumi.get(__ret__, 'ready_state'),
|
|
554
|
+
runtime_protection_status=pulumi.get(__ret__, 'runtime_protection_status'),
|
|
555
|
+
secret_rotation_status=pulumi.get(__ret__, 'secret_rotation_status'),
|
|
556
|
+
serial_number=pulumi.get(__ret__, 'serial_number'),
|
|
557
|
+
service_tag=pulumi.get(__ret__, 'service_tag'),
|
|
558
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
559
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
560
|
+
type=pulumi.get(__ret__, 'type'),
|
|
561
|
+
virtual_machines_associated_ids=pulumi.get(__ret__, 'virtual_machines_associated_ids'))
|
|
562
|
+
def get_bare_metal_machine_output(bare_metal_machine_name: Optional[pulumi.Input[str]] = None,
|
|
563
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
564
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBareMetalMachineResult]:
|
|
565
|
+
"""
|
|
566
|
+
Get properties of the provided bare metal machine.
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
:param str bare_metal_machine_name: The name of the bare metal machine.
|
|
570
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
571
|
+
"""
|
|
572
|
+
__args__ = dict()
|
|
573
|
+
__args__['bareMetalMachineName'] = bare_metal_machine_name
|
|
574
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
575
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
576
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getBareMetalMachine', __args__, opts=opts, typ=GetBareMetalMachineResult)
|
|
577
|
+
return __ret__.apply(lambda __response__: GetBareMetalMachineResult(
|
|
578
|
+
associated_resource_ids=pulumi.get(__response__, 'associated_resource_ids'),
|
|
579
|
+
bmc_connection_string=pulumi.get(__response__, 'bmc_connection_string'),
|
|
580
|
+
bmc_credentials=pulumi.get(__response__, 'bmc_credentials'),
|
|
581
|
+
bmc_mac_address=pulumi.get(__response__, 'bmc_mac_address'),
|
|
582
|
+
boot_mac_address=pulumi.get(__response__, 'boot_mac_address'),
|
|
583
|
+
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
584
|
+
cordon_status=pulumi.get(__response__, 'cordon_status'),
|
|
585
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
586
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
587
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
588
|
+
hardware_inventory=pulumi.get(__response__, 'hardware_inventory'),
|
|
589
|
+
hardware_validation_status=pulumi.get(__response__, 'hardware_validation_status'),
|
|
590
|
+
hybrid_aks_clusters_associated_ids=pulumi.get(__response__, 'hybrid_aks_clusters_associated_ids'),
|
|
591
|
+
id=pulumi.get(__response__, 'id'),
|
|
592
|
+
kubernetes_node_name=pulumi.get(__response__, 'kubernetes_node_name'),
|
|
593
|
+
kubernetes_version=pulumi.get(__response__, 'kubernetes_version'),
|
|
594
|
+
location=pulumi.get(__response__, 'location'),
|
|
595
|
+
machine_cluster_version=pulumi.get(__response__, 'machine_cluster_version'),
|
|
596
|
+
machine_details=pulumi.get(__response__, 'machine_details'),
|
|
597
|
+
machine_name=pulumi.get(__response__, 'machine_name'),
|
|
598
|
+
machine_roles=pulumi.get(__response__, 'machine_roles'),
|
|
599
|
+
machine_sku_id=pulumi.get(__response__, 'machine_sku_id'),
|
|
600
|
+
name=pulumi.get(__response__, 'name'),
|
|
601
|
+
oam_ipv4_address=pulumi.get(__response__, 'oam_ipv4_address'),
|
|
602
|
+
oam_ipv6_address=pulumi.get(__response__, 'oam_ipv6_address'),
|
|
603
|
+
os_image=pulumi.get(__response__, 'os_image'),
|
|
604
|
+
power_state=pulumi.get(__response__, 'power_state'),
|
|
605
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
606
|
+
rack_id=pulumi.get(__response__, 'rack_id'),
|
|
607
|
+
rack_slot=pulumi.get(__response__, 'rack_slot'),
|
|
608
|
+
ready_state=pulumi.get(__response__, 'ready_state'),
|
|
609
|
+
runtime_protection_status=pulumi.get(__response__, 'runtime_protection_status'),
|
|
610
|
+
secret_rotation_status=pulumi.get(__response__, 'secret_rotation_status'),
|
|
611
|
+
serial_number=pulumi.get(__response__, 'serial_number'),
|
|
612
|
+
service_tag=pulumi.get(__response__, 'service_tag'),
|
|
613
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
614
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
615
|
+
type=pulumi.get(__response__, 'type'),
|
|
616
|
+
virtual_machines_associated_ids=pulumi.get(__response__, 'virtual_machines_associated_ids')))
|