pulumi-azure-native 2.80.0a1735629569__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.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,536 @@
|
|
|
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 ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['StorageApplianceArgs', 'StorageAppliance']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class StorageApplianceArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
administrator_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
|
|
25
|
+
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
26
|
+
rack_id: pulumi.Input[str],
|
|
27
|
+
rack_slot: pulumi.Input[float],
|
|
28
|
+
resource_group_name: pulumi.Input[str],
|
|
29
|
+
serial_number: pulumi.Input[str],
|
|
30
|
+
storage_appliance_sku_id: pulumi.Input[str],
|
|
31
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
storage_appliance_name: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
34
|
+
"""
|
|
35
|
+
The set of arguments for constructing a StorageAppliance resource.
|
|
36
|
+
:param pulumi.Input['AdministrativeCredentialsArgs'] administrator_credentials: The credentials of the administrative interface on this storage appliance.
|
|
37
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster associated with the resource.
|
|
38
|
+
:param pulumi.Input[str] rack_id: The resource ID of the rack where this storage appliance resides.
|
|
39
|
+
:param pulumi.Input[float] rack_slot: The slot the storage appliance is in the rack based on the BOM configuration.
|
|
40
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
41
|
+
:param pulumi.Input[str] serial_number: The serial number for the storage appliance.
|
|
42
|
+
:param pulumi.Input[str] storage_appliance_sku_id: The SKU for the storage appliance.
|
|
43
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
44
|
+
:param pulumi.Input[str] storage_appliance_name: The name of the storage appliance.
|
|
45
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
46
|
+
"""
|
|
47
|
+
pulumi.set(__self__, "administrator_credentials", administrator_credentials)
|
|
48
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
49
|
+
pulumi.set(__self__, "rack_id", rack_id)
|
|
50
|
+
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
51
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
52
|
+
pulumi.set(__self__, "serial_number", serial_number)
|
|
53
|
+
pulumi.set(__self__, "storage_appliance_sku_id", storage_appliance_sku_id)
|
|
54
|
+
if location is not None:
|
|
55
|
+
pulumi.set(__self__, "location", location)
|
|
56
|
+
if storage_appliance_name is not None:
|
|
57
|
+
pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
|
|
58
|
+
if tags is not None:
|
|
59
|
+
pulumi.set(__self__, "tags", tags)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="administratorCredentials")
|
|
63
|
+
def administrator_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
|
|
64
|
+
"""
|
|
65
|
+
The credentials of the administrative interface on this storage appliance.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "administrator_credentials")
|
|
68
|
+
|
|
69
|
+
@administrator_credentials.setter
|
|
70
|
+
def administrator_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
|
|
71
|
+
pulumi.set(self, "administrator_credentials", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="extendedLocation")
|
|
75
|
+
def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
|
|
76
|
+
"""
|
|
77
|
+
The extended location of the cluster associated with the resource.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "extended_location")
|
|
80
|
+
|
|
81
|
+
@extended_location.setter
|
|
82
|
+
def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
|
|
83
|
+
pulumi.set(self, "extended_location", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="rackId")
|
|
87
|
+
def rack_id(self) -> pulumi.Input[str]:
|
|
88
|
+
"""
|
|
89
|
+
The resource ID of the rack where this storage appliance resides.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "rack_id")
|
|
92
|
+
|
|
93
|
+
@rack_id.setter
|
|
94
|
+
def rack_id(self, value: pulumi.Input[str]):
|
|
95
|
+
pulumi.set(self, "rack_id", value)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="rackSlot")
|
|
99
|
+
def rack_slot(self) -> pulumi.Input[float]:
|
|
100
|
+
"""
|
|
101
|
+
The slot the storage appliance is in the rack based on the BOM configuration.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "rack_slot")
|
|
104
|
+
|
|
105
|
+
@rack_slot.setter
|
|
106
|
+
def rack_slot(self, value: pulumi.Input[float]):
|
|
107
|
+
pulumi.set(self, "rack_slot", value)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="resourceGroupName")
|
|
111
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
112
|
+
"""
|
|
113
|
+
The name of the resource group. The name is case insensitive.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "resource_group_name")
|
|
116
|
+
|
|
117
|
+
@resource_group_name.setter
|
|
118
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
119
|
+
pulumi.set(self, "resource_group_name", value)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="serialNumber")
|
|
123
|
+
def serial_number(self) -> pulumi.Input[str]:
|
|
124
|
+
"""
|
|
125
|
+
The serial number for the storage appliance.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "serial_number")
|
|
128
|
+
|
|
129
|
+
@serial_number.setter
|
|
130
|
+
def serial_number(self, value: pulumi.Input[str]):
|
|
131
|
+
pulumi.set(self, "serial_number", value)
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="storageApplianceSkuId")
|
|
135
|
+
def storage_appliance_sku_id(self) -> pulumi.Input[str]:
|
|
136
|
+
"""
|
|
137
|
+
The SKU for the storage appliance.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "storage_appliance_sku_id")
|
|
140
|
+
|
|
141
|
+
@storage_appliance_sku_id.setter
|
|
142
|
+
def storage_appliance_sku_id(self, value: pulumi.Input[str]):
|
|
143
|
+
pulumi.set(self, "storage_appliance_sku_id", value)
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
148
|
+
"""
|
|
149
|
+
The geo-location where the resource lives
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "location")
|
|
152
|
+
|
|
153
|
+
@location.setter
|
|
154
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
155
|
+
pulumi.set(self, "location", value)
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="storageApplianceName")
|
|
159
|
+
def storage_appliance_name(self) -> Optional[pulumi.Input[str]]:
|
|
160
|
+
"""
|
|
161
|
+
The name of the storage appliance.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "storage_appliance_name")
|
|
164
|
+
|
|
165
|
+
@storage_appliance_name.setter
|
|
166
|
+
def storage_appliance_name(self, value: Optional[pulumi.Input[str]]):
|
|
167
|
+
pulumi.set(self, "storage_appliance_name", value)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter
|
|
171
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
172
|
+
"""
|
|
173
|
+
Resource tags.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "tags")
|
|
176
|
+
|
|
177
|
+
@tags.setter
|
|
178
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
179
|
+
pulumi.set(self, "tags", value)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
class StorageAppliance(pulumi.CustomResource):
|
|
183
|
+
@overload
|
|
184
|
+
def __init__(__self__,
|
|
185
|
+
resource_name: str,
|
|
186
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
187
|
+
administrator_credentials: Optional[pulumi.Input[Union['AdministrativeCredentialsArgs', 'AdministrativeCredentialsArgsDict']]] = None,
|
|
188
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
189
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
rack_id: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
rack_slot: Optional[pulumi.Input[float]] = None,
|
|
192
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
serial_number: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
storage_appliance_name: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
storage_appliance_sku_id: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
197
|
+
__props__=None):
|
|
198
|
+
"""
|
|
199
|
+
Create a StorageAppliance resource with the given unique name, props, and options.
|
|
200
|
+
:param str resource_name: The name of the resource.
|
|
201
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
202
|
+
:param pulumi.Input[Union['AdministrativeCredentialsArgs', 'AdministrativeCredentialsArgsDict']] administrator_credentials: The credentials of the administrative interface on this storage appliance.
|
|
203
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster associated with the resource.
|
|
204
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
205
|
+
:param pulumi.Input[str] rack_id: The resource ID of the rack where this storage appliance resides.
|
|
206
|
+
:param pulumi.Input[float] rack_slot: The slot the storage appliance is in the rack based on the BOM configuration.
|
|
207
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
208
|
+
:param pulumi.Input[str] serial_number: The serial number for the storage appliance.
|
|
209
|
+
:param pulumi.Input[str] storage_appliance_name: The name of the storage appliance.
|
|
210
|
+
:param pulumi.Input[str] storage_appliance_sku_id: The SKU for the storage appliance.
|
|
211
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
212
|
+
"""
|
|
213
|
+
...
|
|
214
|
+
@overload
|
|
215
|
+
def __init__(__self__,
|
|
216
|
+
resource_name: str,
|
|
217
|
+
args: StorageApplianceArgs,
|
|
218
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
219
|
+
"""
|
|
220
|
+
Create a StorageAppliance resource with the given unique name, props, and options.
|
|
221
|
+
:param str resource_name: The name of the resource.
|
|
222
|
+
:param StorageApplianceArgs args: The arguments to use to populate this resource's properties.
|
|
223
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
224
|
+
"""
|
|
225
|
+
...
|
|
226
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
227
|
+
resource_args, opts = _utilities.get_resource_args_opts(StorageApplianceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
228
|
+
if resource_args is not None:
|
|
229
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
230
|
+
else:
|
|
231
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
232
|
+
|
|
233
|
+
def _internal_init(__self__,
|
|
234
|
+
resource_name: str,
|
|
235
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
236
|
+
administrator_credentials: Optional[pulumi.Input[Union['AdministrativeCredentialsArgs', 'AdministrativeCredentialsArgsDict']]] = None,
|
|
237
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
238
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
239
|
+
rack_id: Optional[pulumi.Input[str]] = None,
|
|
240
|
+
rack_slot: Optional[pulumi.Input[float]] = None,
|
|
241
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
242
|
+
serial_number: Optional[pulumi.Input[str]] = None,
|
|
243
|
+
storage_appliance_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
storage_appliance_sku_id: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
246
|
+
__props__=None):
|
|
247
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
248
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
249
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
250
|
+
if opts.id is None:
|
|
251
|
+
if __props__ is not None:
|
|
252
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
253
|
+
__props__ = StorageApplianceArgs.__new__(StorageApplianceArgs)
|
|
254
|
+
|
|
255
|
+
if administrator_credentials is None and not opts.urn:
|
|
256
|
+
raise TypeError("Missing required property 'administrator_credentials'")
|
|
257
|
+
__props__.__dict__["administrator_credentials"] = administrator_credentials
|
|
258
|
+
if extended_location is None and not opts.urn:
|
|
259
|
+
raise TypeError("Missing required property 'extended_location'")
|
|
260
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
261
|
+
__props__.__dict__["location"] = location
|
|
262
|
+
if rack_id is None and not opts.urn:
|
|
263
|
+
raise TypeError("Missing required property 'rack_id'")
|
|
264
|
+
__props__.__dict__["rack_id"] = rack_id
|
|
265
|
+
if rack_slot is None and not opts.urn:
|
|
266
|
+
raise TypeError("Missing required property 'rack_slot'")
|
|
267
|
+
__props__.__dict__["rack_slot"] = rack_slot
|
|
268
|
+
if resource_group_name is None and not opts.urn:
|
|
269
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
270
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
271
|
+
if serial_number is None and not opts.urn:
|
|
272
|
+
raise TypeError("Missing required property 'serial_number'")
|
|
273
|
+
__props__.__dict__["serial_number"] = serial_number
|
|
274
|
+
__props__.__dict__["storage_appliance_name"] = storage_appliance_name
|
|
275
|
+
if storage_appliance_sku_id is None and not opts.urn:
|
|
276
|
+
raise TypeError("Missing required property 'storage_appliance_sku_id'")
|
|
277
|
+
__props__.__dict__["storage_appliance_sku_id"] = storage_appliance_sku_id
|
|
278
|
+
__props__.__dict__["tags"] = tags
|
|
279
|
+
__props__.__dict__["capacity"] = None
|
|
280
|
+
__props__.__dict__["capacity_used"] = None
|
|
281
|
+
__props__.__dict__["cluster_id"] = None
|
|
282
|
+
__props__.__dict__["detailed_status"] = None
|
|
283
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
284
|
+
__props__.__dict__["management_ipv4_address"] = None
|
|
285
|
+
__props__.__dict__["manufacturer"] = None
|
|
286
|
+
__props__.__dict__["model"] = None
|
|
287
|
+
__props__.__dict__["name"] = None
|
|
288
|
+
__props__.__dict__["provisioning_state"] = None
|
|
289
|
+
__props__.__dict__["remote_vendor_management_feature"] = None
|
|
290
|
+
__props__.__dict__["remote_vendor_management_status"] = None
|
|
291
|
+
__props__.__dict__["secret_rotation_status"] = None
|
|
292
|
+
__props__.__dict__["system_data"] = None
|
|
293
|
+
__props__.__dict__["type"] = None
|
|
294
|
+
__props__.__dict__["version"] = None
|
|
295
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:StorageAppliance"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:StorageAppliance"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:StorageAppliance"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:StorageAppliance"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:StorageAppliance")])
|
|
296
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
297
|
+
super(StorageAppliance, __self__).__init__(
|
|
298
|
+
'azure-native:networkcloud/v20241001preview:StorageAppliance',
|
|
299
|
+
resource_name,
|
|
300
|
+
__props__,
|
|
301
|
+
opts)
|
|
302
|
+
|
|
303
|
+
@staticmethod
|
|
304
|
+
def get(resource_name: str,
|
|
305
|
+
id: pulumi.Input[str],
|
|
306
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'StorageAppliance':
|
|
307
|
+
"""
|
|
308
|
+
Get an existing StorageAppliance resource's state with the given name, id, and optional extra
|
|
309
|
+
properties used to qualify the lookup.
|
|
310
|
+
|
|
311
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
312
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
313
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
314
|
+
"""
|
|
315
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
316
|
+
|
|
317
|
+
__props__ = StorageApplianceArgs.__new__(StorageApplianceArgs)
|
|
318
|
+
|
|
319
|
+
__props__.__dict__["administrator_credentials"] = None
|
|
320
|
+
__props__.__dict__["capacity"] = None
|
|
321
|
+
__props__.__dict__["capacity_used"] = None
|
|
322
|
+
__props__.__dict__["cluster_id"] = None
|
|
323
|
+
__props__.__dict__["detailed_status"] = None
|
|
324
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
325
|
+
__props__.__dict__["extended_location"] = None
|
|
326
|
+
__props__.__dict__["location"] = None
|
|
327
|
+
__props__.__dict__["management_ipv4_address"] = None
|
|
328
|
+
__props__.__dict__["manufacturer"] = None
|
|
329
|
+
__props__.__dict__["model"] = None
|
|
330
|
+
__props__.__dict__["name"] = None
|
|
331
|
+
__props__.__dict__["provisioning_state"] = None
|
|
332
|
+
__props__.__dict__["rack_id"] = None
|
|
333
|
+
__props__.__dict__["rack_slot"] = None
|
|
334
|
+
__props__.__dict__["remote_vendor_management_feature"] = None
|
|
335
|
+
__props__.__dict__["remote_vendor_management_status"] = None
|
|
336
|
+
__props__.__dict__["secret_rotation_status"] = None
|
|
337
|
+
__props__.__dict__["serial_number"] = None
|
|
338
|
+
__props__.__dict__["storage_appliance_sku_id"] = None
|
|
339
|
+
__props__.__dict__["system_data"] = None
|
|
340
|
+
__props__.__dict__["tags"] = None
|
|
341
|
+
__props__.__dict__["type"] = None
|
|
342
|
+
__props__.__dict__["version"] = None
|
|
343
|
+
return StorageAppliance(resource_name, opts=opts, __props__=__props__)
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="administratorCredentials")
|
|
347
|
+
def administrator_credentials(self) -> pulumi.Output['outputs.AdministrativeCredentialsResponse']:
|
|
348
|
+
"""
|
|
349
|
+
The credentials of the administrative interface on this storage appliance.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "administrator_credentials")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter
|
|
355
|
+
def capacity(self) -> pulumi.Output[float]:
|
|
356
|
+
"""
|
|
357
|
+
The total capacity of the storage appliance. Measured in GiB.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "capacity")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="capacityUsed")
|
|
363
|
+
def capacity_used(self) -> pulumi.Output[float]:
|
|
364
|
+
"""
|
|
365
|
+
The amount of storage consumed.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "capacity_used")
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="clusterId")
|
|
371
|
+
def cluster_id(self) -> pulumi.Output[str]:
|
|
372
|
+
"""
|
|
373
|
+
The resource ID of the cluster this storage appliance is associated with. Measured in GiB.
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "cluster_id")
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="detailedStatus")
|
|
379
|
+
def detailed_status(self) -> pulumi.Output[str]:
|
|
380
|
+
"""
|
|
381
|
+
The detailed status of the storage appliance.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "detailed_status")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
387
|
+
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
388
|
+
"""
|
|
389
|
+
The descriptive message about the current detailed status.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "detailed_status_message")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="extendedLocation")
|
|
395
|
+
def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
396
|
+
"""
|
|
397
|
+
The extended location of the cluster associated with the resource.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "extended_location")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter
|
|
403
|
+
def location(self) -> pulumi.Output[str]:
|
|
404
|
+
"""
|
|
405
|
+
The geo-location where the resource lives
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "location")
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="managementIpv4Address")
|
|
411
|
+
def management_ipv4_address(self) -> pulumi.Output[str]:
|
|
412
|
+
"""
|
|
413
|
+
The endpoint for the management interface of the storage appliance.
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "management_ipv4_address")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter
|
|
419
|
+
def manufacturer(self) -> pulumi.Output[str]:
|
|
420
|
+
"""
|
|
421
|
+
The manufacturer of the storage appliance.
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "manufacturer")
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
@pulumi.getter
|
|
427
|
+
def model(self) -> pulumi.Output[str]:
|
|
428
|
+
"""
|
|
429
|
+
The model of the storage appliance.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "model")
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter
|
|
435
|
+
def name(self) -> pulumi.Output[str]:
|
|
436
|
+
"""
|
|
437
|
+
The name of the resource
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "name")
|
|
440
|
+
|
|
441
|
+
@property
|
|
442
|
+
@pulumi.getter(name="provisioningState")
|
|
443
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
444
|
+
"""
|
|
445
|
+
The provisioning state of the storage appliance.
|
|
446
|
+
"""
|
|
447
|
+
return pulumi.get(self, "provisioning_state")
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter(name="rackId")
|
|
451
|
+
def rack_id(self) -> pulumi.Output[str]:
|
|
452
|
+
"""
|
|
453
|
+
The resource ID of the rack where this storage appliance resides.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "rack_id")
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter(name="rackSlot")
|
|
459
|
+
def rack_slot(self) -> pulumi.Output[float]:
|
|
460
|
+
"""
|
|
461
|
+
The slot the storage appliance is in the rack based on the BOM configuration.
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "rack_slot")
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter(name="remoteVendorManagementFeature")
|
|
467
|
+
def remote_vendor_management_feature(self) -> pulumi.Output[str]:
|
|
468
|
+
"""
|
|
469
|
+
The indicator of whether the storage appliance supports remote vendor management.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "remote_vendor_management_feature")
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="remoteVendorManagementStatus")
|
|
475
|
+
def remote_vendor_management_status(self) -> pulumi.Output[str]:
|
|
476
|
+
"""
|
|
477
|
+
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "remote_vendor_management_status")
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter(name="secretRotationStatus")
|
|
483
|
+
def secret_rotation_status(self) -> pulumi.Output[Sequence['outputs.SecretRotationStatusResponse']]:
|
|
484
|
+
"""
|
|
485
|
+
The list of statuses that represent secret rotation activity.
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "secret_rotation_status")
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
@pulumi.getter(name="serialNumber")
|
|
491
|
+
def serial_number(self) -> pulumi.Output[str]:
|
|
492
|
+
"""
|
|
493
|
+
The serial number for the storage appliance.
|
|
494
|
+
"""
|
|
495
|
+
return pulumi.get(self, "serial_number")
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter(name="storageApplianceSkuId")
|
|
499
|
+
def storage_appliance_sku_id(self) -> pulumi.Output[str]:
|
|
500
|
+
"""
|
|
501
|
+
The SKU for the storage appliance.
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "storage_appliance_sku_id")
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter(name="systemData")
|
|
507
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
508
|
+
"""
|
|
509
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "system_data")
|
|
512
|
+
|
|
513
|
+
@property
|
|
514
|
+
@pulumi.getter
|
|
515
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
516
|
+
"""
|
|
517
|
+
Resource tags.
|
|
518
|
+
"""
|
|
519
|
+
return pulumi.get(self, "tags")
|
|
520
|
+
|
|
521
|
+
@property
|
|
522
|
+
@pulumi.getter
|
|
523
|
+
def type(self) -> pulumi.Output[str]:
|
|
524
|
+
"""
|
|
525
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
526
|
+
"""
|
|
527
|
+
return pulumi.get(self, "type")
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
@pulumi.getter
|
|
531
|
+
def version(self) -> pulumi.Output[str]:
|
|
532
|
+
"""
|
|
533
|
+
The version of the storage appliance.
|
|
534
|
+
"""
|
|
535
|
+
return pulumi.get(self, "version")
|
|
536
|
+
|