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,507 @@
|
|
|
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__ = ['BareMetalMachineKeySetArgs', 'BareMetalMachineKeySet']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class BareMetalMachineKeySetArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
azure_group_id: pulumi.Input[str],
|
|
26
|
+
cluster_name: pulumi.Input[str],
|
|
27
|
+
expiration: pulumi.Input[str],
|
|
28
|
+
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
29
|
+
jump_hosts_allowed: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
30
|
+
privilege_level: pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']],
|
|
31
|
+
resource_group_name: pulumi.Input[str],
|
|
32
|
+
user_list: pulumi.Input[Sequence[pulumi.Input['KeySetUserArgs']]],
|
|
33
|
+
bare_metal_machine_key_set_name: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
os_group_name: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
37
|
+
"""
|
|
38
|
+
The set of arguments for constructing a BareMetalMachineKeySet resource.
|
|
39
|
+
:param pulumi.Input[str] azure_group_id: The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
|
|
40
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
41
|
+
:param pulumi.Input[str] expiration: The date and time after which the users in this key set will be removed from the bare metal machines.
|
|
42
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster associated with the resource.
|
|
43
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] jump_hosts_allowed: The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.
|
|
44
|
+
:param pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']] privilege_level: The access level allowed for the users in this key set.
|
|
45
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
46
|
+
:param pulumi.Input[Sequence[pulumi.Input['KeySetUserArgs']]] user_list: The unique list of permitted users.
|
|
47
|
+
:param pulumi.Input[str] bare_metal_machine_key_set_name: The name of the bare metal machine key set.
|
|
48
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
49
|
+
:param pulumi.Input[str] os_group_name: The name of the group that users will be assigned to on the operating system of the machines.
|
|
50
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
51
|
+
"""
|
|
52
|
+
pulumi.set(__self__, "azure_group_id", azure_group_id)
|
|
53
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
54
|
+
pulumi.set(__self__, "expiration", expiration)
|
|
55
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
56
|
+
pulumi.set(__self__, "jump_hosts_allowed", jump_hosts_allowed)
|
|
57
|
+
pulumi.set(__self__, "privilege_level", privilege_level)
|
|
58
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
59
|
+
pulumi.set(__self__, "user_list", user_list)
|
|
60
|
+
if bare_metal_machine_key_set_name is not None:
|
|
61
|
+
pulumi.set(__self__, "bare_metal_machine_key_set_name", bare_metal_machine_key_set_name)
|
|
62
|
+
if location is not None:
|
|
63
|
+
pulumi.set(__self__, "location", location)
|
|
64
|
+
if os_group_name is not None:
|
|
65
|
+
pulumi.set(__self__, "os_group_name", os_group_name)
|
|
66
|
+
if tags is not None:
|
|
67
|
+
pulumi.set(__self__, "tags", tags)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="azureGroupId")
|
|
71
|
+
def azure_group_id(self) -> pulumi.Input[str]:
|
|
72
|
+
"""
|
|
73
|
+
The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "azure_group_id")
|
|
76
|
+
|
|
77
|
+
@azure_group_id.setter
|
|
78
|
+
def azure_group_id(self, value: pulumi.Input[str]):
|
|
79
|
+
pulumi.set(self, "azure_group_id", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="clusterName")
|
|
83
|
+
def cluster_name(self) -> pulumi.Input[str]:
|
|
84
|
+
"""
|
|
85
|
+
The name of the cluster.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "cluster_name")
|
|
88
|
+
|
|
89
|
+
@cluster_name.setter
|
|
90
|
+
def cluster_name(self, value: pulumi.Input[str]):
|
|
91
|
+
pulumi.set(self, "cluster_name", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def expiration(self) -> pulumi.Input[str]:
|
|
96
|
+
"""
|
|
97
|
+
The date and time after which the users in this key set will be removed from the bare metal machines.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "expiration")
|
|
100
|
+
|
|
101
|
+
@expiration.setter
|
|
102
|
+
def expiration(self, value: pulumi.Input[str]):
|
|
103
|
+
pulumi.set(self, "expiration", value)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="extendedLocation")
|
|
107
|
+
def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
|
|
108
|
+
"""
|
|
109
|
+
The extended location of the cluster associated with the resource.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "extended_location")
|
|
112
|
+
|
|
113
|
+
@extended_location.setter
|
|
114
|
+
def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
|
|
115
|
+
pulumi.set(self, "extended_location", value)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="jumpHostsAllowed")
|
|
119
|
+
def jump_hosts_allowed(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
120
|
+
"""
|
|
121
|
+
The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "jump_hosts_allowed")
|
|
124
|
+
|
|
125
|
+
@jump_hosts_allowed.setter
|
|
126
|
+
def jump_hosts_allowed(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
127
|
+
pulumi.set(self, "jump_hosts_allowed", value)
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter(name="privilegeLevel")
|
|
131
|
+
def privilege_level(self) -> pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']]:
|
|
132
|
+
"""
|
|
133
|
+
The access level allowed for the users in this key set.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "privilege_level")
|
|
136
|
+
|
|
137
|
+
@privilege_level.setter
|
|
138
|
+
def privilege_level(self, value: pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']]):
|
|
139
|
+
pulumi.set(self, "privilege_level", value)
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="resourceGroupName")
|
|
143
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
144
|
+
"""
|
|
145
|
+
The name of the resource group. The name is case insensitive.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "resource_group_name")
|
|
148
|
+
|
|
149
|
+
@resource_group_name.setter
|
|
150
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
151
|
+
pulumi.set(self, "resource_group_name", value)
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter(name="userList")
|
|
155
|
+
def user_list(self) -> pulumi.Input[Sequence[pulumi.Input['KeySetUserArgs']]]:
|
|
156
|
+
"""
|
|
157
|
+
The unique list of permitted users.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "user_list")
|
|
160
|
+
|
|
161
|
+
@user_list.setter
|
|
162
|
+
def user_list(self, value: pulumi.Input[Sequence[pulumi.Input['KeySetUserArgs']]]):
|
|
163
|
+
pulumi.set(self, "user_list", value)
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="bareMetalMachineKeySetName")
|
|
167
|
+
def bare_metal_machine_key_set_name(self) -> Optional[pulumi.Input[str]]:
|
|
168
|
+
"""
|
|
169
|
+
The name of the bare metal machine key set.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "bare_metal_machine_key_set_name")
|
|
172
|
+
|
|
173
|
+
@bare_metal_machine_key_set_name.setter
|
|
174
|
+
def bare_metal_machine_key_set_name(self, value: Optional[pulumi.Input[str]]):
|
|
175
|
+
pulumi.set(self, "bare_metal_machine_key_set_name", value)
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
180
|
+
"""
|
|
181
|
+
The geo-location where the resource lives
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "location")
|
|
184
|
+
|
|
185
|
+
@location.setter
|
|
186
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
187
|
+
pulumi.set(self, "location", value)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="osGroupName")
|
|
191
|
+
def os_group_name(self) -> Optional[pulumi.Input[str]]:
|
|
192
|
+
"""
|
|
193
|
+
The name of the group that users will be assigned to on the operating system of the machines.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "os_group_name")
|
|
196
|
+
|
|
197
|
+
@os_group_name.setter
|
|
198
|
+
def os_group_name(self, value: Optional[pulumi.Input[str]]):
|
|
199
|
+
pulumi.set(self, "os_group_name", value)
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter
|
|
203
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
204
|
+
"""
|
|
205
|
+
Resource tags.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "tags")
|
|
208
|
+
|
|
209
|
+
@tags.setter
|
|
210
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
211
|
+
pulumi.set(self, "tags", value)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
215
|
+
@overload
|
|
216
|
+
def __init__(__self__,
|
|
217
|
+
resource_name: str,
|
|
218
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
219
|
+
azure_group_id: Optional[pulumi.Input[str]] = None,
|
|
220
|
+
bare_metal_machine_key_set_name: Optional[pulumi.Input[str]] = None,
|
|
221
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
222
|
+
expiration: Optional[pulumi.Input[str]] = None,
|
|
223
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
224
|
+
jump_hosts_allowed: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
225
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
226
|
+
os_group_name: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
privilege_level: Optional[pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']]] = None,
|
|
228
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
229
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
230
|
+
user_list: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KeySetUserArgs', 'KeySetUserArgsDict']]]]] = None,
|
|
231
|
+
__props__=None):
|
|
232
|
+
"""
|
|
233
|
+
Create a BareMetalMachineKeySet resource with the given unique name, props, and options.
|
|
234
|
+
:param str resource_name: The name of the resource.
|
|
235
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
236
|
+
:param pulumi.Input[str] azure_group_id: The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
|
|
237
|
+
:param pulumi.Input[str] bare_metal_machine_key_set_name: The name of the bare metal machine key set.
|
|
238
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
239
|
+
:param pulumi.Input[str] expiration: The date and time after which the users in this key set will be removed from the bare metal machines.
|
|
240
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster associated with the resource.
|
|
241
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] jump_hosts_allowed: The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.
|
|
242
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
243
|
+
:param pulumi.Input[str] os_group_name: The name of the group that users will be assigned to on the operating system of the machines.
|
|
244
|
+
:param pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']] privilege_level: The access level allowed for the users in this key set.
|
|
245
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
246
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
247
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['KeySetUserArgs', 'KeySetUserArgsDict']]]] user_list: The unique list of permitted users.
|
|
248
|
+
"""
|
|
249
|
+
...
|
|
250
|
+
@overload
|
|
251
|
+
def __init__(__self__,
|
|
252
|
+
resource_name: str,
|
|
253
|
+
args: BareMetalMachineKeySetArgs,
|
|
254
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
255
|
+
"""
|
|
256
|
+
Create a BareMetalMachineKeySet resource with the given unique name, props, and options.
|
|
257
|
+
:param str resource_name: The name of the resource.
|
|
258
|
+
:param BareMetalMachineKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
259
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
260
|
+
"""
|
|
261
|
+
...
|
|
262
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
263
|
+
resource_args, opts = _utilities.get_resource_args_opts(BareMetalMachineKeySetArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
264
|
+
if resource_args is not None:
|
|
265
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
266
|
+
else:
|
|
267
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
268
|
+
|
|
269
|
+
def _internal_init(__self__,
|
|
270
|
+
resource_name: str,
|
|
271
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
272
|
+
azure_group_id: Optional[pulumi.Input[str]] = None,
|
|
273
|
+
bare_metal_machine_key_set_name: Optional[pulumi.Input[str]] = None,
|
|
274
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
275
|
+
expiration: Optional[pulumi.Input[str]] = None,
|
|
276
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
277
|
+
jump_hosts_allowed: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
278
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
279
|
+
os_group_name: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
privilege_level: Optional[pulumi.Input[Union[str, 'BareMetalMachineKeySetPrivilegeLevel']]] = None,
|
|
281
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
282
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
283
|
+
user_list: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KeySetUserArgs', 'KeySetUserArgsDict']]]]] = None,
|
|
284
|
+
__props__=None):
|
|
285
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
286
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
287
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
288
|
+
if opts.id is None:
|
|
289
|
+
if __props__ is not None:
|
|
290
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
291
|
+
__props__ = BareMetalMachineKeySetArgs.__new__(BareMetalMachineKeySetArgs)
|
|
292
|
+
|
|
293
|
+
if azure_group_id is None and not opts.urn:
|
|
294
|
+
raise TypeError("Missing required property 'azure_group_id'")
|
|
295
|
+
__props__.__dict__["azure_group_id"] = azure_group_id
|
|
296
|
+
__props__.__dict__["bare_metal_machine_key_set_name"] = bare_metal_machine_key_set_name
|
|
297
|
+
if cluster_name is None and not opts.urn:
|
|
298
|
+
raise TypeError("Missing required property 'cluster_name'")
|
|
299
|
+
__props__.__dict__["cluster_name"] = cluster_name
|
|
300
|
+
if expiration is None and not opts.urn:
|
|
301
|
+
raise TypeError("Missing required property 'expiration'")
|
|
302
|
+
__props__.__dict__["expiration"] = expiration
|
|
303
|
+
if extended_location is None and not opts.urn:
|
|
304
|
+
raise TypeError("Missing required property 'extended_location'")
|
|
305
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
306
|
+
if jump_hosts_allowed is None and not opts.urn:
|
|
307
|
+
raise TypeError("Missing required property 'jump_hosts_allowed'")
|
|
308
|
+
__props__.__dict__["jump_hosts_allowed"] = jump_hosts_allowed
|
|
309
|
+
__props__.__dict__["location"] = location
|
|
310
|
+
__props__.__dict__["os_group_name"] = os_group_name
|
|
311
|
+
if privilege_level is None and not opts.urn:
|
|
312
|
+
raise TypeError("Missing required property 'privilege_level'")
|
|
313
|
+
__props__.__dict__["privilege_level"] = privilege_level
|
|
314
|
+
if resource_group_name is None and not opts.urn:
|
|
315
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
316
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
317
|
+
__props__.__dict__["tags"] = tags
|
|
318
|
+
if user_list is None and not opts.urn:
|
|
319
|
+
raise TypeError("Missing required property 'user_list'")
|
|
320
|
+
__props__.__dict__["user_list"] = user_list
|
|
321
|
+
__props__.__dict__["detailed_status"] = None
|
|
322
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
323
|
+
__props__.__dict__["last_validation"] = None
|
|
324
|
+
__props__.__dict__["name"] = None
|
|
325
|
+
__props__.__dict__["provisioning_state"] = None
|
|
326
|
+
__props__.__dict__["system_data"] = None
|
|
327
|
+
__props__.__dict__["type"] = None
|
|
328
|
+
__props__.__dict__["user_list_status"] = None
|
|
329
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachineKeySet")])
|
|
330
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
331
|
+
super(BareMetalMachineKeySet, __self__).__init__(
|
|
332
|
+
'azure-native:networkcloud/v20241001preview:BareMetalMachineKeySet',
|
|
333
|
+
resource_name,
|
|
334
|
+
__props__,
|
|
335
|
+
opts)
|
|
336
|
+
|
|
337
|
+
@staticmethod
|
|
338
|
+
def get(resource_name: str,
|
|
339
|
+
id: pulumi.Input[str],
|
|
340
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'BareMetalMachineKeySet':
|
|
341
|
+
"""
|
|
342
|
+
Get an existing BareMetalMachineKeySet resource's state with the given name, id, and optional extra
|
|
343
|
+
properties used to qualify the lookup.
|
|
344
|
+
|
|
345
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
346
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
347
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
348
|
+
"""
|
|
349
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
350
|
+
|
|
351
|
+
__props__ = BareMetalMachineKeySetArgs.__new__(BareMetalMachineKeySetArgs)
|
|
352
|
+
|
|
353
|
+
__props__.__dict__["azure_group_id"] = None
|
|
354
|
+
__props__.__dict__["detailed_status"] = None
|
|
355
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
356
|
+
__props__.__dict__["expiration"] = None
|
|
357
|
+
__props__.__dict__["extended_location"] = None
|
|
358
|
+
__props__.__dict__["jump_hosts_allowed"] = None
|
|
359
|
+
__props__.__dict__["last_validation"] = None
|
|
360
|
+
__props__.__dict__["location"] = None
|
|
361
|
+
__props__.__dict__["name"] = None
|
|
362
|
+
__props__.__dict__["os_group_name"] = None
|
|
363
|
+
__props__.__dict__["privilege_level"] = None
|
|
364
|
+
__props__.__dict__["provisioning_state"] = None
|
|
365
|
+
__props__.__dict__["system_data"] = None
|
|
366
|
+
__props__.__dict__["tags"] = None
|
|
367
|
+
__props__.__dict__["type"] = None
|
|
368
|
+
__props__.__dict__["user_list"] = None
|
|
369
|
+
__props__.__dict__["user_list_status"] = None
|
|
370
|
+
return BareMetalMachineKeySet(resource_name, opts=opts, __props__=__props__)
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
@pulumi.getter(name="azureGroupId")
|
|
374
|
+
def azure_group_id(self) -> pulumi.Output[str]:
|
|
375
|
+
"""
|
|
376
|
+
The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.
|
|
377
|
+
"""
|
|
378
|
+
return pulumi.get(self, "azure_group_id")
|
|
379
|
+
|
|
380
|
+
@property
|
|
381
|
+
@pulumi.getter(name="detailedStatus")
|
|
382
|
+
def detailed_status(self) -> pulumi.Output[str]:
|
|
383
|
+
"""
|
|
384
|
+
The more detailed status of the key set.
|
|
385
|
+
"""
|
|
386
|
+
return pulumi.get(self, "detailed_status")
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
390
|
+
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
391
|
+
"""
|
|
392
|
+
The descriptive message about the current detailed status.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "detailed_status_message")
|
|
395
|
+
|
|
396
|
+
@property
|
|
397
|
+
@pulumi.getter
|
|
398
|
+
def expiration(self) -> pulumi.Output[str]:
|
|
399
|
+
"""
|
|
400
|
+
The date and time after which the users in this key set will be removed from the bare metal machines.
|
|
401
|
+
"""
|
|
402
|
+
return pulumi.get(self, "expiration")
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
@pulumi.getter(name="extendedLocation")
|
|
406
|
+
def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
407
|
+
"""
|
|
408
|
+
The extended location of the cluster associated with the resource.
|
|
409
|
+
"""
|
|
410
|
+
return pulumi.get(self, "extended_location")
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="jumpHostsAllowed")
|
|
414
|
+
def jump_hosts_allowed(self) -> pulumi.Output[Sequence[str]]:
|
|
415
|
+
"""
|
|
416
|
+
The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "jump_hosts_allowed")
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter(name="lastValidation")
|
|
422
|
+
def last_validation(self) -> pulumi.Output[str]:
|
|
423
|
+
"""
|
|
424
|
+
The last time this key set was validated.
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "last_validation")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter
|
|
430
|
+
def location(self) -> pulumi.Output[str]:
|
|
431
|
+
"""
|
|
432
|
+
The geo-location where the resource lives
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "location")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter
|
|
438
|
+
def name(self) -> pulumi.Output[str]:
|
|
439
|
+
"""
|
|
440
|
+
The name of the resource
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "name")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="osGroupName")
|
|
446
|
+
def os_group_name(self) -> pulumi.Output[Optional[str]]:
|
|
447
|
+
"""
|
|
448
|
+
The name of the group that users will be assigned to on the operating system of the machines.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "os_group_name")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter(name="privilegeLevel")
|
|
454
|
+
def privilege_level(self) -> pulumi.Output[str]:
|
|
455
|
+
"""
|
|
456
|
+
The access level allowed for the users in this key set.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "privilege_level")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="provisioningState")
|
|
462
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
463
|
+
"""
|
|
464
|
+
The provisioning state of the bare metal machine key set.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "provisioning_state")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter(name="systemData")
|
|
470
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
471
|
+
"""
|
|
472
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "system_data")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter
|
|
478
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
479
|
+
"""
|
|
480
|
+
Resource tags.
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "tags")
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
@pulumi.getter
|
|
486
|
+
def type(self) -> pulumi.Output[str]:
|
|
487
|
+
"""
|
|
488
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
489
|
+
"""
|
|
490
|
+
return pulumi.get(self, "type")
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="userList")
|
|
494
|
+
def user_list(self) -> pulumi.Output[Sequence['outputs.KeySetUserResponse']]:
|
|
495
|
+
"""
|
|
496
|
+
The unique list of permitted users.
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "user_list")
|
|
499
|
+
|
|
500
|
+
@property
|
|
501
|
+
@pulumi.getter(name="userListStatus")
|
|
502
|
+
def user_list_status(self) -> pulumi.Output[Sequence['outputs.KeySetUserStatusResponse']]:
|
|
503
|
+
"""
|
|
504
|
+
The status evaluation of each user.
|
|
505
|
+
"""
|
|
506
|
+
return pulumi.get(self, "user_list_status")
|
|
507
|
+
|