pulumi-azure-native 2.57.0a1724076329__py3-none-any.whl → 2.57.1__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 +104 -0
- pulumi_azure_native/billing/_enums.py +0 -12
- pulumi_azure_native/billing/_inputs.py +5 -5
- pulumi_azure_native/billing/v20240401/_enums.py +0 -12
- pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
- pulumi_azure_native/compute/v20240701/_enums.py +1 -1
- pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
- pulumi_azure_native/compute/v20240701/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +140 -19
- pulumi_azure_native/datafactory/outputs.py +98 -13
- pulumi_azure_native/datafactory/v20180601/_inputs.py +140 -19
- pulumi_azure_native/datafactory/v20180601/outputs.py +98 -13
- pulumi_azure_native/documentdb/__init__.py +3 -0
- pulumi_azure_native/documentdb/_inputs.py +56 -0
- pulumi_azure_native/documentdb/firewall_rule.py +30 -70
- pulumi_azure_native/documentdb/get_firewall_rule.py +12 -38
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/outputs.py +66 -0
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/_inputs.py +251 -0
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +28 -68
- pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +10 -36
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +10 -114
- pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +10 -49
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +21 -218
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +294 -0
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +27 -58
- pulumi_azure_native/documentdb/v20240601preview/_inputs.py +291 -0
- pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +28 -68
- pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +10 -36
- pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +9 -152
- pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +10 -49
- pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +20 -286
- pulumi_azure_native/documentdb/v20240601preview/outputs.py +332 -0
- pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +27 -58
- pulumi_azure_native/documentdb/v20240701/__init__.py +17 -0
- pulumi_azure_native/documentdb/v20240701/_enums.py +86 -0
- pulumi_azure_native/documentdb/v20240701/_inputs.py +755 -0
- pulumi_azure_native/documentdb/v20240701/firewall_rule.py +220 -0
- pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +141 -0
- pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +162 -0
- pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +84 -0
- pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +258 -0
- pulumi_azure_native/documentdb/v20240701/outputs.py +1048 -0
- pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +221 -0
- pulumi_azure_native/hybridcompute/__init__.py +3 -0
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240710/__init__.py +22 -0
- pulumi_azure_native/hybridcompute/v20240710/_enums.py +164 -0
- pulumi_azure_native/hybridcompute/v20240710/_inputs.py +1712 -0
- pulumi_azure_native/hybridcompute/v20240710/get_license.py +201 -0
- pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +362 -0
- pulumi_azure_native/hybridcompute/v20240710/get_machine.py +596 -0
- pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +167 -0
- pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +162 -0
- pulumi_azure_native/hybridcompute/v20240710/license.py +326 -0
- pulumi_azure_native/hybridcompute/v20240710/license_profile.py +505 -0
- pulumi_azure_native/hybridcompute/v20240710/machine.py +855 -0
- pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +279 -0
- pulumi_azure_native/hybridcompute/v20240710/outputs.py +2817 -0
- pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +220 -0
- pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +258 -0
- pulumi_azure_native/iotoperations/__init__.py +3 -0
- pulumi_azure_native/iotoperations/broker.py +5 -1
- pulumi_azure_native/iotoperations/broker_authentication.py +5 -1
- pulumi_azure_native/iotoperations/broker_authorization.py +5 -1
- pulumi_azure_native/iotoperations/broker_listener.py +5 -1
- pulumi_azure_native/iotoperations/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/get_broker.py +4 -0
- pulumi_azure_native/iotoperations/get_broker_authentication.py +4 -0
- pulumi_azure_native/iotoperations/get_broker_authorization.py +4 -0
- pulumi_azure_native/iotoperations/get_broker_listener.py +4 -0
- pulumi_azure_native/iotoperations/get_instance.py +4 -0
- pulumi_azure_native/iotoperations/instance.py +5 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/__init__.py +26 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +616 -0
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +6895 -0
- pulumi_azure_native/iotoperations/v20240815preview/broker.py +251 -0
- pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +272 -0
- pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +272 -0
- pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +272 -0
- pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +272 -0
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +251 -0
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +251 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +154 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +159 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +159 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +159 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +159 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +154 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +154 -0
- pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +188 -0
- pulumi_azure_native/iotoperations/v20240815preview/instance.py +317 -0
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +5753 -0
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/__init__.py +35 -0
- pulumi_azure_native/netapp/v20240101/_enums.py +267 -0
- pulumi_azure_native/netapp/v20240101/_inputs.py +2945 -0
- pulumi_azure_native/netapp/v20240101/account.py +346 -0
- pulumi_azure_native/netapp/v20240101/backup.py +402 -0
- pulumi_azure_native/netapp/v20240101/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240101/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240101/get_account.py +227 -0
- pulumi_azure_native/netapp/v20240101/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240101/get_backup_policy.py +271 -0
- pulumi_azure_native/netapp/v20240101/get_backup_vault.py +167 -0
- pulumi_azure_native/netapp/v20240101/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240101/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240101/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240101/get_volume.py +887 -0
- pulumi_azure_native/netapp/v20240101/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240101/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240101/outputs.py +3035 -0
- pulumi_azure_native/netapp/v20240101/pool.py +462 -0
- pulumi_azure_native/netapp/v20240101/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240101/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240101/volume.py +1639 -0
- pulumi_azure_native/netapp/v20240101/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/network/__init__.py +15 -0
- pulumi_azure_native/network/_enums.py +11 -0
- pulumi_azure_native/network/_inputs.py +436 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +169 -0
- pulumi_azure_native/network/get_ipam_pool_usage.py +195 -0
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +148 -0
- pulumi_azure_native/network/get_reachability_analysis_run.py +148 -0
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +148 -0
- pulumi_azure_native/network/get_verifier_workspace.py +169 -0
- pulumi_azure_native/network/ipam_pool.py +280 -0
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +101 -0
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/outputs.py +723 -0
- pulumi_azure_native/network/reachability_analysis_intent.py +245 -0
- pulumi_azure_native/network/reachability_analysis_run.py +244 -0
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/static_cidr.py +243 -0
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20231101/network_manager.py +1 -1
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20240101/network_manager.py +1 -1
- pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20240101preview/__init__.py +33 -0
- pulumi_azure_native/network/v20240101preview/_enums.py +98 -0
- pulumi_azure_native/network/v20240101preview/_inputs.py +611 -0
- pulumi_azure_native/network/v20240101preview/admin_rule.py +553 -0
- pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +291 -0
- pulumi_azure_native/network/v20240101preview/default_admin_rule.py +405 -0
- pulumi_azure_native/network/v20240101preview/get_admin_rule.py +295 -0
- pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +185 -0
- pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +308 -0
- pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +167 -0
- pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +193 -0
- pulumi_azure_native/network/v20240101preview/get_network_manager.py +227 -0
- pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +146 -0
- pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +146 -0
- pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +193 -0
- pulumi_azure_native/network/v20240101preview/get_static_cidr.py +146 -0
- pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +167 -0
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +278 -0
- pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +99 -0
- pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +118 -0
- pulumi_azure_native/network/v20240101preview/network_manager.py +368 -0
- pulumi_azure_native/network/v20240101preview/outputs.py +1164 -0
- pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +243 -0
- pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +242 -0
- pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +298 -0
- pulumi_azure_native/network/v20240101preview/static_cidr.py +241 -0
- pulumi_azure_native/network/v20240101preview/verifier_workspace.py +278 -0
- pulumi_azure_native/network/verifier_workspace.py +280 -0
- pulumi_azure_native/portal/__init__.py +3 -0
- pulumi_azure_native/portal/dashboard.py +3 -3
- pulumi_azure_native/portal/get_dashboard.py +2 -2
- pulumi_azure_native/portal/get_tenant_configuration.py +4 -0
- pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +4 -0
- pulumi_azure_native/portal/tenant_configuration.py +5 -1
- pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
- pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
- pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
- pulumi_azure_native/portal/v20221201preview/__init__.py +15 -0
- pulumi_azure_native/portal/v20221201preview/_enums.py +19 -0
- pulumi_azure_native/portal/v20221201preview/_inputs.py +639 -0
- pulumi_azure_native/portal/v20221201preview/dashboard.py +257 -0
- pulumi_azure_native/portal/v20221201preview/get_dashboard.py +162 -0
- pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +131 -0
- pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +83 -0
- pulumi_azure_native/portal/v20221201preview/outputs.py +651 -0
- pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +178 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/standbypool/__init__.py +3 -0
- pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
- pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
- pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
- pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
- pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
- pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
- pulumi_azure_native/standbypool/v20240301/__init__.py +14 -0
- pulumi_azure_native/standbypool/v20240301/_enums.py +34 -0
- pulumi_azure_native/standbypool/v20240301/_inputs.py +287 -0
- pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +188 -0
- pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +201 -0
- pulumi_azure_native/standbypool/v20240301/outputs.py +352 -0
- pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +299 -0
- pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +327 -0
- pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
- pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
- pulumi_azure_native/subscription/__init__.py +3 -0
- pulumi_azure_native/subscription/alias.py +3 -3
- pulumi_azure_native/subscription/get_alias.py +2 -2
- pulumi_azure_native/subscription/v20200901/alias.py +1 -1
- pulumi_azure_native/subscription/v20211001/alias.py +1 -1
- pulumi_azure_native/subscription/v20240801preview/__init__.py +12 -0
- pulumi_azure_native/subscription/v20240801preview/_enums.py +17 -0
- pulumi_azure_native/subscription/v20240801preview/_inputs.py +267 -0
- pulumi_azure_native/subscription/v20240801preview/alias.py +179 -0
- pulumi_azure_native/subscription/v20240801preview/get_alias.py +131 -0
- pulumi_azure_native/subscription/v20240801preview/outputs.py +324 -0
- {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/RECORD +475 -337
- {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/top_level.txt +0 -0
|
@@ -27,52 +27,19 @@ class GetMongoClusterResult:
|
|
|
27
27
|
"""
|
|
28
28
|
Represents a mongo cluster resource.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__,
|
|
31
|
-
if administrator_login and not isinstance(administrator_login, str):
|
|
32
|
-
raise TypeError("Expected argument 'administrator_login' to be a str")
|
|
33
|
-
pulumi.set(__self__, "administrator_login", administrator_login)
|
|
34
|
-
if cluster_status and not isinstance(cluster_status, str):
|
|
35
|
-
raise TypeError("Expected argument 'cluster_status' to be a str")
|
|
36
|
-
pulumi.set(__self__, "cluster_status", cluster_status)
|
|
37
|
-
if connection_string and not isinstance(connection_string, str):
|
|
38
|
-
raise TypeError("Expected argument 'connection_string' to be a str")
|
|
39
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
|
40
|
-
if earliest_restore_time and not isinstance(earliest_restore_time, str):
|
|
41
|
-
raise TypeError("Expected argument 'earliest_restore_time' to be a str")
|
|
42
|
-
pulumi.set(__self__, "earliest_restore_time", earliest_restore_time)
|
|
30
|
+
def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
|
|
43
31
|
if id and not isinstance(id, str):
|
|
44
32
|
raise TypeError("Expected argument 'id' to be a str")
|
|
45
33
|
pulumi.set(__self__, "id", id)
|
|
46
|
-
if infrastructure_version and not isinstance(infrastructure_version, str):
|
|
47
|
-
raise TypeError("Expected argument 'infrastructure_version' to be a str")
|
|
48
|
-
pulumi.set(__self__, "infrastructure_version", infrastructure_version)
|
|
49
34
|
if location and not isinstance(location, str):
|
|
50
35
|
raise TypeError("Expected argument 'location' to be a str")
|
|
51
36
|
pulumi.set(__self__, "location", location)
|
|
52
37
|
if name and not isinstance(name, str):
|
|
53
38
|
raise TypeError("Expected argument 'name' to be a str")
|
|
54
39
|
pulumi.set(__self__, "name", name)
|
|
55
|
-
if
|
|
56
|
-
raise TypeError("Expected argument '
|
|
57
|
-
pulumi.set(__self__, "
|
|
58
|
-
if preview_features and not isinstance(preview_features, list):
|
|
59
|
-
raise TypeError("Expected argument 'preview_features' to be a list")
|
|
60
|
-
pulumi.set(__self__, "preview_features", preview_features)
|
|
61
|
-
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
62
|
-
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
63
|
-
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
64
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
65
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
66
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
67
|
-
if public_network_access and not isinstance(public_network_access, str):
|
|
68
|
-
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
69
|
-
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
70
|
-
if replica and not isinstance(replica, dict):
|
|
71
|
-
raise TypeError("Expected argument 'replica' to be a dict")
|
|
72
|
-
pulumi.set(__self__, "replica", replica)
|
|
73
|
-
if server_version and not isinstance(server_version, str):
|
|
74
|
-
raise TypeError("Expected argument 'server_version' to be a str")
|
|
75
|
-
pulumi.set(__self__, "server_version", server_version)
|
|
40
|
+
if properties and not isinstance(properties, dict):
|
|
41
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "properties", properties)
|
|
76
43
|
if system_data and not isinstance(system_data, dict):
|
|
77
44
|
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
78
45
|
pulumi.set(__self__, "system_data", system_data)
|
|
@@ -83,38 +50,6 @@ class GetMongoClusterResult:
|
|
|
83
50
|
raise TypeError("Expected argument 'type' to be a str")
|
|
84
51
|
pulumi.set(__self__, "type", type)
|
|
85
52
|
|
|
86
|
-
@property
|
|
87
|
-
@pulumi.getter(name="administratorLogin")
|
|
88
|
-
def administrator_login(self) -> Optional[str]:
|
|
89
|
-
"""
|
|
90
|
-
The administrator's login for the mongo cluster.
|
|
91
|
-
"""
|
|
92
|
-
return pulumi.get(self, "administrator_login")
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
@pulumi.getter(name="clusterStatus")
|
|
96
|
-
def cluster_status(self) -> str:
|
|
97
|
-
"""
|
|
98
|
-
The status of the mongo cluster.
|
|
99
|
-
"""
|
|
100
|
-
return pulumi.get(self, "cluster_status")
|
|
101
|
-
|
|
102
|
-
@property
|
|
103
|
-
@pulumi.getter(name="connectionString")
|
|
104
|
-
def connection_string(self) -> str:
|
|
105
|
-
"""
|
|
106
|
-
The default mongo connection string for the cluster.
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "connection_string")
|
|
109
|
-
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter(name="earliestRestoreTime")
|
|
112
|
-
def earliest_restore_time(self) -> str:
|
|
113
|
-
"""
|
|
114
|
-
Earliest restore timestamp in UTC ISO8601 format.
|
|
115
|
-
"""
|
|
116
|
-
return pulumi.get(self, "earliest_restore_time")
|
|
117
|
-
|
|
118
53
|
@property
|
|
119
54
|
@pulumi.getter
|
|
120
55
|
def id(self) -> str:
|
|
@@ -123,14 +58,6 @@ class GetMongoClusterResult:
|
|
|
123
58
|
"""
|
|
124
59
|
return pulumi.get(self, "id")
|
|
125
60
|
|
|
126
|
-
@property
|
|
127
|
-
@pulumi.getter(name="infrastructureVersion")
|
|
128
|
-
def infrastructure_version(self) -> str:
|
|
129
|
-
"""
|
|
130
|
-
The infrastructure version the cluster is provisioned on.
|
|
131
|
-
"""
|
|
132
|
-
return pulumi.get(self, "infrastructure_version")
|
|
133
|
-
|
|
134
61
|
@property
|
|
135
62
|
@pulumi.getter
|
|
136
63
|
def location(self) -> str:
|
|
@@ -147,61 +74,13 @@ class GetMongoClusterResult:
|
|
|
147
74
|
"""
|
|
148
75
|
return pulumi.get(self, "name")
|
|
149
76
|
|
|
150
|
-
@property
|
|
151
|
-
@pulumi.getter(name="nodeGroupSpecs")
|
|
152
|
-
def node_group_specs(self) -> Optional[Sequence['outputs.NodeGroupSpecResponse']]:
|
|
153
|
-
"""
|
|
154
|
-
The list of node group specs in the cluster.
|
|
155
|
-
"""
|
|
156
|
-
return pulumi.get(self, "node_group_specs")
|
|
157
|
-
|
|
158
|
-
@property
|
|
159
|
-
@pulumi.getter(name="previewFeatures")
|
|
160
|
-
def preview_features(self) -> Optional[Sequence[str]]:
|
|
161
|
-
"""
|
|
162
|
-
List of private endpoint connections.
|
|
163
|
-
"""
|
|
164
|
-
return pulumi.get(self, "preview_features")
|
|
165
|
-
|
|
166
|
-
@property
|
|
167
|
-
@pulumi.getter(name="privateEndpointConnections")
|
|
168
|
-
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
169
|
-
"""
|
|
170
|
-
List of private endpoint connections.
|
|
171
|
-
"""
|
|
172
|
-
return pulumi.get(self, "private_endpoint_connections")
|
|
173
|
-
|
|
174
|
-
@property
|
|
175
|
-
@pulumi.getter(name="provisioningState")
|
|
176
|
-
def provisioning_state(self) -> str:
|
|
177
|
-
"""
|
|
178
|
-
The provisioning state of the mongo cluster.
|
|
179
|
-
"""
|
|
180
|
-
return pulumi.get(self, "provisioning_state")
|
|
181
|
-
|
|
182
|
-
@property
|
|
183
|
-
@pulumi.getter(name="publicNetworkAccess")
|
|
184
|
-
def public_network_access(self) -> Optional[str]:
|
|
185
|
-
"""
|
|
186
|
-
Whether or not public endpoint access is allowed for this mongo cluster.
|
|
187
|
-
"""
|
|
188
|
-
return pulumi.get(self, "public_network_access")
|
|
189
|
-
|
|
190
77
|
@property
|
|
191
78
|
@pulumi.getter
|
|
192
|
-
def
|
|
193
|
-
"""
|
|
194
|
-
The replication properties for the mongo cluster
|
|
195
|
-
"""
|
|
196
|
-
return pulumi.get(self, "replica")
|
|
197
|
-
|
|
198
|
-
@property
|
|
199
|
-
@pulumi.getter(name="serverVersion")
|
|
200
|
-
def server_version(self) -> Optional[str]:
|
|
79
|
+
def properties(self) -> 'outputs.MongoClusterPropertiesResponse':
|
|
201
80
|
"""
|
|
202
|
-
The
|
|
81
|
+
The resource-specific properties for this resource.
|
|
203
82
|
"""
|
|
204
|
-
return pulumi.get(self, "
|
|
83
|
+
return pulumi.get(self, "properties")
|
|
205
84
|
|
|
206
85
|
@property
|
|
207
86
|
@pulumi.getter(name="systemData")
|
|
@@ -234,21 +113,10 @@ class AwaitableGetMongoClusterResult(GetMongoClusterResult):
|
|
|
234
113
|
if False:
|
|
235
114
|
yield self
|
|
236
115
|
return GetMongoClusterResult(
|
|
237
|
-
administrator_login=self.administrator_login,
|
|
238
|
-
cluster_status=self.cluster_status,
|
|
239
|
-
connection_string=self.connection_string,
|
|
240
|
-
earliest_restore_time=self.earliest_restore_time,
|
|
241
116
|
id=self.id,
|
|
242
|
-
infrastructure_version=self.infrastructure_version,
|
|
243
117
|
location=self.location,
|
|
244
118
|
name=self.name,
|
|
245
|
-
|
|
246
|
-
preview_features=self.preview_features,
|
|
247
|
-
private_endpoint_connections=self.private_endpoint_connections,
|
|
248
|
-
provisioning_state=self.provisioning_state,
|
|
249
|
-
public_network_access=self.public_network_access,
|
|
250
|
-
replica=self.replica,
|
|
251
|
-
server_version=self.server_version,
|
|
119
|
+
properties=self.properties,
|
|
252
120
|
system_data=self.system_data,
|
|
253
121
|
tags=self.tags,
|
|
254
122
|
type=self.type)
|
|
@@ -271,21 +139,10 @@ def get_mongo_cluster(mongo_cluster_name: Optional[str] = None,
|
|
|
271
139
|
__ret__ = pulumi.runtime.invoke('azure-native:documentdb/v20240601preview:getMongoCluster', __args__, opts=opts, typ=GetMongoClusterResult).value
|
|
272
140
|
|
|
273
141
|
return AwaitableGetMongoClusterResult(
|
|
274
|
-
administrator_login=pulumi.get(__ret__, 'administrator_login'),
|
|
275
|
-
cluster_status=pulumi.get(__ret__, 'cluster_status'),
|
|
276
|
-
connection_string=pulumi.get(__ret__, 'connection_string'),
|
|
277
|
-
earliest_restore_time=pulumi.get(__ret__, 'earliest_restore_time'),
|
|
278
142
|
id=pulumi.get(__ret__, 'id'),
|
|
279
|
-
infrastructure_version=pulumi.get(__ret__, 'infrastructure_version'),
|
|
280
143
|
location=pulumi.get(__ret__, 'location'),
|
|
281
144
|
name=pulumi.get(__ret__, 'name'),
|
|
282
|
-
|
|
283
|
-
preview_features=pulumi.get(__ret__, 'preview_features'),
|
|
284
|
-
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
285
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
286
|
-
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
287
|
-
replica=pulumi.get(__ret__, 'replica'),
|
|
288
|
-
server_version=pulumi.get(__ret__, 'server_version'),
|
|
145
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
289
146
|
system_data=pulumi.get(__ret__, 'system_data'),
|
|
290
147
|
tags=pulumi.get(__ret__, 'tags'),
|
|
291
148
|
type=pulumi.get(__ret__, 'type'))
|
|
@@ -27,25 +27,16 @@ class GetPrivateEndpointConnectionResult:
|
|
|
27
27
|
"""
|
|
28
28
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__,
|
|
31
|
-
if group_ids and not isinstance(group_ids, list):
|
|
32
|
-
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
33
|
-
pulumi.set(__self__, "group_ids", group_ids)
|
|
30
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
34
31
|
if id and not isinstance(id, str):
|
|
35
32
|
raise TypeError("Expected argument 'id' to be a str")
|
|
36
33
|
pulumi.set(__self__, "id", id)
|
|
37
34
|
if name and not isinstance(name, str):
|
|
38
35
|
raise TypeError("Expected argument 'name' to be a str")
|
|
39
36
|
pulumi.set(__self__, "name", name)
|
|
40
|
-
if
|
|
41
|
-
raise TypeError("Expected argument '
|
|
42
|
-
pulumi.set(__self__, "
|
|
43
|
-
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
44
|
-
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
46
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
47
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
48
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
37
|
+
if properties and not isinstance(properties, dict):
|
|
38
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "properties", properties)
|
|
49
40
|
if system_data and not isinstance(system_data, dict):
|
|
50
41
|
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
51
42
|
pulumi.set(__self__, "system_data", system_data)
|
|
@@ -53,14 +44,6 @@ class GetPrivateEndpointConnectionResult:
|
|
|
53
44
|
raise TypeError("Expected argument 'type' to be a str")
|
|
54
45
|
pulumi.set(__self__, "type", type)
|
|
55
46
|
|
|
56
|
-
@property
|
|
57
|
-
@pulumi.getter(name="groupIds")
|
|
58
|
-
def group_ids(self) -> Sequence[str]:
|
|
59
|
-
"""
|
|
60
|
-
The group ids for the private endpoint resource.
|
|
61
|
-
"""
|
|
62
|
-
return pulumi.get(self, "group_ids")
|
|
63
|
-
|
|
64
47
|
@property
|
|
65
48
|
@pulumi.getter
|
|
66
49
|
def id(self) -> str:
|
|
@@ -78,28 +61,12 @@ class GetPrivateEndpointConnectionResult:
|
|
|
78
61
|
return pulumi.get(self, "name")
|
|
79
62
|
|
|
80
63
|
@property
|
|
81
|
-
@pulumi.getter
|
|
82
|
-
def
|
|
83
|
-
"""
|
|
84
|
-
The private endpoint resource.
|
|
85
|
-
"""
|
|
86
|
-
return pulumi.get(self, "private_endpoint")
|
|
87
|
-
|
|
88
|
-
@property
|
|
89
|
-
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
90
|
-
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
91
|
-
"""
|
|
92
|
-
A collection of information about the state of the connection between service consumer and provider.
|
|
93
|
-
"""
|
|
94
|
-
return pulumi.get(self, "private_link_service_connection_state")
|
|
95
|
-
|
|
96
|
-
@property
|
|
97
|
-
@pulumi.getter(name="provisioningState")
|
|
98
|
-
def provisioning_state(self) -> str:
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
|
|
99
66
|
"""
|
|
100
|
-
The
|
|
67
|
+
The resource-specific properties for this resource.
|
|
101
68
|
"""
|
|
102
|
-
return pulumi.get(self, "
|
|
69
|
+
return pulumi.get(self, "properties")
|
|
103
70
|
|
|
104
71
|
@property
|
|
105
72
|
@pulumi.getter(name="systemData")
|
|
@@ -124,12 +91,9 @@ class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionRe
|
|
|
124
91
|
if False:
|
|
125
92
|
yield self
|
|
126
93
|
return GetPrivateEndpointConnectionResult(
|
|
127
|
-
group_ids=self.group_ids,
|
|
128
94
|
id=self.id,
|
|
129
95
|
name=self.name,
|
|
130
|
-
|
|
131
|
-
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
132
|
-
provisioning_state=self.provisioning_state,
|
|
96
|
+
properties=self.properties,
|
|
133
97
|
system_data=self.system_data,
|
|
134
98
|
type=self.type)
|
|
135
99
|
|
|
@@ -154,12 +118,9 @@ def get_private_endpoint_connection(mongo_cluster_name: Optional[str] = None,
|
|
|
154
118
|
__ret__ = pulumi.runtime.invoke('azure-native:documentdb/v20240601preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
|
|
155
119
|
|
|
156
120
|
return AwaitableGetPrivateEndpointConnectionResult(
|
|
157
|
-
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
158
121
|
id=pulumi.get(__ret__, 'id'),
|
|
159
122
|
name=pulumi.get(__ret__, 'name'),
|
|
160
|
-
|
|
161
|
-
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
162
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
123
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
163
124
|
system_data=pulumi.get(__ret__, 'system_data'),
|
|
164
125
|
type=pulumi.get(__ret__, 'type'))
|
|
165
126
|
|