pulumi-azure-native 2.35.0__py3-none-any.whl → 2.35.1a1712567702__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 +73 -0
- pulumi_azure_native/azurearcdata/__init__.py +7 -0
- pulumi_azure_native/azurearcdata/_enums.py +12 -0
- pulumi_azure_native/azurearcdata/_inputs.py +399 -0
- pulumi_azure_native/azurearcdata/active_directory_connector.py +5 -1
- pulumi_azure_native/azurearcdata/data_controller.py +5 -1
- pulumi_azure_native/azurearcdata/failover_group.py +5 -1
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -0
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -0
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -0
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +164 -0
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +164 -0
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +138 -0
- pulumi_azure_native/azurearcdata/outputs.py +1047 -0
- pulumi_azure_native/azurearcdata/postgres_instance.py +5 -1
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +5 -1
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +276 -0
- pulumi_azure_native/azurearcdata/sql_server_database.py +5 -1
- pulumi_azure_native/azurearcdata/sql_server_instance.py +5 -1
- pulumi_azure_native/azurearcdata/v20230115preview/active_directory_connector.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/data_controller.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/failover_group.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/postgres_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_managed_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_server_database.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_server_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20240101/__init__.py +28 -0
- pulumi_azure_native/azurearcdata/v20240101/_enums.py +188 -0
- pulumi_azure_native/azurearcdata/v20240101/_inputs.py +3132 -0
- pulumi_azure_native/azurearcdata/v20240101/active_directory_connector.py +217 -0
- pulumi_azure_native/azurearcdata/v20240101/data_controller.py +283 -0
- pulumi_azure_native/azurearcdata/v20240101/failover_group.py +217 -0
- pulumi_azure_native/azurearcdata/v20240101/get_active_directory_connector.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/get_data_controller.py +170 -0
- pulumi_azure_native/azurearcdata/v20240101/get_failover_group.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/get_postgres_instance.py +183 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_managed_instance.py +183 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group_detail_view.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_database.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance.py +157 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance_telemetry.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/outputs.py +4225 -0
- pulumi_azure_native/azurearcdata/v20240101/postgres_instance.py +312 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_managed_instance.py +312 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_availability_group.py +274 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_database.py +275 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_instance.py +253 -0
- pulumi_azure_native/azuresphere/v20240401/list_catalog_deployments.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_device_groups.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_device_insights.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_devices.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/outputs.py +14 -1
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/data_collection_endpoint.py +5 -1
- pulumi_azure_native/insights/data_collection_rule.py +5 -1
- pulumi_azure_native/insights/data_collection_rule_association.py +5 -1
- pulumi_azure_native/insights/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/insights/get_data_collection_rule.py +4 -0
- pulumi_azure_native/insights/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/insights/v20220601/data_collection_endpoint.py +1 -1
- pulumi_azure_native/insights/v20220601/data_collection_rule.py +1 -1
- pulumi_azure_native/insights/v20220601/data_collection_rule_association.py +1 -1
- pulumi_azure_native/insights/v20230311/__init__.py +16 -0
- pulumi_azure_native/insights/v20230311/_enums.py +196 -0
- pulumi_azure_native/insights/v20230311/_inputs.py +2122 -0
- pulumi_azure_native/insights/v20230311/data_collection_endpoint.py +449 -0
- pulumi_azure_native/insights/v20230311/data_collection_rule.py +568 -0
- pulumi_azure_native/insights/v20230311/data_collection_rule_association.py +281 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_endpoint.py +313 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_rule.py +340 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_rule_association.py +196 -0
- pulumi_azure_native/insights/v20230311/outputs.py +3280 -0
- pulumi_azure_native/loadtestservice/_enums.py +7 -1
- pulumi_azure_native/loadtestservice/_inputs.py +5 -5
- pulumi_azure_native/loadtestservice/get_load_test.py +7 -7
- pulumi_azure_native/loadtestservice/load_test.py +9 -9
- pulumi_azure_native/loadtestservice/outputs.py +49 -49
- pulumi_azure_native/loadtestservice/v20221201/_enums.py +7 -1
- pulumi_azure_native/loadtestservice/v20221201/_inputs.py +5 -5
- pulumi_azure_native/loadtestservice/v20221201/get_load_test.py +7 -7
- pulumi_azure_native/loadtestservice/v20221201/load_test.py +9 -9
- pulumi_azure_native/loadtestservice/v20221201/outputs.py +49 -49
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/__init__.py +35 -0
- pulumi_azure_native/netapp/v20230701preview/_enums.py +267 -0
- pulumi_azure_native/netapp/v20230701preview/_inputs.py +2339 -0
- pulumi_azure_native/netapp/v20230701preview/account.py +380 -0
- pulumi_azure_native/netapp/v20230701preview/backup.py +397 -0
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +409 -0
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +253 -0
- pulumi_azure_native/netapp/v20230701preview/get_account.py +248 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20230701preview/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20230701preview/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20230701preview/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20230701preview/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20230701preview/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume.py +895 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20230701preview/outputs.py +3111 -0
- pulumi_azure_native/netapp/v20230701preview/pool.py +457 -0
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20230701preview/volume.py +1644 -0
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +383 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/quota/_enums.py +1 -1
- pulumi_azure_native/quota/_inputs.py +10 -10
- pulumi_azure_native/quota/get_group_quota.py +7 -7
- pulumi_azure_native/quota/get_group_quota_subscription.py +8 -8
- pulumi_azure_native/quota/group_quota.py +15 -15
- pulumi_azure_native/quota/group_quota_subscription.py +17 -17
- pulumi_azure_native/quota/outputs.py +12 -12
- pulumi_azure_native/quota/v20230601preview/_enums.py +1 -1
- pulumi_azure_native/quota/v20230601preview/_inputs.py +10 -10
- pulumi_azure_native/quota/v20230601preview/get_group_quota.py +7 -7
- pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py +8 -8
- pulumi_azure_native/quota/v20230601preview/group_quota.py +15 -15
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +17 -17
- pulumi_azure_native/quota/v20230601preview/outputs.py +12 -12
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/__init__.py +12 -0
- pulumi_azure_native/recoveryservices/v20240201/_enums.py +368 -0
- pulumi_azure_native/recoveryservices/v20240201/_inputs.py +11655 -197
- pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py +179 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py +167 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py +169 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py +164 -0
- pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py +157 -0
- pulumi_azure_native/recoveryservices/v20240201/outputs.py +13072 -317
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +293 -0
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +335 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +314 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +314 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +293 -0
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +285 -0
- pulumi_azure_native/resources/__init__.py +3 -0
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/__init__.py +26 -0
- pulumi_azure_native/resources/v20240301/_enums.py +55 -0
- pulumi_azure_native/resources/v20240301/_inputs.py +788 -0
- pulumi_azure_native/resources/v20240301/deployment.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +223 -0
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +223 -0
- pulumi_azure_native/resources/v20240301/get_deployment.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_management_group_scope.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_scope.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_subscription_scope.py +139 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_tenant_scope.py +139 -0
- pulumi_azure_native/resources/v20240301/get_resource.py +237 -0
- pulumi_azure_native/resources/v20240301/get_resource_group.py +152 -0
- pulumi_azure_native/resources/v20240301/get_tag_at_scope.py +113 -0
- pulumi_azure_native/resources/v20240301/outputs.py +1842 -0
- pulumi_azure_native/resources/v20240301/resource.py +480 -0
- pulumi_azure_native/resources/v20240301/resource_group.py +230 -0
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +165 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/dev_ops_configuration.py +5 -1
- pulumi_azure_native/security/get_dev_ops_configuration.py +4 -0
- pulumi_azure_native/security/list_azure_dev_ops_org_available.py +4 -0
- pulumi_azure_native/security/list_git_hub_owner_available.py +4 -0
- pulumi_azure_native/security/list_git_lab_group_available.py +4 -0
- pulumi_azure_native/security/list_git_lab_subgroup.py +4 -0
- pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240401/__init__.py +16 -0
- pulumi_azure_native/security/v20240401/_enums.py +40 -0
- pulumi_azure_native/security/v20240401/_inputs.py +135 -0
- pulumi_azure_native/security/v20240401/dev_ops_configuration.py +196 -0
- pulumi_azure_native/security/v20240401/get_dev_ops_configuration.py +131 -0
- pulumi_azure_native/security/v20240401/list_azure_dev_ops_org_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_hub_owner_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_lab_group_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_lab_subgroup.py +97 -0
- pulumi_azure_native/security/v20240401/outputs.py +1018 -0
- pulumi_azure_native/standbypool/_inputs.py +2 -2
- pulumi_azure_native/standbypool/outputs.py +2 -2
- pulumi_azure_native/standbypool/v20231201preview/_inputs.py +2 -2
- pulumi_azure_native/standbypool/v20231201preview/outputs.py +2 -2
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/RECORD +341 -234
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/top_level.txt +0 -0
|
@@ -203,7 +203,7 @@ class ResourceGuardProxy(pulumi.CustomResource):
|
|
|
203
203
|
__props__.__dict__["vault_name"] = vault_name
|
|
204
204
|
__props__.__dict__["name"] = None
|
|
205
205
|
__props__.__dict__["type"] = None
|
|
206
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ResourceGuardProxy")])
|
|
206
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ResourceGuardProxy"), pulumi.Alias(type_="azure-native:recoveryservices/v20240201:ResourceGuardProxy")])
|
|
207
207
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
208
208
|
super(ResourceGuardProxy, __self__).__init__(
|
|
209
209
|
'azure-native:recoveryservices/v20240101:ResourceGuardProxy',
|
|
@@ -6,7 +6,19 @@ from ... import _utilities
|
|
|
6
6
|
import typing
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from ._enums import *
|
|
9
|
+
from .get_private_endpoint_connection import *
|
|
10
|
+
from .get_protected_item import *
|
|
11
|
+
from .get_protection_container import *
|
|
12
|
+
from .get_protection_intent import *
|
|
13
|
+
from .get_protection_policy import *
|
|
14
|
+
from .get_resource_guard_proxy import *
|
|
9
15
|
from .get_vault import *
|
|
16
|
+
from .private_endpoint_connection import *
|
|
17
|
+
from .protected_item import *
|
|
18
|
+
from .protection_container import *
|
|
19
|
+
from .protection_intent import *
|
|
20
|
+
from .protection_policy import *
|
|
21
|
+
from .resource_guard_proxy import *
|
|
10
22
|
from .vault import *
|
|
11
23
|
from ._inputs import *
|
|
12
24
|
from . import outputs
|
|
@@ -5,25 +5,107 @@
|
|
|
5
5
|
from enum import Enum
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
|
+
'AcquireStorageAccountLock',
|
|
8
9
|
'AlertsState',
|
|
10
|
+
'BackupItemType',
|
|
11
|
+
'BackupManagementType',
|
|
12
|
+
'CreateMode',
|
|
9
13
|
'CrossRegionRestore',
|
|
10
14
|
'CrossSubscriptionRestoreState',
|
|
15
|
+
'DayOfWeek',
|
|
11
16
|
'EnhancedSecurityState',
|
|
17
|
+
'IAASVMPolicyType',
|
|
18
|
+
'IaasVMSnapshotConsistencyType',
|
|
12
19
|
'ImmutabilityState',
|
|
13
20
|
'InfrastructureEncryptionState',
|
|
21
|
+
'LastBackupStatus',
|
|
22
|
+
'MonthOfYear',
|
|
23
|
+
'OperationType',
|
|
24
|
+
'PolicyType',
|
|
25
|
+
'PrivateEndpointConnectionStatus',
|
|
26
|
+
'ProtectableContainerType',
|
|
27
|
+
'ProtectedItemHealthStatus',
|
|
28
|
+
'ProtectedItemState',
|
|
29
|
+
'ProtectionIntentItemType',
|
|
30
|
+
'ProtectionState',
|
|
31
|
+
'ProtectionStatus',
|
|
32
|
+
'ProvisioningState',
|
|
14
33
|
'PublicNetworkAccess',
|
|
34
|
+
'ResourceHealthStatus',
|
|
15
35
|
'ResourceIdentityType',
|
|
36
|
+
'RetentionDurationType',
|
|
37
|
+
'RetentionScheduleFormat',
|
|
38
|
+
'ScheduleRunType',
|
|
16
39
|
'SkuName',
|
|
17
40
|
'SoftDeleteState',
|
|
18
41
|
'StandardTierStorageRedundancy',
|
|
42
|
+
'TieringMode',
|
|
43
|
+
'VaultSubResourceType',
|
|
44
|
+
'WeekOfMonth',
|
|
45
|
+
'WorkloadItemType',
|
|
46
|
+
'WorkloadType',
|
|
19
47
|
]
|
|
20
48
|
|
|
21
49
|
|
|
50
|
+
class AcquireStorageAccountLock(str, Enum):
|
|
51
|
+
"""
|
|
52
|
+
Whether storage account lock is to be acquired for this container or not.
|
|
53
|
+
"""
|
|
54
|
+
ACQUIRE = "Acquire"
|
|
55
|
+
NOT_ACQUIRE = "NotAcquire"
|
|
56
|
+
|
|
57
|
+
|
|
22
58
|
class AlertsState(str, Enum):
|
|
23
59
|
ENABLED = "Enabled"
|
|
24
60
|
DISABLED = "Disabled"
|
|
25
61
|
|
|
26
62
|
|
|
63
|
+
class BackupItemType(str, Enum):
|
|
64
|
+
"""
|
|
65
|
+
Type of backup items associated with this container.
|
|
66
|
+
"""
|
|
67
|
+
INVALID = "Invalid"
|
|
68
|
+
VM = "VM"
|
|
69
|
+
FILE_FOLDER = "FileFolder"
|
|
70
|
+
AZURE_SQL_DB = "AzureSqlDb"
|
|
71
|
+
SQLDB = "SQLDB"
|
|
72
|
+
EXCHANGE = "Exchange"
|
|
73
|
+
SHAREPOINT = "Sharepoint"
|
|
74
|
+
V_MWARE_VM = "VMwareVM"
|
|
75
|
+
SYSTEM_STATE = "SystemState"
|
|
76
|
+
CLIENT = "Client"
|
|
77
|
+
GENERIC_DATA_SOURCE = "GenericDataSource"
|
|
78
|
+
SQL_DATA_BASE = "SQLDataBase"
|
|
79
|
+
AZURE_FILE_SHARE = "AzureFileShare"
|
|
80
|
+
SAP_HANA_DATABASE = "SAPHanaDatabase"
|
|
81
|
+
SAPASE_DATABASE = "SAPAseDatabase"
|
|
82
|
+
SAP_HANA_DB_INSTANCE = "SAPHanaDBInstance"
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
class BackupManagementType(str, Enum):
|
|
86
|
+
"""
|
|
87
|
+
Type of backup management for the backed up item.
|
|
88
|
+
"""
|
|
89
|
+
INVALID = "Invalid"
|
|
90
|
+
AZURE_IAAS_VM = "AzureIaasVM"
|
|
91
|
+
MAB = "MAB"
|
|
92
|
+
DPM = "DPM"
|
|
93
|
+
AZURE_BACKUP_SERVER = "AzureBackupServer"
|
|
94
|
+
AZURE_SQL = "AzureSql"
|
|
95
|
+
AZURE_STORAGE = "AzureStorage"
|
|
96
|
+
AZURE_WORKLOAD = "AzureWorkload"
|
|
97
|
+
DEFAULT_BACKUP = "DefaultBackup"
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
class CreateMode(str, Enum):
|
|
101
|
+
"""
|
|
102
|
+
Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
|
|
103
|
+
"""
|
|
104
|
+
INVALID = "Invalid"
|
|
105
|
+
DEFAULT = "Default"
|
|
106
|
+
RECOVER = "Recover"
|
|
107
|
+
|
|
108
|
+
|
|
27
109
|
class CrossRegionRestore(str, Enum):
|
|
28
110
|
"""
|
|
29
111
|
Flag to show if Cross Region Restore is enabled on the Vault or not
|
|
@@ -38,6 +120,16 @@ class CrossSubscriptionRestoreState(str, Enum):
|
|
|
38
120
|
PERMANENTLY_DISABLED = "PermanentlyDisabled"
|
|
39
121
|
|
|
40
122
|
|
|
123
|
+
class DayOfWeek(str, Enum):
|
|
124
|
+
SUNDAY = "Sunday"
|
|
125
|
+
MONDAY = "Monday"
|
|
126
|
+
TUESDAY = "Tuesday"
|
|
127
|
+
WEDNESDAY = "Wednesday"
|
|
128
|
+
THURSDAY = "Thursday"
|
|
129
|
+
FRIDAY = "Friday"
|
|
130
|
+
SATURDAY = "Saturday"
|
|
131
|
+
|
|
132
|
+
|
|
41
133
|
class EnhancedSecurityState(str, Enum):
|
|
42
134
|
INVALID = "Invalid"
|
|
43
135
|
ENABLED = "Enabled"
|
|
@@ -45,6 +137,16 @@ class EnhancedSecurityState(str, Enum):
|
|
|
45
137
|
ALWAYS_ON = "AlwaysON"
|
|
46
138
|
|
|
47
139
|
|
|
140
|
+
class IAASVMPolicyType(str, Enum):
|
|
141
|
+
INVALID = "Invalid"
|
|
142
|
+
V1 = "V1"
|
|
143
|
+
V2 = "V2"
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
class IaasVMSnapshotConsistencyType(str, Enum):
|
|
147
|
+
ONLY_CRASH_CONSISTENT = "OnlyCrashConsistent"
|
|
148
|
+
|
|
149
|
+
|
|
48
150
|
class ImmutabilityState(str, Enum):
|
|
49
151
|
DISABLED = "Disabled"
|
|
50
152
|
UNLOCKED = "Unlocked"
|
|
@@ -59,6 +161,162 @@ class InfrastructureEncryptionState(str, Enum):
|
|
|
59
161
|
DISABLED = "Disabled"
|
|
60
162
|
|
|
61
163
|
|
|
164
|
+
class LastBackupStatus(str, Enum):
|
|
165
|
+
"""
|
|
166
|
+
Last backup operation status. Possible values: Healthy, Unhealthy.
|
|
167
|
+
"""
|
|
168
|
+
INVALID = "Invalid"
|
|
169
|
+
HEALTHY = "Healthy"
|
|
170
|
+
UNHEALTHY = "Unhealthy"
|
|
171
|
+
IR_PENDING = "IRPending"
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
class MonthOfYear(str, Enum):
|
|
175
|
+
INVALID = "Invalid"
|
|
176
|
+
JANUARY = "January"
|
|
177
|
+
FEBRUARY = "February"
|
|
178
|
+
MARCH = "March"
|
|
179
|
+
APRIL = "April"
|
|
180
|
+
MAY = "May"
|
|
181
|
+
JUNE = "June"
|
|
182
|
+
JULY = "July"
|
|
183
|
+
AUGUST = "August"
|
|
184
|
+
SEPTEMBER = "September"
|
|
185
|
+
OCTOBER = "October"
|
|
186
|
+
NOVEMBER = "November"
|
|
187
|
+
DECEMBER = "December"
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
class OperationType(str, Enum):
|
|
191
|
+
"""
|
|
192
|
+
Re-Do Operation
|
|
193
|
+
"""
|
|
194
|
+
INVALID = "Invalid"
|
|
195
|
+
REGISTER = "Register"
|
|
196
|
+
REREGISTER = "Reregister"
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
class PolicyType(str, Enum):
|
|
200
|
+
"""
|
|
201
|
+
Type of backup policy type
|
|
202
|
+
"""
|
|
203
|
+
INVALID = "Invalid"
|
|
204
|
+
FULL = "Full"
|
|
205
|
+
DIFFERENTIAL = "Differential"
|
|
206
|
+
LOG = "Log"
|
|
207
|
+
COPY_ONLY_FULL = "CopyOnlyFull"
|
|
208
|
+
INCREMENTAL = "Incremental"
|
|
209
|
+
SNAPSHOT_FULL = "SnapshotFull"
|
|
210
|
+
SNAPSHOT_COPY_ONLY_FULL = "SnapshotCopyOnlyFull"
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
class PrivateEndpointConnectionStatus(str, Enum):
|
|
214
|
+
"""
|
|
215
|
+
Gets or sets the status
|
|
216
|
+
"""
|
|
217
|
+
PENDING = "Pending"
|
|
218
|
+
APPROVED = "Approved"
|
|
219
|
+
REJECTED = "Rejected"
|
|
220
|
+
DISCONNECTED = "Disconnected"
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
class ProtectableContainerType(str, Enum):
|
|
224
|
+
"""
|
|
225
|
+
Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
|
|
226
|
+
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is
|
|
227
|
+
Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload
|
|
228
|
+
Backup is VMAppContainer
|
|
229
|
+
"""
|
|
230
|
+
INVALID = "Invalid"
|
|
231
|
+
UNKNOWN = "Unknown"
|
|
232
|
+
IAAS_VM_CONTAINER = "IaasVMContainer"
|
|
233
|
+
IAAS_VM_SERVICE_CONTAINER = "IaasVMServiceContainer"
|
|
234
|
+
DPM_CONTAINER = "DPMContainer"
|
|
235
|
+
AZURE_BACKUP_SERVER_CONTAINER = "AzureBackupServerContainer"
|
|
236
|
+
MAB_CONTAINER = "MABContainer"
|
|
237
|
+
CLUSTER = "Cluster"
|
|
238
|
+
AZURE_SQL_CONTAINER = "AzureSqlContainer"
|
|
239
|
+
WINDOWS = "Windows"
|
|
240
|
+
V_CENTER = "VCenter"
|
|
241
|
+
VM_APP_CONTAINER = "VMAppContainer"
|
|
242
|
+
SQLAG_WORK_LOAD_CONTAINER = "SQLAGWorkLoadContainer"
|
|
243
|
+
STORAGE_CONTAINER = "StorageContainer"
|
|
244
|
+
GENERIC_CONTAINER = "GenericContainer"
|
|
245
|
+
MICROSOFT_CLASSIC_COMPUTE_VIRTUAL_MACHINES = "Microsoft.ClassicCompute/virtualMachines"
|
|
246
|
+
MICROSOFT_COMPUTE_VIRTUAL_MACHINES = "Microsoft.Compute/virtualMachines"
|
|
247
|
+
AZURE_WORKLOAD_CONTAINER = "AzureWorkloadContainer"
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
class ProtectedItemHealthStatus(str, Enum):
|
|
251
|
+
"""
|
|
252
|
+
Health status of the backup item, evaluated based on last heartbeat received
|
|
253
|
+
"""
|
|
254
|
+
INVALID = "Invalid"
|
|
255
|
+
HEALTHY = "Healthy"
|
|
256
|
+
UNHEALTHY = "Unhealthy"
|
|
257
|
+
NOT_REACHABLE = "NotReachable"
|
|
258
|
+
IR_PENDING = "IRPending"
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
class ProtectedItemState(str, Enum):
|
|
262
|
+
"""
|
|
263
|
+
Protection state of the backup engine
|
|
264
|
+
"""
|
|
265
|
+
INVALID = "Invalid"
|
|
266
|
+
IR_PENDING = "IRPending"
|
|
267
|
+
PROTECTED = "Protected"
|
|
268
|
+
PROTECTION_ERROR = "ProtectionError"
|
|
269
|
+
PROTECTION_STOPPED = "ProtectionStopped"
|
|
270
|
+
PROTECTION_PAUSED = "ProtectionPaused"
|
|
271
|
+
BACKUPS_SUSPENDED = "BackupsSuspended"
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
class ProtectionIntentItemType(str, Enum):
|
|
275
|
+
"""
|
|
276
|
+
backup protectionIntent type.
|
|
277
|
+
"""
|
|
278
|
+
INVALID = "Invalid"
|
|
279
|
+
AZURE_RESOURCE_ITEM = "AzureResourceItem"
|
|
280
|
+
RECOVERY_SERVICE_VAULT_ITEM = "RecoveryServiceVaultItem"
|
|
281
|
+
AZURE_WORKLOAD_CONTAINER_AUTO_PROTECTION_INTENT = "AzureWorkloadContainerAutoProtectionIntent"
|
|
282
|
+
AZURE_WORKLOAD_AUTO_PROTECTION_INTENT = "AzureWorkloadAutoProtectionIntent"
|
|
283
|
+
AZURE_WORKLOAD_SQL_AUTO_PROTECTION_INTENT = "AzureWorkloadSQLAutoProtectionIntent"
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
class ProtectionState(str, Enum):
|
|
287
|
+
"""
|
|
288
|
+
Backup state of this backup item.
|
|
289
|
+
"""
|
|
290
|
+
INVALID = "Invalid"
|
|
291
|
+
IR_PENDING = "IRPending"
|
|
292
|
+
PROTECTED = "Protected"
|
|
293
|
+
PROTECTION_ERROR = "ProtectionError"
|
|
294
|
+
PROTECTION_STOPPED = "ProtectionStopped"
|
|
295
|
+
PROTECTION_PAUSED = "ProtectionPaused"
|
|
296
|
+
BACKUPS_SUSPENDED = "BackupsSuspended"
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
class ProtectionStatus(str, Enum):
|
|
300
|
+
"""
|
|
301
|
+
Backup state of this backup item.
|
|
302
|
+
"""
|
|
303
|
+
INVALID = "Invalid"
|
|
304
|
+
NOT_PROTECTED = "NotProtected"
|
|
305
|
+
PROTECTING = "Protecting"
|
|
306
|
+
PROTECTED = "Protected"
|
|
307
|
+
PROTECTION_FAILED = "ProtectionFailed"
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
class ProvisioningState(str, Enum):
|
|
311
|
+
"""
|
|
312
|
+
Gets or sets provisioning state of the private endpoint connection
|
|
313
|
+
"""
|
|
314
|
+
SUCCEEDED = "Succeeded"
|
|
315
|
+
DELETING = "Deleting"
|
|
316
|
+
FAILED = "Failed"
|
|
317
|
+
PENDING = "Pending"
|
|
318
|
+
|
|
319
|
+
|
|
62
320
|
class PublicNetworkAccess(str, Enum):
|
|
63
321
|
"""
|
|
64
322
|
property to enable or disable resource provider inbound network traffic from public clients
|
|
@@ -67,6 +325,18 @@ class PublicNetworkAccess(str, Enum):
|
|
|
67
325
|
DISABLED = "Disabled"
|
|
68
326
|
|
|
69
327
|
|
|
328
|
+
class ResourceHealthStatus(str, Enum):
|
|
329
|
+
"""
|
|
330
|
+
Resource Health Status
|
|
331
|
+
"""
|
|
332
|
+
HEALTHY = "Healthy"
|
|
333
|
+
TRANSIENT_DEGRADED = "TransientDegraded"
|
|
334
|
+
PERSISTENT_DEGRADED = "PersistentDegraded"
|
|
335
|
+
TRANSIENT_UNHEALTHY = "TransientUnhealthy"
|
|
336
|
+
PERSISTENT_UNHEALTHY = "PersistentUnhealthy"
|
|
337
|
+
INVALID = "Invalid"
|
|
338
|
+
|
|
339
|
+
|
|
70
340
|
class ResourceIdentityType(str, Enum):
|
|
71
341
|
"""
|
|
72
342
|
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
|
|
@@ -77,6 +347,37 @@ class ResourceIdentityType(str, Enum):
|
|
|
77
347
|
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
|
|
78
348
|
|
|
79
349
|
|
|
350
|
+
class RetentionDurationType(str, Enum):
|
|
351
|
+
"""
|
|
352
|
+
Retention duration type: days/weeks/months/years
|
|
353
|
+
Used only if TieringMode is set to TierAfter
|
|
354
|
+
"""
|
|
355
|
+
INVALID = "Invalid"
|
|
356
|
+
DAYS = "Days"
|
|
357
|
+
WEEKS = "Weeks"
|
|
358
|
+
MONTHS = "Months"
|
|
359
|
+
YEARS = "Years"
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
class RetentionScheduleFormat(str, Enum):
|
|
363
|
+
"""
|
|
364
|
+
Retention schedule format for yearly retention policy.
|
|
365
|
+
"""
|
|
366
|
+
INVALID = "Invalid"
|
|
367
|
+
DAILY = "Daily"
|
|
368
|
+
WEEKLY = "Weekly"
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
class ScheduleRunType(str, Enum):
|
|
372
|
+
"""
|
|
373
|
+
Frequency of the schedule operation of this policy.
|
|
374
|
+
"""
|
|
375
|
+
INVALID = "Invalid"
|
|
376
|
+
DAILY = "Daily"
|
|
377
|
+
WEEKLY = "Weekly"
|
|
378
|
+
HOURLY = "Hourly"
|
|
379
|
+
|
|
380
|
+
|
|
80
381
|
class SkuName(str, Enum):
|
|
81
382
|
"""
|
|
82
383
|
Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig
|
|
@@ -100,3 +401,70 @@ class StandardTierStorageRedundancy(str, Enum):
|
|
|
100
401
|
LOCALLY_REDUNDANT = "LocallyRedundant"
|
|
101
402
|
GEO_REDUNDANT = "GeoRedundant"
|
|
102
403
|
ZONE_REDUNDANT = "ZoneRedundant"
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
class TieringMode(str, Enum):
|
|
407
|
+
"""
|
|
408
|
+
Tiering Mode to control automatic tiering of recovery points. Supported values are:
|
|
409
|
+
1. TierRecommended: Tier all recovery points recommended to be tiered
|
|
410
|
+
2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
|
|
411
|
+
3. DoNotTier: Do not tier any recovery points
|
|
412
|
+
"""
|
|
413
|
+
INVALID = "Invalid"
|
|
414
|
+
TIER_RECOMMENDED = "TierRecommended"
|
|
415
|
+
TIER_AFTER = "TierAfter"
|
|
416
|
+
DO_NOT_TIER = "DoNotTier"
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
class VaultSubResourceType(str, Enum):
|
|
420
|
+
"""
|
|
421
|
+
GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery
|
|
422
|
+
"""
|
|
423
|
+
AZURE_BACKUP = "AzureBackup"
|
|
424
|
+
AZURE_BACKUP_SECONDARY = "AzureBackup_secondary"
|
|
425
|
+
AZURE_SITE_RECOVERY = "AzureSiteRecovery"
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
class WeekOfMonth(str, Enum):
|
|
429
|
+
FIRST = "First"
|
|
430
|
+
SECOND = "Second"
|
|
431
|
+
THIRD = "Third"
|
|
432
|
+
FOURTH = "Fourth"
|
|
433
|
+
LAST = "Last"
|
|
434
|
+
INVALID = "Invalid"
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
class WorkloadItemType(str, Enum):
|
|
438
|
+
"""
|
|
439
|
+
Workload item type of the item for which intent is to be set
|
|
440
|
+
"""
|
|
441
|
+
INVALID = "Invalid"
|
|
442
|
+
SQL_INSTANCE = "SQLInstance"
|
|
443
|
+
SQL_DATA_BASE = "SQLDataBase"
|
|
444
|
+
SAP_HANA_SYSTEM = "SAPHanaSystem"
|
|
445
|
+
SAP_HANA_DATABASE = "SAPHanaDatabase"
|
|
446
|
+
SAPASE_SYSTEM = "SAPAseSystem"
|
|
447
|
+
SAPASE_DATABASE = "SAPAseDatabase"
|
|
448
|
+
SAP_HANA_DB_INSTANCE = "SAPHanaDBInstance"
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
class WorkloadType(str, Enum):
|
|
452
|
+
"""
|
|
453
|
+
Type of workload for the backup management
|
|
454
|
+
"""
|
|
455
|
+
INVALID = "Invalid"
|
|
456
|
+
VM = "VM"
|
|
457
|
+
FILE_FOLDER = "FileFolder"
|
|
458
|
+
AZURE_SQL_DB = "AzureSqlDb"
|
|
459
|
+
SQLDB = "SQLDB"
|
|
460
|
+
EXCHANGE = "Exchange"
|
|
461
|
+
SHAREPOINT = "Sharepoint"
|
|
462
|
+
V_MWARE_VM = "VMwareVM"
|
|
463
|
+
SYSTEM_STATE = "SystemState"
|
|
464
|
+
CLIENT = "Client"
|
|
465
|
+
GENERIC_DATA_SOURCE = "GenericDataSource"
|
|
466
|
+
SQL_DATA_BASE = "SQLDataBase"
|
|
467
|
+
AZURE_FILE_SHARE = "AzureFileShare"
|
|
468
|
+
SAP_HANA_DATABASE = "SAPHanaDatabase"
|
|
469
|
+
SAPASE_DATABASE = "SAPAseDatabase"
|
|
470
|
+
SAP_HANA_DB_INSTANCE = "SAPHanaDBInstance"
|