pulumi-azure-native 2.81.0a1736184069__py3-none-any.whl → 2.81.0a1736233463__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/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.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/RECORD +278 -214
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,280 @@
|
|
|
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
|
+
'GetRackResult',
|
|
20
|
+
'AwaitableGetRackResult',
|
|
21
|
+
'get_rack',
|
|
22
|
+
'get_rack_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetRackResult:
|
|
27
|
+
def __init__(__self__, availability_zone=None, cluster_id=None, detailed_status=None, detailed_status_message=None, extended_location=None, id=None, location=None, name=None, provisioning_state=None, rack_location=None, rack_serial_number=None, rack_sku_id=None, system_data=None, tags=None, type=None):
|
|
28
|
+
if availability_zone and not isinstance(availability_zone, str):
|
|
29
|
+
raise TypeError("Expected argument 'availability_zone' to be a str")
|
|
30
|
+
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
31
|
+
if cluster_id and not isinstance(cluster_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'cluster_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
34
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
35
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
36
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
37
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
38
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
39
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
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 provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if rack_location and not isinstance(rack_location, str):
|
|
56
|
+
raise TypeError("Expected argument 'rack_location' to be a str")
|
|
57
|
+
pulumi.set(__self__, "rack_location", rack_location)
|
|
58
|
+
if rack_serial_number and not isinstance(rack_serial_number, str):
|
|
59
|
+
raise TypeError("Expected argument 'rack_serial_number' to be a str")
|
|
60
|
+
pulumi.set(__self__, "rack_serial_number", rack_serial_number)
|
|
61
|
+
if rack_sku_id and not isinstance(rack_sku_id, str):
|
|
62
|
+
raise TypeError("Expected argument 'rack_sku_id' to be a str")
|
|
63
|
+
pulumi.set(__self__, "rack_sku_id", rack_sku_id)
|
|
64
|
+
if system_data and not isinstance(system_data, dict):
|
|
65
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
67
|
+
if tags and not isinstance(tags, dict):
|
|
68
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "tags", tags)
|
|
70
|
+
if type and not isinstance(type, str):
|
|
71
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
72
|
+
pulumi.set(__self__, "type", type)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="availabilityZone")
|
|
76
|
+
def availability_zone(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "availability_zone")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="clusterId")
|
|
84
|
+
def cluster_id(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "cluster_id")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="detailedStatus")
|
|
92
|
+
def detailed_status(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
The more detailed status of the rack.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "detailed_status")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
100
|
+
def detailed_status_message(self) -> str:
|
|
101
|
+
"""
|
|
102
|
+
The descriptive message about the current detailed status.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "detailed_status_message")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="extendedLocation")
|
|
108
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
109
|
+
"""
|
|
110
|
+
The extended location of the cluster associated with the resource.
|
|
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="provisioningState")
|
|
140
|
+
def provisioning_state(self) -> str:
|
|
141
|
+
"""
|
|
142
|
+
The provisioning state of the rack resource.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "provisioning_state")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="rackLocation")
|
|
148
|
+
def rack_location(self) -> str:
|
|
149
|
+
"""
|
|
150
|
+
The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "rack_location")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="rackSerialNumber")
|
|
156
|
+
def rack_serial_number(self) -> str:
|
|
157
|
+
"""
|
|
158
|
+
The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "rack_serial_number")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="rackSkuId")
|
|
164
|
+
def rack_sku_id(self) -> str:
|
|
165
|
+
"""
|
|
166
|
+
The SKU for the rack.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "rack_sku_id")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="systemData")
|
|
172
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
173
|
+
"""
|
|
174
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "system_data")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter
|
|
180
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
181
|
+
"""
|
|
182
|
+
Resource tags.
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "tags")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter
|
|
188
|
+
def type(self) -> str:
|
|
189
|
+
"""
|
|
190
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "type")
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
class AwaitableGetRackResult(GetRackResult):
|
|
196
|
+
# pylint: disable=using-constant-test
|
|
197
|
+
def __await__(self):
|
|
198
|
+
if False:
|
|
199
|
+
yield self
|
|
200
|
+
return GetRackResult(
|
|
201
|
+
availability_zone=self.availability_zone,
|
|
202
|
+
cluster_id=self.cluster_id,
|
|
203
|
+
detailed_status=self.detailed_status,
|
|
204
|
+
detailed_status_message=self.detailed_status_message,
|
|
205
|
+
extended_location=self.extended_location,
|
|
206
|
+
id=self.id,
|
|
207
|
+
location=self.location,
|
|
208
|
+
name=self.name,
|
|
209
|
+
provisioning_state=self.provisioning_state,
|
|
210
|
+
rack_location=self.rack_location,
|
|
211
|
+
rack_serial_number=self.rack_serial_number,
|
|
212
|
+
rack_sku_id=self.rack_sku_id,
|
|
213
|
+
system_data=self.system_data,
|
|
214
|
+
tags=self.tags,
|
|
215
|
+
type=self.type)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
def get_rack(rack_name: Optional[str] = None,
|
|
219
|
+
resource_group_name: Optional[str] = None,
|
|
220
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRackResult:
|
|
221
|
+
"""
|
|
222
|
+
Get properties of the provided rack.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
:param str rack_name: The name of the rack.
|
|
226
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
227
|
+
"""
|
|
228
|
+
__args__ = dict()
|
|
229
|
+
__args__['rackName'] = rack_name
|
|
230
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
231
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
232
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getRack', __args__, opts=opts, typ=GetRackResult).value
|
|
233
|
+
|
|
234
|
+
return AwaitableGetRackResult(
|
|
235
|
+
availability_zone=pulumi.get(__ret__, 'availability_zone'),
|
|
236
|
+
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
237
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
238
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
239
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
240
|
+
id=pulumi.get(__ret__, 'id'),
|
|
241
|
+
location=pulumi.get(__ret__, 'location'),
|
|
242
|
+
name=pulumi.get(__ret__, 'name'),
|
|
243
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
244
|
+
rack_location=pulumi.get(__ret__, 'rack_location'),
|
|
245
|
+
rack_serial_number=pulumi.get(__ret__, 'rack_serial_number'),
|
|
246
|
+
rack_sku_id=pulumi.get(__ret__, 'rack_sku_id'),
|
|
247
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
248
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
249
|
+
type=pulumi.get(__ret__, 'type'))
|
|
250
|
+
def get_rack_output(rack_name: Optional[pulumi.Input[str]] = None,
|
|
251
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
252
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRackResult]:
|
|
253
|
+
"""
|
|
254
|
+
Get properties of the provided rack.
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
:param str rack_name: The name of the rack.
|
|
258
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
259
|
+
"""
|
|
260
|
+
__args__ = dict()
|
|
261
|
+
__args__['rackName'] = rack_name
|
|
262
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
263
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
264
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getRack', __args__, opts=opts, typ=GetRackResult)
|
|
265
|
+
return __ret__.apply(lambda __response__: GetRackResult(
|
|
266
|
+
availability_zone=pulumi.get(__response__, 'availability_zone'),
|
|
267
|
+
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
268
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
269
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
270
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
271
|
+
id=pulumi.get(__response__, 'id'),
|
|
272
|
+
location=pulumi.get(__response__, 'location'),
|
|
273
|
+
name=pulumi.get(__response__, 'name'),
|
|
274
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
275
|
+
rack_location=pulumi.get(__response__, 'rack_location'),
|
|
276
|
+
rack_serial_number=pulumi.get(__response__, 'rack_serial_number'),
|
|
277
|
+
rack_sku_id=pulumi.get(__response__, 'rack_sku_id'),
|
|
278
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
279
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
280
|
+
type=pulumi.get(__response__, 'type')))
|