pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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.

Files changed (236) hide show
  1. pulumi_azure_native/__init__.py +65 -2
  2. pulumi_azure_native/azurefleet/_enums.py +1 -1
  3. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
  4. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
  5. pulumi_azure_native/consumption/__init__.py +3 -0
  6. pulumi_azure_native/consumption/budget.py +3 -3
  7. pulumi_azure_native/consumption/get_budget.py +2 -2
  8. pulumi_azure_native/consumption/v20230501/budget.py +1 -1
  9. pulumi_azure_native/consumption/v20231101/budget.py +1 -1
  10. pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
  11. pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
  12. pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
  13. pulumi_azure_native/consumption/v20240801/budget.py +388 -0
  14. pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
  15. pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
  16. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
  17. pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
  18. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
  19. pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
  20. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
  21. pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
  22. pulumi_azure_native/databricks/__init__.py +3 -0
  23. pulumi_azure_native/databricks/access_connector.py +3 -3
  24. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  25. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  26. pulumi_azure_native/databricks/get_workspace.py +2 -2
  27. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  28. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  29. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  31. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  32. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  33. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  35. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  36. pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
  37. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
  39. pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
  40. pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
  41. pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
  42. pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
  43. pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
  44. pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
  45. pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
  46. pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
  47. pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
  48. pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
  49. pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
  50. pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
  51. pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
  52. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  53. pulumi_azure_native/databricks/workspace.py +3 -3
  54. pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
  55. pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
  56. pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
  57. pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
  58. pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
  59. pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
  60. pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
  61. pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
  62. pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
  63. pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
  64. pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
  65. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
  66. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
  67. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
  68. pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
  69. pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
  70. pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
  71. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
  72. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
  73. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
  74. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
  75. pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
  76. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
  77. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
  78. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
  79. pulumi_azure_native/networkcloud/__init__.py +5 -0
  80. pulumi_azure_native/networkcloud/_inputs.py +52 -0
  81. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  82. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  83. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  84. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  85. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  86. pulumi_azure_native/networkcloud/cluster.py +3 -3
  87. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  88. pulumi_azure_native/networkcloud/console.py +3 -3
  89. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  90. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  91. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  92. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  93. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  94. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  95. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  96. pulumi_azure_native/networkcloud/get_console.py +2 -2
  97. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  98. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
  99. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  100. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  101. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  102. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  103. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  104. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  105. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  106. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  107. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  108. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
  109. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  110. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  111. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  112. pulumi_azure_native/networkcloud/outputs.py +30 -0
  113. pulumi_azure_native/networkcloud/rack.py +3 -3
  114. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  115. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  116. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  117. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  118. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  119. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  120. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  121. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  122. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  123. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  124. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  125. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  126. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  127. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  128. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  129. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  130. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  131. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  132. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  133. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  134. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  135. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  136. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  137. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  138. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  139. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  140. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  141. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  142. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  143. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  144. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  145. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  146. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  147. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  148. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  149. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  150. pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
  151. pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
  152. pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
  153. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
  154. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
  155. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
  156. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
  157. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
  158. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
  159. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
  160. pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
  161. pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
  162. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
  163. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
  164. pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
  165. pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
  166. pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
  167. pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
  168. pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
  169. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
  170. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
  171. pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
  172. pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
  173. pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
  174. pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
  175. pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
  176. pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
  177. pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
  178. pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
  179. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
  180. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
  181. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
  182. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
  183. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
  184. pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
  185. pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
  186. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
  187. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
  188. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
  189. pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
  190. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  191. pulumi_azure_native/networkcloud/volume.py +3 -3
  192. pulumi_azure_native/pulumi-plugin.json +1 -1
  193. pulumi_azure_native/security/__init__.py +0 -2
  194. pulumi_azure_native/security/_inputs.py +0 -536
  195. pulumi_azure_native/security/outputs.py +0 -465
  196. pulumi_azure_native/security/v20200101/__init__.py +0 -2
  197. pulumi_azure_native/security/v20200101/_inputs.py +0 -536
  198. pulumi_azure_native/security/v20200101/outputs.py +0 -465
  199. pulumi_azure_native/workloads/__init__.py +3 -0
  200. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  201. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  202. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  203. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  204. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  205. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  206. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  207. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  208. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  209. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
  210. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
  211. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
  212. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
  213. pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
  214. pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
  215. pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
  216. pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
  217. pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
  218. pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
  219. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
  220. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
  221. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
  222. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
  223. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
  224. pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
  225. pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
  226. pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
  227. pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
  228. pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
  229. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
  230. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
  231. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
  232. pulumi_azure_native/security/adaptive_application_control.py +0 -311
  233. pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
  234. pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
  235. pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
  236. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,456 @@
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__ = ['SapVirtualInstanceArgs', 'SapVirtualInstance']
21
+
22
+ @pulumi.input_type
23
+ class SapVirtualInstanceArgs:
24
+ def __init__(__self__, *,
25
+ configuration: pulumi.Input[Union['DeploymentConfigurationArgs', 'DeploymentWithOSConfigurationArgs', 'DiscoveryConfigurationArgs']],
26
+ environment: pulumi.Input[Union[str, 'SAPEnvironmentType']],
27
+ resource_group_name: pulumi.Input[str],
28
+ sap_product: pulumi.Input[Union[str, 'SAPProductType']],
29
+ identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
30
+ location: Optional[pulumi.Input[str]] = None,
31
+ managed_resource_group_configuration: Optional[pulumi.Input['ManagedRGConfigurationArgs']] = None,
32
+ managed_resources_network_access_type: Optional[pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']]] = None,
33
+ sap_virtual_instance_name: Optional[pulumi.Input[str]] = None,
34
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
35
+ """
36
+ The set of arguments for constructing a SapVirtualInstance resource.
37
+ :param pulumi.Input[Union['DeploymentConfigurationArgs', 'DeploymentWithOSConfigurationArgs', 'DiscoveryConfigurationArgs']] configuration: Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS
38
+ :param pulumi.Input[Union[str, 'SAPEnvironmentType']] environment: Defines the environment type - Production/Non Production.
39
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
40
+ :param pulumi.Input[Union[str, 'SAPProductType']] sap_product: Defines the SAP Product type.
41
+ :param pulumi.Input['ManagedServiceIdentityArgs'] identity: The managed service identities assigned to this resource.
42
+ :param pulumi.Input[str] location: The geo-location where the resource lives
43
+ :param pulumi.Input['ManagedRGConfigurationArgs'] managed_resource_group_configuration: Managed resource group configuration
44
+ :param pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']] managed_resources_network_access_type: Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
45
+ :param pulumi.Input[str] sap_virtual_instance_name: The name of the Virtual Instances for SAP solutions resource
46
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
47
+ """
48
+ pulumi.set(__self__, "configuration", configuration)
49
+ pulumi.set(__self__, "environment", environment)
50
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
51
+ pulumi.set(__self__, "sap_product", sap_product)
52
+ if identity is not None:
53
+ pulumi.set(__self__, "identity", identity)
54
+ if location is not None:
55
+ pulumi.set(__self__, "location", location)
56
+ if managed_resource_group_configuration is not None:
57
+ pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
58
+ if managed_resources_network_access_type is not None:
59
+ pulumi.set(__self__, "managed_resources_network_access_type", managed_resources_network_access_type)
60
+ if sap_virtual_instance_name is not None:
61
+ pulumi.set(__self__, "sap_virtual_instance_name", sap_virtual_instance_name)
62
+ if tags is not None:
63
+ pulumi.set(__self__, "tags", tags)
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def configuration(self) -> pulumi.Input[Union['DeploymentConfigurationArgs', 'DeploymentWithOSConfigurationArgs', 'DiscoveryConfigurationArgs']]:
68
+ """
69
+ Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS
70
+ """
71
+ return pulumi.get(self, "configuration")
72
+
73
+ @configuration.setter
74
+ def configuration(self, value: pulumi.Input[Union['DeploymentConfigurationArgs', 'DeploymentWithOSConfigurationArgs', 'DiscoveryConfigurationArgs']]):
75
+ pulumi.set(self, "configuration", value)
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def environment(self) -> pulumi.Input[Union[str, 'SAPEnvironmentType']]:
80
+ """
81
+ Defines the environment type - Production/Non Production.
82
+ """
83
+ return pulumi.get(self, "environment")
84
+
85
+ @environment.setter
86
+ def environment(self, value: pulumi.Input[Union[str, 'SAPEnvironmentType']]):
87
+ pulumi.set(self, "environment", value)
88
+
89
+ @property
90
+ @pulumi.getter(name="resourceGroupName")
91
+ def resource_group_name(self) -> pulumi.Input[str]:
92
+ """
93
+ The name of the resource group. The name is case insensitive.
94
+ """
95
+ return pulumi.get(self, "resource_group_name")
96
+
97
+ @resource_group_name.setter
98
+ def resource_group_name(self, value: pulumi.Input[str]):
99
+ pulumi.set(self, "resource_group_name", value)
100
+
101
+ @property
102
+ @pulumi.getter(name="sapProduct")
103
+ def sap_product(self) -> pulumi.Input[Union[str, 'SAPProductType']]:
104
+ """
105
+ Defines the SAP Product type.
106
+ """
107
+ return pulumi.get(self, "sap_product")
108
+
109
+ @sap_product.setter
110
+ def sap_product(self, value: pulumi.Input[Union[str, 'SAPProductType']]):
111
+ pulumi.set(self, "sap_product", value)
112
+
113
+ @property
114
+ @pulumi.getter
115
+ def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
116
+ """
117
+ The managed service identities assigned to this resource.
118
+ """
119
+ return pulumi.get(self, "identity")
120
+
121
+ @identity.setter
122
+ def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
123
+ pulumi.set(self, "identity", value)
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def location(self) -> Optional[pulumi.Input[str]]:
128
+ """
129
+ The geo-location where the resource lives
130
+ """
131
+ return pulumi.get(self, "location")
132
+
133
+ @location.setter
134
+ def location(self, value: Optional[pulumi.Input[str]]):
135
+ pulumi.set(self, "location", value)
136
+
137
+ @property
138
+ @pulumi.getter(name="managedResourceGroupConfiguration")
139
+ def managed_resource_group_configuration(self) -> Optional[pulumi.Input['ManagedRGConfigurationArgs']]:
140
+ """
141
+ Managed resource group configuration
142
+ """
143
+ return pulumi.get(self, "managed_resource_group_configuration")
144
+
145
+ @managed_resource_group_configuration.setter
146
+ def managed_resource_group_configuration(self, value: Optional[pulumi.Input['ManagedRGConfigurationArgs']]):
147
+ pulumi.set(self, "managed_resource_group_configuration", value)
148
+
149
+ @property
150
+ @pulumi.getter(name="managedResourcesNetworkAccessType")
151
+ def managed_resources_network_access_type(self) -> Optional[pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']]]:
152
+ """
153
+ Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
154
+ """
155
+ return pulumi.get(self, "managed_resources_network_access_type")
156
+
157
+ @managed_resources_network_access_type.setter
158
+ def managed_resources_network_access_type(self, value: Optional[pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']]]):
159
+ pulumi.set(self, "managed_resources_network_access_type", value)
160
+
161
+ @property
162
+ @pulumi.getter(name="sapVirtualInstanceName")
163
+ def sap_virtual_instance_name(self) -> Optional[pulumi.Input[str]]:
164
+ """
165
+ The name of the Virtual Instances for SAP solutions resource
166
+ """
167
+ return pulumi.get(self, "sap_virtual_instance_name")
168
+
169
+ @sap_virtual_instance_name.setter
170
+ def sap_virtual_instance_name(self, value: Optional[pulumi.Input[str]]):
171
+ pulumi.set(self, "sap_virtual_instance_name", value)
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
176
+ """
177
+ Resource tags.
178
+ """
179
+ return pulumi.get(self, "tags")
180
+
181
+ @tags.setter
182
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
183
+ pulumi.set(self, "tags", value)
184
+
185
+
186
+ class SapVirtualInstance(pulumi.CustomResource):
187
+ @overload
188
+ def __init__(__self__,
189
+ resource_name: str,
190
+ opts: Optional[pulumi.ResourceOptions] = None,
191
+ configuration: Optional[pulumi.Input[Union[Union['DeploymentConfigurationArgs', 'DeploymentConfigurationArgsDict'], Union['DeploymentWithOSConfigurationArgs', 'DeploymentWithOSConfigurationArgsDict'], Union['DiscoveryConfigurationArgs', 'DiscoveryConfigurationArgsDict']]]] = None,
192
+ environment: Optional[pulumi.Input[Union[str, 'SAPEnvironmentType']]] = None,
193
+ identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
194
+ location: Optional[pulumi.Input[str]] = None,
195
+ managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedRGConfigurationArgs', 'ManagedRGConfigurationArgsDict']]] = None,
196
+ managed_resources_network_access_type: Optional[pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']]] = None,
197
+ resource_group_name: Optional[pulumi.Input[str]] = None,
198
+ sap_product: Optional[pulumi.Input[Union[str, 'SAPProductType']]] = None,
199
+ sap_virtual_instance_name: Optional[pulumi.Input[str]] = None,
200
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
201
+ __props__=None):
202
+ """
203
+ Define the Virtual Instance for SAP solutions resource.
204
+
205
+ :param str resource_name: The name of the resource.
206
+ :param pulumi.ResourceOptions opts: Options for the resource.
207
+ :param pulumi.Input[Union[Union['DeploymentConfigurationArgs', 'DeploymentConfigurationArgsDict'], Union['DeploymentWithOSConfigurationArgs', 'DeploymentWithOSConfigurationArgsDict'], Union['DiscoveryConfigurationArgs', 'DiscoveryConfigurationArgsDict']]] configuration: Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS
208
+ :param pulumi.Input[Union[str, 'SAPEnvironmentType']] environment: Defines the environment type - Production/Non Production.
209
+ :param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The managed service identities assigned to this resource.
210
+ :param pulumi.Input[str] location: The geo-location where the resource lives
211
+ :param pulumi.Input[Union['ManagedRGConfigurationArgs', 'ManagedRGConfigurationArgsDict']] managed_resource_group_configuration: Managed resource group configuration
212
+ :param pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']] managed_resources_network_access_type: Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
213
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
214
+ :param pulumi.Input[Union[str, 'SAPProductType']] sap_product: Defines the SAP Product type.
215
+ :param pulumi.Input[str] sap_virtual_instance_name: The name of the Virtual Instances for SAP solutions resource
216
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
217
+ """
218
+ ...
219
+ @overload
220
+ def __init__(__self__,
221
+ resource_name: str,
222
+ args: SapVirtualInstanceArgs,
223
+ opts: Optional[pulumi.ResourceOptions] = None):
224
+ """
225
+ Define the Virtual Instance for SAP solutions resource.
226
+
227
+ :param str resource_name: The name of the resource.
228
+ :param SapVirtualInstanceArgs args: The arguments to use to populate this resource's properties.
229
+ :param pulumi.ResourceOptions opts: Options for the resource.
230
+ """
231
+ ...
232
+ def __init__(__self__, resource_name: str, *args, **kwargs):
233
+ resource_args, opts = _utilities.get_resource_args_opts(SapVirtualInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
234
+ if resource_args is not None:
235
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
236
+ else:
237
+ __self__._internal_init(resource_name, *args, **kwargs)
238
+
239
+ def _internal_init(__self__,
240
+ resource_name: str,
241
+ opts: Optional[pulumi.ResourceOptions] = None,
242
+ configuration: Optional[pulumi.Input[Union[Union['DeploymentConfigurationArgs', 'DeploymentConfigurationArgsDict'], Union['DeploymentWithOSConfigurationArgs', 'DeploymentWithOSConfigurationArgsDict'], Union['DiscoveryConfigurationArgs', 'DiscoveryConfigurationArgsDict']]]] = None,
243
+ environment: Optional[pulumi.Input[Union[str, 'SAPEnvironmentType']]] = None,
244
+ identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
245
+ location: Optional[pulumi.Input[str]] = None,
246
+ managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedRGConfigurationArgs', 'ManagedRGConfigurationArgsDict']]] = None,
247
+ managed_resources_network_access_type: Optional[pulumi.Input[Union[str, 'ManagedResourcesNetworkAccessType']]] = None,
248
+ resource_group_name: Optional[pulumi.Input[str]] = None,
249
+ sap_product: Optional[pulumi.Input[Union[str, 'SAPProductType']]] = None,
250
+ sap_virtual_instance_name: Optional[pulumi.Input[str]] = None,
251
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
252
+ __props__=None):
253
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
254
+ if not isinstance(opts, pulumi.ResourceOptions):
255
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
256
+ if opts.id is None:
257
+ if __props__ is not None:
258
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
259
+ __props__ = SapVirtualInstanceArgs.__new__(SapVirtualInstanceArgs)
260
+
261
+ if configuration is None and not opts.urn:
262
+ raise TypeError("Missing required property 'configuration'")
263
+ __props__.__dict__["configuration"] = configuration
264
+ if environment is None and not opts.urn:
265
+ raise TypeError("Missing required property 'environment'")
266
+ __props__.__dict__["environment"] = environment
267
+ __props__.__dict__["identity"] = identity
268
+ __props__.__dict__["location"] = location
269
+ __props__.__dict__["managed_resource_group_configuration"] = managed_resource_group_configuration
270
+ __props__.__dict__["managed_resources_network_access_type"] = managed_resources_network_access_type
271
+ if resource_group_name is None and not opts.urn:
272
+ raise TypeError("Missing required property 'resource_group_name'")
273
+ __props__.__dict__["resource_group_name"] = resource_group_name
274
+ if sap_product is None and not opts.urn:
275
+ raise TypeError("Missing required property 'sap_product'")
276
+ __props__.__dict__["sap_product"] = sap_product
277
+ __props__.__dict__["sap_virtual_instance_name"] = sap_virtual_instance_name
278
+ __props__.__dict__["tags"] = tags
279
+ __props__.__dict__["errors"] = None
280
+ __props__.__dict__["health"] = None
281
+ __props__.__dict__["name"] = None
282
+ __props__.__dict__["provisioning_state"] = None
283
+ __props__.__dict__["state"] = None
284
+ __props__.__dict__["status"] = None
285
+ __props__.__dict__["system_data"] = None
286
+ __props__.__dict__["type"] = None
287
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:workloads:SapVirtualInstance"), pulumi.Alias(type_="azure-native:workloads/v20211201preview:SapVirtualInstance"), pulumi.Alias(type_="azure-native:workloads/v20221101preview:SapVirtualInstance"), pulumi.Alias(type_="azure-native:workloads/v20230401:SapVirtualInstance"), pulumi.Alias(type_="azure-native:workloads/v20231001preview:SapVirtualInstance")])
288
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
289
+ super(SapVirtualInstance, __self__).__init__(
290
+ 'azure-native:workloads/v20240901:SapVirtualInstance',
291
+ resource_name,
292
+ __props__,
293
+ opts)
294
+
295
+ @staticmethod
296
+ def get(resource_name: str,
297
+ id: pulumi.Input[str],
298
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'SapVirtualInstance':
299
+ """
300
+ Get an existing SapVirtualInstance resource's state with the given name, id, and optional extra
301
+ properties used to qualify the lookup.
302
+
303
+ :param str resource_name: The unique name of the resulting resource.
304
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
305
+ :param pulumi.ResourceOptions opts: Options for the resource.
306
+ """
307
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
308
+
309
+ __props__ = SapVirtualInstanceArgs.__new__(SapVirtualInstanceArgs)
310
+
311
+ __props__.__dict__["configuration"] = None
312
+ __props__.__dict__["environment"] = None
313
+ __props__.__dict__["errors"] = None
314
+ __props__.__dict__["health"] = None
315
+ __props__.__dict__["identity"] = None
316
+ __props__.__dict__["location"] = None
317
+ __props__.__dict__["managed_resource_group_configuration"] = None
318
+ __props__.__dict__["managed_resources_network_access_type"] = None
319
+ __props__.__dict__["name"] = None
320
+ __props__.__dict__["provisioning_state"] = None
321
+ __props__.__dict__["sap_product"] = None
322
+ __props__.__dict__["state"] = None
323
+ __props__.__dict__["status"] = None
324
+ __props__.__dict__["system_data"] = None
325
+ __props__.__dict__["tags"] = None
326
+ __props__.__dict__["type"] = None
327
+ return SapVirtualInstance(resource_name, opts=opts, __props__=__props__)
328
+
329
+ @property
330
+ @pulumi.getter
331
+ def configuration(self) -> pulumi.Output[Any]:
332
+ """
333
+ Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS
334
+ """
335
+ return pulumi.get(self, "configuration")
336
+
337
+ @property
338
+ @pulumi.getter
339
+ def environment(self) -> pulumi.Output[str]:
340
+ """
341
+ Defines the environment type - Production/Non Production.
342
+ """
343
+ return pulumi.get(self, "environment")
344
+
345
+ @property
346
+ @pulumi.getter
347
+ def errors(self) -> pulumi.Output['outputs.SAPVirtualInstanceErrorResponse']:
348
+ """
349
+ Indicates any errors on the Virtual Instance for SAP solutions resource.
350
+ """
351
+ return pulumi.get(self, "errors")
352
+
353
+ @property
354
+ @pulumi.getter
355
+ def health(self) -> pulumi.Output[str]:
356
+ """
357
+ Defines the health of SAP Instances.
358
+ """
359
+ return pulumi.get(self, "health")
360
+
361
+ @property
362
+ @pulumi.getter
363
+ def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
364
+ """
365
+ The managed service identities assigned to this resource.
366
+ """
367
+ return pulumi.get(self, "identity")
368
+
369
+ @property
370
+ @pulumi.getter
371
+ def location(self) -> pulumi.Output[str]:
372
+ """
373
+ The geo-location where the resource lives
374
+ """
375
+ return pulumi.get(self, "location")
376
+
377
+ @property
378
+ @pulumi.getter(name="managedResourceGroupConfiguration")
379
+ def managed_resource_group_configuration(self) -> pulumi.Output[Optional['outputs.ManagedRGConfigurationResponse']]:
380
+ """
381
+ Managed resource group configuration
382
+ """
383
+ return pulumi.get(self, "managed_resource_group_configuration")
384
+
385
+ @property
386
+ @pulumi.getter(name="managedResourcesNetworkAccessType")
387
+ def managed_resources_network_access_type(self) -> pulumi.Output[Optional[str]]:
388
+ """
389
+ Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
390
+ """
391
+ return pulumi.get(self, "managed_resources_network_access_type")
392
+
393
+ @property
394
+ @pulumi.getter
395
+ def name(self) -> pulumi.Output[str]:
396
+ """
397
+ The name of the resource
398
+ """
399
+ return pulumi.get(self, "name")
400
+
401
+ @property
402
+ @pulumi.getter(name="provisioningState")
403
+ def provisioning_state(self) -> pulumi.Output[str]:
404
+ """
405
+ Defines the provisioning states.
406
+ """
407
+ return pulumi.get(self, "provisioning_state")
408
+
409
+ @property
410
+ @pulumi.getter(name="sapProduct")
411
+ def sap_product(self) -> pulumi.Output[str]:
412
+ """
413
+ Defines the SAP Product type.
414
+ """
415
+ return pulumi.get(self, "sap_product")
416
+
417
+ @property
418
+ @pulumi.getter
419
+ def state(self) -> pulumi.Output[str]:
420
+ """
421
+ Defines the Virtual Instance for SAP state.
422
+ """
423
+ return pulumi.get(self, "state")
424
+
425
+ @property
426
+ @pulumi.getter
427
+ def status(self) -> pulumi.Output[str]:
428
+ """
429
+ Defines the SAP Instance status.
430
+ """
431
+ return pulumi.get(self, "status")
432
+
433
+ @property
434
+ @pulumi.getter(name="systemData")
435
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
436
+ """
437
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
438
+ """
439
+ return pulumi.get(self, "system_data")
440
+
441
+ @property
442
+ @pulumi.getter
443
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
444
+ """
445
+ Resource tags.
446
+ """
447
+ return pulumi.get(self, "tags")
448
+
449
+ @property
450
+ @pulumi.getter
451
+ def type(self) -> pulumi.Output[str]:
452
+ """
453
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
454
+ """
455
+ return pulumi.get(self, "type")
456
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_azure_native
3
- Version: 2.58.0a1724403460
3
+ Version: 2.59.0a1724845184
4
4
  Summary: A native Pulumi package for creating and managing Azure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com