pulumi-azure-native 2.81.0a1736153496__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.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/RECORD +278 -214
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['ClusterManagerArgs', 'ClusterManager']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ClusterManagerArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
fabric_controller_id: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
29
|
+
cluster_manager_name: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
31
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
managed_resource_group_configuration: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']] = None,
|
|
33
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
34
|
+
vm_size: Optional[pulumi.Input[str]] = None):
|
|
35
|
+
"""
|
|
36
|
+
The set of arguments for constructing a ClusterManager resource.
|
|
37
|
+
:param pulumi.Input[str] fabric_controller_id: The resource ID of the fabric controller that has one to one mapping with the cluster manager.
|
|
38
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
39
|
+
:param pulumi.Input[str] analytics_workspace_id: The resource ID of the Log Analytics workspace that is used for the logs collection.
|
|
40
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: 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.
|
|
41
|
+
:param pulumi.Input[str] cluster_manager_name: The name of the cluster manager.
|
|
42
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: The identity of the cluster manager.
|
|
43
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
44
|
+
:param pulumi.Input['ManagedResourceGroupConfigurationArgs'] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
|
|
45
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
46
|
+
:param pulumi.Input[str] vm_size: 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.
|
|
47
|
+
"""
|
|
48
|
+
pulumi.set(__self__, "fabric_controller_id", fabric_controller_id)
|
|
49
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
50
|
+
if analytics_workspace_id is not None:
|
|
51
|
+
pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
|
|
52
|
+
if availability_zones is not None:
|
|
53
|
+
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
54
|
+
if cluster_manager_name is not None:
|
|
55
|
+
pulumi.set(__self__, "cluster_manager_name", cluster_manager_name)
|
|
56
|
+
if identity is not None:
|
|
57
|
+
pulumi.set(__self__, "identity", identity)
|
|
58
|
+
if location is not None:
|
|
59
|
+
pulumi.set(__self__, "location", location)
|
|
60
|
+
if managed_resource_group_configuration is not None:
|
|
61
|
+
pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
|
|
62
|
+
if tags is not None:
|
|
63
|
+
pulumi.set(__self__, "tags", tags)
|
|
64
|
+
if vm_size is not None:
|
|
65
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="fabricControllerId")
|
|
69
|
+
def fabric_controller_id(self) -> pulumi.Input[str]:
|
|
70
|
+
"""
|
|
71
|
+
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "fabric_controller_id")
|
|
74
|
+
|
|
75
|
+
@fabric_controller_id.setter
|
|
76
|
+
def fabric_controller_id(self, value: pulumi.Input[str]):
|
|
77
|
+
pulumi.set(self, "fabric_controller_id", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="resourceGroupName")
|
|
81
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
82
|
+
"""
|
|
83
|
+
The name of the resource group. The name is case insensitive.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "resource_group_name")
|
|
86
|
+
|
|
87
|
+
@resource_group_name.setter
|
|
88
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
89
|
+
pulumi.set(self, "resource_group_name", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="analyticsWorkspaceId")
|
|
93
|
+
def analytics_workspace_id(self) -> Optional[pulumi.Input[str]]:
|
|
94
|
+
"""
|
|
95
|
+
The resource ID of the Log Analytics workspace that is used for the logs collection.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "analytics_workspace_id")
|
|
98
|
+
|
|
99
|
+
@analytics_workspace_id.setter
|
|
100
|
+
def analytics_workspace_id(self, value: Optional[pulumi.Input[str]]):
|
|
101
|
+
pulumi.set(self, "analytics_workspace_id", value)
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="availabilityZones")
|
|
105
|
+
def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
106
|
+
"""
|
|
107
|
+
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.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "availability_zones")
|
|
110
|
+
|
|
111
|
+
@availability_zones.setter
|
|
112
|
+
def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
113
|
+
pulumi.set(self, "availability_zones", value)
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="clusterManagerName")
|
|
117
|
+
def cluster_manager_name(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
"""
|
|
119
|
+
The name of the cluster manager.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "cluster_manager_name")
|
|
122
|
+
|
|
123
|
+
@cluster_manager_name.setter
|
|
124
|
+
def cluster_manager_name(self, value: Optional[pulumi.Input[str]]):
|
|
125
|
+
pulumi.set(self, "cluster_manager_name", value)
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
130
|
+
"""
|
|
131
|
+
The identity of the cluster manager.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "identity")
|
|
134
|
+
|
|
135
|
+
@identity.setter
|
|
136
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
137
|
+
pulumi.set(self, "identity", value)
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter
|
|
141
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
142
|
+
"""
|
|
143
|
+
The geo-location where the resource lives
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "location")
|
|
146
|
+
|
|
147
|
+
@location.setter
|
|
148
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
149
|
+
pulumi.set(self, "location", value)
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
153
|
+
def managed_resource_group_configuration(self) -> Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]:
|
|
154
|
+
"""
|
|
155
|
+
The configuration of the managed resource group associated with the resource.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "managed_resource_group_configuration")
|
|
158
|
+
|
|
159
|
+
@managed_resource_group_configuration.setter
|
|
160
|
+
def managed_resource_group_configuration(self, value: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]):
|
|
161
|
+
pulumi.set(self, "managed_resource_group_configuration", value)
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter
|
|
165
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
166
|
+
"""
|
|
167
|
+
Resource tags.
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "tags")
|
|
170
|
+
|
|
171
|
+
@tags.setter
|
|
172
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
173
|
+
pulumi.set(self, "tags", value)
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="vmSize")
|
|
177
|
+
def vm_size(self) -> Optional[pulumi.Input[str]]:
|
|
178
|
+
"""
|
|
179
|
+
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.
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "vm_size")
|
|
182
|
+
|
|
183
|
+
@vm_size.setter
|
|
184
|
+
def vm_size(self, value: Optional[pulumi.Input[str]]):
|
|
185
|
+
pulumi.set(self, "vm_size", value)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
class ClusterManager(pulumi.CustomResource):
|
|
189
|
+
@overload
|
|
190
|
+
def __init__(__self__,
|
|
191
|
+
resource_name: str,
|
|
192
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
193
|
+
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
195
|
+
cluster_manager_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
fabric_controller_id: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
198
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
|
|
200
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
201
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
202
|
+
vm_size: Optional[pulumi.Input[str]] = None,
|
|
203
|
+
__props__=None):
|
|
204
|
+
"""
|
|
205
|
+
Create a ClusterManager resource with the given unique name, props, and options.
|
|
206
|
+
:param str resource_name: The name of the resource.
|
|
207
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
208
|
+
:param pulumi.Input[str] analytics_workspace_id: The resource ID of the Log Analytics workspace that is used for the logs collection.
|
|
209
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: 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.
|
|
210
|
+
:param pulumi.Input[str] cluster_manager_name: The name of the cluster manager.
|
|
211
|
+
:param pulumi.Input[str] fabric_controller_id: The resource ID of the fabric controller that has one to one mapping with the cluster manager.
|
|
212
|
+
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The identity of the cluster manager.
|
|
213
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
214
|
+
:param pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
|
|
215
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
216
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
217
|
+
:param pulumi.Input[str] vm_size: 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.
|
|
218
|
+
"""
|
|
219
|
+
...
|
|
220
|
+
@overload
|
|
221
|
+
def __init__(__self__,
|
|
222
|
+
resource_name: str,
|
|
223
|
+
args: ClusterManagerArgs,
|
|
224
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
225
|
+
"""
|
|
226
|
+
Create a ClusterManager resource with the given unique name, props, and options.
|
|
227
|
+
:param str resource_name: The name of the resource.
|
|
228
|
+
:param ClusterManagerArgs args: The arguments to use to populate this resource's properties.
|
|
229
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
230
|
+
"""
|
|
231
|
+
...
|
|
232
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
233
|
+
resource_args, opts = _utilities.get_resource_args_opts(ClusterManagerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
234
|
+
if resource_args is not None:
|
|
235
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
236
|
+
else:
|
|
237
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
238
|
+
|
|
239
|
+
def _internal_init(__self__,
|
|
240
|
+
resource_name: str,
|
|
241
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
242
|
+
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
243
|
+
availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
244
|
+
cluster_manager_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
fabric_controller_id: Optional[pulumi.Input[str]] = None,
|
|
246
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
247
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
|
|
249
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
250
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
251
|
+
vm_size: Optional[pulumi.Input[str]] = None,
|
|
252
|
+
__props__=None):
|
|
253
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
254
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
255
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
256
|
+
if opts.id is None:
|
|
257
|
+
if __props__ is not None:
|
|
258
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
259
|
+
__props__ = ClusterManagerArgs.__new__(ClusterManagerArgs)
|
|
260
|
+
|
|
261
|
+
__props__.__dict__["analytics_workspace_id"] = analytics_workspace_id
|
|
262
|
+
__props__.__dict__["availability_zones"] = availability_zones
|
|
263
|
+
__props__.__dict__["cluster_manager_name"] = cluster_manager_name
|
|
264
|
+
if fabric_controller_id is None and not opts.urn:
|
|
265
|
+
raise TypeError("Missing required property 'fabric_controller_id'")
|
|
266
|
+
__props__.__dict__["fabric_controller_id"] = fabric_controller_id
|
|
267
|
+
__props__.__dict__["identity"] = identity
|
|
268
|
+
__props__.__dict__["location"] = location
|
|
269
|
+
__props__.__dict__["managed_resource_group_configuration"] = managed_resource_group_configuration
|
|
270
|
+
if resource_group_name is None and not opts.urn:
|
|
271
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
272
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
273
|
+
__props__.__dict__["tags"] = tags
|
|
274
|
+
__props__.__dict__["vm_size"] = vm_size
|
|
275
|
+
__props__.__dict__["cluster_versions"] = None
|
|
276
|
+
__props__.__dict__["detailed_status"] = None
|
|
277
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
278
|
+
__props__.__dict__["manager_extended_location"] = None
|
|
279
|
+
__props__.__dict__["name"] = None
|
|
280
|
+
__props__.__dict__["provisioning_state"] = None
|
|
281
|
+
__props__.__dict__["system_data"] = None
|
|
282
|
+
__props__.__dict__["type"] = None
|
|
283
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:ClusterManager")])
|
|
284
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
285
|
+
super(ClusterManager, __self__).__init__(
|
|
286
|
+
'azure-native:networkcloud/v20241001preview:ClusterManager',
|
|
287
|
+
resource_name,
|
|
288
|
+
__props__,
|
|
289
|
+
opts)
|
|
290
|
+
|
|
291
|
+
@staticmethod
|
|
292
|
+
def get(resource_name: str,
|
|
293
|
+
id: pulumi.Input[str],
|
|
294
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ClusterManager':
|
|
295
|
+
"""
|
|
296
|
+
Get an existing ClusterManager resource's state with the given name, id, and optional extra
|
|
297
|
+
properties used to qualify the lookup.
|
|
298
|
+
|
|
299
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
300
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
301
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
302
|
+
"""
|
|
303
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
304
|
+
|
|
305
|
+
__props__ = ClusterManagerArgs.__new__(ClusterManagerArgs)
|
|
306
|
+
|
|
307
|
+
__props__.__dict__["analytics_workspace_id"] = None
|
|
308
|
+
__props__.__dict__["availability_zones"] = None
|
|
309
|
+
__props__.__dict__["cluster_versions"] = None
|
|
310
|
+
__props__.__dict__["detailed_status"] = None
|
|
311
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
312
|
+
__props__.__dict__["fabric_controller_id"] = None
|
|
313
|
+
__props__.__dict__["identity"] = None
|
|
314
|
+
__props__.__dict__["location"] = None
|
|
315
|
+
__props__.__dict__["managed_resource_group_configuration"] = None
|
|
316
|
+
__props__.__dict__["manager_extended_location"] = None
|
|
317
|
+
__props__.__dict__["name"] = None
|
|
318
|
+
__props__.__dict__["provisioning_state"] = None
|
|
319
|
+
__props__.__dict__["system_data"] = None
|
|
320
|
+
__props__.__dict__["tags"] = None
|
|
321
|
+
__props__.__dict__["type"] = None
|
|
322
|
+
__props__.__dict__["vm_size"] = None
|
|
323
|
+
return ClusterManager(resource_name, opts=opts, __props__=__props__)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="analyticsWorkspaceId")
|
|
327
|
+
def analytics_workspace_id(self) -> pulumi.Output[Optional[str]]:
|
|
328
|
+
"""
|
|
329
|
+
The resource ID of the Log Analytics workspace that is used for the logs collection.
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "analytics_workspace_id")
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="availabilityZones")
|
|
335
|
+
def availability_zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
336
|
+
"""
|
|
337
|
+
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.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "availability_zones")
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter(name="clusterVersions")
|
|
343
|
+
def cluster_versions(self) -> pulumi.Output[Sequence['outputs.ClusterAvailableVersionResponse']]:
|
|
344
|
+
"""
|
|
345
|
+
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "cluster_versions")
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="detailedStatus")
|
|
351
|
+
def detailed_status(self) -> pulumi.Output[str]:
|
|
352
|
+
"""
|
|
353
|
+
The detailed status that provides additional information about the cluster manager.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "detailed_status")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
359
|
+
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
360
|
+
"""
|
|
361
|
+
The descriptive message about the current detailed status.
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "detailed_status_message")
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
@pulumi.getter(name="fabricControllerId")
|
|
367
|
+
def fabric_controller_id(self) -> pulumi.Output[str]:
|
|
368
|
+
"""
|
|
369
|
+
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "fabric_controller_id")
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter
|
|
375
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
376
|
+
"""
|
|
377
|
+
The identity of the cluster manager.
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "identity")
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter
|
|
383
|
+
def location(self) -> pulumi.Output[str]:
|
|
384
|
+
"""
|
|
385
|
+
The geo-location where the resource lives
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "location")
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="managedResourceGroupConfiguration")
|
|
391
|
+
def managed_resource_group_configuration(self) -> pulumi.Output[Optional['outputs.ManagedResourceGroupConfigurationResponse']]:
|
|
392
|
+
"""
|
|
393
|
+
The configuration of the managed resource group associated with the resource.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "managed_resource_group_configuration")
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
@pulumi.getter(name="managerExtendedLocation")
|
|
399
|
+
def manager_extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
400
|
+
"""
|
|
401
|
+
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.
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "manager_extended_location")
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter
|
|
407
|
+
def name(self) -> pulumi.Output[str]:
|
|
408
|
+
"""
|
|
409
|
+
The name of the resource
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "name")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="provisioningState")
|
|
415
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
416
|
+
"""
|
|
417
|
+
The provisioning state of the cluster manager.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "provisioning_state")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="systemData")
|
|
423
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
424
|
+
"""
|
|
425
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "system_data")
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter
|
|
431
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
432
|
+
"""
|
|
433
|
+
Resource tags.
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "tags")
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
@pulumi.getter
|
|
439
|
+
def type(self) -> pulumi.Output[str]:
|
|
440
|
+
"""
|
|
441
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "type")
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter(name="vmSize")
|
|
447
|
+
def vm_size(self) -> pulumi.Output[Optional[str]]:
|
|
448
|
+
"""
|
|
449
|
+
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.
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "vm_size")
|
|
452
|
+
|