pulumi-azure-native 2.80.0__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.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,308 @@
|
|
|
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
|
+
'GetClusterManagerResult',
|
|
20
|
+
'AwaitableGetClusterManagerResult',
|
|
21
|
+
'get_cluster_manager',
|
|
22
|
+
'get_cluster_manager_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetClusterManagerResult:
|
|
27
|
+
def __init__(__self__, analytics_workspace_id=None, availability_zones=None, cluster_versions=None, detailed_status=None, detailed_status_message=None, fabric_controller_id=None, id=None, identity=None, location=None, managed_resource_group_configuration=None, manager_extended_location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None, vm_size=None):
|
|
28
|
+
if analytics_workspace_id and not isinstance(analytics_workspace_id, str):
|
|
29
|
+
raise TypeError("Expected argument 'analytics_workspace_id' to be a str")
|
|
30
|
+
pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
|
|
31
|
+
if availability_zones and not isinstance(availability_zones, list):
|
|
32
|
+
raise TypeError("Expected argument 'availability_zones' to be a list")
|
|
33
|
+
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
34
|
+
if cluster_versions and not isinstance(cluster_versions, list):
|
|
35
|
+
raise TypeError("Expected argument 'cluster_versions' to be a list")
|
|
36
|
+
pulumi.set(__self__, "cluster_versions", cluster_versions)
|
|
37
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
38
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
39
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
40
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
41
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
42
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
43
|
+
if fabric_controller_id and not isinstance(fabric_controller_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'fabric_controller_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "fabric_controller_id", fabric_controller_id)
|
|
46
|
+
if id and not isinstance(id, str):
|
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if identity and not isinstance(identity, dict):
|
|
50
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "identity", identity)
|
|
52
|
+
if location and not isinstance(location, str):
|
|
53
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
54
|
+
pulumi.set(__self__, "location", location)
|
|
55
|
+
if managed_resource_group_configuration and not isinstance(managed_resource_group_configuration, dict):
|
|
56
|
+
raise TypeError("Expected argument 'managed_resource_group_configuration' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
|
|
58
|
+
if manager_extended_location and not isinstance(manager_extended_location, dict):
|
|
59
|
+
raise TypeError("Expected argument 'manager_extended_location' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "manager_extended_location", manager_extended_location)
|
|
61
|
+
if name and not isinstance(name, str):
|
|
62
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
63
|
+
pulumi.set(__self__, "name", name)
|
|
64
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
65
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
66
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
67
|
+
if system_data and not isinstance(system_data, dict):
|
|
68
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
70
|
+
if tags and not isinstance(tags, dict):
|
|
71
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "tags", tags)
|
|
73
|
+
if type and not isinstance(type, str):
|
|
74
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
75
|
+
pulumi.set(__self__, "type", type)
|
|
76
|
+
if vm_size and not isinstance(vm_size, str):
|
|
77
|
+
raise TypeError("Expected argument 'vm_size' to be a str")
|
|
78
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="analyticsWorkspaceId")
|
|
82
|
+
def analytics_workspace_id(self) -> Optional[str]:
|
|
83
|
+
"""
|
|
84
|
+
The resource ID of the Log Analytics workspace that is used for the logs collection.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "analytics_workspace_id")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="availabilityZones")
|
|
90
|
+
def availability_zones(self) -> Optional[Sequence[str]]:
|
|
91
|
+
"""
|
|
92
|
+
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "availability_zones")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="clusterVersions")
|
|
98
|
+
def cluster_versions(self) -> Sequence['outputs.ClusterAvailableVersionResponse']:
|
|
99
|
+
"""
|
|
100
|
+
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "cluster_versions")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="detailedStatus")
|
|
106
|
+
def detailed_status(self) -> str:
|
|
107
|
+
"""
|
|
108
|
+
The detailed status that provides additional information about the cluster manager.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "detailed_status")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
114
|
+
def detailed_status_message(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
The descriptive message about the current detailed status.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "detailed_status_message")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter(name="fabricControllerId")
|
|
122
|
+
def fabric_controller_id(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "fabric_controller_id")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter
|
|
130
|
+
def id(self) -> str:
|
|
131
|
+
"""
|
|
132
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "id")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter
|
|
138
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
139
|
+
"""
|
|
140
|
+
The identity of the cluster manager.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "identity")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter
|
|
146
|
+
def location(self) -> str:
|
|
147
|
+
"""
|
|
148
|
+
The geo-location where the resource lives
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "location")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
154
|
+
def managed_resource_group_configuration(self) -> Optional['outputs.ManagedResourceGroupConfigurationResponse']:
|
|
155
|
+
"""
|
|
156
|
+
The configuration of the managed resource group associated with the resource.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "managed_resource_group_configuration")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="managerExtendedLocation")
|
|
162
|
+
def manager_extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
163
|
+
"""
|
|
164
|
+
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "manager_extended_location")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def name(self) -> str:
|
|
171
|
+
"""
|
|
172
|
+
The name of the resource
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "name")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="provisioningState")
|
|
178
|
+
def provisioning_state(self) -> str:
|
|
179
|
+
"""
|
|
180
|
+
The provisioning state of the cluster manager.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "provisioning_state")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="systemData")
|
|
186
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
187
|
+
"""
|
|
188
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "system_data")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
195
|
+
"""
|
|
196
|
+
Resource tags.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "tags")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter
|
|
202
|
+
def type(self) -> str:
|
|
203
|
+
"""
|
|
204
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "type")
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter(name="vmSize")
|
|
210
|
+
def vm_size(self) -> Optional[str]:
|
|
211
|
+
"""
|
|
212
|
+
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "vm_size")
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
class AwaitableGetClusterManagerResult(GetClusterManagerResult):
|
|
218
|
+
# pylint: disable=using-constant-test
|
|
219
|
+
def __await__(self):
|
|
220
|
+
if False:
|
|
221
|
+
yield self
|
|
222
|
+
return GetClusterManagerResult(
|
|
223
|
+
analytics_workspace_id=self.analytics_workspace_id,
|
|
224
|
+
availability_zones=self.availability_zones,
|
|
225
|
+
cluster_versions=self.cluster_versions,
|
|
226
|
+
detailed_status=self.detailed_status,
|
|
227
|
+
detailed_status_message=self.detailed_status_message,
|
|
228
|
+
fabric_controller_id=self.fabric_controller_id,
|
|
229
|
+
id=self.id,
|
|
230
|
+
identity=self.identity,
|
|
231
|
+
location=self.location,
|
|
232
|
+
managed_resource_group_configuration=self.managed_resource_group_configuration,
|
|
233
|
+
manager_extended_location=self.manager_extended_location,
|
|
234
|
+
name=self.name,
|
|
235
|
+
provisioning_state=self.provisioning_state,
|
|
236
|
+
system_data=self.system_data,
|
|
237
|
+
tags=self.tags,
|
|
238
|
+
type=self.type,
|
|
239
|
+
vm_size=self.vm_size)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
def get_cluster_manager(cluster_manager_name: Optional[str] = None,
|
|
243
|
+
resource_group_name: Optional[str] = None,
|
|
244
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetClusterManagerResult:
|
|
245
|
+
"""
|
|
246
|
+
Get the properties of the provided cluster manager.
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
:param str cluster_manager_name: The name of the cluster manager.
|
|
250
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
251
|
+
"""
|
|
252
|
+
__args__ = dict()
|
|
253
|
+
__args__['clusterManagerName'] = cluster_manager_name
|
|
254
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
255
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
256
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getClusterManager', __args__, opts=opts, typ=GetClusterManagerResult).value
|
|
257
|
+
|
|
258
|
+
return AwaitableGetClusterManagerResult(
|
|
259
|
+
analytics_workspace_id=pulumi.get(__ret__, 'analytics_workspace_id'),
|
|
260
|
+
availability_zones=pulumi.get(__ret__, 'availability_zones'),
|
|
261
|
+
cluster_versions=pulumi.get(__ret__, 'cluster_versions'),
|
|
262
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
263
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
264
|
+
fabric_controller_id=pulumi.get(__ret__, 'fabric_controller_id'),
|
|
265
|
+
id=pulumi.get(__ret__, 'id'),
|
|
266
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
267
|
+
location=pulumi.get(__ret__, 'location'),
|
|
268
|
+
managed_resource_group_configuration=pulumi.get(__ret__, 'managed_resource_group_configuration'),
|
|
269
|
+
manager_extended_location=pulumi.get(__ret__, 'manager_extended_location'),
|
|
270
|
+
name=pulumi.get(__ret__, 'name'),
|
|
271
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
272
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
273
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
274
|
+
type=pulumi.get(__ret__, 'type'),
|
|
275
|
+
vm_size=pulumi.get(__ret__, 'vm_size'))
|
|
276
|
+
def get_cluster_manager_output(cluster_manager_name: Optional[pulumi.Input[str]] = None,
|
|
277
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
278
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClusterManagerResult]:
|
|
279
|
+
"""
|
|
280
|
+
Get the properties of the provided cluster manager.
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
:param str cluster_manager_name: The name of the cluster manager.
|
|
284
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
285
|
+
"""
|
|
286
|
+
__args__ = dict()
|
|
287
|
+
__args__['clusterManagerName'] = cluster_manager_name
|
|
288
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
289
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
290
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getClusterManager', __args__, opts=opts, typ=GetClusterManagerResult)
|
|
291
|
+
return __ret__.apply(lambda __response__: GetClusterManagerResult(
|
|
292
|
+
analytics_workspace_id=pulumi.get(__response__, 'analytics_workspace_id'),
|
|
293
|
+
availability_zones=pulumi.get(__response__, 'availability_zones'),
|
|
294
|
+
cluster_versions=pulumi.get(__response__, 'cluster_versions'),
|
|
295
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
296
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
297
|
+
fabric_controller_id=pulumi.get(__response__, 'fabric_controller_id'),
|
|
298
|
+
id=pulumi.get(__response__, 'id'),
|
|
299
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
300
|
+
location=pulumi.get(__response__, 'location'),
|
|
301
|
+
managed_resource_group_configuration=pulumi.get(__response__, 'managed_resource_group_configuration'),
|
|
302
|
+
manager_extended_location=pulumi.get(__response__, 'manager_extended_location'),
|
|
303
|
+
name=pulumi.get(__response__, 'name'),
|
|
304
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
305
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
306
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
307
|
+
type=pulumi.get(__response__, 'type'),
|
|
308
|
+
vm_size=pulumi.get(__response__, 'vm_size')))
|
|
@@ -0,0 +1,286 @@
|
|
|
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
|
+
'GetConsoleResult',
|
|
20
|
+
'AwaitableGetConsoleResult',
|
|
21
|
+
'get_console',
|
|
22
|
+
'get_console_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetConsoleResult:
|
|
27
|
+
def __init__(__self__, detailed_status=None, detailed_status_message=None, enabled=None, expiration=None, extended_location=None, id=None, location=None, name=None, private_link_service_id=None, provisioning_state=None, ssh_public_key=None, system_data=None, tags=None, type=None, virtual_machine_access_id=None):
|
|
28
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
29
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
30
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
31
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
32
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
33
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
34
|
+
if enabled and not isinstance(enabled, str):
|
|
35
|
+
raise TypeError("Expected argument 'enabled' to be a str")
|
|
36
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
37
|
+
if expiration and not isinstance(expiration, str):
|
|
38
|
+
raise TypeError("Expected argument 'expiration' to be a str")
|
|
39
|
+
pulumi.set(__self__, "expiration", expiration)
|
|
40
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
41
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
43
|
+
if id and not isinstance(id, str):
|
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "id", id)
|
|
46
|
+
if location and not isinstance(location, str):
|
|
47
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
48
|
+
pulumi.set(__self__, "location", location)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if private_link_service_id and not isinstance(private_link_service_id, str):
|
|
53
|
+
raise TypeError("Expected argument 'private_link_service_id' to be a str")
|
|
54
|
+
pulumi.set(__self__, "private_link_service_id", private_link_service_id)
|
|
55
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
56
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
57
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
58
|
+
if ssh_public_key and not isinstance(ssh_public_key, dict):
|
|
59
|
+
raise TypeError("Expected argument 'ssh_public_key' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
61
|
+
if system_data and not isinstance(system_data, dict):
|
|
62
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
64
|
+
if tags and not isinstance(tags, dict):
|
|
65
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "tags", tags)
|
|
67
|
+
if type and not isinstance(type, str):
|
|
68
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
69
|
+
pulumi.set(__self__, "type", type)
|
|
70
|
+
if virtual_machine_access_id and not isinstance(virtual_machine_access_id, str):
|
|
71
|
+
raise TypeError("Expected argument 'virtual_machine_access_id' to be a str")
|
|
72
|
+
pulumi.set(__self__, "virtual_machine_access_id", virtual_machine_access_id)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="detailedStatus")
|
|
76
|
+
def detailed_status(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The more detailed status of the console.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "detailed_status")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
84
|
+
def detailed_status_message(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
The descriptive message about the current detailed status.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "detailed_status_message")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def enabled(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
The indicator of whether the console access is enabled.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "enabled")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter
|
|
100
|
+
def expiration(self) -> Optional[str]:
|
|
101
|
+
"""
|
|
102
|
+
The date and time after which the key will be disallowed access.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "expiration")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="extendedLocation")
|
|
108
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
109
|
+
"""
|
|
110
|
+
The extended location of the cluster manager associated with the cluster this virtual machine is created on.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "extended_location")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def id(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "id")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def location(self) -> str:
|
|
125
|
+
"""
|
|
126
|
+
The geo-location where the resource lives
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "location")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def name(self) -> str:
|
|
133
|
+
"""
|
|
134
|
+
The name of the resource
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "name")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="privateLinkServiceId")
|
|
140
|
+
def private_link_service_id(self) -> str:
|
|
141
|
+
"""
|
|
142
|
+
The resource ID of the private link service that is used to provide virtual machine console access.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "private_link_service_id")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="provisioningState")
|
|
148
|
+
def provisioning_state(self) -> str:
|
|
149
|
+
"""
|
|
150
|
+
The provisioning state of the virtual machine console.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "provisioning_state")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="sshPublicKey")
|
|
156
|
+
def ssh_public_key(self) -> 'outputs.SshPublicKeyResponse':
|
|
157
|
+
"""
|
|
158
|
+
The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "ssh_public_key")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="systemData")
|
|
164
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
165
|
+
"""
|
|
166
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "system_data")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter
|
|
172
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
173
|
+
"""
|
|
174
|
+
Resource tags.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "tags")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter
|
|
180
|
+
def type(self) -> str:
|
|
181
|
+
"""
|
|
182
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "type")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="virtualMachineAccessId")
|
|
188
|
+
def virtual_machine_access_id(self) -> str:
|
|
189
|
+
"""
|
|
190
|
+
The unique identifier for the virtual machine that is used to access the console.
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "virtual_machine_access_id")
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
class AwaitableGetConsoleResult(GetConsoleResult):
|
|
196
|
+
# pylint: disable=using-constant-test
|
|
197
|
+
def __await__(self):
|
|
198
|
+
if False:
|
|
199
|
+
yield self
|
|
200
|
+
return GetConsoleResult(
|
|
201
|
+
detailed_status=self.detailed_status,
|
|
202
|
+
detailed_status_message=self.detailed_status_message,
|
|
203
|
+
enabled=self.enabled,
|
|
204
|
+
expiration=self.expiration,
|
|
205
|
+
extended_location=self.extended_location,
|
|
206
|
+
id=self.id,
|
|
207
|
+
location=self.location,
|
|
208
|
+
name=self.name,
|
|
209
|
+
private_link_service_id=self.private_link_service_id,
|
|
210
|
+
provisioning_state=self.provisioning_state,
|
|
211
|
+
ssh_public_key=self.ssh_public_key,
|
|
212
|
+
system_data=self.system_data,
|
|
213
|
+
tags=self.tags,
|
|
214
|
+
type=self.type,
|
|
215
|
+
virtual_machine_access_id=self.virtual_machine_access_id)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
def get_console(console_name: Optional[str] = None,
|
|
219
|
+
resource_group_name: Optional[str] = None,
|
|
220
|
+
virtual_machine_name: Optional[str] = None,
|
|
221
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConsoleResult:
|
|
222
|
+
"""
|
|
223
|
+
Get properties of the provided virtual machine console.
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
:param str console_name: The name of the virtual machine console.
|
|
227
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
228
|
+
:param str virtual_machine_name: The name of the virtual machine.
|
|
229
|
+
"""
|
|
230
|
+
__args__ = dict()
|
|
231
|
+
__args__['consoleName'] = console_name
|
|
232
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
233
|
+
__args__['virtualMachineName'] = virtual_machine_name
|
|
234
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
235
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getConsole', __args__, opts=opts, typ=GetConsoleResult).value
|
|
236
|
+
|
|
237
|
+
return AwaitableGetConsoleResult(
|
|
238
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
239
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
240
|
+
enabled=pulumi.get(__ret__, 'enabled'),
|
|
241
|
+
expiration=pulumi.get(__ret__, 'expiration'),
|
|
242
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
243
|
+
id=pulumi.get(__ret__, 'id'),
|
|
244
|
+
location=pulumi.get(__ret__, 'location'),
|
|
245
|
+
name=pulumi.get(__ret__, 'name'),
|
|
246
|
+
private_link_service_id=pulumi.get(__ret__, 'private_link_service_id'),
|
|
247
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
248
|
+
ssh_public_key=pulumi.get(__ret__, 'ssh_public_key'),
|
|
249
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
250
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
251
|
+
type=pulumi.get(__ret__, 'type'),
|
|
252
|
+
virtual_machine_access_id=pulumi.get(__ret__, 'virtual_machine_access_id'))
|
|
253
|
+
def get_console_output(console_name: Optional[pulumi.Input[str]] = None,
|
|
254
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
255
|
+
virtual_machine_name: Optional[pulumi.Input[str]] = None,
|
|
256
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConsoleResult]:
|
|
257
|
+
"""
|
|
258
|
+
Get properties of the provided virtual machine console.
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
:param str console_name: The name of the virtual machine console.
|
|
262
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
263
|
+
:param str virtual_machine_name: The name of the virtual machine.
|
|
264
|
+
"""
|
|
265
|
+
__args__ = dict()
|
|
266
|
+
__args__['consoleName'] = console_name
|
|
267
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
268
|
+
__args__['virtualMachineName'] = virtual_machine_name
|
|
269
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
270
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getConsole', __args__, opts=opts, typ=GetConsoleResult)
|
|
271
|
+
return __ret__.apply(lambda __response__: GetConsoleResult(
|
|
272
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
273
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
274
|
+
enabled=pulumi.get(__response__, 'enabled'),
|
|
275
|
+
expiration=pulumi.get(__response__, 'expiration'),
|
|
276
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
277
|
+
id=pulumi.get(__response__, 'id'),
|
|
278
|
+
location=pulumi.get(__response__, 'location'),
|
|
279
|
+
name=pulumi.get(__response__, 'name'),
|
|
280
|
+
private_link_service_id=pulumi.get(__response__, 'private_link_service_id'),
|
|
281
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
282
|
+
ssh_public_key=pulumi.get(__response__, 'ssh_public_key'),
|
|
283
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
284
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
285
|
+
type=pulumi.get(__response__, 'type'),
|
|
286
|
+
virtual_machine_access_id=pulumi.get(__response__, 'virtual_machine_access_id')))
|