pulumi-azure-native 3.1.0a1744113715__py3-none-any.whl → 3.2.0a1744649622__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 +20 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/__init__.py +10 -0
- pulumi_azure_native/cognitiveservices/_enums.py +153 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
- pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
- pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
- pulumi_azure_native/cognitiveservices/get_project.py +223 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
- pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
- pulumi_azure_native/cognitiveservices/project.py +332 -0
- pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
- pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
- pulumi_azure_native/communication/__init__.py +2 -0
- pulumi_azure_native/communication/get_smtp_username.py +195 -0
- pulumi_azure_native/communication/smtp_username.py +294 -0
- pulumi_azure_native/compute/_enums.py +1 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +9 -0
- pulumi_azure_native/containerinstance/_inputs.py +82 -2
- pulumi_azure_native/containerinstance/cg_profile.py +835 -0
- pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
- pulumi_azure_native/containerinstance/outputs.py +169 -2
- pulumi_azure_native/containerregistry/agent_pool.py +5 -1
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_task.py +4 -0
- pulumi_azure_native/containerregistry/get_task_run.py +4 -0
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
- pulumi_azure_native/containerregistry/list_task_details.py +4 -0
- pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/task.py +5 -1
- pulumi_azure_native/containerregistry/task_run.py +5 -1
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +4 -0
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +5 -1
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/datareplication/__init__.py +6 -0
- pulumi_azure_native/datareplication/_enums.py +23 -0
- pulumi_azure_native/datareplication/_inputs.py +1005 -18
- pulumi_azure_native/datareplication/fabric_agent.py +234 -0
- pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
- pulumi_azure_native/datareplication/outputs.py +1063 -33
- pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
- pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
- pulumi_azure_native/devcenter/__init__.py +1 -0
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devhub/__init__.py +1 -0
- pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
- pulumi_azure_native/durabletask/__init__.py +3 -0
- pulumi_azure_native/durabletask/_enums.py +31 -0
- pulumi_azure_native/durabletask/_inputs.py +96 -0
- pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
- pulumi_azure_native/durabletask/get_scheduler.py +4 -0
- pulumi_azure_native/durabletask/get_task_hub.py +4 -0
- pulumi_azure_native/durabletask/outputs.py +109 -0
- pulumi_azure_native/durabletask/retention_policy.py +215 -0
- pulumi_azure_native/durabletask/scheduler.py +5 -1
- pulumi_azure_native/durabletask/task_hub.py +5 -1
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
- pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
- pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
- pulumi_azure_native/marketplace/private_store_collection.py +5 -1
- pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
- pulumi_azure_native/migrate/__init__.py +14 -0
- pulumi_azure_native/migrate/_enums.py +802 -16
- pulumi_azure_native/migrate/_inputs.py +2569 -116
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
- pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
- pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
- pulumi_azure_native/migrate/outputs.py +2518 -164
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +2 -0
- pulumi_azure_native/netapp/_inputs.py +212 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.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_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +212 -0
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/powerplatform/_inputs.py +5 -63
- pulumi_azure_native/powerplatform/outputs.py +3 -56
- pulumi_azure_native/pulumi-plugin.json +1 -1
- 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_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_cluster.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/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/get_vault.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/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_cluster.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/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- 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/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/servicefabric/application.py +5 -1
- pulumi_azure_native/servicefabric/application_type.py +5 -1
- pulumi_azure_native/servicefabric/application_type_version.py +5 -1
- pulumi_azure_native/servicefabric/get_application.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type.py +4 -0
- pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/get_service.py +4 -0
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/service.py +5 -1
- pulumi_azure_native/storageactions/_inputs.py +10 -10
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +21 -0
- pulumi_azure_native/storagecache/auto_export_job.py +504 -0
- pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/RECORD +417 -374
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/top_level.txt +0 -0
|
@@ -20,10 +20,16 @@ __all__ = [
|
|
|
20
20
|
'AzStackHCIClusterPropertiesArgsDict',
|
|
21
21
|
'AzStackHCIFabricModelCustomPropertiesArgs',
|
|
22
22
|
'AzStackHCIFabricModelCustomPropertiesArgsDict',
|
|
23
|
+
'ConnectionDetailsArgs',
|
|
24
|
+
'ConnectionDetailsArgsDict',
|
|
23
25
|
'DraModelPropertiesArgs',
|
|
24
26
|
'DraModelPropertiesArgsDict',
|
|
27
|
+
'FabricAgentModelPropertiesArgs',
|
|
28
|
+
'FabricAgentModelPropertiesArgsDict',
|
|
25
29
|
'FabricModelPropertiesArgs',
|
|
26
30
|
'FabricModelPropertiesArgsDict',
|
|
31
|
+
'GroupConnectivityInformationArgs',
|
|
32
|
+
'GroupConnectivityInformationArgsDict',
|
|
27
33
|
'HyperVMigrateFabricModelCustomPropertiesArgs',
|
|
28
34
|
'HyperVMigrateFabricModelCustomPropertiesArgsDict',
|
|
29
35
|
'HyperVToAzStackHCIDiskInputArgs',
|
|
@@ -40,16 +46,34 @@ __all__ = [
|
|
|
40
46
|
'IdentityModelArgsDict',
|
|
41
47
|
'PolicyModelPropertiesArgs',
|
|
42
48
|
'PolicyModelPropertiesArgsDict',
|
|
49
|
+
'PrivateEndpointConnectionProxyPropertiesArgs',
|
|
50
|
+
'PrivateEndpointConnectionProxyPropertiesArgsDict',
|
|
51
|
+
'PrivateEndpointConnectionResponsePropertiesArgs',
|
|
52
|
+
'PrivateEndpointConnectionResponsePropertiesArgsDict',
|
|
53
|
+
'PrivateEndpointArgs',
|
|
54
|
+
'PrivateEndpointArgsDict',
|
|
55
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
56
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
57
|
+
'PrivateLinkServiceConnectionArgs',
|
|
58
|
+
'PrivateLinkServiceConnectionArgsDict',
|
|
59
|
+
'PrivateLinkServiceProxyArgs',
|
|
60
|
+
'PrivateLinkServiceProxyArgsDict',
|
|
43
61
|
'ProtectedItemDynamicMemoryConfigArgs',
|
|
44
62
|
'ProtectedItemDynamicMemoryConfigArgsDict',
|
|
45
63
|
'ProtectedItemModelPropertiesArgs',
|
|
46
64
|
'ProtectedItemModelPropertiesArgsDict',
|
|
65
|
+
'RemotePrivateEndpointConnectionArgs',
|
|
66
|
+
'RemotePrivateEndpointConnectionArgsDict',
|
|
67
|
+
'RemotePrivateEndpointArgs',
|
|
68
|
+
'RemotePrivateEndpointArgsDict',
|
|
47
69
|
'ReplicationExtensionModelPropertiesArgs',
|
|
48
70
|
'ReplicationExtensionModelPropertiesArgsDict',
|
|
49
71
|
'StorageContainerPropertiesArgs',
|
|
50
72
|
'StorageContainerPropertiesArgsDict',
|
|
51
73
|
'VMwareDraModelCustomPropertiesArgs',
|
|
52
74
|
'VMwareDraModelCustomPropertiesArgsDict',
|
|
75
|
+
'VMwareFabricAgentModelCustomPropertiesArgs',
|
|
76
|
+
'VMwareFabricAgentModelCustomPropertiesArgsDict',
|
|
53
77
|
'VMwareMigrateFabricModelCustomPropertiesArgs',
|
|
54
78
|
'VMwareMigrateFabricModelCustomPropertiesArgsDict',
|
|
55
79
|
'VMwareToAzStackHCIDiskInputArgs',
|
|
@@ -255,6 +279,122 @@ class AzStackHCIFabricModelCustomPropertiesArgs:
|
|
|
255
279
|
pulumi.set(self, "migration_solution_id", value)
|
|
256
280
|
|
|
257
281
|
|
|
282
|
+
if not MYPY:
|
|
283
|
+
class ConnectionDetailsArgsDict(TypedDict):
|
|
284
|
+
"""
|
|
285
|
+
Private endpoint connection details at member level.
|
|
286
|
+
"""
|
|
287
|
+
group_id: NotRequired[pulumi.Input[str]]
|
|
288
|
+
"""
|
|
289
|
+
Gets or sets group id.
|
|
290
|
+
"""
|
|
291
|
+
id: NotRequired[pulumi.Input[str]]
|
|
292
|
+
"""
|
|
293
|
+
Gets or sets id.
|
|
294
|
+
"""
|
|
295
|
+
link_identifier: NotRequired[pulumi.Input[str]]
|
|
296
|
+
"""
|
|
297
|
+
Gets or sets link identifier.
|
|
298
|
+
"""
|
|
299
|
+
member_name: NotRequired[pulumi.Input[str]]
|
|
300
|
+
"""
|
|
301
|
+
Gets or sets member name.
|
|
302
|
+
"""
|
|
303
|
+
private_ip_address: NotRequired[pulumi.Input[str]]
|
|
304
|
+
"""
|
|
305
|
+
Gets or sets private IP address.
|
|
306
|
+
"""
|
|
307
|
+
elif False:
|
|
308
|
+
ConnectionDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
309
|
+
|
|
310
|
+
@pulumi.input_type
|
|
311
|
+
class ConnectionDetailsArgs:
|
|
312
|
+
def __init__(__self__, *,
|
|
313
|
+
group_id: Optional[pulumi.Input[str]] = None,
|
|
314
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
315
|
+
link_identifier: Optional[pulumi.Input[str]] = None,
|
|
316
|
+
member_name: Optional[pulumi.Input[str]] = None,
|
|
317
|
+
private_ip_address: Optional[pulumi.Input[str]] = None):
|
|
318
|
+
"""
|
|
319
|
+
Private endpoint connection details at member level.
|
|
320
|
+
:param pulumi.Input[str] group_id: Gets or sets group id.
|
|
321
|
+
:param pulumi.Input[str] id: Gets or sets id.
|
|
322
|
+
:param pulumi.Input[str] link_identifier: Gets or sets link identifier.
|
|
323
|
+
:param pulumi.Input[str] member_name: Gets or sets member name.
|
|
324
|
+
:param pulumi.Input[str] private_ip_address: Gets or sets private IP address.
|
|
325
|
+
"""
|
|
326
|
+
if group_id is not None:
|
|
327
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
328
|
+
if id is not None:
|
|
329
|
+
pulumi.set(__self__, "id", id)
|
|
330
|
+
if link_identifier is not None:
|
|
331
|
+
pulumi.set(__self__, "link_identifier", link_identifier)
|
|
332
|
+
if member_name is not None:
|
|
333
|
+
pulumi.set(__self__, "member_name", member_name)
|
|
334
|
+
if private_ip_address is not None:
|
|
335
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="groupId")
|
|
339
|
+
def group_id(self) -> Optional[pulumi.Input[str]]:
|
|
340
|
+
"""
|
|
341
|
+
Gets or sets group id.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "group_id")
|
|
344
|
+
|
|
345
|
+
@group_id.setter
|
|
346
|
+
def group_id(self, value: Optional[pulumi.Input[str]]):
|
|
347
|
+
pulumi.set(self, "group_id", value)
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter
|
|
351
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
352
|
+
"""
|
|
353
|
+
Gets or sets id.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "id")
|
|
356
|
+
|
|
357
|
+
@id.setter
|
|
358
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
359
|
+
pulumi.set(self, "id", value)
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="linkIdentifier")
|
|
363
|
+
def link_identifier(self) -> Optional[pulumi.Input[str]]:
|
|
364
|
+
"""
|
|
365
|
+
Gets or sets link identifier.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "link_identifier")
|
|
368
|
+
|
|
369
|
+
@link_identifier.setter
|
|
370
|
+
def link_identifier(self, value: Optional[pulumi.Input[str]]):
|
|
371
|
+
pulumi.set(self, "link_identifier", value)
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter(name="memberName")
|
|
375
|
+
def member_name(self) -> Optional[pulumi.Input[str]]:
|
|
376
|
+
"""
|
|
377
|
+
Gets or sets member name.
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "member_name")
|
|
380
|
+
|
|
381
|
+
@member_name.setter
|
|
382
|
+
def member_name(self, value: Optional[pulumi.Input[str]]):
|
|
383
|
+
pulumi.set(self, "member_name", value)
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="privateIpAddress")
|
|
387
|
+
def private_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
388
|
+
"""
|
|
389
|
+
Gets or sets private IP address.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "private_ip_address")
|
|
392
|
+
|
|
393
|
+
@private_ip_address.setter
|
|
394
|
+
def private_ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
395
|
+
pulumi.set(self, "private_ip_address", value)
|
|
396
|
+
|
|
397
|
+
|
|
258
398
|
if not MYPY:
|
|
259
399
|
class DraModelPropertiesArgsDict(TypedDict):
|
|
260
400
|
"""
|
|
@@ -366,6 +506,117 @@ class DraModelPropertiesArgs:
|
|
|
366
506
|
pulumi.set(self, "resource_access_identity", value)
|
|
367
507
|
|
|
368
508
|
|
|
509
|
+
if not MYPY:
|
|
510
|
+
class FabricAgentModelPropertiesArgsDict(TypedDict):
|
|
511
|
+
"""
|
|
512
|
+
Fabric agent model properties.
|
|
513
|
+
"""
|
|
514
|
+
authentication_identity: pulumi.Input['IdentityModelArgsDict']
|
|
515
|
+
"""
|
|
516
|
+
Identity model.
|
|
517
|
+
"""
|
|
518
|
+
custom_properties: pulumi.Input['VMwareFabricAgentModelCustomPropertiesArgsDict']
|
|
519
|
+
"""
|
|
520
|
+
Fabric agent model custom properties.
|
|
521
|
+
"""
|
|
522
|
+
machine_id: pulumi.Input[str]
|
|
523
|
+
"""
|
|
524
|
+
Gets or sets the machine Id where fabric agent is running.
|
|
525
|
+
"""
|
|
526
|
+
machine_name: pulumi.Input[str]
|
|
527
|
+
"""
|
|
528
|
+
Gets or sets the machine name where fabric agent is running.
|
|
529
|
+
"""
|
|
530
|
+
resource_access_identity: pulumi.Input['IdentityModelArgsDict']
|
|
531
|
+
"""
|
|
532
|
+
Identity model.
|
|
533
|
+
"""
|
|
534
|
+
elif False:
|
|
535
|
+
FabricAgentModelPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
536
|
+
|
|
537
|
+
@pulumi.input_type
|
|
538
|
+
class FabricAgentModelPropertiesArgs:
|
|
539
|
+
def __init__(__self__, *,
|
|
540
|
+
authentication_identity: pulumi.Input['IdentityModelArgs'],
|
|
541
|
+
custom_properties: pulumi.Input['VMwareFabricAgentModelCustomPropertiesArgs'],
|
|
542
|
+
machine_id: pulumi.Input[str],
|
|
543
|
+
machine_name: pulumi.Input[str],
|
|
544
|
+
resource_access_identity: pulumi.Input['IdentityModelArgs']):
|
|
545
|
+
"""
|
|
546
|
+
Fabric agent model properties.
|
|
547
|
+
:param pulumi.Input['IdentityModelArgs'] authentication_identity: Identity model.
|
|
548
|
+
:param pulumi.Input['VMwareFabricAgentModelCustomPropertiesArgs'] custom_properties: Fabric agent model custom properties.
|
|
549
|
+
:param pulumi.Input[str] machine_id: Gets or sets the machine Id where fabric agent is running.
|
|
550
|
+
:param pulumi.Input[str] machine_name: Gets or sets the machine name where fabric agent is running.
|
|
551
|
+
:param pulumi.Input['IdentityModelArgs'] resource_access_identity: Identity model.
|
|
552
|
+
"""
|
|
553
|
+
pulumi.set(__self__, "authentication_identity", authentication_identity)
|
|
554
|
+
pulumi.set(__self__, "custom_properties", custom_properties)
|
|
555
|
+
pulumi.set(__self__, "machine_id", machine_id)
|
|
556
|
+
pulumi.set(__self__, "machine_name", machine_name)
|
|
557
|
+
pulumi.set(__self__, "resource_access_identity", resource_access_identity)
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter(name="authenticationIdentity")
|
|
561
|
+
def authentication_identity(self) -> pulumi.Input['IdentityModelArgs']:
|
|
562
|
+
"""
|
|
563
|
+
Identity model.
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "authentication_identity")
|
|
566
|
+
|
|
567
|
+
@authentication_identity.setter
|
|
568
|
+
def authentication_identity(self, value: pulumi.Input['IdentityModelArgs']):
|
|
569
|
+
pulumi.set(self, "authentication_identity", value)
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="customProperties")
|
|
573
|
+
def custom_properties(self) -> pulumi.Input['VMwareFabricAgentModelCustomPropertiesArgs']:
|
|
574
|
+
"""
|
|
575
|
+
Fabric agent model custom properties.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "custom_properties")
|
|
578
|
+
|
|
579
|
+
@custom_properties.setter
|
|
580
|
+
def custom_properties(self, value: pulumi.Input['VMwareFabricAgentModelCustomPropertiesArgs']):
|
|
581
|
+
pulumi.set(self, "custom_properties", value)
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter(name="machineId")
|
|
585
|
+
def machine_id(self) -> pulumi.Input[str]:
|
|
586
|
+
"""
|
|
587
|
+
Gets or sets the machine Id where fabric agent is running.
|
|
588
|
+
"""
|
|
589
|
+
return pulumi.get(self, "machine_id")
|
|
590
|
+
|
|
591
|
+
@machine_id.setter
|
|
592
|
+
def machine_id(self, value: pulumi.Input[str]):
|
|
593
|
+
pulumi.set(self, "machine_id", value)
|
|
594
|
+
|
|
595
|
+
@property
|
|
596
|
+
@pulumi.getter(name="machineName")
|
|
597
|
+
def machine_name(self) -> pulumi.Input[str]:
|
|
598
|
+
"""
|
|
599
|
+
Gets or sets the machine name where fabric agent is running.
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "machine_name")
|
|
602
|
+
|
|
603
|
+
@machine_name.setter
|
|
604
|
+
def machine_name(self, value: pulumi.Input[str]):
|
|
605
|
+
pulumi.set(self, "machine_name", value)
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter(name="resourceAccessIdentity")
|
|
609
|
+
def resource_access_identity(self) -> pulumi.Input['IdentityModelArgs']:
|
|
610
|
+
"""
|
|
611
|
+
Identity model.
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "resource_access_identity")
|
|
614
|
+
|
|
615
|
+
@resource_access_identity.setter
|
|
616
|
+
def resource_access_identity(self, value: pulumi.Input['IdentityModelArgs']):
|
|
617
|
+
pulumi.set(self, "resource_access_identity", value)
|
|
618
|
+
|
|
619
|
+
|
|
369
620
|
if not MYPY:
|
|
370
621
|
class FabricModelPropertiesArgsDict(TypedDict):
|
|
371
622
|
"""
|
|
@@ -401,6 +652,142 @@ class FabricModelPropertiesArgs:
|
|
|
401
652
|
pulumi.set(self, "custom_properties", value)
|
|
402
653
|
|
|
403
654
|
|
|
655
|
+
if not MYPY:
|
|
656
|
+
class GroupConnectivityInformationArgsDict(TypedDict):
|
|
657
|
+
"""
|
|
658
|
+
Represents of a connection's group information.
|
|
659
|
+
"""
|
|
660
|
+
customer_visible_fqdns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
661
|
+
"""
|
|
662
|
+
Gets or sets customer visible FQDNs.
|
|
663
|
+
"""
|
|
664
|
+
group_id: NotRequired[pulumi.Input[str]]
|
|
665
|
+
"""
|
|
666
|
+
Gets or sets group id.
|
|
667
|
+
"""
|
|
668
|
+
internal_fqdn: NotRequired[pulumi.Input[str]]
|
|
669
|
+
"""
|
|
670
|
+
Gets or sets Internal Fqdn.
|
|
671
|
+
"""
|
|
672
|
+
member_name: NotRequired[pulumi.Input[str]]
|
|
673
|
+
"""
|
|
674
|
+
Gets or sets member name.
|
|
675
|
+
"""
|
|
676
|
+
private_link_service_arm_region: NotRequired[pulumi.Input[str]]
|
|
677
|
+
"""
|
|
678
|
+
Gets or sets the private link service arm region.
|
|
679
|
+
"""
|
|
680
|
+
redirect_map_id: NotRequired[pulumi.Input[str]]
|
|
681
|
+
"""
|
|
682
|
+
Gets or sets the redirect map id.
|
|
683
|
+
"""
|
|
684
|
+
elif False:
|
|
685
|
+
GroupConnectivityInformationArgsDict: TypeAlias = Mapping[str, Any]
|
|
686
|
+
|
|
687
|
+
@pulumi.input_type
|
|
688
|
+
class GroupConnectivityInformationArgs:
|
|
689
|
+
def __init__(__self__, *,
|
|
690
|
+
customer_visible_fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
691
|
+
group_id: Optional[pulumi.Input[str]] = None,
|
|
692
|
+
internal_fqdn: Optional[pulumi.Input[str]] = None,
|
|
693
|
+
member_name: Optional[pulumi.Input[str]] = None,
|
|
694
|
+
private_link_service_arm_region: Optional[pulumi.Input[str]] = None,
|
|
695
|
+
redirect_map_id: Optional[pulumi.Input[str]] = None):
|
|
696
|
+
"""
|
|
697
|
+
Represents of a connection's group information.
|
|
698
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] customer_visible_fqdns: Gets or sets customer visible FQDNs.
|
|
699
|
+
:param pulumi.Input[str] group_id: Gets or sets group id.
|
|
700
|
+
:param pulumi.Input[str] internal_fqdn: Gets or sets Internal Fqdn.
|
|
701
|
+
:param pulumi.Input[str] member_name: Gets or sets member name.
|
|
702
|
+
:param pulumi.Input[str] private_link_service_arm_region: Gets or sets the private link service arm region.
|
|
703
|
+
:param pulumi.Input[str] redirect_map_id: Gets or sets the redirect map id.
|
|
704
|
+
"""
|
|
705
|
+
if customer_visible_fqdns is not None:
|
|
706
|
+
pulumi.set(__self__, "customer_visible_fqdns", customer_visible_fqdns)
|
|
707
|
+
if group_id is not None:
|
|
708
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
709
|
+
if internal_fqdn is not None:
|
|
710
|
+
pulumi.set(__self__, "internal_fqdn", internal_fqdn)
|
|
711
|
+
if member_name is not None:
|
|
712
|
+
pulumi.set(__self__, "member_name", member_name)
|
|
713
|
+
if private_link_service_arm_region is not None:
|
|
714
|
+
pulumi.set(__self__, "private_link_service_arm_region", private_link_service_arm_region)
|
|
715
|
+
if redirect_map_id is not None:
|
|
716
|
+
pulumi.set(__self__, "redirect_map_id", redirect_map_id)
|
|
717
|
+
|
|
718
|
+
@property
|
|
719
|
+
@pulumi.getter(name="customerVisibleFqdns")
|
|
720
|
+
def customer_visible_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
721
|
+
"""
|
|
722
|
+
Gets or sets customer visible FQDNs.
|
|
723
|
+
"""
|
|
724
|
+
return pulumi.get(self, "customer_visible_fqdns")
|
|
725
|
+
|
|
726
|
+
@customer_visible_fqdns.setter
|
|
727
|
+
def customer_visible_fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
728
|
+
pulumi.set(self, "customer_visible_fqdns", value)
|
|
729
|
+
|
|
730
|
+
@property
|
|
731
|
+
@pulumi.getter(name="groupId")
|
|
732
|
+
def group_id(self) -> Optional[pulumi.Input[str]]:
|
|
733
|
+
"""
|
|
734
|
+
Gets or sets group id.
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "group_id")
|
|
737
|
+
|
|
738
|
+
@group_id.setter
|
|
739
|
+
def group_id(self, value: Optional[pulumi.Input[str]]):
|
|
740
|
+
pulumi.set(self, "group_id", value)
|
|
741
|
+
|
|
742
|
+
@property
|
|
743
|
+
@pulumi.getter(name="internalFqdn")
|
|
744
|
+
def internal_fqdn(self) -> Optional[pulumi.Input[str]]:
|
|
745
|
+
"""
|
|
746
|
+
Gets or sets Internal Fqdn.
|
|
747
|
+
"""
|
|
748
|
+
return pulumi.get(self, "internal_fqdn")
|
|
749
|
+
|
|
750
|
+
@internal_fqdn.setter
|
|
751
|
+
def internal_fqdn(self, value: Optional[pulumi.Input[str]]):
|
|
752
|
+
pulumi.set(self, "internal_fqdn", value)
|
|
753
|
+
|
|
754
|
+
@property
|
|
755
|
+
@pulumi.getter(name="memberName")
|
|
756
|
+
def member_name(self) -> Optional[pulumi.Input[str]]:
|
|
757
|
+
"""
|
|
758
|
+
Gets or sets member name.
|
|
759
|
+
"""
|
|
760
|
+
return pulumi.get(self, "member_name")
|
|
761
|
+
|
|
762
|
+
@member_name.setter
|
|
763
|
+
def member_name(self, value: Optional[pulumi.Input[str]]):
|
|
764
|
+
pulumi.set(self, "member_name", value)
|
|
765
|
+
|
|
766
|
+
@property
|
|
767
|
+
@pulumi.getter(name="privateLinkServiceArmRegion")
|
|
768
|
+
def private_link_service_arm_region(self) -> Optional[pulumi.Input[str]]:
|
|
769
|
+
"""
|
|
770
|
+
Gets or sets the private link service arm region.
|
|
771
|
+
"""
|
|
772
|
+
return pulumi.get(self, "private_link_service_arm_region")
|
|
773
|
+
|
|
774
|
+
@private_link_service_arm_region.setter
|
|
775
|
+
def private_link_service_arm_region(self, value: Optional[pulumi.Input[str]]):
|
|
776
|
+
pulumi.set(self, "private_link_service_arm_region", value)
|
|
777
|
+
|
|
778
|
+
@property
|
|
779
|
+
@pulumi.getter(name="redirectMapId")
|
|
780
|
+
def redirect_map_id(self) -> Optional[pulumi.Input[str]]:
|
|
781
|
+
"""
|
|
782
|
+
Gets or sets the redirect map id.
|
|
783
|
+
"""
|
|
784
|
+
return pulumi.get(self, "redirect_map_id")
|
|
785
|
+
|
|
786
|
+
@redirect_map_id.setter
|
|
787
|
+
def redirect_map_id(self, value: Optional[pulumi.Input[str]]):
|
|
788
|
+
pulumi.set(self, "redirect_map_id", value)
|
|
789
|
+
|
|
790
|
+
|
|
404
791
|
if not MYPY:
|
|
405
792
|
class HyperVMigrateFabricModelCustomPropertiesArgsDict(TypedDict):
|
|
406
793
|
"""
|
|
@@ -1331,24 +1718,23 @@ if not MYPY:
|
|
|
1331
1718
|
"""
|
|
1332
1719
|
aad_authority: pulumi.Input[str]
|
|
1333
1720
|
"""
|
|
1334
|
-
Gets or sets the authority of the SPN with which
|
|
1721
|
+
Gets or sets the authority of the SPN with which fabric agent communicates to service.
|
|
1335
1722
|
"""
|
|
1336
1723
|
application_id: pulumi.Input[str]
|
|
1337
1724
|
"""
|
|
1338
|
-
Gets or sets the client/application Id of the SPN with which
|
|
1339
|
-
service.
|
|
1725
|
+
Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.
|
|
1340
1726
|
"""
|
|
1341
1727
|
audience: pulumi.Input[str]
|
|
1342
1728
|
"""
|
|
1343
|
-
Gets or sets the audience of the SPN with which
|
|
1729
|
+
Gets or sets the audience of the SPN with which fabric agent communicates to service.
|
|
1344
1730
|
"""
|
|
1345
1731
|
object_id: pulumi.Input[str]
|
|
1346
1732
|
"""
|
|
1347
|
-
Gets or sets the object Id of the SPN with which
|
|
1733
|
+
Gets or sets the object Id of the SPN with which fabric agent communicates to service.
|
|
1348
1734
|
"""
|
|
1349
1735
|
tenant_id: pulumi.Input[str]
|
|
1350
1736
|
"""
|
|
1351
|
-
Gets or sets the tenant Id of the SPN with which
|
|
1737
|
+
Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.
|
|
1352
1738
|
"""
|
|
1353
1739
|
elif False:
|
|
1354
1740
|
IdentityModelArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1363,12 +1749,11 @@ class IdentityModelArgs:
|
|
|
1363
1749
|
tenant_id: pulumi.Input[str]):
|
|
1364
1750
|
"""
|
|
1365
1751
|
Identity model.
|
|
1366
|
-
:param pulumi.Input[str] aad_authority: Gets or sets the authority of the SPN with which
|
|
1367
|
-
:param pulumi.Input[str] application_id: Gets or sets the client/application Id of the SPN with which
|
|
1368
|
-
|
|
1369
|
-
:param pulumi.Input[str]
|
|
1370
|
-
:param pulumi.Input[str]
|
|
1371
|
-
:param pulumi.Input[str] tenant_id: Gets or sets the tenant Id of the SPN with which Dra communicates to service.
|
|
1752
|
+
:param pulumi.Input[str] aad_authority: Gets or sets the authority of the SPN with which fabric agent communicates to service.
|
|
1753
|
+
:param pulumi.Input[str] application_id: Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.
|
|
1754
|
+
:param pulumi.Input[str] audience: Gets or sets the audience of the SPN with which fabric agent communicates to service.
|
|
1755
|
+
:param pulumi.Input[str] object_id: Gets or sets the object Id of the SPN with which fabric agent communicates to service.
|
|
1756
|
+
:param pulumi.Input[str] tenant_id: Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.
|
|
1372
1757
|
"""
|
|
1373
1758
|
pulumi.set(__self__, "aad_authority", aad_authority)
|
|
1374
1759
|
pulumi.set(__self__, "application_id", application_id)
|
|
@@ -1380,7 +1765,7 @@ class IdentityModelArgs:
|
|
|
1380
1765
|
@pulumi.getter(name="aadAuthority")
|
|
1381
1766
|
def aad_authority(self) -> pulumi.Input[str]:
|
|
1382
1767
|
"""
|
|
1383
|
-
Gets or sets the authority of the SPN with which
|
|
1768
|
+
Gets or sets the authority of the SPN with which fabric agent communicates to service.
|
|
1384
1769
|
"""
|
|
1385
1770
|
return pulumi.get(self, "aad_authority")
|
|
1386
1771
|
|
|
@@ -1392,8 +1777,7 @@ class IdentityModelArgs:
|
|
|
1392
1777
|
@pulumi.getter(name="applicationId")
|
|
1393
1778
|
def application_id(self) -> pulumi.Input[str]:
|
|
1394
1779
|
"""
|
|
1395
|
-
Gets or sets the client/application Id of the SPN with which
|
|
1396
|
-
service.
|
|
1780
|
+
Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.
|
|
1397
1781
|
"""
|
|
1398
1782
|
return pulumi.get(self, "application_id")
|
|
1399
1783
|
|
|
@@ -1405,7 +1789,7 @@ class IdentityModelArgs:
|
|
|
1405
1789
|
@pulumi.getter
|
|
1406
1790
|
def audience(self) -> pulumi.Input[str]:
|
|
1407
1791
|
"""
|
|
1408
|
-
Gets or sets the audience of the SPN with which
|
|
1792
|
+
Gets or sets the audience of the SPN with which fabric agent communicates to service.
|
|
1409
1793
|
"""
|
|
1410
1794
|
return pulumi.get(self, "audience")
|
|
1411
1795
|
|
|
@@ -1417,7 +1801,7 @@ class IdentityModelArgs:
|
|
|
1417
1801
|
@pulumi.getter(name="objectId")
|
|
1418
1802
|
def object_id(self) -> pulumi.Input[str]:
|
|
1419
1803
|
"""
|
|
1420
|
-
Gets or sets the object Id of the SPN with which
|
|
1804
|
+
Gets or sets the object Id of the SPN with which fabric agent communicates to service.
|
|
1421
1805
|
"""
|
|
1422
1806
|
return pulumi.get(self, "object_id")
|
|
1423
1807
|
|
|
@@ -1429,7 +1813,7 @@ class IdentityModelArgs:
|
|
|
1429
1813
|
@pulumi.getter(name="tenantId")
|
|
1430
1814
|
def tenant_id(self) -> pulumi.Input[str]:
|
|
1431
1815
|
"""
|
|
1432
|
-
Gets or sets the tenant Id of the SPN with which
|
|
1816
|
+
Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.
|
|
1433
1817
|
"""
|
|
1434
1818
|
return pulumi.get(self, "tenant_id")
|
|
1435
1819
|
|
|
@@ -1473,6 +1857,382 @@ class PolicyModelPropertiesArgs:
|
|
|
1473
1857
|
pulumi.set(self, "custom_properties", value)
|
|
1474
1858
|
|
|
1475
1859
|
|
|
1860
|
+
if not MYPY:
|
|
1861
|
+
class PrivateEndpointConnectionProxyPropertiesArgsDict(TypedDict):
|
|
1862
|
+
"""
|
|
1863
|
+
Represents private endpoint connection proxy request.
|
|
1864
|
+
"""
|
|
1865
|
+
remote_private_endpoint: NotRequired[pulumi.Input['RemotePrivateEndpointArgsDict']]
|
|
1866
|
+
"""
|
|
1867
|
+
Represent remote private endpoint information for the private endpoint connection proxy.
|
|
1868
|
+
"""
|
|
1869
|
+
elif False:
|
|
1870
|
+
PrivateEndpointConnectionProxyPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1871
|
+
|
|
1872
|
+
@pulumi.input_type
|
|
1873
|
+
class PrivateEndpointConnectionProxyPropertiesArgs:
|
|
1874
|
+
def __init__(__self__, *,
|
|
1875
|
+
remote_private_endpoint: Optional[pulumi.Input['RemotePrivateEndpointArgs']] = None):
|
|
1876
|
+
"""
|
|
1877
|
+
Represents private endpoint connection proxy request.
|
|
1878
|
+
:param pulumi.Input['RemotePrivateEndpointArgs'] remote_private_endpoint: Represent remote private endpoint information for the private endpoint connection proxy.
|
|
1879
|
+
"""
|
|
1880
|
+
if remote_private_endpoint is not None:
|
|
1881
|
+
pulumi.set(__self__, "remote_private_endpoint", remote_private_endpoint)
|
|
1882
|
+
|
|
1883
|
+
@property
|
|
1884
|
+
@pulumi.getter(name="remotePrivateEndpoint")
|
|
1885
|
+
def remote_private_endpoint(self) -> Optional[pulumi.Input['RemotePrivateEndpointArgs']]:
|
|
1886
|
+
"""
|
|
1887
|
+
Represent remote private endpoint information for the private endpoint connection proxy.
|
|
1888
|
+
"""
|
|
1889
|
+
return pulumi.get(self, "remote_private_endpoint")
|
|
1890
|
+
|
|
1891
|
+
@remote_private_endpoint.setter
|
|
1892
|
+
def remote_private_endpoint(self, value: Optional[pulumi.Input['RemotePrivateEndpointArgs']]):
|
|
1893
|
+
pulumi.set(self, "remote_private_endpoint", value)
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
if not MYPY:
|
|
1897
|
+
class PrivateEndpointConnectionResponsePropertiesArgsDict(TypedDict):
|
|
1898
|
+
"""
|
|
1899
|
+
Represents Private endpoint connection response properties.
|
|
1900
|
+
"""
|
|
1901
|
+
private_endpoint: NotRequired[pulumi.Input['PrivateEndpointArgsDict']]
|
|
1902
|
+
"""
|
|
1903
|
+
Represent private Endpoint network resource that is linked to the Private Endpoint connection.
|
|
1904
|
+
"""
|
|
1905
|
+
private_link_service_connection_state: NotRequired[pulumi.Input['PrivateLinkServiceConnectionStateArgsDict']]
|
|
1906
|
+
"""
|
|
1907
|
+
Represents Private link service connection state.
|
|
1908
|
+
"""
|
|
1909
|
+
elif False:
|
|
1910
|
+
PrivateEndpointConnectionResponsePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1911
|
+
|
|
1912
|
+
@pulumi.input_type
|
|
1913
|
+
class PrivateEndpointConnectionResponsePropertiesArgs:
|
|
1914
|
+
def __init__(__self__, *,
|
|
1915
|
+
private_endpoint: Optional[pulumi.Input['PrivateEndpointArgs']] = None,
|
|
1916
|
+
private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
|
|
1917
|
+
"""
|
|
1918
|
+
Represents Private endpoint connection response properties.
|
|
1919
|
+
:param pulumi.Input['PrivateEndpointArgs'] private_endpoint: Represent private Endpoint network resource that is linked to the Private Endpoint connection.
|
|
1920
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Represents Private link service connection state.
|
|
1921
|
+
"""
|
|
1922
|
+
if private_endpoint is not None:
|
|
1923
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
1924
|
+
if private_link_service_connection_state is not None:
|
|
1925
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
1926
|
+
|
|
1927
|
+
@property
|
|
1928
|
+
@pulumi.getter(name="privateEndpoint")
|
|
1929
|
+
def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointArgs']]:
|
|
1930
|
+
"""
|
|
1931
|
+
Represent private Endpoint network resource that is linked to the Private Endpoint connection.
|
|
1932
|
+
"""
|
|
1933
|
+
return pulumi.get(self, "private_endpoint")
|
|
1934
|
+
|
|
1935
|
+
@private_endpoint.setter
|
|
1936
|
+
def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointArgs']]):
|
|
1937
|
+
pulumi.set(self, "private_endpoint", value)
|
|
1938
|
+
|
|
1939
|
+
@property
|
|
1940
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
1941
|
+
def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
|
|
1942
|
+
"""
|
|
1943
|
+
Represents Private link service connection state.
|
|
1944
|
+
"""
|
|
1945
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
1946
|
+
|
|
1947
|
+
@private_link_service_connection_state.setter
|
|
1948
|
+
def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
|
|
1949
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
if not MYPY:
|
|
1953
|
+
class PrivateEndpointArgsDict(TypedDict):
|
|
1954
|
+
"""
|
|
1955
|
+
Represent private Endpoint network resource that is linked to the Private Endpoint connection.
|
|
1956
|
+
"""
|
|
1957
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1958
|
+
"""
|
|
1959
|
+
Gets or sets the id.
|
|
1960
|
+
"""
|
|
1961
|
+
elif False:
|
|
1962
|
+
PrivateEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
1963
|
+
|
|
1964
|
+
@pulumi.input_type
|
|
1965
|
+
class PrivateEndpointArgs:
|
|
1966
|
+
def __init__(__self__, *,
|
|
1967
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1968
|
+
"""
|
|
1969
|
+
Represent private Endpoint network resource that is linked to the Private Endpoint connection.
|
|
1970
|
+
:param pulumi.Input[str] id: Gets or sets the id.
|
|
1971
|
+
"""
|
|
1972
|
+
if id is not None:
|
|
1973
|
+
pulumi.set(__self__, "id", id)
|
|
1974
|
+
|
|
1975
|
+
@property
|
|
1976
|
+
@pulumi.getter
|
|
1977
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1978
|
+
"""
|
|
1979
|
+
Gets or sets the id.
|
|
1980
|
+
"""
|
|
1981
|
+
return pulumi.get(self, "id")
|
|
1982
|
+
|
|
1983
|
+
@id.setter
|
|
1984
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1985
|
+
pulumi.set(self, "id", value)
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
if not MYPY:
|
|
1989
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
1990
|
+
"""
|
|
1991
|
+
Represents Private link service connection state.
|
|
1992
|
+
"""
|
|
1993
|
+
actions_required: NotRequired[pulumi.Input[str]]
|
|
1994
|
+
"""
|
|
1995
|
+
Gets or sets actions required.
|
|
1996
|
+
"""
|
|
1997
|
+
description: NotRequired[pulumi.Input[str]]
|
|
1998
|
+
"""
|
|
1999
|
+
Gets or sets description.
|
|
2000
|
+
"""
|
|
2001
|
+
status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointConnectionStatus']]]
|
|
2002
|
+
"""
|
|
2003
|
+
Gets or sets the status.
|
|
2004
|
+
"""
|
|
2005
|
+
elif False:
|
|
2006
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
2007
|
+
|
|
2008
|
+
@pulumi.input_type
|
|
2009
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
2010
|
+
def __init__(__self__, *,
|
|
2011
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
2012
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2013
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateEndpointConnectionStatus']]] = None):
|
|
2014
|
+
"""
|
|
2015
|
+
Represents Private link service connection state.
|
|
2016
|
+
:param pulumi.Input[str] actions_required: Gets or sets actions required.
|
|
2017
|
+
:param pulumi.Input[str] description: Gets or sets description.
|
|
2018
|
+
:param pulumi.Input[Union[str, 'PrivateEndpointConnectionStatus']] status: Gets or sets the status.
|
|
2019
|
+
"""
|
|
2020
|
+
if actions_required is not None:
|
|
2021
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
2022
|
+
if description is not None:
|
|
2023
|
+
pulumi.set(__self__, "description", description)
|
|
2024
|
+
if status is not None:
|
|
2025
|
+
pulumi.set(__self__, "status", status)
|
|
2026
|
+
|
|
2027
|
+
@property
|
|
2028
|
+
@pulumi.getter(name="actionsRequired")
|
|
2029
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
2030
|
+
"""
|
|
2031
|
+
Gets or sets actions required.
|
|
2032
|
+
"""
|
|
2033
|
+
return pulumi.get(self, "actions_required")
|
|
2034
|
+
|
|
2035
|
+
@actions_required.setter
|
|
2036
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
2037
|
+
pulumi.set(self, "actions_required", value)
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
@pulumi.getter
|
|
2041
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2042
|
+
"""
|
|
2043
|
+
Gets or sets description.
|
|
2044
|
+
"""
|
|
2045
|
+
return pulumi.get(self, "description")
|
|
2046
|
+
|
|
2047
|
+
@description.setter
|
|
2048
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2049
|
+
pulumi.set(self, "description", value)
|
|
2050
|
+
|
|
2051
|
+
@property
|
|
2052
|
+
@pulumi.getter
|
|
2053
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointConnectionStatus']]]:
|
|
2054
|
+
"""
|
|
2055
|
+
Gets or sets the status.
|
|
2056
|
+
"""
|
|
2057
|
+
return pulumi.get(self, "status")
|
|
2058
|
+
|
|
2059
|
+
@status.setter
|
|
2060
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointConnectionStatus']]]):
|
|
2061
|
+
pulumi.set(self, "status", value)
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
if not MYPY:
|
|
2065
|
+
class PrivateLinkServiceConnectionArgsDict(TypedDict):
|
|
2066
|
+
"""
|
|
2067
|
+
Represents of an NRP private link service connection.
|
|
2068
|
+
"""
|
|
2069
|
+
group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2070
|
+
"""
|
|
2071
|
+
Gets or sets group ids.
|
|
2072
|
+
"""
|
|
2073
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2074
|
+
"""
|
|
2075
|
+
Gets or sets private link service connection name.
|
|
2076
|
+
"""
|
|
2077
|
+
request_message: NotRequired[pulumi.Input[str]]
|
|
2078
|
+
"""
|
|
2079
|
+
Gets or sets the request message for the private link service connection.
|
|
2080
|
+
"""
|
|
2081
|
+
elif False:
|
|
2082
|
+
PrivateLinkServiceConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2083
|
+
|
|
2084
|
+
@pulumi.input_type
|
|
2085
|
+
class PrivateLinkServiceConnectionArgs:
|
|
2086
|
+
def __init__(__self__, *,
|
|
2087
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2088
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2089
|
+
request_message: Optional[pulumi.Input[str]] = None):
|
|
2090
|
+
"""
|
|
2091
|
+
Represents of an NRP private link service connection.
|
|
2092
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: Gets or sets group ids.
|
|
2093
|
+
:param pulumi.Input[str] name: Gets or sets private link service connection name.
|
|
2094
|
+
:param pulumi.Input[str] request_message: Gets or sets the request message for the private link service connection.
|
|
2095
|
+
"""
|
|
2096
|
+
if group_ids is not None:
|
|
2097
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
2098
|
+
if name is not None:
|
|
2099
|
+
pulumi.set(__self__, "name", name)
|
|
2100
|
+
if request_message is not None:
|
|
2101
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
2102
|
+
|
|
2103
|
+
@property
|
|
2104
|
+
@pulumi.getter(name="groupIds")
|
|
2105
|
+
def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2106
|
+
"""
|
|
2107
|
+
Gets or sets group ids.
|
|
2108
|
+
"""
|
|
2109
|
+
return pulumi.get(self, "group_ids")
|
|
2110
|
+
|
|
2111
|
+
@group_ids.setter
|
|
2112
|
+
def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2113
|
+
pulumi.set(self, "group_ids", value)
|
|
2114
|
+
|
|
2115
|
+
@property
|
|
2116
|
+
@pulumi.getter
|
|
2117
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2118
|
+
"""
|
|
2119
|
+
Gets or sets private link service connection name.
|
|
2120
|
+
"""
|
|
2121
|
+
return pulumi.get(self, "name")
|
|
2122
|
+
|
|
2123
|
+
@name.setter
|
|
2124
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2125
|
+
pulumi.set(self, "name", value)
|
|
2126
|
+
|
|
2127
|
+
@property
|
|
2128
|
+
@pulumi.getter(name="requestMessage")
|
|
2129
|
+
def request_message(self) -> Optional[pulumi.Input[str]]:
|
|
2130
|
+
"""
|
|
2131
|
+
Gets or sets the request message for the private link service connection.
|
|
2132
|
+
"""
|
|
2133
|
+
return pulumi.get(self, "request_message")
|
|
2134
|
+
|
|
2135
|
+
@request_message.setter
|
|
2136
|
+
def request_message(self, value: Optional[pulumi.Input[str]]):
|
|
2137
|
+
pulumi.set(self, "request_message", value)
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
if not MYPY:
|
|
2141
|
+
class PrivateLinkServiceProxyArgsDict(TypedDict):
|
|
2142
|
+
"""
|
|
2143
|
+
Represents NRP private link service proxy.
|
|
2144
|
+
"""
|
|
2145
|
+
group_connectivity_information: NotRequired[pulumi.Input[Sequence[pulumi.Input['GroupConnectivityInformationArgsDict']]]]
|
|
2146
|
+
"""
|
|
2147
|
+
Gets or sets group connectivity information.
|
|
2148
|
+
"""
|
|
2149
|
+
id: NotRequired[pulumi.Input[str]]
|
|
2150
|
+
"""
|
|
2151
|
+
Gets or sets private link service proxy id.
|
|
2152
|
+
"""
|
|
2153
|
+
remote_private_endpoint_connection: NotRequired[pulumi.Input['RemotePrivateEndpointConnectionArgsDict']]
|
|
2154
|
+
"""
|
|
2155
|
+
Represent remote private endpoint connection.
|
|
2156
|
+
"""
|
|
2157
|
+
remote_private_link_service_connection_state: NotRequired[pulumi.Input['PrivateLinkServiceConnectionStateArgsDict']]
|
|
2158
|
+
"""
|
|
2159
|
+
Represents Private link service connection state.
|
|
2160
|
+
"""
|
|
2161
|
+
elif False:
|
|
2162
|
+
PrivateLinkServiceProxyArgsDict: TypeAlias = Mapping[str, Any]
|
|
2163
|
+
|
|
2164
|
+
@pulumi.input_type
|
|
2165
|
+
class PrivateLinkServiceProxyArgs:
|
|
2166
|
+
def __init__(__self__, *,
|
|
2167
|
+
group_connectivity_information: Optional[pulumi.Input[Sequence[pulumi.Input['GroupConnectivityInformationArgs']]]] = None,
|
|
2168
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
2169
|
+
remote_private_endpoint_connection: Optional[pulumi.Input['RemotePrivateEndpointConnectionArgs']] = None,
|
|
2170
|
+
remote_private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
|
|
2171
|
+
"""
|
|
2172
|
+
Represents NRP private link service proxy.
|
|
2173
|
+
:param pulumi.Input[Sequence[pulumi.Input['GroupConnectivityInformationArgs']]] group_connectivity_information: Gets or sets group connectivity information.
|
|
2174
|
+
:param pulumi.Input[str] id: Gets or sets private link service proxy id.
|
|
2175
|
+
:param pulumi.Input['RemotePrivateEndpointConnectionArgs'] remote_private_endpoint_connection: Represent remote private endpoint connection.
|
|
2176
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] remote_private_link_service_connection_state: Represents Private link service connection state.
|
|
2177
|
+
"""
|
|
2178
|
+
if group_connectivity_information is not None:
|
|
2179
|
+
pulumi.set(__self__, "group_connectivity_information", group_connectivity_information)
|
|
2180
|
+
if id is not None:
|
|
2181
|
+
pulumi.set(__self__, "id", id)
|
|
2182
|
+
if remote_private_endpoint_connection is not None:
|
|
2183
|
+
pulumi.set(__self__, "remote_private_endpoint_connection", remote_private_endpoint_connection)
|
|
2184
|
+
if remote_private_link_service_connection_state is not None:
|
|
2185
|
+
pulumi.set(__self__, "remote_private_link_service_connection_state", remote_private_link_service_connection_state)
|
|
2186
|
+
|
|
2187
|
+
@property
|
|
2188
|
+
@pulumi.getter(name="groupConnectivityInformation")
|
|
2189
|
+
def group_connectivity_information(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GroupConnectivityInformationArgs']]]]:
|
|
2190
|
+
"""
|
|
2191
|
+
Gets or sets group connectivity information.
|
|
2192
|
+
"""
|
|
2193
|
+
return pulumi.get(self, "group_connectivity_information")
|
|
2194
|
+
|
|
2195
|
+
@group_connectivity_information.setter
|
|
2196
|
+
def group_connectivity_information(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GroupConnectivityInformationArgs']]]]):
|
|
2197
|
+
pulumi.set(self, "group_connectivity_information", value)
|
|
2198
|
+
|
|
2199
|
+
@property
|
|
2200
|
+
@pulumi.getter
|
|
2201
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2202
|
+
"""
|
|
2203
|
+
Gets or sets private link service proxy id.
|
|
2204
|
+
"""
|
|
2205
|
+
return pulumi.get(self, "id")
|
|
2206
|
+
|
|
2207
|
+
@id.setter
|
|
2208
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
2209
|
+
pulumi.set(self, "id", value)
|
|
2210
|
+
|
|
2211
|
+
@property
|
|
2212
|
+
@pulumi.getter(name="remotePrivateEndpointConnection")
|
|
2213
|
+
def remote_private_endpoint_connection(self) -> Optional[pulumi.Input['RemotePrivateEndpointConnectionArgs']]:
|
|
2214
|
+
"""
|
|
2215
|
+
Represent remote private endpoint connection.
|
|
2216
|
+
"""
|
|
2217
|
+
return pulumi.get(self, "remote_private_endpoint_connection")
|
|
2218
|
+
|
|
2219
|
+
@remote_private_endpoint_connection.setter
|
|
2220
|
+
def remote_private_endpoint_connection(self, value: Optional[pulumi.Input['RemotePrivateEndpointConnectionArgs']]):
|
|
2221
|
+
pulumi.set(self, "remote_private_endpoint_connection", value)
|
|
2222
|
+
|
|
2223
|
+
@property
|
|
2224
|
+
@pulumi.getter(name="remotePrivateLinkServiceConnectionState")
|
|
2225
|
+
def remote_private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
|
|
2226
|
+
"""
|
|
2227
|
+
Represents Private link service connection state.
|
|
2228
|
+
"""
|
|
2229
|
+
return pulumi.get(self, "remote_private_link_service_connection_state")
|
|
2230
|
+
|
|
2231
|
+
@remote_private_link_service_connection_state.setter
|
|
2232
|
+
def remote_private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
|
|
2233
|
+
pulumi.set(self, "remote_private_link_service_connection_state", value)
|
|
2234
|
+
|
|
2235
|
+
|
|
1476
2236
|
if not MYPY:
|
|
1477
2237
|
class ProtectedItemDynamicMemoryConfigArgsDict(TypedDict):
|
|
1478
2238
|
"""
|
|
@@ -1619,6 +2379,157 @@ class ProtectedItemModelPropertiesArgs:
|
|
|
1619
2379
|
pulumi.set(self, "replication_extension_name", value)
|
|
1620
2380
|
|
|
1621
2381
|
|
|
2382
|
+
if not MYPY:
|
|
2383
|
+
class RemotePrivateEndpointConnectionArgsDict(TypedDict):
|
|
2384
|
+
"""
|
|
2385
|
+
Represent remote private endpoint connection.
|
|
2386
|
+
"""
|
|
2387
|
+
id: NotRequired[pulumi.Input[str]]
|
|
2388
|
+
"""
|
|
2389
|
+
Gets or sets the remote private endpoint connection id.
|
|
2390
|
+
"""
|
|
2391
|
+
elif False:
|
|
2392
|
+
RemotePrivateEndpointConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2393
|
+
|
|
2394
|
+
@pulumi.input_type
|
|
2395
|
+
class RemotePrivateEndpointConnectionArgs:
|
|
2396
|
+
def __init__(__self__, *,
|
|
2397
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
2398
|
+
"""
|
|
2399
|
+
Represent remote private endpoint connection.
|
|
2400
|
+
:param pulumi.Input[str] id: Gets or sets the remote private endpoint connection id.
|
|
2401
|
+
"""
|
|
2402
|
+
if id is not None:
|
|
2403
|
+
pulumi.set(__self__, "id", id)
|
|
2404
|
+
|
|
2405
|
+
@property
|
|
2406
|
+
@pulumi.getter
|
|
2407
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2408
|
+
"""
|
|
2409
|
+
Gets or sets the remote private endpoint connection id.
|
|
2410
|
+
"""
|
|
2411
|
+
return pulumi.get(self, "id")
|
|
2412
|
+
|
|
2413
|
+
@id.setter
|
|
2414
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
2415
|
+
pulumi.set(self, "id", value)
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
if not MYPY:
|
|
2419
|
+
class RemotePrivateEndpointArgsDict(TypedDict):
|
|
2420
|
+
"""
|
|
2421
|
+
Represent remote private endpoint information for the private endpoint connection proxy.
|
|
2422
|
+
"""
|
|
2423
|
+
id: pulumi.Input[str]
|
|
2424
|
+
"""
|
|
2425
|
+
Gets or sets private link service proxy id.
|
|
2426
|
+
"""
|
|
2427
|
+
connection_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConnectionDetailsArgsDict']]]]
|
|
2428
|
+
"""
|
|
2429
|
+
Gets or sets the list of Connection Details. This is the connection details for private endpoint.
|
|
2430
|
+
"""
|
|
2431
|
+
manual_private_link_service_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgsDict']]]]
|
|
2432
|
+
"""
|
|
2433
|
+
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
|
|
2434
|
+
"""
|
|
2435
|
+
private_link_service_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgsDict']]]]
|
|
2436
|
+
"""
|
|
2437
|
+
Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.
|
|
2438
|
+
"""
|
|
2439
|
+
private_link_service_proxies: NotRequired[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceProxyArgsDict']]]]
|
|
2440
|
+
"""
|
|
2441
|
+
Gets or sets the list of private link service proxies.
|
|
2442
|
+
"""
|
|
2443
|
+
elif False:
|
|
2444
|
+
RemotePrivateEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
2445
|
+
|
|
2446
|
+
@pulumi.input_type
|
|
2447
|
+
class RemotePrivateEndpointArgs:
|
|
2448
|
+
def __init__(__self__, *,
|
|
2449
|
+
id: pulumi.Input[str],
|
|
2450
|
+
connection_details: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionDetailsArgs']]]] = None,
|
|
2451
|
+
manual_private_link_service_connections: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]]] = None,
|
|
2452
|
+
private_link_service_connections: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]]] = None,
|
|
2453
|
+
private_link_service_proxies: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceProxyArgs']]]] = None):
|
|
2454
|
+
"""
|
|
2455
|
+
Represent remote private endpoint information for the private endpoint connection proxy.
|
|
2456
|
+
:param pulumi.Input[str] id: Gets or sets private link service proxy id.
|
|
2457
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConnectionDetailsArgs']]] connection_details: Gets or sets the list of Connection Details. This is the connection details for private endpoint.
|
|
2458
|
+
:param pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]] manual_private_link_service_connections: Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
|
|
2459
|
+
:param pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]] private_link_service_connections: Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.
|
|
2460
|
+
:param pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceProxyArgs']]] private_link_service_proxies: Gets or sets the list of private link service proxies.
|
|
2461
|
+
"""
|
|
2462
|
+
pulumi.set(__self__, "id", id)
|
|
2463
|
+
if connection_details is not None:
|
|
2464
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
|
2465
|
+
if manual_private_link_service_connections is not None:
|
|
2466
|
+
pulumi.set(__self__, "manual_private_link_service_connections", manual_private_link_service_connections)
|
|
2467
|
+
if private_link_service_connections is not None:
|
|
2468
|
+
pulumi.set(__self__, "private_link_service_connections", private_link_service_connections)
|
|
2469
|
+
if private_link_service_proxies is not None:
|
|
2470
|
+
pulumi.set(__self__, "private_link_service_proxies", private_link_service_proxies)
|
|
2471
|
+
|
|
2472
|
+
@property
|
|
2473
|
+
@pulumi.getter
|
|
2474
|
+
def id(self) -> pulumi.Input[str]:
|
|
2475
|
+
"""
|
|
2476
|
+
Gets or sets private link service proxy id.
|
|
2477
|
+
"""
|
|
2478
|
+
return pulumi.get(self, "id")
|
|
2479
|
+
|
|
2480
|
+
@id.setter
|
|
2481
|
+
def id(self, value: pulumi.Input[str]):
|
|
2482
|
+
pulumi.set(self, "id", value)
|
|
2483
|
+
|
|
2484
|
+
@property
|
|
2485
|
+
@pulumi.getter(name="connectionDetails")
|
|
2486
|
+
def connection_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionDetailsArgs']]]]:
|
|
2487
|
+
"""
|
|
2488
|
+
Gets or sets the list of Connection Details. This is the connection details for private endpoint.
|
|
2489
|
+
"""
|
|
2490
|
+
return pulumi.get(self, "connection_details")
|
|
2491
|
+
|
|
2492
|
+
@connection_details.setter
|
|
2493
|
+
def connection_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionDetailsArgs']]]]):
|
|
2494
|
+
pulumi.set(self, "connection_details", value)
|
|
2495
|
+
|
|
2496
|
+
@property
|
|
2497
|
+
@pulumi.getter(name="manualPrivateLinkServiceConnections")
|
|
2498
|
+
def manual_private_link_service_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]]]:
|
|
2499
|
+
"""
|
|
2500
|
+
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
|
|
2501
|
+
"""
|
|
2502
|
+
return pulumi.get(self, "manual_private_link_service_connections")
|
|
2503
|
+
|
|
2504
|
+
@manual_private_link_service_connections.setter
|
|
2505
|
+
def manual_private_link_service_connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]]]):
|
|
2506
|
+
pulumi.set(self, "manual_private_link_service_connections", value)
|
|
2507
|
+
|
|
2508
|
+
@property
|
|
2509
|
+
@pulumi.getter(name="privateLinkServiceConnections")
|
|
2510
|
+
def private_link_service_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]]]:
|
|
2511
|
+
"""
|
|
2512
|
+
Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.
|
|
2513
|
+
"""
|
|
2514
|
+
return pulumi.get(self, "private_link_service_connections")
|
|
2515
|
+
|
|
2516
|
+
@private_link_service_connections.setter
|
|
2517
|
+
def private_link_service_connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceConnectionArgs']]]]):
|
|
2518
|
+
pulumi.set(self, "private_link_service_connections", value)
|
|
2519
|
+
|
|
2520
|
+
@property
|
|
2521
|
+
@pulumi.getter(name="privateLinkServiceProxies")
|
|
2522
|
+
def private_link_service_proxies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceProxyArgs']]]]:
|
|
2523
|
+
"""
|
|
2524
|
+
Gets or sets the list of private link service proxies.
|
|
2525
|
+
"""
|
|
2526
|
+
return pulumi.get(self, "private_link_service_proxies")
|
|
2527
|
+
|
|
2528
|
+
@private_link_service_proxies.setter
|
|
2529
|
+
def private_link_service_proxies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkServiceProxyArgs']]]]):
|
|
2530
|
+
pulumi.set(self, "private_link_service_proxies", value)
|
|
2531
|
+
|
|
2532
|
+
|
|
1622
2533
|
if not MYPY:
|
|
1623
2534
|
class ReplicationExtensionModelPropertiesArgsDict(TypedDict):
|
|
1624
2535
|
"""
|
|
@@ -1784,6 +2695,82 @@ class VMwareDraModelCustomPropertiesArgs:
|
|
|
1784
2695
|
pulumi.set(self, "mars_authentication_identity", value)
|
|
1785
2696
|
|
|
1786
2697
|
|
|
2698
|
+
if not MYPY:
|
|
2699
|
+
class VMwareFabricAgentModelCustomPropertiesArgsDict(TypedDict):
|
|
2700
|
+
"""
|
|
2701
|
+
VMware fabric agent model custom properties.
|
|
2702
|
+
"""
|
|
2703
|
+
bios_id: pulumi.Input[str]
|
|
2704
|
+
"""
|
|
2705
|
+
Gets or sets the BIOS Id of the fabric agent machine.
|
|
2706
|
+
"""
|
|
2707
|
+
instance_type: pulumi.Input[str]
|
|
2708
|
+
"""
|
|
2709
|
+
Discriminator property for FabricAgentModelCustomProperties.
|
|
2710
|
+
Expected value is 'VMware'.
|
|
2711
|
+
"""
|
|
2712
|
+
mars_authentication_identity: pulumi.Input['IdentityModelArgsDict']
|
|
2713
|
+
"""
|
|
2714
|
+
Identity model.
|
|
2715
|
+
"""
|
|
2716
|
+
elif False:
|
|
2717
|
+
VMwareFabricAgentModelCustomPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2718
|
+
|
|
2719
|
+
@pulumi.input_type
|
|
2720
|
+
class VMwareFabricAgentModelCustomPropertiesArgs:
|
|
2721
|
+
def __init__(__self__, *,
|
|
2722
|
+
bios_id: pulumi.Input[str],
|
|
2723
|
+
instance_type: pulumi.Input[str],
|
|
2724
|
+
mars_authentication_identity: pulumi.Input['IdentityModelArgs']):
|
|
2725
|
+
"""
|
|
2726
|
+
VMware fabric agent model custom properties.
|
|
2727
|
+
:param pulumi.Input[str] bios_id: Gets or sets the BIOS Id of the fabric agent machine.
|
|
2728
|
+
:param pulumi.Input[str] instance_type: Discriminator property for FabricAgentModelCustomProperties.
|
|
2729
|
+
Expected value is 'VMware'.
|
|
2730
|
+
:param pulumi.Input['IdentityModelArgs'] mars_authentication_identity: Identity model.
|
|
2731
|
+
"""
|
|
2732
|
+
pulumi.set(__self__, "bios_id", bios_id)
|
|
2733
|
+
pulumi.set(__self__, "instance_type", 'VMware')
|
|
2734
|
+
pulumi.set(__self__, "mars_authentication_identity", mars_authentication_identity)
|
|
2735
|
+
|
|
2736
|
+
@property
|
|
2737
|
+
@pulumi.getter(name="biosId")
|
|
2738
|
+
def bios_id(self) -> pulumi.Input[str]:
|
|
2739
|
+
"""
|
|
2740
|
+
Gets or sets the BIOS Id of the fabric agent machine.
|
|
2741
|
+
"""
|
|
2742
|
+
return pulumi.get(self, "bios_id")
|
|
2743
|
+
|
|
2744
|
+
@bios_id.setter
|
|
2745
|
+
def bios_id(self, value: pulumi.Input[str]):
|
|
2746
|
+
pulumi.set(self, "bios_id", value)
|
|
2747
|
+
|
|
2748
|
+
@property
|
|
2749
|
+
@pulumi.getter(name="instanceType")
|
|
2750
|
+
def instance_type(self) -> pulumi.Input[str]:
|
|
2751
|
+
"""
|
|
2752
|
+
Discriminator property for FabricAgentModelCustomProperties.
|
|
2753
|
+
Expected value is 'VMware'.
|
|
2754
|
+
"""
|
|
2755
|
+
return pulumi.get(self, "instance_type")
|
|
2756
|
+
|
|
2757
|
+
@instance_type.setter
|
|
2758
|
+
def instance_type(self, value: pulumi.Input[str]):
|
|
2759
|
+
pulumi.set(self, "instance_type", value)
|
|
2760
|
+
|
|
2761
|
+
@property
|
|
2762
|
+
@pulumi.getter(name="marsAuthenticationIdentity")
|
|
2763
|
+
def mars_authentication_identity(self) -> pulumi.Input['IdentityModelArgs']:
|
|
2764
|
+
"""
|
|
2765
|
+
Identity model.
|
|
2766
|
+
"""
|
|
2767
|
+
return pulumi.get(self, "mars_authentication_identity")
|
|
2768
|
+
|
|
2769
|
+
@mars_authentication_identity.setter
|
|
2770
|
+
def mars_authentication_identity(self, value: pulumi.Input['IdentityModelArgs']):
|
|
2771
|
+
pulumi.set(self, "mars_authentication_identity", value)
|
|
2772
|
+
|
|
2773
|
+
|
|
1787
2774
|
if not MYPY:
|
|
1788
2775
|
class VMwareMigrateFabricModelCustomPropertiesArgsDict(TypedDict):
|
|
1789
2776
|
"""
|