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,327 @@
|
|
|
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
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['StandbyVirtualMachinePoolArgs', 'StandbyVirtualMachinePool']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class StandbyVirtualMachinePoolArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
virtual_machine_state: pulumi.Input[Union[str, 'VirtualMachineState']],
|
|
27
|
+
attached_virtual_machine_scale_set_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
elasticity_profile: Optional[pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs']] = None,
|
|
29
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
standby_virtual_machine_pool_name: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
32
|
+
"""
|
|
33
|
+
The set of arguments for constructing a StandbyVirtualMachinePool resource.
|
|
34
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
35
|
+
:param pulumi.Input[Union[str, 'VirtualMachineState']] virtual_machine_state: Specifies the desired state of virtual machines in the pool.
|
|
36
|
+
:param pulumi.Input[str] attached_virtual_machine_scale_set_id: Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
|
|
37
|
+
:param pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs'] elasticity_profile: Specifies the elasticity profile of the standby virtual machine pools.
|
|
38
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
39
|
+
:param pulumi.Input[str] standby_virtual_machine_pool_name: Name of the standby virtual machine pool
|
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
41
|
+
"""
|
|
42
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
43
|
+
pulumi.set(__self__, "virtual_machine_state", virtual_machine_state)
|
|
44
|
+
if attached_virtual_machine_scale_set_id is not None:
|
|
45
|
+
pulumi.set(__self__, "attached_virtual_machine_scale_set_id", attached_virtual_machine_scale_set_id)
|
|
46
|
+
if elasticity_profile is not None:
|
|
47
|
+
pulumi.set(__self__, "elasticity_profile", elasticity_profile)
|
|
48
|
+
if location is not None:
|
|
49
|
+
pulumi.set(__self__, "location", location)
|
|
50
|
+
if standby_virtual_machine_pool_name is not None:
|
|
51
|
+
pulumi.set(__self__, "standby_virtual_machine_pool_name", standby_virtual_machine_pool_name)
|
|
52
|
+
if tags is not None:
|
|
53
|
+
pulumi.set(__self__, "tags", tags)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="resourceGroupName")
|
|
57
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
58
|
+
"""
|
|
59
|
+
The name of the resource group. The name is case insensitive.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "resource_group_name")
|
|
62
|
+
|
|
63
|
+
@resource_group_name.setter
|
|
64
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
65
|
+
pulumi.set(self, "resource_group_name", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="virtualMachineState")
|
|
69
|
+
def virtual_machine_state(self) -> pulumi.Input[Union[str, 'VirtualMachineState']]:
|
|
70
|
+
"""
|
|
71
|
+
Specifies the desired state of virtual machines in the pool.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "virtual_machine_state")
|
|
74
|
+
|
|
75
|
+
@virtual_machine_state.setter
|
|
76
|
+
def virtual_machine_state(self, value: pulumi.Input[Union[str, 'VirtualMachineState']]):
|
|
77
|
+
pulumi.set(self, "virtual_machine_state", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="attachedVirtualMachineScaleSetId")
|
|
81
|
+
def attached_virtual_machine_scale_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
82
|
+
"""
|
|
83
|
+
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "attached_virtual_machine_scale_set_id")
|
|
86
|
+
|
|
87
|
+
@attached_virtual_machine_scale_set_id.setter
|
|
88
|
+
def attached_virtual_machine_scale_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
89
|
+
pulumi.set(self, "attached_virtual_machine_scale_set_id", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="elasticityProfile")
|
|
93
|
+
def elasticity_profile(self) -> Optional[pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs']]:
|
|
94
|
+
"""
|
|
95
|
+
Specifies the elasticity profile of the standby virtual machine pools.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "elasticity_profile")
|
|
98
|
+
|
|
99
|
+
@elasticity_profile.setter
|
|
100
|
+
def elasticity_profile(self, value: Optional[pulumi.Input['StandbyVirtualMachinePoolElasticityProfileArgs']]):
|
|
101
|
+
pulumi.set(self, "elasticity_profile", value)
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter
|
|
105
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
106
|
+
"""
|
|
107
|
+
The geo-location where the resource lives
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "location")
|
|
110
|
+
|
|
111
|
+
@location.setter
|
|
112
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
113
|
+
pulumi.set(self, "location", value)
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="standbyVirtualMachinePoolName")
|
|
117
|
+
def standby_virtual_machine_pool_name(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
"""
|
|
119
|
+
Name of the standby virtual machine pool
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "standby_virtual_machine_pool_name")
|
|
122
|
+
|
|
123
|
+
@standby_virtual_machine_pool_name.setter
|
|
124
|
+
def standby_virtual_machine_pool_name(self, value: Optional[pulumi.Input[str]]):
|
|
125
|
+
pulumi.set(self, "standby_virtual_machine_pool_name", value)
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
130
|
+
"""
|
|
131
|
+
Resource tags.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "tags")
|
|
134
|
+
|
|
135
|
+
@tags.setter
|
|
136
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
137
|
+
pulumi.set(self, "tags", value)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
class StandbyVirtualMachinePool(pulumi.CustomResource):
|
|
141
|
+
@overload
|
|
142
|
+
def __init__(__self__,
|
|
143
|
+
resource_name: str,
|
|
144
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
145
|
+
attached_virtual_machine_scale_set_id: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
elasticity_profile: Optional[pulumi.Input[Union['StandbyVirtualMachinePoolElasticityProfileArgs', 'StandbyVirtualMachinePoolElasticityProfileArgsDict']]] = None,
|
|
147
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
standby_virtual_machine_pool_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
151
|
+
virtual_machine_state: Optional[pulumi.Input[Union[str, 'VirtualMachineState']]] = None,
|
|
152
|
+
__props__=None):
|
|
153
|
+
"""
|
|
154
|
+
A StandbyVirtualMachinePoolResource.
|
|
155
|
+
|
|
156
|
+
:param str resource_name: The name of the resource.
|
|
157
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
158
|
+
:param pulumi.Input[str] attached_virtual_machine_scale_set_id: Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
|
|
159
|
+
:param pulumi.Input[Union['StandbyVirtualMachinePoolElasticityProfileArgs', 'StandbyVirtualMachinePoolElasticityProfileArgsDict']] elasticity_profile: Specifies the elasticity profile of the standby virtual machine pools.
|
|
160
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
161
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
162
|
+
:param pulumi.Input[str] standby_virtual_machine_pool_name: Name of the standby virtual machine pool
|
|
163
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
164
|
+
:param pulumi.Input[Union[str, 'VirtualMachineState']] virtual_machine_state: Specifies the desired state of virtual machines in the pool.
|
|
165
|
+
"""
|
|
166
|
+
...
|
|
167
|
+
@overload
|
|
168
|
+
def __init__(__self__,
|
|
169
|
+
resource_name: str,
|
|
170
|
+
args: StandbyVirtualMachinePoolArgs,
|
|
171
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
172
|
+
"""
|
|
173
|
+
A StandbyVirtualMachinePoolResource.
|
|
174
|
+
|
|
175
|
+
:param str resource_name: The name of the resource.
|
|
176
|
+
:param StandbyVirtualMachinePoolArgs args: The arguments to use to populate this resource's properties.
|
|
177
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
178
|
+
"""
|
|
179
|
+
...
|
|
180
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
181
|
+
resource_args, opts = _utilities.get_resource_args_opts(StandbyVirtualMachinePoolArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
182
|
+
if resource_args is not None:
|
|
183
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
184
|
+
else:
|
|
185
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
186
|
+
|
|
187
|
+
def _internal_init(__self__,
|
|
188
|
+
resource_name: str,
|
|
189
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
190
|
+
attached_virtual_machine_scale_set_id: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
elasticity_profile: Optional[pulumi.Input[Union['StandbyVirtualMachinePoolElasticityProfileArgs', 'StandbyVirtualMachinePoolElasticityProfileArgsDict']]] = None,
|
|
192
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
standby_virtual_machine_pool_name: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
196
|
+
virtual_machine_state: Optional[pulumi.Input[Union[str, 'VirtualMachineState']]] = None,
|
|
197
|
+
__props__=None):
|
|
198
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
199
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
200
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
201
|
+
if opts.id is None:
|
|
202
|
+
if __props__ is not None:
|
|
203
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
204
|
+
__props__ = StandbyVirtualMachinePoolArgs.__new__(StandbyVirtualMachinePoolArgs)
|
|
205
|
+
|
|
206
|
+
__props__.__dict__["attached_virtual_machine_scale_set_id"] = attached_virtual_machine_scale_set_id
|
|
207
|
+
__props__.__dict__["elasticity_profile"] = elasticity_profile
|
|
208
|
+
__props__.__dict__["location"] = location
|
|
209
|
+
if resource_group_name is None and not opts.urn:
|
|
210
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
211
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
212
|
+
__props__.__dict__["standby_virtual_machine_pool_name"] = standby_virtual_machine_pool_name
|
|
213
|
+
__props__.__dict__["tags"] = tags
|
|
214
|
+
if virtual_machine_state is None and not opts.urn:
|
|
215
|
+
raise TypeError("Missing required property 'virtual_machine_state'")
|
|
216
|
+
__props__.__dict__["virtual_machine_state"] = virtual_machine_state
|
|
217
|
+
__props__.__dict__["name"] = None
|
|
218
|
+
__props__.__dict__["provisioning_state"] = None
|
|
219
|
+
__props__.__dict__["system_data"] = None
|
|
220
|
+
__props__.__dict__["type"] = None
|
|
221
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20240301preview:StandbyVirtualMachinePool")])
|
|
222
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
223
|
+
super(StandbyVirtualMachinePool, __self__).__init__(
|
|
224
|
+
'azure-native:standbypool/v20240301:StandbyVirtualMachinePool',
|
|
225
|
+
resource_name,
|
|
226
|
+
__props__,
|
|
227
|
+
opts)
|
|
228
|
+
|
|
229
|
+
@staticmethod
|
|
230
|
+
def get(resource_name: str,
|
|
231
|
+
id: pulumi.Input[str],
|
|
232
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'StandbyVirtualMachinePool':
|
|
233
|
+
"""
|
|
234
|
+
Get an existing StandbyVirtualMachinePool resource's state with the given name, id, and optional extra
|
|
235
|
+
properties used to qualify the lookup.
|
|
236
|
+
|
|
237
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
238
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
239
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
+
"""
|
|
241
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
242
|
+
|
|
243
|
+
__props__ = StandbyVirtualMachinePoolArgs.__new__(StandbyVirtualMachinePoolArgs)
|
|
244
|
+
|
|
245
|
+
__props__.__dict__["attached_virtual_machine_scale_set_id"] = None
|
|
246
|
+
__props__.__dict__["elasticity_profile"] = None
|
|
247
|
+
__props__.__dict__["location"] = None
|
|
248
|
+
__props__.__dict__["name"] = None
|
|
249
|
+
__props__.__dict__["provisioning_state"] = None
|
|
250
|
+
__props__.__dict__["system_data"] = None
|
|
251
|
+
__props__.__dict__["tags"] = None
|
|
252
|
+
__props__.__dict__["type"] = None
|
|
253
|
+
__props__.__dict__["virtual_machine_state"] = None
|
|
254
|
+
return StandbyVirtualMachinePool(resource_name, opts=opts, __props__=__props__)
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="attachedVirtualMachineScaleSetId")
|
|
258
|
+
def attached_virtual_machine_scale_set_id(self) -> pulumi.Output[Optional[str]]:
|
|
259
|
+
"""
|
|
260
|
+
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "attached_virtual_machine_scale_set_id")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="elasticityProfile")
|
|
266
|
+
def elasticity_profile(self) -> pulumi.Output[Optional['outputs.StandbyVirtualMachinePoolElasticityProfileResponse']]:
|
|
267
|
+
"""
|
|
268
|
+
Specifies the elasticity profile of the standby virtual machine pools.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "elasticity_profile")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def location(self) -> pulumi.Output[str]:
|
|
275
|
+
"""
|
|
276
|
+
The geo-location where the resource lives
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "location")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter
|
|
282
|
+
def name(self) -> pulumi.Output[str]:
|
|
283
|
+
"""
|
|
284
|
+
The name of the resource
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "name")
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="provisioningState")
|
|
290
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
291
|
+
"""
|
|
292
|
+
The status of the last operation.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "provisioning_state")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="systemData")
|
|
298
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
299
|
+
"""
|
|
300
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "system_data")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter
|
|
306
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
307
|
+
"""
|
|
308
|
+
Resource tags.
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "tags")
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter
|
|
314
|
+
def type(self) -> pulumi.Output[str]:
|
|
315
|
+
"""
|
|
316
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "type")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter(name="virtualMachineState")
|
|
322
|
+
def virtual_machine_state(self) -> pulumi.Output[str]:
|
|
323
|
+
"""
|
|
324
|
+
Specifies the desired state of virtual machines in the pool.
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "virtual_machine_state")
|
|
327
|
+
|
|
@@ -199,7 +199,7 @@ class StandbyContainerGroupPool(pulumi.CustomResource):
|
|
|
199
199
|
__props__.__dict__["provisioning_state"] = None
|
|
200
200
|
__props__.__dict__["system_data"] = None
|
|
201
201
|
__props__.__dict__["type"] = None
|
|
202
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyContainerGroupPool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyContainerGroupPool")])
|
|
202
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyContainerGroupPool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyContainerGroupPool"), pulumi.Alias(type_="azure-native:standbypool/v20240301:StandbyContainerGroupPool")])
|
|
203
203
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
204
204
|
super(StandbyContainerGroupPool, __self__).__init__(
|
|
205
205
|
'azure-native:standbypool/v20240301preview:StandbyContainerGroupPool',
|
|
@@ -218,7 +218,7 @@ class StandbyVirtualMachinePool(pulumi.CustomResource):
|
|
|
218
218
|
__props__.__dict__["provisioning_state"] = None
|
|
219
219
|
__props__.__dict__["system_data"] = None
|
|
220
220
|
__props__.__dict__["type"] = None
|
|
221
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyVirtualMachinePool")])
|
|
221
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyVirtualMachinePool"), pulumi.Alias(type_="azure-native:standbypool/v20240301:StandbyVirtualMachinePool")])
|
|
222
222
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
223
223
|
super(StandbyVirtualMachinePool, __self__).__init__(
|
|
224
224
|
'azure-native:standbypool/v20240301preview:StandbyVirtualMachinePool',
|
|
@@ -17,7 +17,10 @@ if typing.TYPE_CHECKING:
|
|
|
17
17
|
v20200901 = __v20200901
|
|
18
18
|
import pulumi_azure_native.subscription.v20211001 as __v20211001
|
|
19
19
|
v20211001 = __v20211001
|
|
20
|
+
import pulumi_azure_native.subscription.v20240801preview as __v20240801preview
|
|
21
|
+
v20240801preview = __v20240801preview
|
|
20
22
|
else:
|
|
21
23
|
v20200901 = _utilities.lazy_import('pulumi_azure_native.subscription.v20200901')
|
|
22
24
|
v20211001 = _utilities.lazy_import('pulumi_azure_native.subscription.v20211001')
|
|
25
|
+
v20240801preview = _utilities.lazy_import('pulumi_azure_native.subscription.v20240801preview')
|
|
23
26
|
|
|
@@ -71,7 +71,7 @@ class Alias(pulumi.CustomResource):
|
|
|
71
71
|
Subscription Information with the alias.
|
|
72
72
|
Azure REST API version: 2021-10-01. Prior API version in Azure Native 1.x: 2020-09-01.
|
|
73
73
|
|
|
74
|
-
Other available API versions: 2020-09-01.
|
|
74
|
+
Other available API versions: 2020-09-01, 2024-08-01-preview.
|
|
75
75
|
|
|
76
76
|
:param str resource_name: The name of the resource.
|
|
77
77
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -88,7 +88,7 @@ class Alias(pulumi.CustomResource):
|
|
|
88
88
|
Subscription Information with the alias.
|
|
89
89
|
Azure REST API version: 2021-10-01. Prior API version in Azure Native 1.x: 2020-09-01.
|
|
90
90
|
|
|
91
|
-
Other available API versions: 2020-09-01.
|
|
91
|
+
Other available API versions: 2020-09-01, 2024-08-01-preview.
|
|
92
92
|
|
|
93
93
|
:param str resource_name: The name of the resource.
|
|
94
94
|
:param AliasArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -121,7 +121,7 @@ class Alias(pulumi.CustomResource):
|
|
|
121
121
|
__props__.__dict__["name"] = None
|
|
122
122
|
__props__.__dict__["system_data"] = None
|
|
123
123
|
__props__.__dict__["type"] = None
|
|
124
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:subscription/v20191001preview:Alias"), pulumi.Alias(type_="azure-native:subscription/v20200901:Alias"), pulumi.Alias(type_="azure-native:subscription/v20211001:Alias")])
|
|
124
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:subscription/v20191001preview:Alias"), pulumi.Alias(type_="azure-native:subscription/v20200901:Alias"), pulumi.Alias(type_="azure-native:subscription/v20211001:Alias"), pulumi.Alias(type_="azure-native:subscription/v20240801preview:Alias")])
|
|
125
125
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
126
126
|
super(Alias, __self__).__init__(
|
|
127
127
|
'azure-native:subscription:Alias',
|
|
@@ -104,7 +104,7 @@ def get_alias(alias_name: Optional[str] = None,
|
|
|
104
104
|
Get Alias Subscription.
|
|
105
105
|
Azure REST API version: 2021-10-01.
|
|
106
106
|
|
|
107
|
-
Other available API versions: 2020-09-01.
|
|
107
|
+
Other available API versions: 2020-09-01, 2024-08-01-preview.
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
:param str alias_name: AliasName is the name for the subscription creation request. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation.
|
|
@@ -129,7 +129,7 @@ def get_alias_output(alias_name: Optional[pulumi.Input[str]] = None,
|
|
|
129
129
|
Get Alias Subscription.
|
|
130
130
|
Azure REST API version: 2021-10-01.
|
|
131
131
|
|
|
132
|
-
Other available API versions: 2020-09-01.
|
|
132
|
+
Other available API versions: 2020-09-01, 2024-08-01-preview.
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
:param str alias_name: AliasName is the name for the subscription creation request. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation.
|
|
@@ -115,7 +115,7 @@ class Alias(pulumi.CustomResource):
|
|
|
115
115
|
__props__.__dict__["properties"] = properties
|
|
116
116
|
__props__.__dict__["name"] = None
|
|
117
117
|
__props__.__dict__["type"] = None
|
|
118
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:subscription:Alias"), pulumi.Alias(type_="azure-native:subscription/v20191001preview:Alias"), pulumi.Alias(type_="azure-native:subscription/v20211001:Alias")])
|
|
118
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:subscription:Alias"), pulumi.Alias(type_="azure-native:subscription/v20191001preview:Alias"), pulumi.Alias(type_="azure-native:subscription/v20211001:Alias"), pulumi.Alias(type_="azure-native:subscription/v20240801preview:Alias")])
|
|
119
119
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
120
120
|
super(Alias, __self__).__init__(
|
|
121
121
|
'azure-native:subscription/v20200901:Alias',
|
|
@@ -115,7 +115,7 @@ class Alias(pulumi.CustomResource):
|
|
|
115
115
|
__props__.__dict__["name"] = None
|
|
116
116
|
__props__.__dict__["system_data"] = None
|
|
117
117
|
__props__.__dict__["type"] = None
|
|
118
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:subscription:Alias"), pulumi.Alias(type_="azure-native:subscription/v20191001preview:Alias"), pulumi.Alias(type_="azure-native:subscription/v20200901:Alias")])
|
|
118
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:subscription:Alias"), pulumi.Alias(type_="azure-native:subscription/v20191001preview:Alias"), pulumi.Alias(type_="azure-native:subscription/v20200901:Alias"), pulumi.Alias(type_="azure-native:subscription/v20240801preview:Alias")])
|
|
119
119
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
120
120
|
super(Alias, __self__).__init__(
|
|
121
121
|
'azure-native:subscription/v20211001:Alias',
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .alias import *
|
|
10
|
+
from .get_alias import *
|
|
11
|
+
from ._inputs import *
|
|
12
|
+
from . import outputs
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'Workload',
|
|
9
|
+
]
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Workload(str, Enum):
|
|
13
|
+
"""
|
|
14
|
+
The workload type of the subscription. It can be either Production or DevTest.
|
|
15
|
+
"""
|
|
16
|
+
PRODUCTION = "Production"
|
|
17
|
+
DEV_TEST = "DevTest"
|