pulumi-azure-native 2.56.0__py3-none-any.whl → 2.57.0__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/provider.py +0 -8
- 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.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/RECORD +476 -338
- {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetIpamPoolResult',
|
|
20
|
+
'AwaitableGetIpamPoolResult',
|
|
21
|
+
'get_ipam_pool',
|
|
22
|
+
'get_ipam_pool_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetIpamPoolResult:
|
|
27
|
+
"""
|
|
28
|
+
Instance of Pool resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if location and not isinstance(location, str):
|
|
35
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
36
|
+
pulumi.set(__self__, "location", location)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if properties and not isinstance(properties, dict):
|
|
41
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "properties", properties)
|
|
43
|
+
if system_data and not isinstance(system_data, dict):
|
|
44
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
+
if tags and not isinstance(tags, dict):
|
|
47
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "tags", tags)
|
|
49
|
+
if type and not isinstance(type, str):
|
|
50
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "type", type)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def id(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "id")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def location(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The geo-location where the resource lives
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "location")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def name(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The name of the resource
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "name")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def properties(self) -> 'outputs.IpamPoolPropertiesResponse':
|
|
80
|
+
"""
|
|
81
|
+
Properties of IpamPool resource properties which are specific to the Pool resource.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "properties")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="systemData")
|
|
87
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
88
|
+
"""
|
|
89
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "system_data")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
96
|
+
"""
|
|
97
|
+
Resource tags.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "tags")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def type(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "type")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableGetIpamPoolResult(GetIpamPoolResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return GetIpamPoolResult(
|
|
116
|
+
id=self.id,
|
|
117
|
+
location=self.location,
|
|
118
|
+
name=self.name,
|
|
119
|
+
properties=self.properties,
|
|
120
|
+
system_data=self.system_data,
|
|
121
|
+
tags=self.tags,
|
|
122
|
+
type=self.type)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
def get_ipam_pool(network_manager_name: Optional[str] = None,
|
|
126
|
+
pool_name: Optional[str] = None,
|
|
127
|
+
resource_group_name: Optional[str] = None,
|
|
128
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpamPoolResult:
|
|
129
|
+
"""
|
|
130
|
+
Instance of Pool resource.
|
|
131
|
+
Azure REST API version: 2024-01-01-preview.
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
:param str network_manager_name: The name of the network manager.
|
|
135
|
+
:param str pool_name: Pool resource name.
|
|
136
|
+
:param str resource_group_name: The name of the resource group.
|
|
137
|
+
"""
|
|
138
|
+
__args__ = dict()
|
|
139
|
+
__args__['networkManagerName'] = network_manager_name
|
|
140
|
+
__args__['poolName'] = pool_name
|
|
141
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
142
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
143
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getIpamPool', __args__, opts=opts, typ=GetIpamPoolResult).value
|
|
144
|
+
|
|
145
|
+
return AwaitableGetIpamPoolResult(
|
|
146
|
+
id=pulumi.get(__ret__, 'id'),
|
|
147
|
+
location=pulumi.get(__ret__, 'location'),
|
|
148
|
+
name=pulumi.get(__ret__, 'name'),
|
|
149
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
150
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
151
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
152
|
+
type=pulumi.get(__ret__, 'type'))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
@_utilities.lift_output_func(get_ipam_pool)
|
|
156
|
+
def get_ipam_pool_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
157
|
+
pool_name: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpamPoolResult]:
|
|
160
|
+
"""
|
|
161
|
+
Instance of Pool resource.
|
|
162
|
+
Azure REST API version: 2024-01-01-preview.
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
:param str network_manager_name: The name of the network manager.
|
|
166
|
+
:param str pool_name: Pool resource name.
|
|
167
|
+
:param str resource_group_name: The name of the resource group.
|
|
168
|
+
"""
|
|
169
|
+
...
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetIpamPoolUsageResult',
|
|
20
|
+
'AwaitableGetIpamPoolUsageResult',
|
|
21
|
+
'get_ipam_pool_usage',
|
|
22
|
+
'get_ipam_pool_usage_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetIpamPoolUsageResult:
|
|
27
|
+
"""
|
|
28
|
+
IpamPool usage information.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, address_prefixes=None, allocated_address_prefixes=None, available_address_prefixes=None, child_pools=None, number_of_allocated_ip_addresses=None, number_of_available_ip_addresses=None, number_of_reserved_ip_addresses=None, reserved_address_prefixes=None, total_number_of_ip_addresses=None):
|
|
31
|
+
if address_prefixes and not isinstance(address_prefixes, list):
|
|
32
|
+
raise TypeError("Expected argument 'address_prefixes' to be a list")
|
|
33
|
+
pulumi.set(__self__, "address_prefixes", address_prefixes)
|
|
34
|
+
if allocated_address_prefixes and not isinstance(allocated_address_prefixes, list):
|
|
35
|
+
raise TypeError("Expected argument 'allocated_address_prefixes' to be a list")
|
|
36
|
+
pulumi.set(__self__, "allocated_address_prefixes", allocated_address_prefixes)
|
|
37
|
+
if available_address_prefixes and not isinstance(available_address_prefixes, list):
|
|
38
|
+
raise TypeError("Expected argument 'available_address_prefixes' to be a list")
|
|
39
|
+
pulumi.set(__self__, "available_address_prefixes", available_address_prefixes)
|
|
40
|
+
if child_pools and not isinstance(child_pools, list):
|
|
41
|
+
raise TypeError("Expected argument 'child_pools' to be a list")
|
|
42
|
+
pulumi.set(__self__, "child_pools", child_pools)
|
|
43
|
+
if number_of_allocated_ip_addresses and not isinstance(number_of_allocated_ip_addresses, str):
|
|
44
|
+
raise TypeError("Expected argument 'number_of_allocated_ip_addresses' to be a str")
|
|
45
|
+
pulumi.set(__self__, "number_of_allocated_ip_addresses", number_of_allocated_ip_addresses)
|
|
46
|
+
if number_of_available_ip_addresses and not isinstance(number_of_available_ip_addresses, str):
|
|
47
|
+
raise TypeError("Expected argument 'number_of_available_ip_addresses' to be a str")
|
|
48
|
+
pulumi.set(__self__, "number_of_available_ip_addresses", number_of_available_ip_addresses)
|
|
49
|
+
if number_of_reserved_ip_addresses and not isinstance(number_of_reserved_ip_addresses, str):
|
|
50
|
+
raise TypeError("Expected argument 'number_of_reserved_ip_addresses' to be a str")
|
|
51
|
+
pulumi.set(__self__, "number_of_reserved_ip_addresses", number_of_reserved_ip_addresses)
|
|
52
|
+
if reserved_address_prefixes and not isinstance(reserved_address_prefixes, list):
|
|
53
|
+
raise TypeError("Expected argument 'reserved_address_prefixes' to be a list")
|
|
54
|
+
pulumi.set(__self__, "reserved_address_prefixes", reserved_address_prefixes)
|
|
55
|
+
if total_number_of_ip_addresses and not isinstance(total_number_of_ip_addresses, str):
|
|
56
|
+
raise TypeError("Expected argument 'total_number_of_ip_addresses' to be a str")
|
|
57
|
+
pulumi.set(__self__, "total_number_of_ip_addresses", total_number_of_ip_addresses)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="addressPrefixes")
|
|
61
|
+
def address_prefixes(self) -> Sequence[str]:
|
|
62
|
+
"""
|
|
63
|
+
List of IP address prefixes of the resource.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "address_prefixes")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="allocatedAddressPrefixes")
|
|
69
|
+
def allocated_address_prefixes(self) -> Sequence[str]:
|
|
70
|
+
"""
|
|
71
|
+
List of assigned IP address prefixes.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "allocated_address_prefixes")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="availableAddressPrefixes")
|
|
77
|
+
def available_address_prefixes(self) -> Sequence[str]:
|
|
78
|
+
"""
|
|
79
|
+
List of available IP address prefixes.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "available_address_prefixes")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="childPools")
|
|
85
|
+
def child_pools(self) -> Sequence['outputs.ResourceBasicsResponse']:
|
|
86
|
+
"""
|
|
87
|
+
List of IpamPool that are children of this IpamPool.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "child_pools")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="numberOfAllocatedIPAddresses")
|
|
93
|
+
def number_of_allocated_ip_addresses(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
Total number of assigned IP addresses in the IpamPool.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "number_of_allocated_ip_addresses")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="numberOfAvailableIPAddresses")
|
|
101
|
+
def number_of_available_ip_addresses(self) -> str:
|
|
102
|
+
"""
|
|
103
|
+
Total number of available IP addresses in the IpamPool.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "number_of_available_ip_addresses")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="numberOfReservedIPAddresses")
|
|
109
|
+
def number_of_reserved_ip_addresses(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
Total number of reserved IP addresses in the IpamPool.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "number_of_reserved_ip_addresses")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="reservedAddressPrefixes")
|
|
117
|
+
def reserved_address_prefixes(self) -> Sequence[str]:
|
|
118
|
+
"""
|
|
119
|
+
List of reserved IP address prefixes. These IP addresses could be reclaimed if not assigned in the given time.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "reserved_address_prefixes")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="totalNumberOfIPAddresses")
|
|
125
|
+
def total_number_of_ip_addresses(self) -> str:
|
|
126
|
+
"""
|
|
127
|
+
Total number of IP addresses managed in the IpamPool.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "total_number_of_ip_addresses")
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class AwaitableGetIpamPoolUsageResult(GetIpamPoolUsageResult):
|
|
133
|
+
# pylint: disable=using-constant-test
|
|
134
|
+
def __await__(self):
|
|
135
|
+
if False:
|
|
136
|
+
yield self
|
|
137
|
+
return GetIpamPoolUsageResult(
|
|
138
|
+
address_prefixes=self.address_prefixes,
|
|
139
|
+
allocated_address_prefixes=self.allocated_address_prefixes,
|
|
140
|
+
available_address_prefixes=self.available_address_prefixes,
|
|
141
|
+
child_pools=self.child_pools,
|
|
142
|
+
number_of_allocated_ip_addresses=self.number_of_allocated_ip_addresses,
|
|
143
|
+
number_of_available_ip_addresses=self.number_of_available_ip_addresses,
|
|
144
|
+
number_of_reserved_ip_addresses=self.number_of_reserved_ip_addresses,
|
|
145
|
+
reserved_address_prefixes=self.reserved_address_prefixes,
|
|
146
|
+
total_number_of_ip_addresses=self.total_number_of_ip_addresses)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def get_ipam_pool_usage(network_manager_name: Optional[str] = None,
|
|
150
|
+
pool_name: Optional[str] = None,
|
|
151
|
+
resource_group_name: Optional[str] = None,
|
|
152
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpamPoolUsageResult:
|
|
153
|
+
"""
|
|
154
|
+
IpamPool usage information.
|
|
155
|
+
Azure REST API version: 2024-01-01-preview.
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
:param str network_manager_name: The name of the network manager.
|
|
159
|
+
:param str pool_name: Pool resource name.
|
|
160
|
+
:param str resource_group_name: The name of the resource group.
|
|
161
|
+
"""
|
|
162
|
+
__args__ = dict()
|
|
163
|
+
__args__['networkManagerName'] = network_manager_name
|
|
164
|
+
__args__['poolName'] = pool_name
|
|
165
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
166
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
167
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getIpamPoolUsage', __args__, opts=opts, typ=GetIpamPoolUsageResult).value
|
|
168
|
+
|
|
169
|
+
return AwaitableGetIpamPoolUsageResult(
|
|
170
|
+
address_prefixes=pulumi.get(__ret__, 'address_prefixes'),
|
|
171
|
+
allocated_address_prefixes=pulumi.get(__ret__, 'allocated_address_prefixes'),
|
|
172
|
+
available_address_prefixes=pulumi.get(__ret__, 'available_address_prefixes'),
|
|
173
|
+
child_pools=pulumi.get(__ret__, 'child_pools'),
|
|
174
|
+
number_of_allocated_ip_addresses=pulumi.get(__ret__, 'number_of_allocated_ip_addresses'),
|
|
175
|
+
number_of_available_ip_addresses=pulumi.get(__ret__, 'number_of_available_ip_addresses'),
|
|
176
|
+
number_of_reserved_ip_addresses=pulumi.get(__ret__, 'number_of_reserved_ip_addresses'),
|
|
177
|
+
reserved_address_prefixes=pulumi.get(__ret__, 'reserved_address_prefixes'),
|
|
178
|
+
total_number_of_ip_addresses=pulumi.get(__ret__, 'total_number_of_ip_addresses'))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
@_utilities.lift_output_func(get_ipam_pool_usage)
|
|
182
|
+
def get_ipam_pool_usage_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
183
|
+
pool_name: Optional[pulumi.Input[str]] = None,
|
|
184
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
185
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpamPoolUsageResult]:
|
|
186
|
+
"""
|
|
187
|
+
IpamPool usage information.
|
|
188
|
+
Azure REST API version: 2024-01-01-preview.
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
:param str network_manager_name: The name of the network manager.
|
|
192
|
+
:param str pool_name: Pool resource name.
|
|
193
|
+
:param str resource_group_name: The name of the resource group.
|
|
194
|
+
"""
|
|
195
|
+
...
|
|
@@ -189,7 +189,7 @@ def get_network_manager(network_manager_name: Optional[str] = None,
|
|
|
189
189
|
Gets the specified Network Manager.
|
|
190
190
|
Azure REST API version: 2023-02-01.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
192
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -224,7 +224,7 @@ def get_network_manager_output(network_manager_name: Optional[pulumi.Input[str]]
|
|
|
224
224
|
Gets the specified Network Manager.
|
|
225
225
|
Azure REST API version: 2023-02-01.
|
|
226
226
|
|
|
227
|
-
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01.
|
|
227
|
+
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview.
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
:param str network_manager_name: The name of the network manager.
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetReachabilityAnalysisIntentResult',
|
|
20
|
+
'AwaitableGetReachabilityAnalysisIntentResult',
|
|
21
|
+
'get_reachability_analysis_intent',
|
|
22
|
+
'get_reachability_analysis_intent_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetReachabilityAnalysisIntentResult:
|
|
27
|
+
"""
|
|
28
|
+
Configuration information or intent on which to do the analysis on.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if name and not isinstance(name, str):
|
|
35
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "name", name)
|
|
37
|
+
if properties and not isinstance(properties, dict):
|
|
38
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "properties", properties)
|
|
40
|
+
if system_data and not isinstance(system_data, dict):
|
|
41
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
43
|
+
if type and not isinstance(type, str):
|
|
44
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
45
|
+
pulumi.set(__self__, "type", type)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter
|
|
49
|
+
def id(self) -> str:
|
|
50
|
+
"""
|
|
51
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "id")
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def name(self) -> str:
|
|
58
|
+
"""
|
|
59
|
+
The name of the resource
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "name")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def properties(self) -> 'outputs.ReachabilityAnalysisIntentPropertiesResponse':
|
|
66
|
+
"""
|
|
67
|
+
Represents the Reachability Analysis Intent properties.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "properties")
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="systemData")
|
|
73
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
74
|
+
"""
|
|
75
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "system_data")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def type(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "type")
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
class AwaitableGetReachabilityAnalysisIntentResult(GetReachabilityAnalysisIntentResult):
|
|
89
|
+
# pylint: disable=using-constant-test
|
|
90
|
+
def __await__(self):
|
|
91
|
+
if False:
|
|
92
|
+
yield self
|
|
93
|
+
return GetReachabilityAnalysisIntentResult(
|
|
94
|
+
id=self.id,
|
|
95
|
+
name=self.name,
|
|
96
|
+
properties=self.properties,
|
|
97
|
+
system_data=self.system_data,
|
|
98
|
+
type=self.type)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
def get_reachability_analysis_intent(network_manager_name: Optional[str] = None,
|
|
102
|
+
reachability_analysis_intent_name: Optional[str] = None,
|
|
103
|
+
resource_group_name: Optional[str] = None,
|
|
104
|
+
workspace_name: Optional[str] = None,
|
|
105
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReachabilityAnalysisIntentResult:
|
|
106
|
+
"""
|
|
107
|
+
Configuration information or intent on which to do the analysis on.
|
|
108
|
+
Azure REST API version: 2024-01-01-preview.
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
:param str network_manager_name: The name of the network manager.
|
|
112
|
+
:param str reachability_analysis_intent_name: Reachability Analysis Intent name.
|
|
113
|
+
:param str resource_group_name: The name of the resource group.
|
|
114
|
+
:param str workspace_name: Workspace name.
|
|
115
|
+
"""
|
|
116
|
+
__args__ = dict()
|
|
117
|
+
__args__['networkManagerName'] = network_manager_name
|
|
118
|
+
__args__['reachabilityAnalysisIntentName'] = reachability_analysis_intent_name
|
|
119
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
120
|
+
__args__['workspaceName'] = workspace_name
|
|
121
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getReachabilityAnalysisIntent', __args__, opts=opts, typ=GetReachabilityAnalysisIntentResult).value
|
|
123
|
+
|
|
124
|
+
return AwaitableGetReachabilityAnalysisIntentResult(
|
|
125
|
+
id=pulumi.get(__ret__, 'id'),
|
|
126
|
+
name=pulumi.get(__ret__, 'name'),
|
|
127
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
128
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
129
|
+
type=pulumi.get(__ret__, 'type'))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
@_utilities.lift_output_func(get_reachability_analysis_intent)
|
|
133
|
+
def get_reachability_analysis_intent_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
reachability_analysis_intent_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReachabilityAnalysisIntentResult]:
|
|
138
|
+
"""
|
|
139
|
+
Configuration information or intent on which to do the analysis on.
|
|
140
|
+
Azure REST API version: 2024-01-01-preview.
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
:param str network_manager_name: The name of the network manager.
|
|
144
|
+
:param str reachability_analysis_intent_name: Reachability Analysis Intent name.
|
|
145
|
+
:param str resource_group_name: The name of the resource group.
|
|
146
|
+
:param str workspace_name: Workspace name.
|
|
147
|
+
"""
|
|
148
|
+
...
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetReachabilityAnalysisRunResult',
|
|
20
|
+
'AwaitableGetReachabilityAnalysisRunResult',
|
|
21
|
+
'get_reachability_analysis_run',
|
|
22
|
+
'get_reachability_analysis_run_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetReachabilityAnalysisRunResult:
|
|
27
|
+
"""
|
|
28
|
+
Configuration information for analysis run.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if name and not isinstance(name, str):
|
|
35
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "name", name)
|
|
37
|
+
if properties and not isinstance(properties, dict):
|
|
38
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "properties", properties)
|
|
40
|
+
if system_data and not isinstance(system_data, dict):
|
|
41
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
43
|
+
if type and not isinstance(type, str):
|
|
44
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
45
|
+
pulumi.set(__self__, "type", type)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter
|
|
49
|
+
def id(self) -> str:
|
|
50
|
+
"""
|
|
51
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "id")
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def name(self) -> str:
|
|
58
|
+
"""
|
|
59
|
+
The name of the resource
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "name")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def properties(self) -> 'outputs.ReachabilityAnalysisRunPropertiesResponse':
|
|
66
|
+
"""
|
|
67
|
+
Represents the Reachability Analysis Run properties.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "properties")
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="systemData")
|
|
73
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
74
|
+
"""
|
|
75
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "system_data")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def type(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "type")
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
class AwaitableGetReachabilityAnalysisRunResult(GetReachabilityAnalysisRunResult):
|
|
89
|
+
# pylint: disable=using-constant-test
|
|
90
|
+
def __await__(self):
|
|
91
|
+
if False:
|
|
92
|
+
yield self
|
|
93
|
+
return GetReachabilityAnalysisRunResult(
|
|
94
|
+
id=self.id,
|
|
95
|
+
name=self.name,
|
|
96
|
+
properties=self.properties,
|
|
97
|
+
system_data=self.system_data,
|
|
98
|
+
type=self.type)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
def get_reachability_analysis_run(network_manager_name: Optional[str] = None,
|
|
102
|
+
reachability_analysis_run_name: Optional[str] = None,
|
|
103
|
+
resource_group_name: Optional[str] = None,
|
|
104
|
+
workspace_name: Optional[str] = None,
|
|
105
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReachabilityAnalysisRunResult:
|
|
106
|
+
"""
|
|
107
|
+
Configuration information for analysis run.
|
|
108
|
+
Azure REST API version: 2024-01-01-preview.
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
:param str network_manager_name: The name of the network manager.
|
|
112
|
+
:param str reachability_analysis_run_name: Reachability Analysis Run name.
|
|
113
|
+
:param str resource_group_name: The name of the resource group.
|
|
114
|
+
:param str workspace_name: Workspace name.
|
|
115
|
+
"""
|
|
116
|
+
__args__ = dict()
|
|
117
|
+
__args__['networkManagerName'] = network_manager_name
|
|
118
|
+
__args__['reachabilityAnalysisRunName'] = reachability_analysis_run_name
|
|
119
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
120
|
+
__args__['workspaceName'] = workspace_name
|
|
121
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getReachabilityAnalysisRun', __args__, opts=opts, typ=GetReachabilityAnalysisRunResult).value
|
|
123
|
+
|
|
124
|
+
return AwaitableGetReachabilityAnalysisRunResult(
|
|
125
|
+
id=pulumi.get(__ret__, 'id'),
|
|
126
|
+
name=pulumi.get(__ret__, 'name'),
|
|
127
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
128
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
129
|
+
type=pulumi.get(__ret__, 'type'))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
@_utilities.lift_output_func(get_reachability_analysis_run)
|
|
133
|
+
def get_reachability_analysis_run_output(network_manager_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
reachability_analysis_run_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReachabilityAnalysisRunResult]:
|
|
138
|
+
"""
|
|
139
|
+
Configuration information for analysis run.
|
|
140
|
+
Azure REST API version: 2024-01-01-preview.
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
:param str network_manager_name: The name of the network manager.
|
|
144
|
+
:param str reachability_analysis_run_name: Reachability Analysis Run name.
|
|
145
|
+
:param str resource_group_name: The name of the resource group.
|
|
146
|
+
:param str workspace_name: Workspace name.
|
|
147
|
+
"""
|
|
148
|
+
...
|