pulumi-azure-native 2.51.0a1721670234__py3-none-any.whl → 2.51.0a1721718685__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 +98 -0
- pulumi_azure_native/azurefleet/_enums.py +328 -53
- pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/fleet.py +20 -0
- pulumi_azure_native/azurefleet/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/disk.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
- pulumi_azure_native/compute/v20240302/__init__.py +20 -0
- pulumi_azure_native/compute/v20240302/_enums.py +303 -0
- pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
- pulumi_azure_native/compute/v20240302/disk.py +1084 -0
- pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
- pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
- pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
- pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
- pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
- pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
- pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
- pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
- pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
- pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
- pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
- pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
- pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/datafactory/_inputs.py +110 -10
- pulumi_azure_native/datafactory/outputs.py +69 -7
- pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
- pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
- pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
- pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
- pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
- pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
- pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
- pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
- pulumi_azure_native/netapp/__init__.py +4 -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_quota_report.py +109 -0
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +84 -0
- 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/v20240301preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
- pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
- pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
- pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
- 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/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/__init__.py +3 -0
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
- pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
- pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
- pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
- pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
- pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
- pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
- pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
- pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
- pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
- pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
- pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
- pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
- pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
- pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/RECORD +564 -432
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1084 @@
|
|
|
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__ = ['DiskArgs', 'Disk']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class DiskArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
creation_data: pulumi.Input['CreationDataArgs'],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
28
|
+
completion_percent: Optional[pulumi.Input[float]] = None,
|
|
29
|
+
data_access_auth_mode: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]] = None,
|
|
30
|
+
disk_access_id: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
disk_iops_read_only: Optional[pulumi.Input[float]] = None,
|
|
32
|
+
disk_iops_read_write: Optional[pulumi.Input[float]] = None,
|
|
33
|
+
disk_m_bps_read_only: Optional[pulumi.Input[float]] = None,
|
|
34
|
+
disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
|
|
35
|
+
disk_name: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
37
|
+
encryption: Optional[pulumi.Input['EncryptionArgs']] = None,
|
|
38
|
+
encryption_settings_collection: Optional[pulumi.Input['EncryptionSettingsCollectionArgs']] = None,
|
|
39
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
40
|
+
hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
|
|
41
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
42
|
+
max_shares: Optional[pulumi.Input[int]] = None,
|
|
43
|
+
network_access_policy: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]] = None,
|
|
44
|
+
optimized_for_frequent_attach: Optional[pulumi.Input[bool]] = None,
|
|
45
|
+
os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
|
|
46
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
47
|
+
purchase_plan: Optional[pulumi.Input['PurchasePlanArgs']] = None,
|
|
48
|
+
security_profile: Optional[pulumi.Input['DiskSecurityProfileArgs']] = None,
|
|
49
|
+
sku: Optional[pulumi.Input['DiskSkuArgs']] = None,
|
|
50
|
+
supported_capabilities: Optional[pulumi.Input['SupportedCapabilitiesArgs']] = None,
|
|
51
|
+
supports_hibernation: Optional[pulumi.Input[bool]] = None,
|
|
52
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
53
|
+
tier: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
55
|
+
"""
|
|
56
|
+
The set of arguments for constructing a Disk resource.
|
|
57
|
+
:param pulumi.Input['CreationDataArgs'] creation_data: Disk source information. CreationData information cannot be changed after the disk has been created.
|
|
58
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
59
|
+
:param pulumi.Input[bool] bursting_enabled: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
|
|
60
|
+
:param pulumi.Input[float] completion_percent: Percentage complete for the background copy when a resource is created via the CopyStart operation.
|
|
61
|
+
:param pulumi.Input[Union[str, 'DataAccessAuthMode']] data_access_auth_mode: Additional authentication requirements when exporting or uploading to a disk or snapshot.
|
|
62
|
+
:param pulumi.Input[str] disk_access_id: ARM id of the DiskAccess resource for using private endpoints on disks.
|
|
63
|
+
:param pulumi.Input[float] disk_iops_read_only: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
|
|
64
|
+
:param pulumi.Input[float] disk_iops_read_write: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
|
|
65
|
+
:param pulumi.Input[float] disk_m_bps_read_only: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
66
|
+
:param pulumi.Input[float] disk_m_bps_read_write: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
67
|
+
:param pulumi.Input[str] disk_name: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
|
|
68
|
+
:param pulumi.Input[int] disk_size_gb: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
|
|
69
|
+
:param pulumi.Input['EncryptionArgs'] encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
|
|
70
|
+
:param pulumi.Input['EncryptionSettingsCollectionArgs'] encryption_settings_collection: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
|
71
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location where the disk will be created. Extended location cannot be changed.
|
|
72
|
+
:param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
|
|
73
|
+
:param pulumi.Input[str] location: Resource location
|
|
74
|
+
:param pulumi.Input[int] max_shares: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
|
|
75
|
+
:param pulumi.Input[Union[str, 'NetworkAccessPolicy']] network_access_policy: Policy for accessing the disk via network.
|
|
76
|
+
:param pulumi.Input[bool] optimized_for_frequent_attach: Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
|
|
77
|
+
:param pulumi.Input['OperatingSystemTypes'] os_type: The Operating System type.
|
|
78
|
+
:param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Policy for controlling export on the disk.
|
|
79
|
+
:param pulumi.Input['PurchasePlanArgs'] purchase_plan: Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
|
|
80
|
+
:param pulumi.Input['DiskSecurityProfileArgs'] security_profile: Contains the security related information for the resource.
|
|
81
|
+
:param pulumi.Input['DiskSkuArgs'] sku: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
|
|
82
|
+
:param pulumi.Input['SupportedCapabilitiesArgs'] supported_capabilities: List of supported capabilities for the image from which the OS disk was created.
|
|
83
|
+
:param pulumi.Input[bool] supports_hibernation: Indicates the OS on a disk supports hibernation.
|
|
84
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
85
|
+
:param pulumi.Input[str] tier: Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
|
|
86
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: The Logical zone list for Disk.
|
|
87
|
+
"""
|
|
88
|
+
pulumi.set(__self__, "creation_data", creation_data)
|
|
89
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
90
|
+
if bursting_enabled is not None:
|
|
91
|
+
pulumi.set(__self__, "bursting_enabled", bursting_enabled)
|
|
92
|
+
if completion_percent is not None:
|
|
93
|
+
pulumi.set(__self__, "completion_percent", completion_percent)
|
|
94
|
+
if data_access_auth_mode is not None:
|
|
95
|
+
pulumi.set(__self__, "data_access_auth_mode", data_access_auth_mode)
|
|
96
|
+
if disk_access_id is not None:
|
|
97
|
+
pulumi.set(__self__, "disk_access_id", disk_access_id)
|
|
98
|
+
if disk_iops_read_only is not None:
|
|
99
|
+
pulumi.set(__self__, "disk_iops_read_only", disk_iops_read_only)
|
|
100
|
+
if disk_iops_read_write is not None:
|
|
101
|
+
pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
|
|
102
|
+
if disk_m_bps_read_only is not None:
|
|
103
|
+
pulumi.set(__self__, "disk_m_bps_read_only", disk_m_bps_read_only)
|
|
104
|
+
if disk_m_bps_read_write is not None:
|
|
105
|
+
pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
|
|
106
|
+
if disk_name is not None:
|
|
107
|
+
pulumi.set(__self__, "disk_name", disk_name)
|
|
108
|
+
if disk_size_gb is not None:
|
|
109
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
110
|
+
if encryption is not None:
|
|
111
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
112
|
+
if encryption_settings_collection is not None:
|
|
113
|
+
pulumi.set(__self__, "encryption_settings_collection", encryption_settings_collection)
|
|
114
|
+
if extended_location is not None:
|
|
115
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
116
|
+
if hyper_v_generation is not None:
|
|
117
|
+
pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
|
|
118
|
+
if location is not None:
|
|
119
|
+
pulumi.set(__self__, "location", location)
|
|
120
|
+
if max_shares is not None:
|
|
121
|
+
pulumi.set(__self__, "max_shares", max_shares)
|
|
122
|
+
if network_access_policy is not None:
|
|
123
|
+
pulumi.set(__self__, "network_access_policy", network_access_policy)
|
|
124
|
+
if optimized_for_frequent_attach is not None:
|
|
125
|
+
pulumi.set(__self__, "optimized_for_frequent_attach", optimized_for_frequent_attach)
|
|
126
|
+
if os_type is not None:
|
|
127
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
128
|
+
if public_network_access is not None:
|
|
129
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
130
|
+
if purchase_plan is not None:
|
|
131
|
+
pulumi.set(__self__, "purchase_plan", purchase_plan)
|
|
132
|
+
if security_profile is not None:
|
|
133
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
134
|
+
if sku is not None:
|
|
135
|
+
pulumi.set(__self__, "sku", sku)
|
|
136
|
+
if supported_capabilities is not None:
|
|
137
|
+
pulumi.set(__self__, "supported_capabilities", supported_capabilities)
|
|
138
|
+
if supports_hibernation is not None:
|
|
139
|
+
pulumi.set(__self__, "supports_hibernation", supports_hibernation)
|
|
140
|
+
if tags is not None:
|
|
141
|
+
pulumi.set(__self__, "tags", tags)
|
|
142
|
+
if tier is not None:
|
|
143
|
+
pulumi.set(__self__, "tier", tier)
|
|
144
|
+
if zones is not None:
|
|
145
|
+
pulumi.set(__self__, "zones", zones)
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter(name="creationData")
|
|
149
|
+
def creation_data(self) -> pulumi.Input['CreationDataArgs']:
|
|
150
|
+
"""
|
|
151
|
+
Disk source information. CreationData information cannot be changed after the disk has been created.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "creation_data")
|
|
154
|
+
|
|
155
|
+
@creation_data.setter
|
|
156
|
+
def creation_data(self, value: pulumi.Input['CreationDataArgs']):
|
|
157
|
+
pulumi.set(self, "creation_data", value)
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="resourceGroupName")
|
|
161
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
162
|
+
"""
|
|
163
|
+
The name of the resource group.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "resource_group_name")
|
|
166
|
+
|
|
167
|
+
@resource_group_name.setter
|
|
168
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
169
|
+
pulumi.set(self, "resource_group_name", value)
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter(name="burstingEnabled")
|
|
173
|
+
def bursting_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
174
|
+
"""
|
|
175
|
+
Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "bursting_enabled")
|
|
178
|
+
|
|
179
|
+
@bursting_enabled.setter
|
|
180
|
+
def bursting_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
181
|
+
pulumi.set(self, "bursting_enabled", value)
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="completionPercent")
|
|
185
|
+
def completion_percent(self) -> Optional[pulumi.Input[float]]:
|
|
186
|
+
"""
|
|
187
|
+
Percentage complete for the background copy when a resource is created via the CopyStart operation.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "completion_percent")
|
|
190
|
+
|
|
191
|
+
@completion_percent.setter
|
|
192
|
+
def completion_percent(self, value: Optional[pulumi.Input[float]]):
|
|
193
|
+
pulumi.set(self, "completion_percent", value)
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="dataAccessAuthMode")
|
|
197
|
+
def data_access_auth_mode(self) -> Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]]:
|
|
198
|
+
"""
|
|
199
|
+
Additional authentication requirements when exporting or uploading to a disk or snapshot.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "data_access_auth_mode")
|
|
202
|
+
|
|
203
|
+
@data_access_auth_mode.setter
|
|
204
|
+
def data_access_auth_mode(self, value: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]]):
|
|
205
|
+
pulumi.set(self, "data_access_auth_mode", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="diskAccessId")
|
|
209
|
+
def disk_access_id(self) -> Optional[pulumi.Input[str]]:
|
|
210
|
+
"""
|
|
211
|
+
ARM id of the DiskAccess resource for using private endpoints on disks.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "disk_access_id")
|
|
214
|
+
|
|
215
|
+
@disk_access_id.setter
|
|
216
|
+
def disk_access_id(self, value: Optional[pulumi.Input[str]]):
|
|
217
|
+
pulumi.set(self, "disk_access_id", value)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="diskIOPSReadOnly")
|
|
221
|
+
def disk_iops_read_only(self) -> Optional[pulumi.Input[float]]:
|
|
222
|
+
"""
|
|
223
|
+
The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "disk_iops_read_only")
|
|
226
|
+
|
|
227
|
+
@disk_iops_read_only.setter
|
|
228
|
+
def disk_iops_read_only(self, value: Optional[pulumi.Input[float]]):
|
|
229
|
+
pulumi.set(self, "disk_iops_read_only", value)
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter(name="diskIOPSReadWrite")
|
|
233
|
+
def disk_iops_read_write(self) -> Optional[pulumi.Input[float]]:
|
|
234
|
+
"""
|
|
235
|
+
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "disk_iops_read_write")
|
|
238
|
+
|
|
239
|
+
@disk_iops_read_write.setter
|
|
240
|
+
def disk_iops_read_write(self, value: Optional[pulumi.Input[float]]):
|
|
241
|
+
pulumi.set(self, "disk_iops_read_write", value)
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="diskMBpsReadOnly")
|
|
245
|
+
def disk_m_bps_read_only(self) -> Optional[pulumi.Input[float]]:
|
|
246
|
+
"""
|
|
247
|
+
The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "disk_m_bps_read_only")
|
|
250
|
+
|
|
251
|
+
@disk_m_bps_read_only.setter
|
|
252
|
+
def disk_m_bps_read_only(self, value: Optional[pulumi.Input[float]]):
|
|
253
|
+
pulumi.set(self, "disk_m_bps_read_only", value)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="diskMBpsReadWrite")
|
|
257
|
+
def disk_m_bps_read_write(self) -> Optional[pulumi.Input[float]]:
|
|
258
|
+
"""
|
|
259
|
+
The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "disk_m_bps_read_write")
|
|
262
|
+
|
|
263
|
+
@disk_m_bps_read_write.setter
|
|
264
|
+
def disk_m_bps_read_write(self, value: Optional[pulumi.Input[float]]):
|
|
265
|
+
pulumi.set(self, "disk_m_bps_read_write", value)
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="diskName")
|
|
269
|
+
def disk_name(self) -> Optional[pulumi.Input[str]]:
|
|
270
|
+
"""
|
|
271
|
+
The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "disk_name")
|
|
274
|
+
|
|
275
|
+
@disk_name.setter
|
|
276
|
+
def disk_name(self, value: Optional[pulumi.Input[str]]):
|
|
277
|
+
pulumi.set(self, "disk_name", value)
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter(name="diskSizeGB")
|
|
281
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
282
|
+
"""
|
|
283
|
+
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "disk_size_gb")
|
|
286
|
+
|
|
287
|
+
@disk_size_gb.setter
|
|
288
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
|
289
|
+
pulumi.set(self, "disk_size_gb", value)
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter
|
|
293
|
+
def encryption(self) -> Optional[pulumi.Input['EncryptionArgs']]:
|
|
294
|
+
"""
|
|
295
|
+
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "encryption")
|
|
298
|
+
|
|
299
|
+
@encryption.setter
|
|
300
|
+
def encryption(self, value: Optional[pulumi.Input['EncryptionArgs']]):
|
|
301
|
+
pulumi.set(self, "encryption", value)
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="encryptionSettingsCollection")
|
|
305
|
+
def encryption_settings_collection(self) -> Optional[pulumi.Input['EncryptionSettingsCollectionArgs']]:
|
|
306
|
+
"""
|
|
307
|
+
Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "encryption_settings_collection")
|
|
310
|
+
|
|
311
|
+
@encryption_settings_collection.setter
|
|
312
|
+
def encryption_settings_collection(self, value: Optional[pulumi.Input['EncryptionSettingsCollectionArgs']]):
|
|
313
|
+
pulumi.set(self, "encryption_settings_collection", value)
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="extendedLocation")
|
|
317
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
318
|
+
"""
|
|
319
|
+
The extended location where the disk will be created. Extended location cannot be changed.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "extended_location")
|
|
322
|
+
|
|
323
|
+
@extended_location.setter
|
|
324
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
325
|
+
pulumi.set(self, "extended_location", value)
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
329
|
+
def hyper_v_generation(self) -> Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]:
|
|
330
|
+
"""
|
|
331
|
+
The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
334
|
+
|
|
335
|
+
@hyper_v_generation.setter
|
|
336
|
+
def hyper_v_generation(self, value: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]):
|
|
337
|
+
pulumi.set(self, "hyper_v_generation", value)
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter
|
|
341
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
342
|
+
"""
|
|
343
|
+
Resource location
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "location")
|
|
346
|
+
|
|
347
|
+
@location.setter
|
|
348
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
349
|
+
pulumi.set(self, "location", value)
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="maxShares")
|
|
353
|
+
def max_shares(self) -> Optional[pulumi.Input[int]]:
|
|
354
|
+
"""
|
|
355
|
+
The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "max_shares")
|
|
358
|
+
|
|
359
|
+
@max_shares.setter
|
|
360
|
+
def max_shares(self, value: Optional[pulumi.Input[int]]):
|
|
361
|
+
pulumi.set(self, "max_shares", value)
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="networkAccessPolicy")
|
|
365
|
+
def network_access_policy(self) -> Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]]:
|
|
366
|
+
"""
|
|
367
|
+
Policy for accessing the disk via network.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "network_access_policy")
|
|
370
|
+
|
|
371
|
+
@network_access_policy.setter
|
|
372
|
+
def network_access_policy(self, value: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]]):
|
|
373
|
+
pulumi.set(self, "network_access_policy", value)
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="optimizedForFrequentAttach")
|
|
377
|
+
def optimized_for_frequent_attach(self) -> Optional[pulumi.Input[bool]]:
|
|
378
|
+
"""
|
|
379
|
+
Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "optimized_for_frequent_attach")
|
|
382
|
+
|
|
383
|
+
@optimized_for_frequent_attach.setter
|
|
384
|
+
def optimized_for_frequent_attach(self, value: Optional[pulumi.Input[bool]]):
|
|
385
|
+
pulumi.set(self, "optimized_for_frequent_attach", value)
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="osType")
|
|
389
|
+
def os_type(self) -> Optional[pulumi.Input['OperatingSystemTypes']]:
|
|
390
|
+
"""
|
|
391
|
+
The Operating System type.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "os_type")
|
|
394
|
+
|
|
395
|
+
@os_type.setter
|
|
396
|
+
def os_type(self, value: Optional[pulumi.Input['OperatingSystemTypes']]):
|
|
397
|
+
pulumi.set(self, "os_type", value)
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
401
|
+
def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
|
|
402
|
+
"""
|
|
403
|
+
Policy for controlling export on the disk.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "public_network_access")
|
|
406
|
+
|
|
407
|
+
@public_network_access.setter
|
|
408
|
+
def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
|
|
409
|
+
pulumi.set(self, "public_network_access", value)
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="purchasePlan")
|
|
413
|
+
def purchase_plan(self) -> Optional[pulumi.Input['PurchasePlanArgs']]:
|
|
414
|
+
"""
|
|
415
|
+
Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "purchase_plan")
|
|
418
|
+
|
|
419
|
+
@purchase_plan.setter
|
|
420
|
+
def purchase_plan(self, value: Optional[pulumi.Input['PurchasePlanArgs']]):
|
|
421
|
+
pulumi.set(self, "purchase_plan", value)
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="securityProfile")
|
|
425
|
+
def security_profile(self) -> Optional[pulumi.Input['DiskSecurityProfileArgs']]:
|
|
426
|
+
"""
|
|
427
|
+
Contains the security related information for the resource.
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "security_profile")
|
|
430
|
+
|
|
431
|
+
@security_profile.setter
|
|
432
|
+
def security_profile(self, value: Optional[pulumi.Input['DiskSecurityProfileArgs']]):
|
|
433
|
+
pulumi.set(self, "security_profile", value)
|
|
434
|
+
|
|
435
|
+
@property
|
|
436
|
+
@pulumi.getter
|
|
437
|
+
def sku(self) -> Optional[pulumi.Input['DiskSkuArgs']]:
|
|
438
|
+
"""
|
|
439
|
+
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
|
|
440
|
+
"""
|
|
441
|
+
return pulumi.get(self, "sku")
|
|
442
|
+
|
|
443
|
+
@sku.setter
|
|
444
|
+
def sku(self, value: Optional[pulumi.Input['DiskSkuArgs']]):
|
|
445
|
+
pulumi.set(self, "sku", value)
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="supportedCapabilities")
|
|
449
|
+
def supported_capabilities(self) -> Optional[pulumi.Input['SupportedCapabilitiesArgs']]:
|
|
450
|
+
"""
|
|
451
|
+
List of supported capabilities for the image from which the OS disk was created.
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "supported_capabilities")
|
|
454
|
+
|
|
455
|
+
@supported_capabilities.setter
|
|
456
|
+
def supported_capabilities(self, value: Optional[pulumi.Input['SupportedCapabilitiesArgs']]):
|
|
457
|
+
pulumi.set(self, "supported_capabilities", value)
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
@pulumi.getter(name="supportsHibernation")
|
|
461
|
+
def supports_hibernation(self) -> Optional[pulumi.Input[bool]]:
|
|
462
|
+
"""
|
|
463
|
+
Indicates the OS on a disk supports hibernation.
|
|
464
|
+
"""
|
|
465
|
+
return pulumi.get(self, "supports_hibernation")
|
|
466
|
+
|
|
467
|
+
@supports_hibernation.setter
|
|
468
|
+
def supports_hibernation(self, value: Optional[pulumi.Input[bool]]):
|
|
469
|
+
pulumi.set(self, "supports_hibernation", value)
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter
|
|
473
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
474
|
+
"""
|
|
475
|
+
Resource tags
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "tags")
|
|
478
|
+
|
|
479
|
+
@tags.setter
|
|
480
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
481
|
+
pulumi.set(self, "tags", value)
|
|
482
|
+
|
|
483
|
+
@property
|
|
484
|
+
@pulumi.getter
|
|
485
|
+
def tier(self) -> Optional[pulumi.Input[str]]:
|
|
486
|
+
"""
|
|
487
|
+
Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
|
|
488
|
+
"""
|
|
489
|
+
return pulumi.get(self, "tier")
|
|
490
|
+
|
|
491
|
+
@tier.setter
|
|
492
|
+
def tier(self, value: Optional[pulumi.Input[str]]):
|
|
493
|
+
pulumi.set(self, "tier", value)
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter
|
|
497
|
+
def zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
498
|
+
"""
|
|
499
|
+
The Logical zone list for Disk.
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "zones")
|
|
502
|
+
|
|
503
|
+
@zones.setter
|
|
504
|
+
def zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
505
|
+
pulumi.set(self, "zones", value)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
class Disk(pulumi.CustomResource):
|
|
509
|
+
@overload
|
|
510
|
+
def __init__(__self__,
|
|
511
|
+
resource_name: str,
|
|
512
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
513
|
+
bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
514
|
+
completion_percent: Optional[pulumi.Input[float]] = None,
|
|
515
|
+
creation_data: Optional[pulumi.Input[Union['CreationDataArgs', 'CreationDataArgsDict']]] = None,
|
|
516
|
+
data_access_auth_mode: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]] = None,
|
|
517
|
+
disk_access_id: Optional[pulumi.Input[str]] = None,
|
|
518
|
+
disk_iops_read_only: Optional[pulumi.Input[float]] = None,
|
|
519
|
+
disk_iops_read_write: Optional[pulumi.Input[float]] = None,
|
|
520
|
+
disk_m_bps_read_only: Optional[pulumi.Input[float]] = None,
|
|
521
|
+
disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
|
|
522
|
+
disk_name: Optional[pulumi.Input[str]] = None,
|
|
523
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
524
|
+
encryption: Optional[pulumi.Input[Union['EncryptionArgs', 'EncryptionArgsDict']]] = None,
|
|
525
|
+
encryption_settings_collection: Optional[pulumi.Input[Union['EncryptionSettingsCollectionArgs', 'EncryptionSettingsCollectionArgsDict']]] = None,
|
|
526
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
527
|
+
hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
|
|
528
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
529
|
+
max_shares: Optional[pulumi.Input[int]] = None,
|
|
530
|
+
network_access_policy: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]] = None,
|
|
531
|
+
optimized_for_frequent_attach: Optional[pulumi.Input[bool]] = None,
|
|
532
|
+
os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
|
|
533
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
534
|
+
purchase_plan: Optional[pulumi.Input[Union['PurchasePlanArgs', 'PurchasePlanArgsDict']]] = None,
|
|
535
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
536
|
+
security_profile: Optional[pulumi.Input[Union['DiskSecurityProfileArgs', 'DiskSecurityProfileArgsDict']]] = None,
|
|
537
|
+
sku: Optional[pulumi.Input[Union['DiskSkuArgs', 'DiskSkuArgsDict']]] = None,
|
|
538
|
+
supported_capabilities: Optional[pulumi.Input[Union['SupportedCapabilitiesArgs', 'SupportedCapabilitiesArgsDict']]] = None,
|
|
539
|
+
supports_hibernation: Optional[pulumi.Input[bool]] = None,
|
|
540
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
541
|
+
tier: Optional[pulumi.Input[str]] = None,
|
|
542
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
543
|
+
__props__=None):
|
|
544
|
+
"""
|
|
545
|
+
Disk resource.
|
|
546
|
+
|
|
547
|
+
:param str resource_name: The name of the resource.
|
|
548
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
549
|
+
:param pulumi.Input[bool] bursting_enabled: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
|
|
550
|
+
:param pulumi.Input[float] completion_percent: Percentage complete for the background copy when a resource is created via the CopyStart operation.
|
|
551
|
+
:param pulumi.Input[Union['CreationDataArgs', 'CreationDataArgsDict']] creation_data: Disk source information. CreationData information cannot be changed after the disk has been created.
|
|
552
|
+
:param pulumi.Input[Union[str, 'DataAccessAuthMode']] data_access_auth_mode: Additional authentication requirements when exporting or uploading to a disk or snapshot.
|
|
553
|
+
:param pulumi.Input[str] disk_access_id: ARM id of the DiskAccess resource for using private endpoints on disks.
|
|
554
|
+
:param pulumi.Input[float] disk_iops_read_only: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
|
|
555
|
+
:param pulumi.Input[float] disk_iops_read_write: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
|
|
556
|
+
:param pulumi.Input[float] disk_m_bps_read_only: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
557
|
+
:param pulumi.Input[float] disk_m_bps_read_write: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
558
|
+
:param pulumi.Input[str] disk_name: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
|
|
559
|
+
:param pulumi.Input[int] disk_size_gb: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
|
|
560
|
+
:param pulumi.Input[Union['EncryptionArgs', 'EncryptionArgsDict']] encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
|
|
561
|
+
:param pulumi.Input[Union['EncryptionSettingsCollectionArgs', 'EncryptionSettingsCollectionArgsDict']] encryption_settings_collection: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
|
562
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location where the disk will be created. Extended location cannot be changed.
|
|
563
|
+
:param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
|
|
564
|
+
:param pulumi.Input[str] location: Resource location
|
|
565
|
+
:param pulumi.Input[int] max_shares: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
|
|
566
|
+
:param pulumi.Input[Union[str, 'NetworkAccessPolicy']] network_access_policy: Policy for accessing the disk via network.
|
|
567
|
+
:param pulumi.Input[bool] optimized_for_frequent_attach: Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
|
|
568
|
+
:param pulumi.Input['OperatingSystemTypes'] os_type: The Operating System type.
|
|
569
|
+
:param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Policy for controlling export on the disk.
|
|
570
|
+
:param pulumi.Input[Union['PurchasePlanArgs', 'PurchasePlanArgsDict']] purchase_plan: Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
|
|
571
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
572
|
+
:param pulumi.Input[Union['DiskSecurityProfileArgs', 'DiskSecurityProfileArgsDict']] security_profile: Contains the security related information for the resource.
|
|
573
|
+
:param pulumi.Input[Union['DiskSkuArgs', 'DiskSkuArgsDict']] sku: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
|
|
574
|
+
:param pulumi.Input[Union['SupportedCapabilitiesArgs', 'SupportedCapabilitiesArgsDict']] supported_capabilities: List of supported capabilities for the image from which the OS disk was created.
|
|
575
|
+
:param pulumi.Input[bool] supports_hibernation: Indicates the OS on a disk supports hibernation.
|
|
576
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
577
|
+
:param pulumi.Input[str] tier: Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
|
|
578
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: The Logical zone list for Disk.
|
|
579
|
+
"""
|
|
580
|
+
...
|
|
581
|
+
@overload
|
|
582
|
+
def __init__(__self__,
|
|
583
|
+
resource_name: str,
|
|
584
|
+
args: DiskArgs,
|
|
585
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
586
|
+
"""
|
|
587
|
+
Disk resource.
|
|
588
|
+
|
|
589
|
+
:param str resource_name: The name of the resource.
|
|
590
|
+
:param DiskArgs args: The arguments to use to populate this resource's properties.
|
|
591
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
592
|
+
"""
|
|
593
|
+
...
|
|
594
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
595
|
+
resource_args, opts = _utilities.get_resource_args_opts(DiskArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
596
|
+
if resource_args is not None:
|
|
597
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
598
|
+
else:
|
|
599
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
600
|
+
|
|
601
|
+
def _internal_init(__self__,
|
|
602
|
+
resource_name: str,
|
|
603
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
604
|
+
bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
605
|
+
completion_percent: Optional[pulumi.Input[float]] = None,
|
|
606
|
+
creation_data: Optional[pulumi.Input[Union['CreationDataArgs', 'CreationDataArgsDict']]] = None,
|
|
607
|
+
data_access_auth_mode: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]] = None,
|
|
608
|
+
disk_access_id: Optional[pulumi.Input[str]] = None,
|
|
609
|
+
disk_iops_read_only: Optional[pulumi.Input[float]] = None,
|
|
610
|
+
disk_iops_read_write: Optional[pulumi.Input[float]] = None,
|
|
611
|
+
disk_m_bps_read_only: Optional[pulumi.Input[float]] = None,
|
|
612
|
+
disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
|
|
613
|
+
disk_name: Optional[pulumi.Input[str]] = None,
|
|
614
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
615
|
+
encryption: Optional[pulumi.Input[Union['EncryptionArgs', 'EncryptionArgsDict']]] = None,
|
|
616
|
+
encryption_settings_collection: Optional[pulumi.Input[Union['EncryptionSettingsCollectionArgs', 'EncryptionSettingsCollectionArgsDict']]] = None,
|
|
617
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
618
|
+
hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
|
|
619
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
620
|
+
max_shares: Optional[pulumi.Input[int]] = None,
|
|
621
|
+
network_access_policy: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]] = None,
|
|
622
|
+
optimized_for_frequent_attach: Optional[pulumi.Input[bool]] = None,
|
|
623
|
+
os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
|
|
624
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
625
|
+
purchase_plan: Optional[pulumi.Input[Union['PurchasePlanArgs', 'PurchasePlanArgsDict']]] = None,
|
|
626
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
627
|
+
security_profile: Optional[pulumi.Input[Union['DiskSecurityProfileArgs', 'DiskSecurityProfileArgsDict']]] = None,
|
|
628
|
+
sku: Optional[pulumi.Input[Union['DiskSkuArgs', 'DiskSkuArgsDict']]] = None,
|
|
629
|
+
supported_capabilities: Optional[pulumi.Input[Union['SupportedCapabilitiesArgs', 'SupportedCapabilitiesArgsDict']]] = None,
|
|
630
|
+
supports_hibernation: Optional[pulumi.Input[bool]] = None,
|
|
631
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
632
|
+
tier: Optional[pulumi.Input[str]] = None,
|
|
633
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
634
|
+
__props__=None):
|
|
635
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
636
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
637
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
638
|
+
if opts.id is None:
|
|
639
|
+
if __props__ is not None:
|
|
640
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
641
|
+
__props__ = DiskArgs.__new__(DiskArgs)
|
|
642
|
+
|
|
643
|
+
__props__.__dict__["bursting_enabled"] = bursting_enabled
|
|
644
|
+
__props__.__dict__["completion_percent"] = completion_percent
|
|
645
|
+
if creation_data is None and not opts.urn:
|
|
646
|
+
raise TypeError("Missing required property 'creation_data'")
|
|
647
|
+
__props__.__dict__["creation_data"] = creation_data
|
|
648
|
+
__props__.__dict__["data_access_auth_mode"] = data_access_auth_mode
|
|
649
|
+
__props__.__dict__["disk_access_id"] = disk_access_id
|
|
650
|
+
__props__.__dict__["disk_iops_read_only"] = disk_iops_read_only
|
|
651
|
+
__props__.__dict__["disk_iops_read_write"] = disk_iops_read_write
|
|
652
|
+
__props__.__dict__["disk_m_bps_read_only"] = disk_m_bps_read_only
|
|
653
|
+
__props__.__dict__["disk_m_bps_read_write"] = disk_m_bps_read_write
|
|
654
|
+
__props__.__dict__["disk_name"] = disk_name
|
|
655
|
+
__props__.__dict__["disk_size_gb"] = disk_size_gb
|
|
656
|
+
__props__.__dict__["encryption"] = encryption
|
|
657
|
+
__props__.__dict__["encryption_settings_collection"] = encryption_settings_collection
|
|
658
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
659
|
+
__props__.__dict__["hyper_v_generation"] = hyper_v_generation
|
|
660
|
+
__props__.__dict__["location"] = location
|
|
661
|
+
__props__.__dict__["max_shares"] = max_shares
|
|
662
|
+
__props__.__dict__["network_access_policy"] = network_access_policy
|
|
663
|
+
__props__.__dict__["optimized_for_frequent_attach"] = optimized_for_frequent_attach
|
|
664
|
+
__props__.__dict__["os_type"] = os_type
|
|
665
|
+
__props__.__dict__["public_network_access"] = public_network_access
|
|
666
|
+
__props__.__dict__["purchase_plan"] = purchase_plan
|
|
667
|
+
if resource_group_name is None and not opts.urn:
|
|
668
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
669
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
670
|
+
__props__.__dict__["security_profile"] = security_profile
|
|
671
|
+
__props__.__dict__["sku"] = sku
|
|
672
|
+
__props__.__dict__["supported_capabilities"] = supported_capabilities
|
|
673
|
+
__props__.__dict__["supports_hibernation"] = supports_hibernation
|
|
674
|
+
__props__.__dict__["tags"] = tags
|
|
675
|
+
__props__.__dict__["tier"] = tier
|
|
676
|
+
__props__.__dict__["zones"] = zones
|
|
677
|
+
__props__.__dict__["bursting_enabled_time"] = None
|
|
678
|
+
__props__.__dict__["disk_size_bytes"] = None
|
|
679
|
+
__props__.__dict__["disk_state"] = None
|
|
680
|
+
__props__.__dict__["last_ownership_update_time"] = None
|
|
681
|
+
__props__.__dict__["managed_by"] = None
|
|
682
|
+
__props__.__dict__["managed_by_extended"] = None
|
|
683
|
+
__props__.__dict__["name"] = None
|
|
684
|
+
__props__.__dict__["property_updates_in_progress"] = None
|
|
685
|
+
__props__.__dict__["provisioning_state"] = None
|
|
686
|
+
__props__.__dict__["share_info"] = None
|
|
687
|
+
__props__.__dict__["time_created"] = None
|
|
688
|
+
__props__.__dict__["type"] = None
|
|
689
|
+
__props__.__dict__["unique_id"] = None
|
|
690
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:compute:Disk"), pulumi.Alias(type_="azure-native:compute/v20160430preview:Disk"), pulumi.Alias(type_="azure-native:compute/v20170330:Disk"), pulumi.Alias(type_="azure-native:compute/v20180401:Disk"), pulumi.Alias(type_="azure-native:compute/v20180601:Disk"), pulumi.Alias(type_="azure-native:compute/v20180930:Disk"), pulumi.Alias(type_="azure-native:compute/v20190301:Disk"), pulumi.Alias(type_="azure-native:compute/v20190701:Disk"), pulumi.Alias(type_="azure-native:compute/v20191101:Disk"), pulumi.Alias(type_="azure-native:compute/v20200501:Disk"), pulumi.Alias(type_="azure-native:compute/v20200630:Disk"), pulumi.Alias(type_="azure-native:compute/v20200930:Disk"), pulumi.Alias(type_="azure-native:compute/v20201201:Disk"), pulumi.Alias(type_="azure-native:compute/v20210401:Disk"), pulumi.Alias(type_="azure-native:compute/v20210801:Disk"), pulumi.Alias(type_="azure-native:compute/v20211201:Disk"), pulumi.Alias(type_="azure-native:compute/v20220302:Disk"), pulumi.Alias(type_="azure-native:compute/v20220702:Disk"), pulumi.Alias(type_="azure-native:compute/v20230102:Disk"), pulumi.Alias(type_="azure-native:compute/v20230402:Disk"), pulumi.Alias(type_="azure-native:compute/v20231002:Disk")])
|
|
691
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
692
|
+
super(Disk, __self__).__init__(
|
|
693
|
+
'azure-native:compute/v20240302:Disk',
|
|
694
|
+
resource_name,
|
|
695
|
+
__props__,
|
|
696
|
+
opts)
|
|
697
|
+
|
|
698
|
+
@staticmethod
|
|
699
|
+
def get(resource_name: str,
|
|
700
|
+
id: pulumi.Input[str],
|
|
701
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Disk':
|
|
702
|
+
"""
|
|
703
|
+
Get an existing Disk resource's state with the given name, id, and optional extra
|
|
704
|
+
properties used to qualify the lookup.
|
|
705
|
+
|
|
706
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
707
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
708
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
709
|
+
"""
|
|
710
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
711
|
+
|
|
712
|
+
__props__ = DiskArgs.__new__(DiskArgs)
|
|
713
|
+
|
|
714
|
+
__props__.__dict__["bursting_enabled"] = None
|
|
715
|
+
__props__.__dict__["bursting_enabled_time"] = None
|
|
716
|
+
__props__.__dict__["completion_percent"] = None
|
|
717
|
+
__props__.__dict__["creation_data"] = None
|
|
718
|
+
__props__.__dict__["data_access_auth_mode"] = None
|
|
719
|
+
__props__.__dict__["disk_access_id"] = None
|
|
720
|
+
__props__.__dict__["disk_iops_read_only"] = None
|
|
721
|
+
__props__.__dict__["disk_iops_read_write"] = None
|
|
722
|
+
__props__.__dict__["disk_m_bps_read_only"] = None
|
|
723
|
+
__props__.__dict__["disk_m_bps_read_write"] = None
|
|
724
|
+
__props__.__dict__["disk_size_bytes"] = None
|
|
725
|
+
__props__.__dict__["disk_size_gb"] = None
|
|
726
|
+
__props__.__dict__["disk_state"] = None
|
|
727
|
+
__props__.__dict__["encryption"] = None
|
|
728
|
+
__props__.__dict__["encryption_settings_collection"] = None
|
|
729
|
+
__props__.__dict__["extended_location"] = None
|
|
730
|
+
__props__.__dict__["hyper_v_generation"] = None
|
|
731
|
+
__props__.__dict__["last_ownership_update_time"] = None
|
|
732
|
+
__props__.__dict__["location"] = None
|
|
733
|
+
__props__.__dict__["managed_by"] = None
|
|
734
|
+
__props__.__dict__["managed_by_extended"] = None
|
|
735
|
+
__props__.__dict__["max_shares"] = None
|
|
736
|
+
__props__.__dict__["name"] = None
|
|
737
|
+
__props__.__dict__["network_access_policy"] = None
|
|
738
|
+
__props__.__dict__["optimized_for_frequent_attach"] = None
|
|
739
|
+
__props__.__dict__["os_type"] = None
|
|
740
|
+
__props__.__dict__["property_updates_in_progress"] = None
|
|
741
|
+
__props__.__dict__["provisioning_state"] = None
|
|
742
|
+
__props__.__dict__["public_network_access"] = None
|
|
743
|
+
__props__.__dict__["purchase_plan"] = None
|
|
744
|
+
__props__.__dict__["security_profile"] = None
|
|
745
|
+
__props__.__dict__["share_info"] = None
|
|
746
|
+
__props__.__dict__["sku"] = None
|
|
747
|
+
__props__.__dict__["supported_capabilities"] = None
|
|
748
|
+
__props__.__dict__["supports_hibernation"] = None
|
|
749
|
+
__props__.__dict__["tags"] = None
|
|
750
|
+
__props__.__dict__["tier"] = None
|
|
751
|
+
__props__.__dict__["time_created"] = None
|
|
752
|
+
__props__.__dict__["type"] = None
|
|
753
|
+
__props__.__dict__["unique_id"] = None
|
|
754
|
+
__props__.__dict__["zones"] = None
|
|
755
|
+
return Disk(resource_name, opts=opts, __props__=__props__)
|
|
756
|
+
|
|
757
|
+
@property
|
|
758
|
+
@pulumi.getter(name="burstingEnabled")
|
|
759
|
+
def bursting_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
760
|
+
"""
|
|
761
|
+
Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
|
|
762
|
+
"""
|
|
763
|
+
return pulumi.get(self, "bursting_enabled")
|
|
764
|
+
|
|
765
|
+
@property
|
|
766
|
+
@pulumi.getter(name="burstingEnabledTime")
|
|
767
|
+
def bursting_enabled_time(self) -> pulumi.Output[str]:
|
|
768
|
+
"""
|
|
769
|
+
Latest time when bursting was last enabled on a disk.
|
|
770
|
+
"""
|
|
771
|
+
return pulumi.get(self, "bursting_enabled_time")
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
@pulumi.getter(name="completionPercent")
|
|
775
|
+
def completion_percent(self) -> pulumi.Output[Optional[float]]:
|
|
776
|
+
"""
|
|
777
|
+
Percentage complete for the background copy when a resource is created via the CopyStart operation.
|
|
778
|
+
"""
|
|
779
|
+
return pulumi.get(self, "completion_percent")
|
|
780
|
+
|
|
781
|
+
@property
|
|
782
|
+
@pulumi.getter(name="creationData")
|
|
783
|
+
def creation_data(self) -> pulumi.Output['outputs.CreationDataResponse']:
|
|
784
|
+
"""
|
|
785
|
+
Disk source information. CreationData information cannot be changed after the disk has been created.
|
|
786
|
+
"""
|
|
787
|
+
return pulumi.get(self, "creation_data")
|
|
788
|
+
|
|
789
|
+
@property
|
|
790
|
+
@pulumi.getter(name="dataAccessAuthMode")
|
|
791
|
+
def data_access_auth_mode(self) -> pulumi.Output[Optional[str]]:
|
|
792
|
+
"""
|
|
793
|
+
Additional authentication requirements when exporting or uploading to a disk or snapshot.
|
|
794
|
+
"""
|
|
795
|
+
return pulumi.get(self, "data_access_auth_mode")
|
|
796
|
+
|
|
797
|
+
@property
|
|
798
|
+
@pulumi.getter(name="diskAccessId")
|
|
799
|
+
def disk_access_id(self) -> pulumi.Output[Optional[str]]:
|
|
800
|
+
"""
|
|
801
|
+
ARM id of the DiskAccess resource for using private endpoints on disks.
|
|
802
|
+
"""
|
|
803
|
+
return pulumi.get(self, "disk_access_id")
|
|
804
|
+
|
|
805
|
+
@property
|
|
806
|
+
@pulumi.getter(name="diskIOPSReadOnly")
|
|
807
|
+
def disk_iops_read_only(self) -> pulumi.Output[Optional[float]]:
|
|
808
|
+
"""
|
|
809
|
+
The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
|
|
810
|
+
"""
|
|
811
|
+
return pulumi.get(self, "disk_iops_read_only")
|
|
812
|
+
|
|
813
|
+
@property
|
|
814
|
+
@pulumi.getter(name="diskIOPSReadWrite")
|
|
815
|
+
def disk_iops_read_write(self) -> pulumi.Output[Optional[float]]:
|
|
816
|
+
"""
|
|
817
|
+
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
|
|
818
|
+
"""
|
|
819
|
+
return pulumi.get(self, "disk_iops_read_write")
|
|
820
|
+
|
|
821
|
+
@property
|
|
822
|
+
@pulumi.getter(name="diskMBpsReadOnly")
|
|
823
|
+
def disk_m_bps_read_only(self) -> pulumi.Output[Optional[float]]:
|
|
824
|
+
"""
|
|
825
|
+
The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
826
|
+
"""
|
|
827
|
+
return pulumi.get(self, "disk_m_bps_read_only")
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
@pulumi.getter(name="diskMBpsReadWrite")
|
|
831
|
+
def disk_m_bps_read_write(self) -> pulumi.Output[Optional[float]]:
|
|
832
|
+
"""
|
|
833
|
+
The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
|
|
834
|
+
"""
|
|
835
|
+
return pulumi.get(self, "disk_m_bps_read_write")
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="diskSizeBytes")
|
|
839
|
+
def disk_size_bytes(self) -> pulumi.Output[float]:
|
|
840
|
+
"""
|
|
841
|
+
The size of the disk in bytes. This field is read only.
|
|
842
|
+
"""
|
|
843
|
+
return pulumi.get(self, "disk_size_bytes")
|
|
844
|
+
|
|
845
|
+
@property
|
|
846
|
+
@pulumi.getter(name="diskSizeGB")
|
|
847
|
+
def disk_size_gb(self) -> pulumi.Output[Optional[int]]:
|
|
848
|
+
"""
|
|
849
|
+
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
|
|
850
|
+
"""
|
|
851
|
+
return pulumi.get(self, "disk_size_gb")
|
|
852
|
+
|
|
853
|
+
@property
|
|
854
|
+
@pulumi.getter(name="diskState")
|
|
855
|
+
def disk_state(self) -> pulumi.Output[str]:
|
|
856
|
+
"""
|
|
857
|
+
The state of the disk.
|
|
858
|
+
"""
|
|
859
|
+
return pulumi.get(self, "disk_state")
|
|
860
|
+
|
|
861
|
+
@property
|
|
862
|
+
@pulumi.getter
|
|
863
|
+
def encryption(self) -> pulumi.Output[Optional['outputs.EncryptionResponse']]:
|
|
864
|
+
"""
|
|
865
|
+
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
|
|
866
|
+
"""
|
|
867
|
+
return pulumi.get(self, "encryption")
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter(name="encryptionSettingsCollection")
|
|
871
|
+
def encryption_settings_collection(self) -> pulumi.Output[Optional['outputs.EncryptionSettingsCollectionResponse']]:
|
|
872
|
+
"""
|
|
873
|
+
Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "encryption_settings_collection")
|
|
876
|
+
|
|
877
|
+
@property
|
|
878
|
+
@pulumi.getter(name="extendedLocation")
|
|
879
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
880
|
+
"""
|
|
881
|
+
The extended location where the disk will be created. Extended location cannot be changed.
|
|
882
|
+
"""
|
|
883
|
+
return pulumi.get(self, "extended_location")
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
887
|
+
def hyper_v_generation(self) -> pulumi.Output[Optional[str]]:
|
|
888
|
+
"""
|
|
889
|
+
The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
|
|
890
|
+
"""
|
|
891
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
@pulumi.getter(name="lastOwnershipUpdateTime")
|
|
895
|
+
def last_ownership_update_time(self) -> pulumi.Output[str]:
|
|
896
|
+
"""
|
|
897
|
+
The UTC time when the ownership state of the disk was last changed i.e., the time the disk was last attached or detached from a VM or the time when the VM to which the disk was attached was deallocated or started.
|
|
898
|
+
"""
|
|
899
|
+
return pulumi.get(self, "last_ownership_update_time")
|
|
900
|
+
|
|
901
|
+
@property
|
|
902
|
+
@pulumi.getter
|
|
903
|
+
def location(self) -> pulumi.Output[str]:
|
|
904
|
+
"""
|
|
905
|
+
Resource location
|
|
906
|
+
"""
|
|
907
|
+
return pulumi.get(self, "location")
|
|
908
|
+
|
|
909
|
+
@property
|
|
910
|
+
@pulumi.getter(name="managedBy")
|
|
911
|
+
def managed_by(self) -> pulumi.Output[str]:
|
|
912
|
+
"""
|
|
913
|
+
A relative URI containing the ID of the VM that has the disk attached.
|
|
914
|
+
"""
|
|
915
|
+
return pulumi.get(self, "managed_by")
|
|
916
|
+
|
|
917
|
+
@property
|
|
918
|
+
@pulumi.getter(name="managedByExtended")
|
|
919
|
+
def managed_by_extended(self) -> pulumi.Output[Sequence[str]]:
|
|
920
|
+
"""
|
|
921
|
+
List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
|
|
922
|
+
"""
|
|
923
|
+
return pulumi.get(self, "managed_by_extended")
|
|
924
|
+
|
|
925
|
+
@property
|
|
926
|
+
@pulumi.getter(name="maxShares")
|
|
927
|
+
def max_shares(self) -> pulumi.Output[Optional[int]]:
|
|
928
|
+
"""
|
|
929
|
+
The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
|
|
930
|
+
"""
|
|
931
|
+
return pulumi.get(self, "max_shares")
|
|
932
|
+
|
|
933
|
+
@property
|
|
934
|
+
@pulumi.getter
|
|
935
|
+
def name(self) -> pulumi.Output[str]:
|
|
936
|
+
"""
|
|
937
|
+
Resource name
|
|
938
|
+
"""
|
|
939
|
+
return pulumi.get(self, "name")
|
|
940
|
+
|
|
941
|
+
@property
|
|
942
|
+
@pulumi.getter(name="networkAccessPolicy")
|
|
943
|
+
def network_access_policy(self) -> pulumi.Output[Optional[str]]:
|
|
944
|
+
"""
|
|
945
|
+
Policy for accessing the disk via network.
|
|
946
|
+
"""
|
|
947
|
+
return pulumi.get(self, "network_access_policy")
|
|
948
|
+
|
|
949
|
+
@property
|
|
950
|
+
@pulumi.getter(name="optimizedForFrequentAttach")
|
|
951
|
+
def optimized_for_frequent_attach(self) -> pulumi.Output[Optional[bool]]:
|
|
952
|
+
"""
|
|
953
|
+
Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
|
|
954
|
+
"""
|
|
955
|
+
return pulumi.get(self, "optimized_for_frequent_attach")
|
|
956
|
+
|
|
957
|
+
@property
|
|
958
|
+
@pulumi.getter(name="osType")
|
|
959
|
+
def os_type(self) -> pulumi.Output[Optional[str]]:
|
|
960
|
+
"""
|
|
961
|
+
The Operating System type.
|
|
962
|
+
"""
|
|
963
|
+
return pulumi.get(self, "os_type")
|
|
964
|
+
|
|
965
|
+
@property
|
|
966
|
+
@pulumi.getter(name="propertyUpdatesInProgress")
|
|
967
|
+
def property_updates_in_progress(self) -> pulumi.Output['outputs.PropertyUpdatesInProgressResponse']:
|
|
968
|
+
"""
|
|
969
|
+
Properties of the disk for which update is pending.
|
|
970
|
+
"""
|
|
971
|
+
return pulumi.get(self, "property_updates_in_progress")
|
|
972
|
+
|
|
973
|
+
@property
|
|
974
|
+
@pulumi.getter(name="provisioningState")
|
|
975
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
976
|
+
"""
|
|
977
|
+
The disk provisioning state.
|
|
978
|
+
"""
|
|
979
|
+
return pulumi.get(self, "provisioning_state")
|
|
980
|
+
|
|
981
|
+
@property
|
|
982
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
983
|
+
def public_network_access(self) -> pulumi.Output[Optional[str]]:
|
|
984
|
+
"""
|
|
985
|
+
Policy for controlling export on the disk.
|
|
986
|
+
"""
|
|
987
|
+
return pulumi.get(self, "public_network_access")
|
|
988
|
+
|
|
989
|
+
@property
|
|
990
|
+
@pulumi.getter(name="purchasePlan")
|
|
991
|
+
def purchase_plan(self) -> pulumi.Output[Optional['outputs.PurchasePlanResponse']]:
|
|
992
|
+
"""
|
|
993
|
+
Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
|
|
994
|
+
"""
|
|
995
|
+
return pulumi.get(self, "purchase_plan")
|
|
996
|
+
|
|
997
|
+
@property
|
|
998
|
+
@pulumi.getter(name="securityProfile")
|
|
999
|
+
def security_profile(self) -> pulumi.Output[Optional['outputs.DiskSecurityProfileResponse']]:
|
|
1000
|
+
"""
|
|
1001
|
+
Contains the security related information for the resource.
|
|
1002
|
+
"""
|
|
1003
|
+
return pulumi.get(self, "security_profile")
|
|
1004
|
+
|
|
1005
|
+
@property
|
|
1006
|
+
@pulumi.getter(name="shareInfo")
|
|
1007
|
+
def share_info(self) -> pulumi.Output[Sequence['outputs.ShareInfoElementResponse']]:
|
|
1008
|
+
"""
|
|
1009
|
+
Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
|
|
1010
|
+
"""
|
|
1011
|
+
return pulumi.get(self, "share_info")
|
|
1012
|
+
|
|
1013
|
+
@property
|
|
1014
|
+
@pulumi.getter
|
|
1015
|
+
def sku(self) -> pulumi.Output[Optional['outputs.DiskSkuResponse']]:
|
|
1016
|
+
"""
|
|
1017
|
+
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
|
|
1018
|
+
"""
|
|
1019
|
+
return pulumi.get(self, "sku")
|
|
1020
|
+
|
|
1021
|
+
@property
|
|
1022
|
+
@pulumi.getter(name="supportedCapabilities")
|
|
1023
|
+
def supported_capabilities(self) -> pulumi.Output[Optional['outputs.SupportedCapabilitiesResponse']]:
|
|
1024
|
+
"""
|
|
1025
|
+
List of supported capabilities for the image from which the OS disk was created.
|
|
1026
|
+
"""
|
|
1027
|
+
return pulumi.get(self, "supported_capabilities")
|
|
1028
|
+
|
|
1029
|
+
@property
|
|
1030
|
+
@pulumi.getter(name="supportsHibernation")
|
|
1031
|
+
def supports_hibernation(self) -> pulumi.Output[Optional[bool]]:
|
|
1032
|
+
"""
|
|
1033
|
+
Indicates the OS on a disk supports hibernation.
|
|
1034
|
+
"""
|
|
1035
|
+
return pulumi.get(self, "supports_hibernation")
|
|
1036
|
+
|
|
1037
|
+
@property
|
|
1038
|
+
@pulumi.getter
|
|
1039
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1040
|
+
"""
|
|
1041
|
+
Resource tags
|
|
1042
|
+
"""
|
|
1043
|
+
return pulumi.get(self, "tags")
|
|
1044
|
+
|
|
1045
|
+
@property
|
|
1046
|
+
@pulumi.getter
|
|
1047
|
+
def tier(self) -> pulumi.Output[Optional[str]]:
|
|
1048
|
+
"""
|
|
1049
|
+
Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
|
|
1050
|
+
"""
|
|
1051
|
+
return pulumi.get(self, "tier")
|
|
1052
|
+
|
|
1053
|
+
@property
|
|
1054
|
+
@pulumi.getter(name="timeCreated")
|
|
1055
|
+
def time_created(self) -> pulumi.Output[str]:
|
|
1056
|
+
"""
|
|
1057
|
+
The time when the disk was created.
|
|
1058
|
+
"""
|
|
1059
|
+
return pulumi.get(self, "time_created")
|
|
1060
|
+
|
|
1061
|
+
@property
|
|
1062
|
+
@pulumi.getter
|
|
1063
|
+
def type(self) -> pulumi.Output[str]:
|
|
1064
|
+
"""
|
|
1065
|
+
Resource type
|
|
1066
|
+
"""
|
|
1067
|
+
return pulumi.get(self, "type")
|
|
1068
|
+
|
|
1069
|
+
@property
|
|
1070
|
+
@pulumi.getter(name="uniqueId")
|
|
1071
|
+
def unique_id(self) -> pulumi.Output[str]:
|
|
1072
|
+
"""
|
|
1073
|
+
Unique Guid identifying the resource.
|
|
1074
|
+
"""
|
|
1075
|
+
return pulumi.get(self, "unique_id")
|
|
1076
|
+
|
|
1077
|
+
@property
|
|
1078
|
+
@pulumi.getter
|
|
1079
|
+
def zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1080
|
+
"""
|
|
1081
|
+
The Logical zone list for Disk.
|
|
1082
|
+
"""
|
|
1083
|
+
return pulumi.get(self, "zones")
|
|
1084
|
+
|