pulumi-azure-native 2.42.0__py3-none-any.whl → 2.42.0a1715777949__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 -63
- pulumi_azure_native/alertsmanagement/__init__.py +0 -3
- pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +3 -3
- pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +2 -2
- pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py +1 -1
- pulumi_azure_native/cache/__init__.py +0 -3
- pulumi_azure_native/cache/access_policy.py +3 -3
- pulumi_azure_native/cache/access_policy_assignment.py +3 -3
- pulumi_azure_native/cache/firewall_rule.py +3 -3
- pulumi_azure_native/cache/get_access_policy.py +2 -2
- pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/cache/get_firewall_rule.py +2 -2
- pulumi_azure_native/cache/get_linked_server.py +2 -2
- pulumi_azure_native/cache/get_patch_schedule.py +2 -2
- pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis.py +2 -2
- pulumi_azure_native/cache/linked_server.py +3 -3
- pulumi_azure_native/cache/list_redis_keys.py +2 -2
- pulumi_azure_native/cache/patch_schedule.py +3 -3
- pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/redis.py +3 -3
- pulumi_azure_native/cache/v20200601/redis.py +1 -1
- pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230401/redis.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801/redis.py +1 -1
- pulumi_azure_native/documentdb/__init__.py +0 -3
- pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/documentdb/database_account.py +3 -3
- pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/get_service.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
- pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/documentdb/service.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/documentdb/table_resource_table.py +3 -3
- pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/service.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
- pulumi_azure_native/eventhub/v20240501preview/_enums.py +4 -4
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py +6 -31
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py +20 -20
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +10 -10
- pulumi_azure_native/eventhub/v20240501preview/outputs.py +6 -47
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/__init__.py +0 -2
- pulumi_azure_native/recoveryservices/_enums.py +0 -27
- pulumi_azure_native/recoveryservices/_inputs.py +8007 -10259
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/outputs.py +10248 -11526
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/__init__.py +0 -22
- pulumi_azure_native/recoveryservices/v20240201/_enums.py +0 -179
- pulumi_azure_native/recoveryservices/v20240201/_inputs.py +6720 -15079
- pulumi_azure_native/recoveryservices/v20240201/outputs.py +8111 -30387
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/RECORD +320 -420
- pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +0 -12
- pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
- pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -705
- pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py +0 -253
- pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py +0 -157
- pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -872
- pulumi_azure_native/cache/v20240301/__init__.py +0 -25
- pulumi_azure_native/cache/v20240301/_enums.py +0 -101
- pulumi_azure_native/cache/v20240301/_inputs.py +0 -486
- pulumi_azure_native/cache/v20240301/access_policy.py +0 -214
- pulumi_azure_native/cache/v20240301/access_policy_assignment.py +0 -274
- pulumi_azure_native/cache/v20240301/firewall_rule.py +0 -234
- pulumi_azure_native/cache/v20240301/get_access_policy.py +0 -135
- pulumi_azure_native/cache/v20240301/get_access_policy_assignment.py +0 -161
- pulumi_azure_native/cache/v20240301/get_firewall_rule.py +0 -135
- pulumi_azure_native/cache/v20240301/get_linked_server.py +0 -187
- pulumi_azure_native/cache/v20240301/get_patch_schedule.py +0 -136
- pulumi_azure_native/cache/v20240301/get_private_endpoint_connection.py +0 -149
- pulumi_azure_native/cache/v20240301/get_redis.py +0 -443
- pulumi_azure_native/cache/v20240301/linked_server.py +0 -294
- pulumi_azure_native/cache/v20240301/list_redis_keys.py +0 -91
- pulumi_azure_native/cache/v20240301/outputs.py +0 -912
- pulumi_azure_native/cache/v20240301/patch_schedule.py +0 -216
- pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +0 -227
- pulumi_azure_native/cache/v20240301/redis.py +0 -770
- pulumi_azure_native/documentdb/v20240515/__init__.py +0 -57
- pulumi_azure_native/documentdb/v20240515/_enums.py +0 -337
- pulumi_azure_native/documentdb/v20240515/_inputs.py +0 -3821
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +0 -272
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +0 -206
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +0 -287
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +0 -308
- pulumi_azure_native/documentdb/v20240515/database_account.py +0 -1271
- pulumi_azure_native/documentdb/v20240515/get_cassandra_cluster.py +0 -157
- pulumi_azure_native/documentdb/v20240515/get_cassandra_data_center.py +0 -123
- pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_keyspace.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_table.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +0 -677
- pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_database.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_graph.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_collection.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_database.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_role_definition.py +0 -162
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_user_definition.py +0 -188
- pulumi_azure_native/documentdb/v20240515/get_notebook_workspace.py +0 -135
- pulumi_azure_native/documentdb/v20240515/get_private_endpoint_connection.py +0 -162
- pulumi_azure_native/documentdb/v20240515/get_service.py +0 -123
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_container.py +0 -161
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_database.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_assignment.py +0 -148
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_definition.py +0 -149
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_stored_procedure.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_trigger.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_user_defined_function.py +0 -156
- pulumi_azure_native/documentdb/v20240515/get_table_resource_table.py +0 -156
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +0 -288
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +0 -309
- pulumi_azure_native/documentdb/v20240515/list_database_account_connection_strings.py +0 -79
- pulumi_azure_native/documentdb/v20240515/list_database_account_keys.py +0 -117
- pulumi_azure_native/documentdb/v20240515/list_notebook_workspace_connection_info.py +0 -96
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +0 -309
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +0 -288
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +0 -312
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +0 -350
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +0 -194
- pulumi_azure_native/documentdb/v20240515/outputs.py +0 -6258
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +0 -292
- pulumi_azure_native/documentdb/v20240515/service.py +0 -247
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +0 -309
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +0 -288
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +0 -261
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +0 -283
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +0 -323
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +0 -324
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +0 -323
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +0 -288
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +0 -135
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +0 -250
- pulumi_azure_native/recoveryservices/v20240201/get_replication_fabric.py +0 -141
- pulumi_azure_native/recoveryservices/v20240201/get_replication_migration_item.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_network_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_policy.py +0 -136
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protected_item.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_cluster.py +0 -133
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_container_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_plan.py +0 -136
- pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_services_provider.py +0 -141
- pulumi_azure_native/recoveryservices/v20240201/get_replication_storage_classification_mapping.py +0 -146
- pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py +0 -141
- pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +0 -215
- pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +0 -259
- pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +0 -258
- pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +0 -216
- pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +0 -258
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +0 -248
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +0 -258
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +0 -217
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +0 -237
- pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +0 -257
- pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +0 -236
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/top_level.txt +0 -0
|
@@ -1,135 +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 pulumi
|
|
8
|
-
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
-
from .. import _utilities
|
|
11
|
-
from . import outputs
|
|
12
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetReplicationProtectionClusterResult',
|
|
15
|
-
'AwaitableGetReplicationProtectionClusterResult',
|
|
16
|
-
'get_replication_protection_cluster',
|
|
17
|
-
'get_replication_protection_cluster_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetReplicationProtectionClusterResult:
|
|
22
|
-
"""
|
|
23
|
-
Replication protection Cluster.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, id=None, name=None, properties=None, type=None):
|
|
26
|
-
if id and not isinstance(id, str):
|
|
27
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
-
pulumi.set(__self__, "id", id)
|
|
29
|
-
if name and not isinstance(name, str):
|
|
30
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
-
pulumi.set(__self__, "name", name)
|
|
32
|
-
if properties and not isinstance(properties, dict):
|
|
33
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
-
pulumi.set(__self__, "properties", properties)
|
|
35
|
-
if type and not isinstance(type, str):
|
|
36
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
37
|
-
pulumi.set(__self__, "type", type)
|
|
38
|
-
|
|
39
|
-
@property
|
|
40
|
-
@pulumi.getter
|
|
41
|
-
def id(self) -> str:
|
|
42
|
-
"""
|
|
43
|
-
The protection cluster Id.
|
|
44
|
-
"""
|
|
45
|
-
return pulumi.get(self, "id")
|
|
46
|
-
|
|
47
|
-
@property
|
|
48
|
-
@pulumi.getter
|
|
49
|
-
def name(self) -> str:
|
|
50
|
-
"""
|
|
51
|
-
The name of the protection cluster.
|
|
52
|
-
"""
|
|
53
|
-
return pulumi.get(self, "name")
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
@pulumi.getter
|
|
57
|
-
def properties(self) -> 'outputs.ReplicationProtectionClusterPropertiesResponse':
|
|
58
|
-
"""
|
|
59
|
-
The custom data.
|
|
60
|
-
"""
|
|
61
|
-
return pulumi.get(self, "properties")
|
|
62
|
-
|
|
63
|
-
@property
|
|
64
|
-
@pulumi.getter
|
|
65
|
-
def type(self) -> str:
|
|
66
|
-
"""
|
|
67
|
-
The Type of the object.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "type")
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
class AwaitableGetReplicationProtectionClusterResult(GetReplicationProtectionClusterResult):
|
|
73
|
-
# pylint: disable=using-constant-test
|
|
74
|
-
def __await__(self):
|
|
75
|
-
if False:
|
|
76
|
-
yield self
|
|
77
|
-
return GetReplicationProtectionClusterResult(
|
|
78
|
-
id=self.id,
|
|
79
|
-
name=self.name,
|
|
80
|
-
properties=self.properties,
|
|
81
|
-
type=self.type)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
def get_replication_protection_cluster(fabric_name: Optional[str] = None,
|
|
85
|
-
protection_container_name: Optional[str] = None,
|
|
86
|
-
replication_protection_cluster_name: Optional[str] = None,
|
|
87
|
-
resource_group_name: Optional[str] = None,
|
|
88
|
-
resource_name: Optional[str] = None,
|
|
89
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationProtectionClusterResult:
|
|
90
|
-
"""
|
|
91
|
-
Gets the details of an ASR replication protection cluster.
|
|
92
|
-
Azure REST API version: 2024-02-01.
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
:param str fabric_name: Fabric name.
|
|
96
|
-
:param str protection_container_name: Protection container name.
|
|
97
|
-
:param str replication_protection_cluster_name: Replication protection cluster name.
|
|
98
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
99
|
-
:param str resource_name: The name of the recovery services vault.
|
|
100
|
-
"""
|
|
101
|
-
__args__ = dict()
|
|
102
|
-
__args__['fabricName'] = fabric_name
|
|
103
|
-
__args__['protectionContainerName'] = protection_container_name
|
|
104
|
-
__args__['replicationProtectionClusterName'] = replication_protection_cluster_name
|
|
105
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
106
|
-
__args__['resourceName'] = resource_name
|
|
107
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
108
|
-
__ret__ = pulumi.runtime.invoke('azure-native:recoveryservices:getReplicationProtectionCluster', __args__, opts=opts, typ=GetReplicationProtectionClusterResult).value
|
|
109
|
-
|
|
110
|
-
return AwaitableGetReplicationProtectionClusterResult(
|
|
111
|
-
id=pulumi.get(__ret__, 'id'),
|
|
112
|
-
name=pulumi.get(__ret__, 'name'),
|
|
113
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
114
|
-
type=pulumi.get(__ret__, 'type'))
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
@_utilities.lift_output_func(get_replication_protection_cluster)
|
|
118
|
-
def get_replication_protection_cluster_output(fabric_name: Optional[pulumi.Input[str]] = None,
|
|
119
|
-
protection_container_name: Optional[pulumi.Input[str]] = None,
|
|
120
|
-
replication_protection_cluster_name: Optional[pulumi.Input[str]] = None,
|
|
121
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
122
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
123
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationProtectionClusterResult]:
|
|
124
|
-
"""
|
|
125
|
-
Gets the details of an ASR replication protection cluster.
|
|
126
|
-
Azure REST API version: 2024-02-01.
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
:param str fabric_name: Fabric name.
|
|
130
|
-
:param str protection_container_name: Protection container name.
|
|
131
|
-
:param str replication_protection_cluster_name: Replication protection cluster name.
|
|
132
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
133
|
-
:param str resource_name: The name of the recovery services vault.
|
|
134
|
-
"""
|
|
135
|
-
...
|
|
@@ -1,250 +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 pulumi
|
|
8
|
-
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
-
from .. import _utilities
|
|
11
|
-
from . import outputs
|
|
12
|
-
from ._enums import *
|
|
13
|
-
from ._inputs import *
|
|
14
|
-
|
|
15
|
-
__all__ = ['ReplicationProtectionClusterArgs', 'ReplicationProtectionCluster']
|
|
16
|
-
|
|
17
|
-
@pulumi.input_type
|
|
18
|
-
class ReplicationProtectionClusterArgs:
|
|
19
|
-
def __init__(__self__, *,
|
|
20
|
-
fabric_name: pulumi.Input[str],
|
|
21
|
-
protection_container_name: pulumi.Input[str],
|
|
22
|
-
resource_group_name: pulumi.Input[str],
|
|
23
|
-
resource_name: pulumi.Input[str],
|
|
24
|
-
properties: Optional[pulumi.Input['ReplicationProtectionClusterPropertiesArgs']] = None,
|
|
25
|
-
replication_protection_cluster_name: Optional[pulumi.Input[str]] = None):
|
|
26
|
-
"""
|
|
27
|
-
The set of arguments for constructing a ReplicationProtectionCluster resource.
|
|
28
|
-
:param pulumi.Input[str] fabric_name: Fabric name.
|
|
29
|
-
:param pulumi.Input[str] protection_container_name: Protection container name.
|
|
30
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
31
|
-
:param pulumi.Input[str] resource_name: The name of the recovery services vault.
|
|
32
|
-
:param pulumi.Input['ReplicationProtectionClusterPropertiesArgs'] properties: The custom data.
|
|
33
|
-
:param pulumi.Input[str] replication_protection_cluster_name: Replication protection cluster name.
|
|
34
|
-
"""
|
|
35
|
-
pulumi.set(__self__, "fabric_name", fabric_name)
|
|
36
|
-
pulumi.set(__self__, "protection_container_name", protection_container_name)
|
|
37
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
38
|
-
pulumi.set(__self__, "resource_name", resource_name)
|
|
39
|
-
if properties is not None:
|
|
40
|
-
pulumi.set(__self__, "properties", properties)
|
|
41
|
-
if replication_protection_cluster_name is not None:
|
|
42
|
-
pulumi.set(__self__, "replication_protection_cluster_name", replication_protection_cluster_name)
|
|
43
|
-
|
|
44
|
-
@property
|
|
45
|
-
@pulumi.getter(name="fabricName")
|
|
46
|
-
def fabric_name(self) -> pulumi.Input[str]:
|
|
47
|
-
"""
|
|
48
|
-
Fabric name.
|
|
49
|
-
"""
|
|
50
|
-
return pulumi.get(self, "fabric_name")
|
|
51
|
-
|
|
52
|
-
@fabric_name.setter
|
|
53
|
-
def fabric_name(self, value: pulumi.Input[str]):
|
|
54
|
-
pulumi.set(self, "fabric_name", value)
|
|
55
|
-
|
|
56
|
-
@property
|
|
57
|
-
@pulumi.getter(name="protectionContainerName")
|
|
58
|
-
def protection_container_name(self) -> pulumi.Input[str]:
|
|
59
|
-
"""
|
|
60
|
-
Protection container name.
|
|
61
|
-
"""
|
|
62
|
-
return pulumi.get(self, "protection_container_name")
|
|
63
|
-
|
|
64
|
-
@protection_container_name.setter
|
|
65
|
-
def protection_container_name(self, value: pulumi.Input[str]):
|
|
66
|
-
pulumi.set(self, "protection_container_name", value)
|
|
67
|
-
|
|
68
|
-
@property
|
|
69
|
-
@pulumi.getter(name="resourceGroupName")
|
|
70
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
71
|
-
"""
|
|
72
|
-
The name of the resource group where the recovery services vault is present.
|
|
73
|
-
"""
|
|
74
|
-
return pulumi.get(self, "resource_group_name")
|
|
75
|
-
|
|
76
|
-
@resource_group_name.setter
|
|
77
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
78
|
-
pulumi.set(self, "resource_group_name", value)
|
|
79
|
-
|
|
80
|
-
@property
|
|
81
|
-
@pulumi.getter(name="resourceName")
|
|
82
|
-
def resource_name(self) -> pulumi.Input[str]:
|
|
83
|
-
"""
|
|
84
|
-
The name of the recovery services vault.
|
|
85
|
-
"""
|
|
86
|
-
return pulumi.get(self, "resource_name")
|
|
87
|
-
|
|
88
|
-
@resource_name.setter
|
|
89
|
-
def resource_name(self, value: pulumi.Input[str]):
|
|
90
|
-
pulumi.set(self, "resource_name", value)
|
|
91
|
-
|
|
92
|
-
@property
|
|
93
|
-
@pulumi.getter
|
|
94
|
-
def properties(self) -> Optional[pulumi.Input['ReplicationProtectionClusterPropertiesArgs']]:
|
|
95
|
-
"""
|
|
96
|
-
The custom data.
|
|
97
|
-
"""
|
|
98
|
-
return pulumi.get(self, "properties")
|
|
99
|
-
|
|
100
|
-
@properties.setter
|
|
101
|
-
def properties(self, value: Optional[pulumi.Input['ReplicationProtectionClusterPropertiesArgs']]):
|
|
102
|
-
pulumi.set(self, "properties", value)
|
|
103
|
-
|
|
104
|
-
@property
|
|
105
|
-
@pulumi.getter(name="replicationProtectionClusterName")
|
|
106
|
-
def replication_protection_cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
107
|
-
"""
|
|
108
|
-
Replication protection cluster name.
|
|
109
|
-
"""
|
|
110
|
-
return pulumi.get(self, "replication_protection_cluster_name")
|
|
111
|
-
|
|
112
|
-
@replication_protection_cluster_name.setter
|
|
113
|
-
def replication_protection_cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
114
|
-
pulumi.set(self, "replication_protection_cluster_name", value)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
class ReplicationProtectionCluster(pulumi.CustomResource):
|
|
118
|
-
@overload
|
|
119
|
-
def __init__(__self__,
|
|
120
|
-
resource_name: str,
|
|
121
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
122
|
-
fabric_name: Optional[pulumi.Input[str]] = None,
|
|
123
|
-
properties: Optional[pulumi.Input[pulumi.InputType['ReplicationProtectionClusterPropertiesArgs']]] = None,
|
|
124
|
-
protection_container_name: Optional[pulumi.Input[str]] = None,
|
|
125
|
-
replication_protection_cluster_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
127
|
-
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
128
|
-
__props__=None):
|
|
129
|
-
"""
|
|
130
|
-
Replication protection Cluster.
|
|
131
|
-
Azure REST API version: 2024-02-01.
|
|
132
|
-
|
|
133
|
-
:param str resource_name: The name of the resource.
|
|
134
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
135
|
-
:param pulumi.Input[str] fabric_name: Fabric name.
|
|
136
|
-
:param pulumi.Input[pulumi.InputType['ReplicationProtectionClusterPropertiesArgs']] properties: The custom data.
|
|
137
|
-
:param pulumi.Input[str] protection_container_name: Protection container name.
|
|
138
|
-
:param pulumi.Input[str] replication_protection_cluster_name: Replication protection cluster name.
|
|
139
|
-
:param pulumi.Input[str] resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
140
|
-
:param pulumi.Input[str] resource_name_: The name of the recovery services vault.
|
|
141
|
-
"""
|
|
142
|
-
...
|
|
143
|
-
@overload
|
|
144
|
-
def __init__(__self__,
|
|
145
|
-
resource_name: str,
|
|
146
|
-
args: ReplicationProtectionClusterArgs,
|
|
147
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
148
|
-
"""
|
|
149
|
-
Replication protection Cluster.
|
|
150
|
-
Azure REST API version: 2024-02-01.
|
|
151
|
-
|
|
152
|
-
:param str resource_name: The name of the resource.
|
|
153
|
-
:param ReplicationProtectionClusterArgs args: The arguments to use to populate this resource's properties.
|
|
154
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
155
|
-
"""
|
|
156
|
-
...
|
|
157
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
158
|
-
resource_args, opts = _utilities.get_resource_args_opts(ReplicationProtectionClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
159
|
-
if resource_args is not None:
|
|
160
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
161
|
-
else:
|
|
162
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
163
|
-
|
|
164
|
-
def _internal_init(__self__,
|
|
165
|
-
resource_name: str,
|
|
166
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
167
|
-
fabric_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
-
properties: Optional[pulumi.Input[pulumi.InputType['ReplicationProtectionClusterPropertiesArgs']]] = None,
|
|
169
|
-
protection_container_name: Optional[pulumi.Input[str]] = None,
|
|
170
|
-
replication_protection_cluster_name: Optional[pulumi.Input[str]] = None,
|
|
171
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
172
|
-
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
173
|
-
__props__=None):
|
|
174
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
175
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
176
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
177
|
-
if opts.id is None:
|
|
178
|
-
if __props__ is not None:
|
|
179
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
180
|
-
__props__ = ReplicationProtectionClusterArgs.__new__(ReplicationProtectionClusterArgs)
|
|
181
|
-
|
|
182
|
-
if fabric_name is None and not opts.urn:
|
|
183
|
-
raise TypeError("Missing required property 'fabric_name'")
|
|
184
|
-
__props__.__dict__["fabric_name"] = fabric_name
|
|
185
|
-
__props__.__dict__["properties"] = properties
|
|
186
|
-
if protection_container_name is None and not opts.urn:
|
|
187
|
-
raise TypeError("Missing required property 'protection_container_name'")
|
|
188
|
-
__props__.__dict__["protection_container_name"] = protection_container_name
|
|
189
|
-
__props__.__dict__["replication_protection_cluster_name"] = replication_protection_cluster_name
|
|
190
|
-
if resource_group_name is None and not opts.urn:
|
|
191
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
192
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
193
|
-
if resource_name_ is None and not opts.urn:
|
|
194
|
-
raise TypeError("Missing required property 'resource_name_'")
|
|
195
|
-
__props__.__dict__["resource_name"] = resource_name_
|
|
196
|
-
__props__.__dict__["name"] = None
|
|
197
|
-
__props__.__dict__["type"] = None
|
|
198
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20240201:ReplicationProtectionCluster")])
|
|
199
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
200
|
-
super(ReplicationProtectionCluster, __self__).__init__(
|
|
201
|
-
'azure-native:recoveryservices:ReplicationProtectionCluster',
|
|
202
|
-
resource_name,
|
|
203
|
-
__props__,
|
|
204
|
-
opts)
|
|
205
|
-
|
|
206
|
-
@staticmethod
|
|
207
|
-
def get(resource_name: str,
|
|
208
|
-
id: pulumi.Input[str],
|
|
209
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'ReplicationProtectionCluster':
|
|
210
|
-
"""
|
|
211
|
-
Get an existing ReplicationProtectionCluster resource's state with the given name, id, and optional extra
|
|
212
|
-
properties used to qualify the lookup.
|
|
213
|
-
|
|
214
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
215
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
216
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
217
|
-
"""
|
|
218
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
219
|
-
|
|
220
|
-
__props__ = ReplicationProtectionClusterArgs.__new__(ReplicationProtectionClusterArgs)
|
|
221
|
-
|
|
222
|
-
__props__.__dict__["name"] = None
|
|
223
|
-
__props__.__dict__["properties"] = None
|
|
224
|
-
__props__.__dict__["type"] = None
|
|
225
|
-
return ReplicationProtectionCluster(resource_name, opts=opts, __props__=__props__)
|
|
226
|
-
|
|
227
|
-
@property
|
|
228
|
-
@pulumi.getter
|
|
229
|
-
def name(self) -> pulumi.Output[str]:
|
|
230
|
-
"""
|
|
231
|
-
The name of the protection cluster.
|
|
232
|
-
"""
|
|
233
|
-
return pulumi.get(self, "name")
|
|
234
|
-
|
|
235
|
-
@property
|
|
236
|
-
@pulumi.getter
|
|
237
|
-
def properties(self) -> pulumi.Output['outputs.ReplicationProtectionClusterPropertiesResponse']:
|
|
238
|
-
"""
|
|
239
|
-
The custom data.
|
|
240
|
-
"""
|
|
241
|
-
return pulumi.get(self, "properties")
|
|
242
|
-
|
|
243
|
-
@property
|
|
244
|
-
@pulumi.getter
|
|
245
|
-
def type(self) -> pulumi.Output[str]:
|
|
246
|
-
"""
|
|
247
|
-
The Type of the object.
|
|
248
|
-
"""
|
|
249
|
-
return pulumi.get(self, "type")
|
|
250
|
-
|
|
@@ -1,141 +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 pulumi
|
|
8
|
-
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
-
from ... import _utilities
|
|
11
|
-
from . import outputs
|
|
12
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetReplicationFabricResult',
|
|
15
|
-
'AwaitableGetReplicationFabricResult',
|
|
16
|
-
'get_replication_fabric',
|
|
17
|
-
'get_replication_fabric_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetReplicationFabricResult:
|
|
22
|
-
"""
|
|
23
|
-
Fabric definition.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
|
|
26
|
-
if id and not isinstance(id, str):
|
|
27
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
-
pulumi.set(__self__, "id", id)
|
|
29
|
-
if location and not isinstance(location, str):
|
|
30
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
-
pulumi.set(__self__, "location", location)
|
|
32
|
-
if name and not isinstance(name, str):
|
|
33
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
-
pulumi.set(__self__, "name", name)
|
|
35
|
-
if properties and not isinstance(properties, dict):
|
|
36
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
-
pulumi.set(__self__, "properties", properties)
|
|
38
|
-
if type and not isinstance(type, str):
|
|
39
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
-
pulumi.set(__self__, "type", type)
|
|
41
|
-
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter
|
|
44
|
-
def id(self) -> str:
|
|
45
|
-
"""
|
|
46
|
-
Resource Id
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "id")
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def location(self) -> Optional[str]:
|
|
53
|
-
"""
|
|
54
|
-
Resource Location
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "location")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def name(self) -> str:
|
|
61
|
-
"""
|
|
62
|
-
Resource Name
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "name")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def properties(self) -> 'outputs.FabricPropertiesResponse':
|
|
69
|
-
"""
|
|
70
|
-
Fabric related data.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "properties")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def type(self) -> str:
|
|
77
|
-
"""
|
|
78
|
-
Resource Type
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "type")
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
class AwaitableGetReplicationFabricResult(GetReplicationFabricResult):
|
|
84
|
-
# pylint: disable=using-constant-test
|
|
85
|
-
def __await__(self):
|
|
86
|
-
if False:
|
|
87
|
-
yield self
|
|
88
|
-
return GetReplicationFabricResult(
|
|
89
|
-
id=self.id,
|
|
90
|
-
location=self.location,
|
|
91
|
-
name=self.name,
|
|
92
|
-
properties=self.properties,
|
|
93
|
-
type=self.type)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def get_replication_fabric(fabric_name: Optional[str] = None,
|
|
97
|
-
filter: Optional[str] = None,
|
|
98
|
-
resource_group_name: Optional[str] = None,
|
|
99
|
-
resource_name: Optional[str] = None,
|
|
100
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationFabricResult:
|
|
101
|
-
"""
|
|
102
|
-
Gets the details of an Azure Site Recovery fabric.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
:param str fabric_name: Fabric name.
|
|
106
|
-
:param str filter: OData filter options.
|
|
107
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
108
|
-
:param str resource_name: The name of the recovery services vault.
|
|
109
|
-
"""
|
|
110
|
-
__args__ = dict()
|
|
111
|
-
__args__['fabricName'] = fabric_name
|
|
112
|
-
__args__['filter'] = filter
|
|
113
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
114
|
-
__args__['resourceName'] = resource_name
|
|
115
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
116
|
-
__ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240201:getReplicationFabric', __args__, opts=opts, typ=GetReplicationFabricResult).value
|
|
117
|
-
|
|
118
|
-
return AwaitableGetReplicationFabricResult(
|
|
119
|
-
id=pulumi.get(__ret__, 'id'),
|
|
120
|
-
location=pulumi.get(__ret__, 'location'),
|
|
121
|
-
name=pulumi.get(__ret__, 'name'),
|
|
122
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
123
|
-
type=pulumi.get(__ret__, 'type'))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
@_utilities.lift_output_func(get_replication_fabric)
|
|
127
|
-
def get_replication_fabric_output(fabric_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
-
filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
129
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationFabricResult]:
|
|
132
|
-
"""
|
|
133
|
-
Gets the details of an Azure Site Recovery fabric.
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
:param str fabric_name: Fabric name.
|
|
137
|
-
:param str filter: OData filter options.
|
|
138
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
139
|
-
:param str resource_name: The name of the recovery services vault.
|
|
140
|
-
"""
|
|
141
|
-
...
|
|
@@ -1,146 +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 pulumi
|
|
8
|
-
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
-
from ... import _utilities
|
|
11
|
-
from . import outputs
|
|
12
|
-
|
|
13
|
-
__all__ = [
|
|
14
|
-
'GetReplicationMigrationItemResult',
|
|
15
|
-
'AwaitableGetReplicationMigrationItemResult',
|
|
16
|
-
'get_replication_migration_item',
|
|
17
|
-
'get_replication_migration_item_output',
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
@pulumi.output_type
|
|
21
|
-
class GetReplicationMigrationItemResult:
|
|
22
|
-
"""
|
|
23
|
-
Migration item.
|
|
24
|
-
"""
|
|
25
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
|
|
26
|
-
if id and not isinstance(id, str):
|
|
27
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
-
pulumi.set(__self__, "id", id)
|
|
29
|
-
if location and not isinstance(location, str):
|
|
30
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
-
pulumi.set(__self__, "location", location)
|
|
32
|
-
if name and not isinstance(name, str):
|
|
33
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
-
pulumi.set(__self__, "name", name)
|
|
35
|
-
if properties and not isinstance(properties, dict):
|
|
36
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
-
pulumi.set(__self__, "properties", properties)
|
|
38
|
-
if type and not isinstance(type, str):
|
|
39
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
-
pulumi.set(__self__, "type", type)
|
|
41
|
-
|
|
42
|
-
@property
|
|
43
|
-
@pulumi.getter
|
|
44
|
-
def id(self) -> str:
|
|
45
|
-
"""
|
|
46
|
-
Resource Id
|
|
47
|
-
"""
|
|
48
|
-
return pulumi.get(self, "id")
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def location(self) -> Optional[str]:
|
|
53
|
-
"""
|
|
54
|
-
Resource Location
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "location")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def name(self) -> str:
|
|
61
|
-
"""
|
|
62
|
-
Resource Name
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "name")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def properties(self) -> 'outputs.MigrationItemPropertiesResponse':
|
|
69
|
-
"""
|
|
70
|
-
The migration item properties.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "properties")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def type(self) -> str:
|
|
77
|
-
"""
|
|
78
|
-
Resource Type
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "type")
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
class AwaitableGetReplicationMigrationItemResult(GetReplicationMigrationItemResult):
|
|
84
|
-
# pylint: disable=using-constant-test
|
|
85
|
-
def __await__(self):
|
|
86
|
-
if False:
|
|
87
|
-
yield self
|
|
88
|
-
return GetReplicationMigrationItemResult(
|
|
89
|
-
id=self.id,
|
|
90
|
-
location=self.location,
|
|
91
|
-
name=self.name,
|
|
92
|
-
properties=self.properties,
|
|
93
|
-
type=self.type)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def get_replication_migration_item(fabric_name: Optional[str] = None,
|
|
97
|
-
migration_item_name: Optional[str] = None,
|
|
98
|
-
protection_container_name: Optional[str] = None,
|
|
99
|
-
resource_group_name: Optional[str] = None,
|
|
100
|
-
resource_name: Optional[str] = None,
|
|
101
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationMigrationItemResult:
|
|
102
|
-
"""
|
|
103
|
-
Migration item.
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
:param str fabric_name: Fabric unique name.
|
|
107
|
-
:param str migration_item_name: Migration item name.
|
|
108
|
-
:param str protection_container_name: Protection container name.
|
|
109
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
110
|
-
:param str resource_name: The name of the recovery services vault.
|
|
111
|
-
"""
|
|
112
|
-
__args__ = dict()
|
|
113
|
-
__args__['fabricName'] = fabric_name
|
|
114
|
-
__args__['migrationItemName'] = migration_item_name
|
|
115
|
-
__args__['protectionContainerName'] = protection_container_name
|
|
116
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
117
|
-
__args__['resourceName'] = resource_name
|
|
118
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
119
|
-
__ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240201:getReplicationMigrationItem', __args__, opts=opts, typ=GetReplicationMigrationItemResult).value
|
|
120
|
-
|
|
121
|
-
return AwaitableGetReplicationMigrationItemResult(
|
|
122
|
-
id=pulumi.get(__ret__, 'id'),
|
|
123
|
-
location=pulumi.get(__ret__, 'location'),
|
|
124
|
-
name=pulumi.get(__ret__, 'name'),
|
|
125
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
126
|
-
type=pulumi.get(__ret__, 'type'))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
@_utilities.lift_output_func(get_replication_migration_item)
|
|
130
|
-
def get_replication_migration_item_output(fabric_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
-
migration_item_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
protection_container_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
resource_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationMigrationItemResult]:
|
|
136
|
-
"""
|
|
137
|
-
Migration item.
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
:param str fabric_name: Fabric unique name.
|
|
141
|
-
:param str migration_item_name: Migration item name.
|
|
142
|
-
:param str protection_container_name: Protection container name.
|
|
143
|
-
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
144
|
-
:param str resource_name: The name of the recovery services vault.
|
|
145
|
-
"""
|
|
146
|
-
...
|