pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1736153496__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 +0 -42
- pulumi_azure_native/azurestackhci/__init__.py +0 -3
- 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/networkcloud/__init__.py +0 -3
- 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/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.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/RECORD +214 -278
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
- pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/top_level.txt +0 -0
|
@@ -1,471 +0,0 @@
|
|
|
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
|
-
|
|
19
|
-
__all__ = ['UpdateSummaryArgs', 'UpdateSummary']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class UpdateSummaryArgs:
|
|
23
|
-
def __init__(__self__, *,
|
|
24
|
-
cluster_name: pulumi.Input[str],
|
|
25
|
-
resource_group_name: pulumi.Input[str],
|
|
26
|
-
current_oem_version: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
current_sbe_version: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
current_version: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
hardware_model: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
health_check_date: Optional[pulumi.Input[str]] = None,
|
|
31
|
-
last_checked: Optional[pulumi.Input[str]] = None,
|
|
32
|
-
last_updated: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
34
|
-
oem_family: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
state: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]] = None):
|
|
36
|
-
"""
|
|
37
|
-
The set of arguments for constructing a UpdateSummary resource.
|
|
38
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
39
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
40
|
-
:param pulumi.Input[str] current_oem_version: Current OEM Version.
|
|
41
|
-
:param pulumi.Input[str] current_sbe_version: Current Sbe version of the stamp.
|
|
42
|
-
:param pulumi.Input[str] current_version: Current Solution Bundle version of the stamp.
|
|
43
|
-
:param pulumi.Input[str] hardware_model: Name of the hardware model.
|
|
44
|
-
:param pulumi.Input[str] health_check_date: Last time the package-specific checks were run.
|
|
45
|
-
:param pulumi.Input[str] last_checked: Last time the update service successfully checked for updates
|
|
46
|
-
:param pulumi.Input[str] last_updated: Last time an update installation completed successfully.
|
|
47
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
48
|
-
:param pulumi.Input[str] oem_family: OEM family name.
|
|
49
|
-
:param pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']] state: Overall update state of the stamp.
|
|
50
|
-
"""
|
|
51
|
-
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
52
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
53
|
-
if current_oem_version is not None:
|
|
54
|
-
pulumi.set(__self__, "current_oem_version", current_oem_version)
|
|
55
|
-
if current_sbe_version is not None:
|
|
56
|
-
pulumi.set(__self__, "current_sbe_version", current_sbe_version)
|
|
57
|
-
if current_version is not None:
|
|
58
|
-
pulumi.set(__self__, "current_version", current_version)
|
|
59
|
-
if hardware_model is not None:
|
|
60
|
-
pulumi.set(__self__, "hardware_model", hardware_model)
|
|
61
|
-
if health_check_date is not None:
|
|
62
|
-
pulumi.set(__self__, "health_check_date", health_check_date)
|
|
63
|
-
if last_checked is not None:
|
|
64
|
-
pulumi.set(__self__, "last_checked", last_checked)
|
|
65
|
-
if last_updated is not None:
|
|
66
|
-
pulumi.set(__self__, "last_updated", last_updated)
|
|
67
|
-
if location is not None:
|
|
68
|
-
pulumi.set(__self__, "location", location)
|
|
69
|
-
if oem_family is not None:
|
|
70
|
-
pulumi.set(__self__, "oem_family", oem_family)
|
|
71
|
-
if state is not None:
|
|
72
|
-
pulumi.set(__self__, "state", state)
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter(name="clusterName")
|
|
76
|
-
def cluster_name(self) -> pulumi.Input[str]:
|
|
77
|
-
"""
|
|
78
|
-
The name of the cluster.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "cluster_name")
|
|
81
|
-
|
|
82
|
-
@cluster_name.setter
|
|
83
|
-
def cluster_name(self, value: pulumi.Input[str]):
|
|
84
|
-
pulumi.set(self, "cluster_name", value)
|
|
85
|
-
|
|
86
|
-
@property
|
|
87
|
-
@pulumi.getter(name="resourceGroupName")
|
|
88
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
89
|
-
"""
|
|
90
|
-
The name of the resource group. The name is case insensitive.
|
|
91
|
-
"""
|
|
92
|
-
return pulumi.get(self, "resource_group_name")
|
|
93
|
-
|
|
94
|
-
@resource_group_name.setter
|
|
95
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
96
|
-
pulumi.set(self, "resource_group_name", value)
|
|
97
|
-
|
|
98
|
-
@property
|
|
99
|
-
@pulumi.getter(name="currentOemVersion")
|
|
100
|
-
def current_oem_version(self) -> Optional[pulumi.Input[str]]:
|
|
101
|
-
"""
|
|
102
|
-
Current OEM Version.
|
|
103
|
-
"""
|
|
104
|
-
return pulumi.get(self, "current_oem_version")
|
|
105
|
-
|
|
106
|
-
@current_oem_version.setter
|
|
107
|
-
def current_oem_version(self, value: Optional[pulumi.Input[str]]):
|
|
108
|
-
pulumi.set(self, "current_oem_version", value)
|
|
109
|
-
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter(name="currentSbeVersion")
|
|
112
|
-
def current_sbe_version(self) -> Optional[pulumi.Input[str]]:
|
|
113
|
-
"""
|
|
114
|
-
Current Sbe version of the stamp.
|
|
115
|
-
"""
|
|
116
|
-
return pulumi.get(self, "current_sbe_version")
|
|
117
|
-
|
|
118
|
-
@current_sbe_version.setter
|
|
119
|
-
def current_sbe_version(self, value: Optional[pulumi.Input[str]]):
|
|
120
|
-
pulumi.set(self, "current_sbe_version", value)
|
|
121
|
-
|
|
122
|
-
@property
|
|
123
|
-
@pulumi.getter(name="currentVersion")
|
|
124
|
-
def current_version(self) -> Optional[pulumi.Input[str]]:
|
|
125
|
-
"""
|
|
126
|
-
Current Solution Bundle version of the stamp.
|
|
127
|
-
"""
|
|
128
|
-
return pulumi.get(self, "current_version")
|
|
129
|
-
|
|
130
|
-
@current_version.setter
|
|
131
|
-
def current_version(self, value: Optional[pulumi.Input[str]]):
|
|
132
|
-
pulumi.set(self, "current_version", value)
|
|
133
|
-
|
|
134
|
-
@property
|
|
135
|
-
@pulumi.getter(name="hardwareModel")
|
|
136
|
-
def hardware_model(self) -> Optional[pulumi.Input[str]]:
|
|
137
|
-
"""
|
|
138
|
-
Name of the hardware model.
|
|
139
|
-
"""
|
|
140
|
-
return pulumi.get(self, "hardware_model")
|
|
141
|
-
|
|
142
|
-
@hardware_model.setter
|
|
143
|
-
def hardware_model(self, value: Optional[pulumi.Input[str]]):
|
|
144
|
-
pulumi.set(self, "hardware_model", value)
|
|
145
|
-
|
|
146
|
-
@property
|
|
147
|
-
@pulumi.getter(name="healthCheckDate")
|
|
148
|
-
def health_check_date(self) -> Optional[pulumi.Input[str]]:
|
|
149
|
-
"""
|
|
150
|
-
Last time the package-specific checks were run.
|
|
151
|
-
"""
|
|
152
|
-
return pulumi.get(self, "health_check_date")
|
|
153
|
-
|
|
154
|
-
@health_check_date.setter
|
|
155
|
-
def health_check_date(self, value: Optional[pulumi.Input[str]]):
|
|
156
|
-
pulumi.set(self, "health_check_date", value)
|
|
157
|
-
|
|
158
|
-
@property
|
|
159
|
-
@pulumi.getter(name="lastChecked")
|
|
160
|
-
def last_checked(self) -> Optional[pulumi.Input[str]]:
|
|
161
|
-
"""
|
|
162
|
-
Last time the update service successfully checked for updates
|
|
163
|
-
"""
|
|
164
|
-
return pulumi.get(self, "last_checked")
|
|
165
|
-
|
|
166
|
-
@last_checked.setter
|
|
167
|
-
def last_checked(self, value: Optional[pulumi.Input[str]]):
|
|
168
|
-
pulumi.set(self, "last_checked", value)
|
|
169
|
-
|
|
170
|
-
@property
|
|
171
|
-
@pulumi.getter(name="lastUpdated")
|
|
172
|
-
def last_updated(self) -> Optional[pulumi.Input[str]]:
|
|
173
|
-
"""
|
|
174
|
-
Last time an update installation completed successfully.
|
|
175
|
-
"""
|
|
176
|
-
return pulumi.get(self, "last_updated")
|
|
177
|
-
|
|
178
|
-
@last_updated.setter
|
|
179
|
-
def last_updated(self, value: Optional[pulumi.Input[str]]):
|
|
180
|
-
pulumi.set(self, "last_updated", value)
|
|
181
|
-
|
|
182
|
-
@property
|
|
183
|
-
@pulumi.getter
|
|
184
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
185
|
-
"""
|
|
186
|
-
The geo-location where the resource lives
|
|
187
|
-
"""
|
|
188
|
-
return pulumi.get(self, "location")
|
|
189
|
-
|
|
190
|
-
@location.setter
|
|
191
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
192
|
-
pulumi.set(self, "location", value)
|
|
193
|
-
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter(name="oemFamily")
|
|
196
|
-
def oem_family(self) -> Optional[pulumi.Input[str]]:
|
|
197
|
-
"""
|
|
198
|
-
OEM family name.
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "oem_family")
|
|
201
|
-
|
|
202
|
-
@oem_family.setter
|
|
203
|
-
def oem_family(self, value: Optional[pulumi.Input[str]]):
|
|
204
|
-
pulumi.set(self, "oem_family", value)
|
|
205
|
-
|
|
206
|
-
@property
|
|
207
|
-
@pulumi.getter
|
|
208
|
-
def state(self) -> Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]]:
|
|
209
|
-
"""
|
|
210
|
-
Overall update state of the stamp.
|
|
211
|
-
"""
|
|
212
|
-
return pulumi.get(self, "state")
|
|
213
|
-
|
|
214
|
-
@state.setter
|
|
215
|
-
def state(self, value: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]]):
|
|
216
|
-
pulumi.set(self, "state", value)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
class UpdateSummary(pulumi.CustomResource):
|
|
220
|
-
@overload
|
|
221
|
-
def __init__(__self__,
|
|
222
|
-
resource_name: str,
|
|
223
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
224
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
225
|
-
current_oem_version: Optional[pulumi.Input[str]] = None,
|
|
226
|
-
current_sbe_version: Optional[pulumi.Input[str]] = None,
|
|
227
|
-
current_version: Optional[pulumi.Input[str]] = None,
|
|
228
|
-
hardware_model: Optional[pulumi.Input[str]] = None,
|
|
229
|
-
health_check_date: Optional[pulumi.Input[str]] = None,
|
|
230
|
-
last_checked: Optional[pulumi.Input[str]] = None,
|
|
231
|
-
last_updated: Optional[pulumi.Input[str]] = None,
|
|
232
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
233
|
-
oem_family: Optional[pulumi.Input[str]] = None,
|
|
234
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
235
|
-
state: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]] = None,
|
|
236
|
-
__props__=None):
|
|
237
|
-
"""
|
|
238
|
-
Get the update summaries for the cluster
|
|
239
|
-
|
|
240
|
-
:param str resource_name: The name of the resource.
|
|
241
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
242
|
-
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
243
|
-
:param pulumi.Input[str] current_oem_version: Current OEM Version.
|
|
244
|
-
:param pulumi.Input[str] current_sbe_version: Current Sbe version of the stamp.
|
|
245
|
-
:param pulumi.Input[str] current_version: Current Solution Bundle version of the stamp.
|
|
246
|
-
:param pulumi.Input[str] hardware_model: Name of the hardware model.
|
|
247
|
-
:param pulumi.Input[str] health_check_date: Last time the package-specific checks were run.
|
|
248
|
-
:param pulumi.Input[str] last_checked: Last time the update service successfully checked for updates
|
|
249
|
-
:param pulumi.Input[str] last_updated: Last time an update installation completed successfully.
|
|
250
|
-
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
251
|
-
:param pulumi.Input[str] oem_family: OEM family name.
|
|
252
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
253
|
-
:param pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']] state: Overall update state of the stamp.
|
|
254
|
-
"""
|
|
255
|
-
...
|
|
256
|
-
@overload
|
|
257
|
-
def __init__(__self__,
|
|
258
|
-
resource_name: str,
|
|
259
|
-
args: UpdateSummaryArgs,
|
|
260
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
261
|
-
"""
|
|
262
|
-
Get the update summaries for the cluster
|
|
263
|
-
|
|
264
|
-
:param str resource_name: The name of the resource.
|
|
265
|
-
:param UpdateSummaryArgs args: The arguments to use to populate this resource's properties.
|
|
266
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
267
|
-
"""
|
|
268
|
-
...
|
|
269
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
270
|
-
resource_args, opts = _utilities.get_resource_args_opts(UpdateSummaryArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
271
|
-
if resource_args is not None:
|
|
272
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
273
|
-
else:
|
|
274
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
275
|
-
|
|
276
|
-
def _internal_init(__self__,
|
|
277
|
-
resource_name: str,
|
|
278
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
279
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
280
|
-
current_oem_version: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
current_sbe_version: Optional[pulumi.Input[str]] = None,
|
|
282
|
-
current_version: Optional[pulumi.Input[str]] = None,
|
|
283
|
-
hardware_model: Optional[pulumi.Input[str]] = None,
|
|
284
|
-
health_check_date: Optional[pulumi.Input[str]] = None,
|
|
285
|
-
last_checked: Optional[pulumi.Input[str]] = None,
|
|
286
|
-
last_updated: Optional[pulumi.Input[str]] = None,
|
|
287
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
288
|
-
oem_family: Optional[pulumi.Input[str]] = None,
|
|
289
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
290
|
-
state: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]] = None,
|
|
291
|
-
__props__=None):
|
|
292
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
293
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
294
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
295
|
-
if opts.id is None:
|
|
296
|
-
if __props__ is not None:
|
|
297
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
298
|
-
__props__ = UpdateSummaryArgs.__new__(UpdateSummaryArgs)
|
|
299
|
-
|
|
300
|
-
if cluster_name is None and not opts.urn:
|
|
301
|
-
raise TypeError("Missing required property 'cluster_name'")
|
|
302
|
-
__props__.__dict__["cluster_name"] = cluster_name
|
|
303
|
-
__props__.__dict__["current_oem_version"] = current_oem_version
|
|
304
|
-
__props__.__dict__["current_sbe_version"] = current_sbe_version
|
|
305
|
-
__props__.__dict__["current_version"] = current_version
|
|
306
|
-
__props__.__dict__["hardware_model"] = hardware_model
|
|
307
|
-
__props__.__dict__["health_check_date"] = health_check_date
|
|
308
|
-
__props__.__dict__["last_checked"] = last_checked
|
|
309
|
-
__props__.__dict__["last_updated"] = last_updated
|
|
310
|
-
__props__.__dict__["location"] = location
|
|
311
|
-
__props__.__dict__["oem_family"] = oem_family
|
|
312
|
-
if resource_group_name is None and not opts.urn:
|
|
313
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
314
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
315
|
-
__props__.__dict__["state"] = state
|
|
316
|
-
__props__.__dict__["name"] = None
|
|
317
|
-
__props__.__dict__["provisioning_state"] = None
|
|
318
|
-
__props__.__dict__["system_data"] = None
|
|
319
|
-
__props__.__dict__["type"] = None
|
|
320
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:UpdateSummary")])
|
|
321
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
322
|
-
super(UpdateSummary, __self__).__init__(
|
|
323
|
-
'azure-native:azurestackhci/v20241201preview:UpdateSummary',
|
|
324
|
-
resource_name,
|
|
325
|
-
__props__,
|
|
326
|
-
opts)
|
|
327
|
-
|
|
328
|
-
@staticmethod
|
|
329
|
-
def get(resource_name: str,
|
|
330
|
-
id: pulumi.Input[str],
|
|
331
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'UpdateSummary':
|
|
332
|
-
"""
|
|
333
|
-
Get an existing UpdateSummary resource's state with the given name, id, and optional extra
|
|
334
|
-
properties used to qualify the lookup.
|
|
335
|
-
|
|
336
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
337
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
338
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
339
|
-
"""
|
|
340
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
341
|
-
|
|
342
|
-
__props__ = UpdateSummaryArgs.__new__(UpdateSummaryArgs)
|
|
343
|
-
|
|
344
|
-
__props__.__dict__["current_oem_version"] = None
|
|
345
|
-
__props__.__dict__["current_sbe_version"] = None
|
|
346
|
-
__props__.__dict__["current_version"] = None
|
|
347
|
-
__props__.__dict__["hardware_model"] = None
|
|
348
|
-
__props__.__dict__["health_check_date"] = None
|
|
349
|
-
__props__.__dict__["last_checked"] = None
|
|
350
|
-
__props__.__dict__["last_updated"] = None
|
|
351
|
-
__props__.__dict__["location"] = None
|
|
352
|
-
__props__.__dict__["name"] = None
|
|
353
|
-
__props__.__dict__["oem_family"] = None
|
|
354
|
-
__props__.__dict__["provisioning_state"] = None
|
|
355
|
-
__props__.__dict__["state"] = None
|
|
356
|
-
__props__.__dict__["system_data"] = None
|
|
357
|
-
__props__.__dict__["type"] = None
|
|
358
|
-
return UpdateSummary(resource_name, opts=opts, __props__=__props__)
|
|
359
|
-
|
|
360
|
-
@property
|
|
361
|
-
@pulumi.getter(name="currentOemVersion")
|
|
362
|
-
def current_oem_version(self) -> pulumi.Output[Optional[str]]:
|
|
363
|
-
"""
|
|
364
|
-
Current OEM Version.
|
|
365
|
-
"""
|
|
366
|
-
return pulumi.get(self, "current_oem_version")
|
|
367
|
-
|
|
368
|
-
@property
|
|
369
|
-
@pulumi.getter(name="currentSbeVersion")
|
|
370
|
-
def current_sbe_version(self) -> pulumi.Output[Optional[str]]:
|
|
371
|
-
"""
|
|
372
|
-
Current Sbe version of the stamp.
|
|
373
|
-
"""
|
|
374
|
-
return pulumi.get(self, "current_sbe_version")
|
|
375
|
-
|
|
376
|
-
@property
|
|
377
|
-
@pulumi.getter(name="currentVersion")
|
|
378
|
-
def current_version(self) -> pulumi.Output[Optional[str]]:
|
|
379
|
-
"""
|
|
380
|
-
Current Solution Bundle version of the stamp.
|
|
381
|
-
"""
|
|
382
|
-
return pulumi.get(self, "current_version")
|
|
383
|
-
|
|
384
|
-
@property
|
|
385
|
-
@pulumi.getter(name="hardwareModel")
|
|
386
|
-
def hardware_model(self) -> pulumi.Output[Optional[str]]:
|
|
387
|
-
"""
|
|
388
|
-
Name of the hardware model.
|
|
389
|
-
"""
|
|
390
|
-
return pulumi.get(self, "hardware_model")
|
|
391
|
-
|
|
392
|
-
@property
|
|
393
|
-
@pulumi.getter(name="healthCheckDate")
|
|
394
|
-
def health_check_date(self) -> pulumi.Output[Optional[str]]:
|
|
395
|
-
"""
|
|
396
|
-
Last time the package-specific checks were run.
|
|
397
|
-
"""
|
|
398
|
-
return pulumi.get(self, "health_check_date")
|
|
399
|
-
|
|
400
|
-
@property
|
|
401
|
-
@pulumi.getter(name="lastChecked")
|
|
402
|
-
def last_checked(self) -> pulumi.Output[Optional[str]]:
|
|
403
|
-
"""
|
|
404
|
-
Last time the update service successfully checked for updates
|
|
405
|
-
"""
|
|
406
|
-
return pulumi.get(self, "last_checked")
|
|
407
|
-
|
|
408
|
-
@property
|
|
409
|
-
@pulumi.getter(name="lastUpdated")
|
|
410
|
-
def last_updated(self) -> pulumi.Output[Optional[str]]:
|
|
411
|
-
"""
|
|
412
|
-
Last time an update installation completed successfully.
|
|
413
|
-
"""
|
|
414
|
-
return pulumi.get(self, "last_updated")
|
|
415
|
-
|
|
416
|
-
@property
|
|
417
|
-
@pulumi.getter
|
|
418
|
-
def location(self) -> pulumi.Output[Optional[str]]:
|
|
419
|
-
"""
|
|
420
|
-
The geo-location where the resource lives
|
|
421
|
-
"""
|
|
422
|
-
return pulumi.get(self, "location")
|
|
423
|
-
|
|
424
|
-
@property
|
|
425
|
-
@pulumi.getter
|
|
426
|
-
def name(self) -> pulumi.Output[str]:
|
|
427
|
-
"""
|
|
428
|
-
The name of the resource
|
|
429
|
-
"""
|
|
430
|
-
return pulumi.get(self, "name")
|
|
431
|
-
|
|
432
|
-
@property
|
|
433
|
-
@pulumi.getter(name="oemFamily")
|
|
434
|
-
def oem_family(self) -> pulumi.Output[Optional[str]]:
|
|
435
|
-
"""
|
|
436
|
-
OEM family name.
|
|
437
|
-
"""
|
|
438
|
-
return pulumi.get(self, "oem_family")
|
|
439
|
-
|
|
440
|
-
@property
|
|
441
|
-
@pulumi.getter(name="provisioningState")
|
|
442
|
-
def provisioning_state(self) -> pulumi.Output[str]:
|
|
443
|
-
"""
|
|
444
|
-
Provisioning state of the UpdateSummaries proxy resource.
|
|
445
|
-
"""
|
|
446
|
-
return pulumi.get(self, "provisioning_state")
|
|
447
|
-
|
|
448
|
-
@property
|
|
449
|
-
@pulumi.getter
|
|
450
|
-
def state(self) -> pulumi.Output[Optional[str]]:
|
|
451
|
-
"""
|
|
452
|
-
Overall update state of the stamp.
|
|
453
|
-
"""
|
|
454
|
-
return pulumi.get(self, "state")
|
|
455
|
-
|
|
456
|
-
@property
|
|
457
|
-
@pulumi.getter(name="systemData")
|
|
458
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
459
|
-
"""
|
|
460
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
461
|
-
"""
|
|
462
|
-
return pulumi.get(self, "system_data")
|
|
463
|
-
|
|
464
|
-
@property
|
|
465
|
-
@pulumi.getter
|
|
466
|
-
def type(self) -> pulumi.Output[str]:
|
|
467
|
-
"""
|
|
468
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
469
|
-
"""
|
|
470
|
-
return pulumi.get(self, "type")
|
|
471
|
-
|
|
@@ -1,46 +0,0 @@
|
|
|
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
|
-
from ... import _utilities
|
|
6
|
-
import typing
|
|
7
|
-
# Export this package's modules as members:
|
|
8
|
-
from ._enums import *
|
|
9
|
-
from .agent_pool import *
|
|
10
|
-
from .bare_metal_machine import *
|
|
11
|
-
from .bare_metal_machine_key_set import *
|
|
12
|
-
from .bmc_key_set import *
|
|
13
|
-
from .cloud_services_network import *
|
|
14
|
-
from .cluster import *
|
|
15
|
-
from .cluster_manager import *
|
|
16
|
-
from .console import *
|
|
17
|
-
from .get_agent_pool import *
|
|
18
|
-
from .get_bare_metal_machine import *
|
|
19
|
-
from .get_bare_metal_machine_key_set import *
|
|
20
|
-
from .get_bmc_key_set import *
|
|
21
|
-
from .get_cloud_services_network import *
|
|
22
|
-
from .get_cluster import *
|
|
23
|
-
from .get_cluster_manager import *
|
|
24
|
-
from .get_console import *
|
|
25
|
-
from .get_kubernetes_cluster import *
|
|
26
|
-
from .get_kubernetes_cluster_feature import *
|
|
27
|
-
from .get_l2_network import *
|
|
28
|
-
from .get_l3_network import *
|
|
29
|
-
from .get_metrics_configuration import *
|
|
30
|
-
from .get_rack import *
|
|
31
|
-
from .get_storage_appliance import *
|
|
32
|
-
from .get_trunked_network import *
|
|
33
|
-
from .get_virtual_machine import *
|
|
34
|
-
from .get_volume import *
|
|
35
|
-
from .kubernetes_cluster import *
|
|
36
|
-
from .kubernetes_cluster_feature import *
|
|
37
|
-
from .l2_network import *
|
|
38
|
-
from .l3_network import *
|
|
39
|
-
from .metrics_configuration import *
|
|
40
|
-
from .rack import *
|
|
41
|
-
from .storage_appliance import *
|
|
42
|
-
from .trunked_network import *
|
|
43
|
-
from .virtual_machine import *
|
|
44
|
-
from .volume import *
|
|
45
|
-
from ._inputs import *
|
|
46
|
-
from . import outputs
|