pulumi-azure-native 2.80.0__py3-none-any.whl → 2.81.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +113 -1
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +107 -1
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetStorageApplianceResult',
|
|
20
|
+
'AwaitableGetStorageApplianceResult',
|
|
21
|
+
'get_storage_appliance',
|
|
22
|
+
'get_storage_appliance_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetStorageApplianceResult:
|
|
27
|
+
def __init__(__self__, administrator_credentials=None, capacity=None, capacity_used=None, cluster_id=None, detailed_status=None, detailed_status_message=None, extended_location=None, id=None, location=None, management_ipv4_address=None, manufacturer=None, model=None, name=None, provisioning_state=None, rack_id=None, rack_slot=None, remote_vendor_management_feature=None, remote_vendor_management_status=None, secret_rotation_status=None, serial_number=None, storage_appliance_sku_id=None, system_data=None, tags=None, type=None, version=None):
|
|
28
|
+
if administrator_credentials and not isinstance(administrator_credentials, dict):
|
|
29
|
+
raise TypeError("Expected argument 'administrator_credentials' to be a dict")
|
|
30
|
+
pulumi.set(__self__, "administrator_credentials", administrator_credentials)
|
|
31
|
+
if capacity and not isinstance(capacity, float):
|
|
32
|
+
raise TypeError("Expected argument 'capacity' to be a float")
|
|
33
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
34
|
+
if capacity_used and not isinstance(capacity_used, float):
|
|
35
|
+
raise TypeError("Expected argument 'capacity_used' to be a float")
|
|
36
|
+
pulumi.set(__self__, "capacity_used", capacity_used)
|
|
37
|
+
if cluster_id and not isinstance(cluster_id, str):
|
|
38
|
+
raise TypeError("Expected argument 'cluster_id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
40
|
+
if detailed_status and not isinstance(detailed_status, str):
|
|
41
|
+
raise TypeError("Expected argument 'detailed_status' to be a str")
|
|
42
|
+
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
43
|
+
if detailed_status_message and not isinstance(detailed_status_message, str):
|
|
44
|
+
raise TypeError("Expected argument 'detailed_status_message' to be a str")
|
|
45
|
+
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
46
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
47
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if location and not isinstance(location, str):
|
|
53
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
54
|
+
pulumi.set(__self__, "location", location)
|
|
55
|
+
if management_ipv4_address and not isinstance(management_ipv4_address, str):
|
|
56
|
+
raise TypeError("Expected argument 'management_ipv4_address' to be a str")
|
|
57
|
+
pulumi.set(__self__, "management_ipv4_address", management_ipv4_address)
|
|
58
|
+
if manufacturer and not isinstance(manufacturer, str):
|
|
59
|
+
raise TypeError("Expected argument 'manufacturer' to be a str")
|
|
60
|
+
pulumi.set(__self__, "manufacturer", manufacturer)
|
|
61
|
+
if model and not isinstance(model, str):
|
|
62
|
+
raise TypeError("Expected argument 'model' to be a str")
|
|
63
|
+
pulumi.set(__self__, "model", model)
|
|
64
|
+
if name and not isinstance(name, str):
|
|
65
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
66
|
+
pulumi.set(__self__, "name", name)
|
|
67
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
68
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
69
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
70
|
+
if rack_id and not isinstance(rack_id, str):
|
|
71
|
+
raise TypeError("Expected argument 'rack_id' to be a str")
|
|
72
|
+
pulumi.set(__self__, "rack_id", rack_id)
|
|
73
|
+
if rack_slot and not isinstance(rack_slot, float):
|
|
74
|
+
raise TypeError("Expected argument 'rack_slot' to be a float")
|
|
75
|
+
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
76
|
+
if remote_vendor_management_feature and not isinstance(remote_vendor_management_feature, str):
|
|
77
|
+
raise TypeError("Expected argument 'remote_vendor_management_feature' to be a str")
|
|
78
|
+
pulumi.set(__self__, "remote_vendor_management_feature", remote_vendor_management_feature)
|
|
79
|
+
if remote_vendor_management_status and not isinstance(remote_vendor_management_status, str):
|
|
80
|
+
raise TypeError("Expected argument 'remote_vendor_management_status' to be a str")
|
|
81
|
+
pulumi.set(__self__, "remote_vendor_management_status", remote_vendor_management_status)
|
|
82
|
+
if secret_rotation_status and not isinstance(secret_rotation_status, list):
|
|
83
|
+
raise TypeError("Expected argument 'secret_rotation_status' to be a list")
|
|
84
|
+
pulumi.set(__self__, "secret_rotation_status", secret_rotation_status)
|
|
85
|
+
if serial_number and not isinstance(serial_number, str):
|
|
86
|
+
raise TypeError("Expected argument 'serial_number' to be a str")
|
|
87
|
+
pulumi.set(__self__, "serial_number", serial_number)
|
|
88
|
+
if storage_appliance_sku_id and not isinstance(storage_appliance_sku_id, str):
|
|
89
|
+
raise TypeError("Expected argument 'storage_appliance_sku_id' to be a str")
|
|
90
|
+
pulumi.set(__self__, "storage_appliance_sku_id", storage_appliance_sku_id)
|
|
91
|
+
if system_data and not isinstance(system_data, dict):
|
|
92
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
93
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
94
|
+
if tags and not isinstance(tags, dict):
|
|
95
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
96
|
+
pulumi.set(__self__, "tags", tags)
|
|
97
|
+
if type and not isinstance(type, str):
|
|
98
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
99
|
+
pulumi.set(__self__, "type", type)
|
|
100
|
+
if version and not isinstance(version, str):
|
|
101
|
+
raise TypeError("Expected argument 'version' to be a str")
|
|
102
|
+
pulumi.set(__self__, "version", version)
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="administratorCredentials")
|
|
106
|
+
def administrator_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
|
|
107
|
+
"""
|
|
108
|
+
The credentials of the administrative interface on this storage appliance.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "administrator_credentials")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def capacity(self) -> float:
|
|
115
|
+
"""
|
|
116
|
+
The total capacity of the storage appliance. Measured in GiB.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "capacity")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter(name="capacityUsed")
|
|
122
|
+
def capacity_used(self) -> float:
|
|
123
|
+
"""
|
|
124
|
+
The amount of storage consumed.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "capacity_used")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="clusterId")
|
|
130
|
+
def cluster_id(self) -> str:
|
|
131
|
+
"""
|
|
132
|
+
The resource ID of the cluster this storage appliance is associated with. Measured in GiB.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "cluster_id")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="detailedStatus")
|
|
138
|
+
def detailed_status(self) -> str:
|
|
139
|
+
"""
|
|
140
|
+
The detailed status of the storage appliance.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "detailed_status")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
146
|
+
def detailed_status_message(self) -> str:
|
|
147
|
+
"""
|
|
148
|
+
The descriptive message about the current detailed status.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "detailed_status_message")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="extendedLocation")
|
|
154
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
155
|
+
"""
|
|
156
|
+
The extended location of the cluster associated with the resource.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "extended_location")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter
|
|
162
|
+
def id(self) -> str:
|
|
163
|
+
"""
|
|
164
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "id")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def location(self) -> str:
|
|
171
|
+
"""
|
|
172
|
+
The geo-location where the resource lives
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "location")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="managementIpv4Address")
|
|
178
|
+
def management_ipv4_address(self) -> str:
|
|
179
|
+
"""
|
|
180
|
+
The endpoint for the management interface of the storage appliance.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "management_ipv4_address")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter
|
|
186
|
+
def manufacturer(self) -> str:
|
|
187
|
+
"""
|
|
188
|
+
The manufacturer of the storage appliance.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "manufacturer")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def model(self) -> str:
|
|
195
|
+
"""
|
|
196
|
+
The model of the storage appliance.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "model")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter
|
|
202
|
+
def name(self) -> str:
|
|
203
|
+
"""
|
|
204
|
+
The name of the resource
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "name")
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter(name="provisioningState")
|
|
210
|
+
def provisioning_state(self) -> str:
|
|
211
|
+
"""
|
|
212
|
+
The provisioning state of the storage appliance.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "provisioning_state")
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="rackId")
|
|
218
|
+
def rack_id(self) -> str:
|
|
219
|
+
"""
|
|
220
|
+
The resource ID of the rack where this storage appliance resides.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "rack_id")
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter(name="rackSlot")
|
|
226
|
+
def rack_slot(self) -> float:
|
|
227
|
+
"""
|
|
228
|
+
The slot the storage appliance is in the rack based on the BOM configuration.
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "rack_slot")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter(name="remoteVendorManagementFeature")
|
|
234
|
+
def remote_vendor_management_feature(self) -> str:
|
|
235
|
+
"""
|
|
236
|
+
The indicator of whether the storage appliance supports remote vendor management.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "remote_vendor_management_feature")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="remoteVendorManagementStatus")
|
|
242
|
+
def remote_vendor_management_status(self) -> str:
|
|
243
|
+
"""
|
|
244
|
+
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "remote_vendor_management_status")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter(name="secretRotationStatus")
|
|
250
|
+
def secret_rotation_status(self) -> Sequence['outputs.SecretRotationStatusResponse']:
|
|
251
|
+
"""
|
|
252
|
+
The list of statuses that represent secret rotation activity.
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "secret_rotation_status")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="serialNumber")
|
|
258
|
+
def serial_number(self) -> str:
|
|
259
|
+
"""
|
|
260
|
+
The serial number for the storage appliance.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "serial_number")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="storageApplianceSkuId")
|
|
266
|
+
def storage_appliance_sku_id(self) -> str:
|
|
267
|
+
"""
|
|
268
|
+
The SKU for the storage appliance.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "storage_appliance_sku_id")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter(name="systemData")
|
|
274
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
275
|
+
"""
|
|
276
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "system_data")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter
|
|
282
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
283
|
+
"""
|
|
284
|
+
Resource tags.
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "tags")
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter
|
|
290
|
+
def type(self) -> str:
|
|
291
|
+
"""
|
|
292
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "type")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter
|
|
298
|
+
def version(self) -> str:
|
|
299
|
+
"""
|
|
300
|
+
The version of the storage appliance.
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "version")
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
class AwaitableGetStorageApplianceResult(GetStorageApplianceResult):
|
|
306
|
+
# pylint: disable=using-constant-test
|
|
307
|
+
def __await__(self):
|
|
308
|
+
if False:
|
|
309
|
+
yield self
|
|
310
|
+
return GetStorageApplianceResult(
|
|
311
|
+
administrator_credentials=self.administrator_credentials,
|
|
312
|
+
capacity=self.capacity,
|
|
313
|
+
capacity_used=self.capacity_used,
|
|
314
|
+
cluster_id=self.cluster_id,
|
|
315
|
+
detailed_status=self.detailed_status,
|
|
316
|
+
detailed_status_message=self.detailed_status_message,
|
|
317
|
+
extended_location=self.extended_location,
|
|
318
|
+
id=self.id,
|
|
319
|
+
location=self.location,
|
|
320
|
+
management_ipv4_address=self.management_ipv4_address,
|
|
321
|
+
manufacturer=self.manufacturer,
|
|
322
|
+
model=self.model,
|
|
323
|
+
name=self.name,
|
|
324
|
+
provisioning_state=self.provisioning_state,
|
|
325
|
+
rack_id=self.rack_id,
|
|
326
|
+
rack_slot=self.rack_slot,
|
|
327
|
+
remote_vendor_management_feature=self.remote_vendor_management_feature,
|
|
328
|
+
remote_vendor_management_status=self.remote_vendor_management_status,
|
|
329
|
+
secret_rotation_status=self.secret_rotation_status,
|
|
330
|
+
serial_number=self.serial_number,
|
|
331
|
+
storage_appliance_sku_id=self.storage_appliance_sku_id,
|
|
332
|
+
system_data=self.system_data,
|
|
333
|
+
tags=self.tags,
|
|
334
|
+
type=self.type,
|
|
335
|
+
version=self.version)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
def get_storage_appliance(resource_group_name: Optional[str] = None,
|
|
339
|
+
storage_appliance_name: Optional[str] = None,
|
|
340
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageApplianceResult:
|
|
341
|
+
"""
|
|
342
|
+
Get properties of the provided storage appliance.
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
346
|
+
:param str storage_appliance_name: The name of the storage appliance.
|
|
347
|
+
"""
|
|
348
|
+
__args__ = dict()
|
|
349
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
350
|
+
__args__['storageApplianceName'] = storage_appliance_name
|
|
351
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
352
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getStorageAppliance', __args__, opts=opts, typ=GetStorageApplianceResult).value
|
|
353
|
+
|
|
354
|
+
return AwaitableGetStorageApplianceResult(
|
|
355
|
+
administrator_credentials=pulumi.get(__ret__, 'administrator_credentials'),
|
|
356
|
+
capacity=pulumi.get(__ret__, 'capacity'),
|
|
357
|
+
capacity_used=pulumi.get(__ret__, 'capacity_used'),
|
|
358
|
+
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
359
|
+
detailed_status=pulumi.get(__ret__, 'detailed_status'),
|
|
360
|
+
detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
|
|
361
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
362
|
+
id=pulumi.get(__ret__, 'id'),
|
|
363
|
+
location=pulumi.get(__ret__, 'location'),
|
|
364
|
+
management_ipv4_address=pulumi.get(__ret__, 'management_ipv4_address'),
|
|
365
|
+
manufacturer=pulumi.get(__ret__, 'manufacturer'),
|
|
366
|
+
model=pulumi.get(__ret__, 'model'),
|
|
367
|
+
name=pulumi.get(__ret__, 'name'),
|
|
368
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
369
|
+
rack_id=pulumi.get(__ret__, 'rack_id'),
|
|
370
|
+
rack_slot=pulumi.get(__ret__, 'rack_slot'),
|
|
371
|
+
remote_vendor_management_feature=pulumi.get(__ret__, 'remote_vendor_management_feature'),
|
|
372
|
+
remote_vendor_management_status=pulumi.get(__ret__, 'remote_vendor_management_status'),
|
|
373
|
+
secret_rotation_status=pulumi.get(__ret__, 'secret_rotation_status'),
|
|
374
|
+
serial_number=pulumi.get(__ret__, 'serial_number'),
|
|
375
|
+
storage_appliance_sku_id=pulumi.get(__ret__, 'storage_appliance_sku_id'),
|
|
376
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
377
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
378
|
+
type=pulumi.get(__ret__, 'type'),
|
|
379
|
+
version=pulumi.get(__ret__, 'version'))
|
|
380
|
+
def get_storage_appliance_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
381
|
+
storage_appliance_name: Optional[pulumi.Input[str]] = None,
|
|
382
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStorageApplianceResult]:
|
|
383
|
+
"""
|
|
384
|
+
Get properties of the provided storage appliance.
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
388
|
+
:param str storage_appliance_name: The name of the storage appliance.
|
|
389
|
+
"""
|
|
390
|
+
__args__ = dict()
|
|
391
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
392
|
+
__args__['storageApplianceName'] = storage_appliance_name
|
|
393
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
394
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getStorageAppliance', __args__, opts=opts, typ=GetStorageApplianceResult)
|
|
395
|
+
return __ret__.apply(lambda __response__: GetStorageApplianceResult(
|
|
396
|
+
administrator_credentials=pulumi.get(__response__, 'administrator_credentials'),
|
|
397
|
+
capacity=pulumi.get(__response__, 'capacity'),
|
|
398
|
+
capacity_used=pulumi.get(__response__, 'capacity_used'),
|
|
399
|
+
cluster_id=pulumi.get(__response__, 'cluster_id'),
|
|
400
|
+
detailed_status=pulumi.get(__response__, 'detailed_status'),
|
|
401
|
+
detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
|
|
402
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
403
|
+
id=pulumi.get(__response__, 'id'),
|
|
404
|
+
location=pulumi.get(__response__, 'location'),
|
|
405
|
+
management_ipv4_address=pulumi.get(__response__, 'management_ipv4_address'),
|
|
406
|
+
manufacturer=pulumi.get(__response__, 'manufacturer'),
|
|
407
|
+
model=pulumi.get(__response__, 'model'),
|
|
408
|
+
name=pulumi.get(__response__, 'name'),
|
|
409
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
410
|
+
rack_id=pulumi.get(__response__, 'rack_id'),
|
|
411
|
+
rack_slot=pulumi.get(__response__, 'rack_slot'),
|
|
412
|
+
remote_vendor_management_feature=pulumi.get(__response__, 'remote_vendor_management_feature'),
|
|
413
|
+
remote_vendor_management_status=pulumi.get(__response__, 'remote_vendor_management_status'),
|
|
414
|
+
secret_rotation_status=pulumi.get(__response__, 'secret_rotation_status'),
|
|
415
|
+
serial_number=pulumi.get(__response__, 'serial_number'),
|
|
416
|
+
storage_appliance_sku_id=pulumi.get(__response__, 'storage_appliance_sku_id'),
|
|
417
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
418
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
419
|
+
type=pulumi.get(__response__, 'type'),
|
|
420
|
+
version=pulumi.get(__response__, 'version')))
|