@pulumi/azure-native 2.35.0 → 2.36.0

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.
Files changed (521) hide show
  1. package/azurearcdata/activeDirectoryConnector.d.ts +2 -0
  2. package/azurearcdata/activeDirectoryConnector.js +4 -2
  3. package/azurearcdata/dataController.d.ts +2 -0
  4. package/azurearcdata/dataController.js +4 -2
  5. package/azurearcdata/failoverGroup.d.ts +2 -0
  6. package/azurearcdata/failoverGroup.js +4 -2
  7. package/azurearcdata/getActiveDirectoryConnector.d.ts +4 -0
  8. package/azurearcdata/getActiveDirectoryConnector.js +5 -1
  9. package/azurearcdata/getDataController.d.ts +4 -0
  10. package/azurearcdata/getDataController.js +5 -1
  11. package/azurearcdata/getFailoverGroup.d.ts +4 -0
  12. package/azurearcdata/getFailoverGroup.js +5 -1
  13. package/azurearcdata/getPostgresInstance.d.ts +4 -0
  14. package/azurearcdata/getPostgresInstance.js +5 -1
  15. package/azurearcdata/getSqlManagedInstance.d.ts +4 -0
  16. package/azurearcdata/getSqlManagedInstance.js +5 -1
  17. package/azurearcdata/getSqlServerAvailabilityGroup.d.ts +75 -0
  18. package/azurearcdata/getSqlServerAvailabilityGroup.js +29 -0
  19. package/azurearcdata/getSqlServerAvailabilityGroupDetailView.d.ts +75 -0
  20. package/azurearcdata/getSqlServerAvailabilityGroupDetailView.js +29 -0
  21. package/azurearcdata/getSqlServerDatabase.d.ts +4 -0
  22. package/azurearcdata/getSqlServerDatabase.js +5 -1
  23. package/azurearcdata/getSqlServerInstance.d.ts +4 -0
  24. package/azurearcdata/getSqlServerInstance.js +5 -1
  25. package/azurearcdata/getSqlServerInstanceTelemetry.d.ts +98 -0
  26. package/azurearcdata/getSqlServerInstanceTelemetry.js +34 -0
  27. package/azurearcdata/index.d.ts +14 -1
  28. package/azurearcdata/index.js +17 -2
  29. package/azurearcdata/postgresInstance.d.ts +2 -0
  30. package/azurearcdata/postgresInstance.js +4 -2
  31. package/azurearcdata/sqlManagedInstance.d.ts +2 -0
  32. package/azurearcdata/sqlManagedInstance.js +4 -2
  33. package/azurearcdata/sqlServerAvailabilityGroup.d.ts +88 -0
  34. package/azurearcdata/sqlServerAvailabilityGroup.js +81 -0
  35. package/azurearcdata/sqlServerDatabase.d.ts +2 -0
  36. package/azurearcdata/sqlServerDatabase.js +4 -2
  37. package/azurearcdata/sqlServerInstance.d.ts +2 -0
  38. package/azurearcdata/sqlServerInstance.js +4 -2
  39. package/azurearcdata/v20230115preview/activeDirectoryConnector.js +2 -2
  40. package/azurearcdata/v20230115preview/dataController.js +2 -2
  41. package/azurearcdata/v20230115preview/failoverGroup.js +2 -2
  42. package/azurearcdata/v20230115preview/postgresInstance.js +2 -2
  43. package/azurearcdata/v20230115preview/sqlManagedInstance.js +2 -2
  44. package/azurearcdata/v20230115preview/sqlServerDatabase.js +2 -2
  45. package/azurearcdata/v20230115preview/sqlServerInstance.js +2 -2
  46. package/azurearcdata/v20240101/activeDirectoryConnector.d.ts +67 -0
  47. package/azurearcdata/v20240101/activeDirectoryConnector.js +77 -0
  48. package/azurearcdata/v20240101/dataController.d.ts +91 -0
  49. package/azurearcdata/v20240101/dataController.js +79 -0
  50. package/azurearcdata/v20240101/failoverGroup.d.ts +67 -0
  51. package/azurearcdata/v20240101/failoverGroup.js +77 -0
  52. package/azurearcdata/v20240101/getActiveDirectoryConnector.d.ts +63 -0
  53. package/azurearcdata/v20240101/getActiveDirectoryConnector.js +27 -0
  54. package/azurearcdata/v20240101/getDataController.d.ts +69 -0
  55. package/azurearcdata/v20240101/getDataController.js +26 -0
  56. package/azurearcdata/v20240101/getFailoverGroup.d.ts +63 -0
  57. package/azurearcdata/v20240101/getFailoverGroup.js +27 -0
  58. package/azurearcdata/v20240101/getPostgresInstance.d.ts +73 -0
  59. package/azurearcdata/v20240101/getPostgresInstance.js +26 -0
  60. package/azurearcdata/v20240101/getSqlManagedInstance.d.ts +73 -0
  61. package/azurearcdata/v20240101/getSqlManagedInstance.js +26 -0
  62. package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.d.ts +73 -0
  63. package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.js +27 -0
  64. package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.d.ts +73 -0
  65. package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.js +27 -0
  66. package/azurearcdata/v20240101/getSqlServerDatabase.d.ts +73 -0
  67. package/azurearcdata/v20240101/getSqlServerDatabase.js +27 -0
  68. package/azurearcdata/v20240101/getSqlServerInstance.d.ts +65 -0
  69. package/azurearcdata/v20240101/getSqlServerInstance.js +26 -0
  70. package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.d.ts +96 -0
  71. package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.js +32 -0
  72. package/azurearcdata/v20240101/index.d.ts +55 -0
  73. package/azurearcdata/v20240101/index.js +96 -0
  74. package/azurearcdata/v20240101/postgresInstance.d.ts +99 -0
  75. package/azurearcdata/v20240101/postgresInstance.js +81 -0
  76. package/azurearcdata/v20240101/sqlManagedInstance.d.ts +99 -0
  77. package/azurearcdata/v20240101/sqlManagedInstance.js +81 -0
  78. package/azurearcdata/v20240101/sqlServerAvailabilityGroup.d.ts +87 -0
  79. package/azurearcdata/v20240101/sqlServerAvailabilityGroup.js +80 -0
  80. package/azurearcdata/v20240101/sqlServerDatabase.d.ts +87 -0
  81. package/azurearcdata/v20240101/sqlServerDatabase.js +80 -0
  82. package/azurearcdata/v20240101/sqlServerInstance.d.ts +83 -0
  83. package/azurearcdata/v20240101/sqlServerInstance.js +73 -0
  84. package/azuresphere/v20240401/listCatalogDeployments.d.ts +1 -1
  85. package/azuresphere/v20240401/listCatalogDeviceGroups.d.ts +1 -1
  86. package/azuresphere/v20240401/listCatalogDeviceInsights.d.ts +1 -1
  87. package/azuresphere/v20240401/listCatalogDevices.d.ts +1 -1
  88. package/insights/dataCollectionEndpoint.d.ts +2 -0
  89. package/insights/dataCollectionEndpoint.js +4 -2
  90. package/insights/dataCollectionRule.d.ts +2 -0
  91. package/insights/dataCollectionRule.js +4 -2
  92. package/insights/dataCollectionRuleAssociation.d.ts +2 -0
  93. package/insights/dataCollectionRuleAssociation.js +4 -2
  94. package/insights/getDataCollectionEndpoint.d.ts +4 -0
  95. package/insights/getDataCollectionEndpoint.js +5 -1
  96. package/insights/getDataCollectionRule.d.ts +4 -0
  97. package/insights/getDataCollectionRule.js +5 -1
  98. package/insights/getDataCollectionRuleAssociation.d.ts +4 -0
  99. package/insights/getDataCollectionRuleAssociation.js +5 -1
  100. package/insights/index.d.ts +2 -1
  101. package/insights/index.js +4 -2
  102. package/insights/v20220601/dataCollectionEndpoint.js +2 -2
  103. package/insights/v20220601/dataCollectionRule.js +2 -2
  104. package/insights/v20220601/dataCollectionRuleAssociation.js +2 -2
  105. package/insights/v20230311/dataCollectionEndpoint.d.ts +148 -0
  106. package/insights/v20230311/dataCollectionEndpoint.js +97 -0
  107. package/insights/v20230311/dataCollectionRule.d.ts +182 -0
  108. package/insights/v20230311/dataCollectionRule.js +101 -0
  109. package/insights/v20230311/dataCollectionRuleAssociation.d.ts +90 -0
  110. package/insights/v20230311/dataCollectionRuleAssociation.js +79 -0
  111. package/insights/v20230311/getDataCollectionEndpoint.d.ts +113 -0
  112. package/insights/v20230311/getDataCollectionEndpoint.js +26 -0
  113. package/insights/v20230311/getDataCollectionRule.d.ts +124 -0
  114. package/insights/v20230311/getDataCollectionRule.js +26 -0
  115. package/insights/v20230311/getDataCollectionRuleAssociation.d.ts +75 -0
  116. package/insights/v20230311/getDataCollectionRuleAssociation.js +26 -0
  117. package/insights/v20230311/index.d.ts +19 -0
  118. package/insights/v20230311/index.js +55 -0
  119. package/loadtestservice/getLoadTest.d.ts +7 -7
  120. package/loadtestservice/getLoadTest.js +2 -2
  121. package/loadtestservice/loadTest.d.ts +4 -4
  122. package/loadtestservice/loadTest.js +1 -1
  123. package/loadtestservice/v20221201/getLoadTest.d.ts +7 -7
  124. package/loadtestservice/v20221201/getLoadTest.js +2 -2
  125. package/loadtestservice/v20221201/loadTest.d.ts +4 -4
  126. package/loadtestservice/v20221201/loadTest.js +1 -1
  127. package/netapp/account.d.ts +1 -1
  128. package/netapp/account.js +3 -3
  129. package/netapp/backup.d.ts +1 -1
  130. package/netapp/backup.js +1 -1
  131. package/netapp/backupPolicy.d.ts +1 -1
  132. package/netapp/backupPolicy.js +3 -3
  133. package/netapp/backupVault.d.ts +1 -1
  134. package/netapp/backupVault.js +3 -3
  135. package/netapp/getAccount.d.ts +2 -2
  136. package/netapp/getAccount.js +2 -2
  137. package/netapp/getBackup.d.ts +2 -2
  138. package/netapp/getBackup.js +2 -2
  139. package/netapp/getBackupPolicy.d.ts +2 -2
  140. package/netapp/getBackupPolicy.js +2 -2
  141. package/netapp/getBackupVault.d.ts +2 -2
  142. package/netapp/getBackupVault.js +2 -2
  143. package/netapp/getPool.d.ts +2 -2
  144. package/netapp/getPool.js +2 -2
  145. package/netapp/getSnapshot.d.ts +2 -2
  146. package/netapp/getSnapshot.js +2 -2
  147. package/netapp/getSnapshotPolicy.d.ts +2 -2
  148. package/netapp/getSnapshotPolicy.js +2 -2
  149. package/netapp/getSubvolume.d.ts +2 -2
  150. package/netapp/getSubvolume.js +2 -2
  151. package/netapp/getSubvolumeMetadata.d.ts +2 -2
  152. package/netapp/getSubvolumeMetadata.js +2 -2
  153. package/netapp/getVolume.d.ts +2 -2
  154. package/netapp/getVolume.js +2 -2
  155. package/netapp/getVolumeGroup.d.ts +2 -2
  156. package/netapp/getVolumeGroup.js +2 -2
  157. package/netapp/getVolumeGroupIdForLdapUser.d.ts +2 -2
  158. package/netapp/getVolumeGroupIdForLdapUser.js +2 -2
  159. package/netapp/getVolumeQuotaRule.d.ts +2 -2
  160. package/netapp/getVolumeQuotaRule.js +2 -2
  161. package/netapp/index.d.ts +2 -1
  162. package/netapp/index.js +4 -2
  163. package/netapp/listVolumeReplications.d.ts +2 -2
  164. package/netapp/listVolumeReplications.js +2 -2
  165. package/netapp/pool.d.ts +1 -1
  166. package/netapp/pool.js +3 -3
  167. package/netapp/snapshot.d.ts +1 -1
  168. package/netapp/snapshot.js +3 -3
  169. package/netapp/snapshotPolicy.d.ts +1 -1
  170. package/netapp/snapshotPolicy.js +3 -3
  171. package/netapp/subvolume.d.ts +1 -1
  172. package/netapp/subvolume.js +3 -3
  173. package/netapp/v20210401/backupPolicy.js +2 -2
  174. package/netapp/v20210401preview/backupPolicy.js +2 -2
  175. package/netapp/v20211001/volume.js +2 -2
  176. package/netapp/v20211001/volumeGroup.js +2 -2
  177. package/netapp/v20220501/account.js +2 -2
  178. package/netapp/v20221101/account.js +2 -2
  179. package/netapp/v20221101/backupPolicy.js +2 -2
  180. package/netapp/v20221101/pool.js +2 -2
  181. package/netapp/v20221101/snapshot.js +2 -2
  182. package/netapp/v20221101/snapshotPolicy.js +2 -2
  183. package/netapp/v20221101/subvolume.js +2 -2
  184. package/netapp/v20221101/volume.js +2 -2
  185. package/netapp/v20221101/volumeGroup.js +2 -2
  186. package/netapp/v20221101/volumeQuotaRule.js +2 -2
  187. package/netapp/v20221101preview/account.js +2 -2
  188. package/netapp/v20221101preview/backup.js +2 -2
  189. package/netapp/v20221101preview/backupPolicy.js +2 -2
  190. package/netapp/v20221101preview/backupVault.js +2 -2
  191. package/netapp/v20221101preview/pool.js +2 -2
  192. package/netapp/v20221101preview/snapshot.js +2 -2
  193. package/netapp/v20221101preview/snapshotPolicy.js +2 -2
  194. package/netapp/v20221101preview/subvolume.js +2 -2
  195. package/netapp/v20221101preview/volume.js +2 -2
  196. package/netapp/v20221101preview/volumeGroup.js +2 -2
  197. package/netapp/v20221101preview/volumeQuotaRule.js +2 -2
  198. package/netapp/v20230501/account.js +2 -2
  199. package/netapp/v20230501/backupPolicy.js +2 -2
  200. package/netapp/v20230501/pool.js +2 -2
  201. package/netapp/v20230501/snapshot.js +2 -2
  202. package/netapp/v20230501/snapshotPolicy.js +2 -2
  203. package/netapp/v20230501/subvolume.js +2 -2
  204. package/netapp/v20230501/volume.js +2 -2
  205. package/netapp/v20230501/volumeGroup.js +2 -2
  206. package/netapp/v20230501/volumeQuotaRule.js +2 -2
  207. package/netapp/v20230501preview/account.js +2 -2
  208. package/netapp/v20230501preview/backup.js +2 -2
  209. package/netapp/v20230501preview/backupPolicy.js +2 -2
  210. package/netapp/v20230501preview/backupVault.js +2 -2
  211. package/netapp/v20230501preview/pool.js +2 -2
  212. package/netapp/v20230501preview/snapshot.js +2 -2
  213. package/netapp/v20230501preview/snapshotPolicy.js +2 -2
  214. package/netapp/v20230501preview/subvolume.js +2 -2
  215. package/netapp/v20230501preview/volume.js +2 -2
  216. package/netapp/v20230501preview/volumeGroup.js +2 -2
  217. package/netapp/v20230501preview/volumeQuotaRule.js +2 -2
  218. package/netapp/v20230701/account.js +2 -2
  219. package/netapp/v20230701/backupPolicy.js +2 -2
  220. package/netapp/v20230701/pool.js +2 -2
  221. package/netapp/v20230701/snapshot.js +2 -2
  222. package/netapp/v20230701/snapshotPolicy.js +2 -2
  223. package/netapp/v20230701/subvolume.js +2 -2
  224. package/netapp/v20230701/volume.js +2 -2
  225. package/netapp/v20230701/volumeGroup.js +2 -2
  226. package/netapp/v20230701/volumeQuotaRule.js +2 -2
  227. package/netapp/v20230701preview/account.d.ts +123 -0
  228. package/netapp/v20230701preview/account.js +88 -0
  229. package/netapp/v20230701preview/backup.d.ts +122 -0
  230. package/netapp/v20230701preview/backup.js +101 -0
  231. package/netapp/v20230701preview/backupPolicy.d.ts +130 -0
  232. package/netapp/v20230701preview/backupPolicy.js +93 -0
  233. package/netapp/v20230701preview/backupVault.d.ts +82 -0
  234. package/netapp/v20230701preview/backupVault.js +77 -0
  235. package/netapp/v20230701preview/getAccount.d.ts +93 -0
  236. package/netapp/v20230701preview/getAccount.js +26 -0
  237. package/netapp/v20230701preview/getBackup.d.ts +111 -0
  238. package/netapp/v20230701preview/getBackup.js +28 -0
  239. package/netapp/v20230701preview/getBackupPolicy.d.ts +105 -0
  240. package/netapp/v20230701preview/getBackupPolicy.js +27 -0
  241. package/netapp/v20230701preview/getBackupVault.d.ts +73 -0
  242. package/netapp/v20230701preview/getBackupVault.js +27 -0
  243. package/netapp/v20230701preview/getPool.d.ts +109 -0
  244. package/netapp/v20230701preview/getPool.js +27 -0
  245. package/netapp/v20230701preview/getSnapshot.d.ts +91 -0
  246. package/netapp/v20230701preview/getSnapshot.js +29 -0
  247. package/netapp/v20230701preview/getSnapshotPolicy.d.ts +97 -0
  248. package/netapp/v20230701preview/getSnapshotPolicy.js +27 -0
  249. package/netapp/v20230701preview/getSubvolume.d.ts +91 -0
  250. package/netapp/v20230701preview/getSubvolume.js +29 -0
  251. package/netapp/v20230701preview/getSubvolumeMetadata.d.ts +110 -0
  252. package/netapp/v20230701preview/getSubvolumeMetadata.js +29 -0
  253. package/netapp/v20230701preview/getVolume.d.ts +305 -0
  254. package/netapp/v20230701preview/getVolume.js +28 -0
  255. package/netapp/v20230701preview/getVolumeGroup.d.ts +71 -0
  256. package/netapp/v20230701preview/getVolumeGroup.js +27 -0
  257. package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.d.ts +62 -0
  258. package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.js +29 -0
  259. package/netapp/v20230701preview/getVolumeQuotaRule.d.ts +101 -0
  260. package/netapp/v20230701preview/getVolumeQuotaRule.js +29 -0
  261. package/netapp/v20230701preview/index.d.ts +76 -0
  262. package/netapp/v20230701preview/index.js +120 -0
  263. package/netapp/v20230701preview/listVolumeReplications.d.ts +55 -0
  264. package/netapp/v20230701preview/listVolumeReplications.js +28 -0
  265. package/netapp/v20230701preview/pool.d.ts +139 -0
  266. package/netapp/v20230701preview/pool.js +102 -0
  267. package/netapp/v20230701preview/snapshot.d.ts +86 -0
  268. package/netapp/v20230701preview/snapshot.js +87 -0
  269. package/netapp/v20230701preview/snapshotPolicy.d.ts +127 -0
  270. package/netapp/v20230701preview/snapshotPolicy.js +89 -0
  271. package/netapp/v20230701preview/subvolume.d.ts +94 -0
  272. package/netapp/v20230701preview/subvolume.js +87 -0
  273. package/netapp/v20230701preview/volume.d.ts +468 -0
  274. package/netapp/v20230701preview/volume.js +203 -0
  275. package/netapp/v20230701preview/volumeGroup.d.ts +83 -0
  276. package/netapp/v20230701preview/volumeGroup.js +77 -0
  277. package/netapp/v20230701preview/volumeQuotaRule.d.ts +115 -0
  278. package/netapp/v20230701preview/volumeQuotaRule.js +91 -0
  279. package/netapp/volume.d.ts +1 -1
  280. package/netapp/volume.js +3 -3
  281. package/netapp/volumeGroup.d.ts +1 -1
  282. package/netapp/volumeGroup.js +3 -3
  283. package/netapp/volumeQuotaRule.d.ts +1 -1
  284. package/netapp/volumeQuotaRule.js +3 -3
  285. package/package.json +1 -1
  286. package/quota/getGroupQuota.d.ts +4 -4
  287. package/quota/getGroupQuota.js +4 -4
  288. package/quota/getGroupQuotaSubscription.d.ts +5 -5
  289. package/quota/getGroupQuotaSubscription.js +4 -4
  290. package/quota/groupQuota.d.ts +1 -1
  291. package/quota/groupQuota.js +4 -4
  292. package/quota/groupQuotaSubscription.d.ts +2 -2
  293. package/quota/groupQuotaSubscription.js +5 -5
  294. package/quota/v20230601preview/getGroupQuota.d.ts +4 -4
  295. package/quota/v20230601preview/getGroupQuota.js +4 -4
  296. package/quota/v20230601preview/getGroupQuotaSubscription.d.ts +5 -5
  297. package/quota/v20230601preview/getGroupQuotaSubscription.js +4 -4
  298. package/quota/v20230601preview/groupQuota.d.ts +1 -1
  299. package/quota/v20230601preview/groupQuota.js +4 -4
  300. package/quota/v20230601preview/groupQuotaSubscription.d.ts +2 -2
  301. package/quota/v20230601preview/groupQuotaSubscription.js +5 -5
  302. package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
  303. package/recoveryservices/getPrivateEndpointConnection.js +2 -2
  304. package/recoveryservices/getProtectedItem.d.ts +2 -2
  305. package/recoveryservices/getProtectedItem.js +2 -2
  306. package/recoveryservices/getProtectionContainer.d.ts +2 -2
  307. package/recoveryservices/getProtectionContainer.js +2 -2
  308. package/recoveryservices/getProtectionIntent.d.ts +2 -2
  309. package/recoveryservices/getProtectionIntent.js +2 -2
  310. package/recoveryservices/getProtectionPolicy.d.ts +2 -2
  311. package/recoveryservices/getProtectionPolicy.js +2 -2
  312. package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
  313. package/recoveryservices/getResourceGuardProxy.js +2 -2
  314. package/recoveryservices/privateEndpointConnection.d.ts +1 -1
  315. package/recoveryservices/privateEndpointConnection.js +3 -3
  316. package/recoveryservices/protectedItem.d.ts +1 -1
  317. package/recoveryservices/protectedItem.js +3 -3
  318. package/recoveryservices/protectionContainer.d.ts +1 -1
  319. package/recoveryservices/protectionContainer.js +3 -3
  320. package/recoveryservices/protectionIntent.d.ts +1 -1
  321. package/recoveryservices/protectionIntent.js +3 -3
  322. package/recoveryservices/protectionPolicy.d.ts +1 -1
  323. package/recoveryservices/protectionPolicy.js +3 -3
  324. package/recoveryservices/resourceGuardProxy.d.ts +1 -1
  325. package/recoveryservices/resourceGuardProxy.js +3 -3
  326. package/recoveryservices/v20230401/privateEndpointConnection.js +2 -2
  327. package/recoveryservices/v20230401/protectedItem.js +2 -2
  328. package/recoveryservices/v20230401/protectionContainer.js +2 -2
  329. package/recoveryservices/v20230401/protectionIntent.js +2 -2
  330. package/recoveryservices/v20230401/protectionPolicy.js +2 -2
  331. package/recoveryservices/v20230401/resourceGuardProxy.js +2 -2
  332. package/recoveryservices/v20230601/privateEndpointConnection.js +2 -2
  333. package/recoveryservices/v20230601/protectedItem.js +2 -2
  334. package/recoveryservices/v20230601/protectionContainer.js +2 -2
  335. package/recoveryservices/v20230601/protectionIntent.js +2 -2
  336. package/recoveryservices/v20230601/protectionPolicy.js +2 -2
  337. package/recoveryservices/v20230601/resourceGuardProxy.js +2 -2
  338. package/recoveryservices/v20230801/privateEndpointConnection.js +2 -2
  339. package/recoveryservices/v20230801/protectedItem.js +2 -2
  340. package/recoveryservices/v20230801/protectionContainer.js +2 -2
  341. package/recoveryservices/v20230801/protectionIntent.js +2 -2
  342. package/recoveryservices/v20230801/protectionPolicy.js +2 -2
  343. package/recoveryservices/v20230801/resourceGuardProxy.js +2 -2
  344. package/recoveryservices/v20240101/privateEndpointConnection.js +2 -2
  345. package/recoveryservices/v20240101/protectedItem.js +2 -2
  346. package/recoveryservices/v20240101/protectionContainer.js +2 -2
  347. package/recoveryservices/v20240101/protectionIntent.js +2 -2
  348. package/recoveryservices/v20240101/protectionPolicy.js +2 -2
  349. package/recoveryservices/v20240101/resourceGuardProxy.js +2 -2
  350. package/recoveryservices/v20240201/getPrivateEndpointConnection.d.ts +73 -0
  351. package/recoveryservices/v20240201/getPrivateEndpointConnection.js +27 -0
  352. package/recoveryservices/v20240201/getProtectedItem.d.ts +99 -0
  353. package/recoveryservices/v20240201/getProtectedItem.js +32 -0
  354. package/recoveryservices/v20240201/getProtectionContainer.d.ts +81 -0
  355. package/recoveryservices/v20240201/getProtectionContainer.js +28 -0
  356. package/recoveryservices/v20240201/getProtectionIntent.d.ts +83 -0
  357. package/recoveryservices/v20240201/getProtectionIntent.js +30 -0
  358. package/recoveryservices/v20240201/getProtectionPolicy.d.ts +75 -0
  359. package/recoveryservices/v20240201/getProtectionPolicy.js +29 -0
  360. package/recoveryservices/v20240201/getResourceGuardProxy.d.ts +64 -0
  361. package/recoveryservices/v20240201/getResourceGuardProxy.js +27 -0
  362. package/recoveryservices/v20240201/index.d.ts +36 -0
  363. package/recoveryservices/v20240201/index.js +44 -2
  364. package/recoveryservices/v20240201/privateEndpointConnection.d.ts +91 -0
  365. package/recoveryservices/v20240201/privateEndpointConnection.js +77 -0
  366. package/recoveryservices/v20240201/protectedItem.d.ts +99 -0
  367. package/recoveryservices/v20240201/protectedItem.js +85 -0
  368. package/recoveryservices/v20240201/protectionContainer.d.ts +95 -0
  369. package/recoveryservices/v20240201/protectionContainer.js +81 -0
  370. package/recoveryservices/v20240201/protectionIntent.d.ts +95 -0
  371. package/recoveryservices/v20240201/protectionIntent.js +81 -0
  372. package/recoveryservices/v20240201/protectionPolicy.d.ts +91 -0
  373. package/recoveryservices/v20240201/protectionPolicy.js +77 -0
  374. package/recoveryservices/v20240201/resourceGuardProxy.d.ts +85 -0
  375. package/recoveryservices/v20240201/resourceGuardProxy.js +74 -0
  376. package/resources/deployment.d.ts +1 -1
  377. package/resources/deployment.js +3 -3
  378. package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
  379. package/resources/deploymentAtManagementGroupScope.js +3 -3
  380. package/resources/deploymentAtScope.d.ts +1 -1
  381. package/resources/deploymentAtScope.js +3 -3
  382. package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
  383. package/resources/deploymentAtSubscriptionScope.js +3 -3
  384. package/resources/deploymentAtTenantScope.d.ts +1 -1
  385. package/resources/deploymentAtTenantScope.js +3 -3
  386. package/resources/getDeployment.d.ts +2 -2
  387. package/resources/getDeployment.js +2 -2
  388. package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
  389. package/resources/getDeploymentAtManagementGroupScope.js +2 -2
  390. package/resources/getDeploymentAtScope.d.ts +2 -2
  391. package/resources/getDeploymentAtScope.js +2 -2
  392. package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
  393. package/resources/getDeploymentAtSubscriptionScope.js +2 -2
  394. package/resources/getDeploymentAtTenantScope.d.ts +2 -2
  395. package/resources/getDeploymentAtTenantScope.js +2 -2
  396. package/resources/getResource.d.ts +2 -2
  397. package/resources/getResource.js +2 -2
  398. package/resources/getResourceGroup.d.ts +2 -2
  399. package/resources/getResourceGroup.js +2 -2
  400. package/resources/getTagAtScope.d.ts +2 -2
  401. package/resources/getTagAtScope.js +2 -2
  402. package/resources/index.d.ts +2 -1
  403. package/resources/index.js +4 -2
  404. package/resources/resource.d.ts +1 -1
  405. package/resources/resource.js +3 -3
  406. package/resources/resourceGroup.d.ts +1 -1
  407. package/resources/resourceGroup.js +3 -3
  408. package/resources/tagAtScope.d.ts +1 -1
  409. package/resources/tagAtScope.js +3 -3
  410. package/resources/v20220901/deployment.js +2 -2
  411. package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
  412. package/resources/v20220901/deploymentAtScope.js +2 -2
  413. package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
  414. package/resources/v20220901/deploymentAtTenantScope.js +2 -2
  415. package/resources/v20220901/resource.js +2 -2
  416. package/resources/v20220901/resourceGroup.js +2 -2
  417. package/resources/v20220901/tagAtScope.js +2 -2
  418. package/resources/v20230701/deployment.js +2 -2
  419. package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
  420. package/resources/v20230701/deploymentAtScope.js +2 -2
  421. package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
  422. package/resources/v20230701/deploymentAtTenantScope.js +2 -2
  423. package/resources/v20230701/resource.js +2 -2
  424. package/resources/v20230701/resourceGroup.js +2 -2
  425. package/resources/v20230701/tagAtScope.js +2 -2
  426. package/resources/v20240301/deployment.d.ts +79 -0
  427. package/resources/v20240301/deployment.js +74 -0
  428. package/resources/v20240301/deploymentAtManagementGroupScope.d.ts +79 -0
  429. package/resources/v20240301/deploymentAtManagementGroupScope.js +74 -0
  430. package/resources/v20240301/deploymentAtScope.d.ts +79 -0
  431. package/resources/v20240301/deploymentAtScope.js +74 -0
  432. package/resources/v20240301/deploymentAtSubscriptionScope.d.ts +75 -0
  433. package/resources/v20240301/deploymentAtSubscriptionScope.js +70 -0
  434. package/resources/v20240301/deploymentAtTenantScope.d.ts +75 -0
  435. package/resources/v20240301/deploymentAtTenantScope.js +70 -0
  436. package/resources/v20240301/getDeployment.d.ts +61 -0
  437. package/resources/v20240301/getDeployment.js +26 -0
  438. package/resources/v20240301/getDeploymentAtManagementGroupScope.d.ts +61 -0
  439. package/resources/v20240301/getDeploymentAtManagementGroupScope.js +26 -0
  440. package/resources/v20240301/getDeploymentAtScope.d.ts +61 -0
  441. package/resources/v20240301/getDeploymentAtScope.js +26 -0
  442. package/resources/v20240301/getDeploymentAtSubscriptionScope.d.ts +53 -0
  443. package/resources/v20240301/getDeploymentAtSubscriptionScope.js +25 -0
  444. package/resources/v20240301/getDeploymentAtTenantScope.d.ts +53 -0
  445. package/resources/v20240301/getDeploymentAtTenantScope.js +25 -0
  446. package/resources/v20240301/getResource.d.ts +109 -0
  447. package/resources/v20240301/getResource.js +29 -0
  448. package/resources/v20240301/getResourceGroup.d.ts +57 -0
  449. package/resources/v20240301/getResourceGroup.js +25 -0
  450. package/resources/v20240301/getTagAtScope.d.ts +43 -0
  451. package/resources/v20240301/getTagAtScope.js +25 -0
  452. package/resources/v20240301/index.d.ts +49 -0
  453. package/resources/v20240301/index.js +90 -0
  454. package/resources/v20240301/resource.d.ts +139 -0
  455. package/resources/v20240301/resource.js +95 -0
  456. package/resources/v20240301/resourceGroup.d.ts +78 -0
  457. package/resources/v20240301/resourceGroup.js +69 -0
  458. package/resources/v20240301/tagAtScope.d.ts +55 -0
  459. package/resources/v20240301/tagAtScope.js +69 -0
  460. package/security/devOpsConfiguration.d.ts +2 -0
  461. package/security/devOpsConfiguration.js +4 -2
  462. package/security/getDevOpsConfiguration.d.ts +4 -0
  463. package/security/getDevOpsConfiguration.js +5 -1
  464. package/security/index.d.ts +2 -1
  465. package/security/index.js +4 -2
  466. package/security/listAzureDevOpsOrgAvailable.d.ts +4 -0
  467. package/security/listAzureDevOpsOrgAvailable.js +5 -1
  468. package/security/listGitHubOwnerAvailable.d.ts +4 -0
  469. package/security/listGitHubOwnerAvailable.js +5 -1
  470. package/security/listGitLabGroupAvailable.d.ts +4 -0
  471. package/security/listGitLabGroupAvailable.js +5 -1
  472. package/security/listGitLabSubgroup.d.ts +4 -0
  473. package/security/listGitLabSubgroup.js +5 -1
  474. package/security/v20230901preview/devOpsConfiguration.js +2 -2
  475. package/security/v20240401/devOpsConfiguration.d.ts +63 -0
  476. package/security/v20240401/devOpsConfiguration.js +72 -0
  477. package/security/v20240401/getDevOpsConfiguration.d.ts +55 -0
  478. package/security/v20240401/getDevOpsConfiguration.js +26 -0
  479. package/security/v20240401/index.d.ts +19 -0
  480. package/security/v20240401/index.js +53 -0
  481. package/security/v20240401/listAzureDevOpsOrgAvailable.d.ts +43 -0
  482. package/security/v20240401/listAzureDevOpsOrgAvailable.js +26 -0
  483. package/security/v20240401/listGitHubOwnerAvailable.d.ts +43 -0
  484. package/security/v20240401/listGitHubOwnerAvailable.js +26 -0
  485. package/security/v20240401/listGitLabGroupAvailable.d.ts +43 -0
  486. package/security/v20240401/listGitLabGroupAvailable.js +26 -0
  487. package/security/v20240401/listGitLabSubgroup.d.ts +51 -0
  488. package/security/v20240401/listGitLabSubgroup.js +27 -0
  489. package/tsconfig.tsbuildinfo +1 -1
  490. package/types/enums/azurearcdata/index.d.ts +13 -1
  491. package/types/enums/azurearcdata/index.js +11 -2
  492. package/types/enums/azurearcdata/v20240101/index.d.ts +164 -0
  493. package/types/enums/azurearcdata/v20240101/index.js +106 -0
  494. package/types/enums/insights/index.d.ts +2 -1
  495. package/types/enums/insights/index.js +5 -3
  496. package/types/enums/insights/v20230311/index.d.ts +170 -0
  497. package/types/enums/insights/v20230311/index.js +130 -0
  498. package/types/enums/loadtestservice/index.d.ts +7 -1
  499. package/types/enums/loadtestservice/index.js +7 -1
  500. package/types/enums/loadtestservice/v20221201/index.d.ts +7 -1
  501. package/types/enums/loadtestservice/v20221201/index.js +7 -1
  502. package/types/enums/netapp/index.d.ts +2 -1
  503. package/types/enums/netapp/index.js +4 -2
  504. package/types/enums/netapp/v20230701preview/index.d.ts +241 -0
  505. package/types/enums/netapp/v20230701preview/index.js +172 -0
  506. package/types/enums/quota/index.d.ts +1 -1
  507. package/types/enums/quota/v20230601preview/index.d.ts +1 -1
  508. package/types/enums/recoveryservices/v20240201/index.d.ts +340 -0
  509. package/types/enums/recoveryservices/v20240201/index.js +238 -2
  510. package/types/enums/resources/index.d.ts +2 -1
  511. package/types/enums/resources/index.js +4 -2
  512. package/types/enums/resources/v20240301/index.d.ts +42 -0
  513. package/types/enums/resources/v20240301/index.js +28 -0
  514. package/types/enums/security/index.d.ts +2 -1
  515. package/types/enums/security/index.js +5 -3
  516. package/types/enums/security/v20240401/index.d.ts +30 -0
  517. package/types/enums/security/v20240401/index.js +20 -0
  518. package/types/input.d.ts +5784 -41
  519. package/types/input.js +116 -1
  520. package/types/output.d.ts +8098 -427
  521. package/types/output.js +116 -1
@@ -0,0 +1,468 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import * as enums from "../../types/enums";
5
+ /**
6
+ * Volume resource
7
+ */
8
+ export declare class Volume extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Volume resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Volume;
18
+ /**
19
+ * Returns true if the given object is an instance of Volume. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is Volume;
23
+ /**
24
+ * Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
25
+ */
26
+ readonly actualThroughputMibps: pulumi.Output<number>;
27
+ /**
28
+ * Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
29
+ */
30
+ readonly avsDataStore: pulumi.Output<string | undefined>;
31
+ /**
32
+ * UUID v4 or resource identifier used to identify the Backup.
33
+ */
34
+ readonly backupId: pulumi.Output<string | undefined>;
35
+ /**
36
+ * Unique Baremetal Tenant Identifier.
37
+ */
38
+ readonly baremetalTenantId: pulumi.Output<string>;
39
+ /**
40
+ * Pool Resource Id used in case of creating a volume through volume group
41
+ */
42
+ readonly capacityPoolResourceId: pulumi.Output<string | undefined>;
43
+ /**
44
+ * When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
45
+ */
46
+ readonly cloneProgress: pulumi.Output<number>;
47
+ /**
48
+ * Specifies whether Cool Access(tiering) is enabled for the volume.
49
+ */
50
+ readonly coolAccess: pulumi.Output<boolean | undefined>;
51
+ /**
52
+ * coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
53
+ * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
54
+ * OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
55
+ * Never - No client-driven data is pulled from cool tier to standard storage.
56
+ */
57
+ readonly coolAccessRetrievalPolicy: pulumi.Output<string | undefined>;
58
+ /**
59
+ * Specifies the number of days after which data that is not accessed by clients will be tiered.
60
+ */
61
+ readonly coolnessPeriod: pulumi.Output<number | undefined>;
62
+ /**
63
+ * A unique file path for the volume. Used when creating mount targets
64
+ */
65
+ readonly creationToken: pulumi.Output<string>;
66
+ /**
67
+ * DataProtection type volumes include an object containing details of the replication
68
+ */
69
+ readonly dataProtection: pulumi.Output<outputs.netapp.v20230701preview.VolumePropertiesResponseDataProtection | undefined>;
70
+ /**
71
+ * Data store resource unique identifier
72
+ */
73
+ readonly dataStoreResourceId: pulumi.Output<string[]>;
74
+ /**
75
+ * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
76
+ */
77
+ readonly defaultGroupQuotaInKiBs: pulumi.Output<number | undefined>;
78
+ /**
79
+ * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
80
+ */
81
+ readonly defaultUserQuotaInKiBs: pulumi.Output<number | undefined>;
82
+ /**
83
+ * If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
84
+ */
85
+ readonly deleteBaseSnapshot: pulumi.Output<boolean | undefined>;
86
+ /**
87
+ * Flag indicating whether subvolume operations are enabled on the volume
88
+ */
89
+ readonly enableSubvolumes: pulumi.Output<string | undefined>;
90
+ /**
91
+ * Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
92
+ */
93
+ readonly encrypted: pulumi.Output<boolean>;
94
+ /**
95
+ * Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
96
+ */
97
+ readonly encryptionKeySource: pulumi.Output<string | undefined>;
98
+ /**
99
+ * A unique read-only string that changes whenever the resource is updated.
100
+ */
101
+ readonly etag: pulumi.Output<string>;
102
+ /**
103
+ * Set of export policy rules
104
+ */
105
+ readonly exportPolicy: pulumi.Output<outputs.netapp.v20230701preview.VolumePropertiesResponseExportPolicy | undefined>;
106
+ /**
107
+ * Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
108
+ */
109
+ readonly fileAccessLogs: pulumi.Output<string>;
110
+ /**
111
+ * Unique FileSystem Identifier.
112
+ */
113
+ readonly fileSystemId: pulumi.Output<string>;
114
+ /**
115
+ * Space shared by short term clone volume with parent volume in bytes.
116
+ */
117
+ readonly inheritedSizeInBytes: pulumi.Output<number>;
118
+ /**
119
+ * Specifies if default quota is enabled for the volume.
120
+ */
121
+ readonly isDefaultQuotaEnabled: pulumi.Output<boolean | undefined>;
122
+ /**
123
+ * Specifies whether volume is a Large Volume or Regular Volume.
124
+ */
125
+ readonly isLargeVolume: pulumi.Output<boolean | undefined>;
126
+ /**
127
+ * Restoring
128
+ */
129
+ readonly isRestoring: pulumi.Output<boolean | undefined>;
130
+ /**
131
+ * Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
132
+ */
133
+ readonly kerberosEnabled: pulumi.Output<boolean | undefined>;
134
+ /**
135
+ * The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
136
+ */
137
+ readonly keyVaultPrivateEndpointResourceId: pulumi.Output<string | undefined>;
138
+ /**
139
+ * Specifies whether LDAP is enabled or not for a given NFS volume.
140
+ */
141
+ readonly ldapEnabled: pulumi.Output<boolean | undefined>;
142
+ /**
143
+ * The geo-location where the resource lives
144
+ */
145
+ readonly location: pulumi.Output<string>;
146
+ /**
147
+ * Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
148
+ */
149
+ readonly maximumNumberOfFiles: pulumi.Output<number>;
150
+ /**
151
+ * List of mount targets
152
+ */
153
+ readonly mountTargets: pulumi.Output<outputs.netapp.v20230701preview.MountTargetPropertiesResponse[]>;
154
+ /**
155
+ * The name of the resource
156
+ */
157
+ readonly name: pulumi.Output<string>;
158
+ /**
159
+ * Network features available to the volume, or current state of update.
160
+ */
161
+ readonly networkFeatures: pulumi.Output<string | undefined>;
162
+ /**
163
+ * Network Sibling Set ID for the the group of volumes sharing networking resources.
164
+ */
165
+ readonly networkSiblingSetId: pulumi.Output<string>;
166
+ /**
167
+ * Id of the snapshot or backup that the volume is restored from.
168
+ */
169
+ readonly originatingResourceId: pulumi.Output<string>;
170
+ /**
171
+ * Application specific placement rules for the particular volume
172
+ */
173
+ readonly placementRules: pulumi.Output<outputs.netapp.v20230701preview.PlacementKeyValuePairsResponse[] | undefined>;
174
+ /**
175
+ * Set of protocol types, default NFSv3, CIFS for SMB protocol
176
+ */
177
+ readonly protocolTypes: pulumi.Output<string[] | undefined>;
178
+ /**
179
+ * The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
180
+ */
181
+ readonly provisionedAvailabilityZone: pulumi.Output<string>;
182
+ /**
183
+ * Azure lifecycle management
184
+ */
185
+ readonly provisioningState: pulumi.Output<string>;
186
+ /**
187
+ * Proximity placement group associated with the volume
188
+ */
189
+ readonly proximityPlacementGroup: pulumi.Output<string | undefined>;
190
+ /**
191
+ * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
192
+ */
193
+ readonly securityStyle: pulumi.Output<string | undefined>;
194
+ /**
195
+ * The service level of the file system
196
+ */
197
+ readonly serviceLevel: pulumi.Output<string | undefined>;
198
+ /**
199
+ * Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
200
+ */
201
+ readonly smbAccessBasedEnumeration: pulumi.Output<string | undefined>;
202
+ /**
203
+ * Enables continuously available share property for smb volume. Only applicable for SMB volume
204
+ */
205
+ readonly smbContinuouslyAvailable: pulumi.Output<boolean | undefined>;
206
+ /**
207
+ * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
208
+ */
209
+ readonly smbEncryption: pulumi.Output<boolean | undefined>;
210
+ /**
211
+ * Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
212
+ */
213
+ readonly smbNonBrowsable: pulumi.Output<string | undefined>;
214
+ /**
215
+ * If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
216
+ */
217
+ readonly snapshotDirectoryVisible: pulumi.Output<boolean | undefined>;
218
+ /**
219
+ * UUID v4 or resource identifier used to identify the Snapshot.
220
+ */
221
+ readonly snapshotId: pulumi.Output<string | undefined>;
222
+ /**
223
+ * Provides storage to network proximity information for the volume.
224
+ */
225
+ readonly storageToNetworkProximity: pulumi.Output<string>;
226
+ /**
227
+ * The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
228
+ */
229
+ readonly subnetId: pulumi.Output<string>;
230
+ /**
231
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
232
+ */
233
+ readonly systemData: pulumi.Output<outputs.netapp.v20230701preview.SystemDataResponse>;
234
+ /**
235
+ * T2 network information
236
+ */
237
+ readonly t2Network: pulumi.Output<string>;
238
+ /**
239
+ * Resource tags.
240
+ */
241
+ readonly tags: pulumi.Output<{
242
+ [key: string]: string;
243
+ } | undefined>;
244
+ readonly throughputMibps: pulumi.Output<number | undefined>;
245
+ /**
246
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
247
+ */
248
+ readonly type: pulumi.Output<string>;
249
+ /**
250
+ * UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
251
+ */
252
+ readonly unixPermissions: pulumi.Output<string | undefined>;
253
+ /**
254
+ * Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
255
+ */
256
+ readonly usageThreshold: pulumi.Output<number>;
257
+ /**
258
+ * Volume Group Name
259
+ */
260
+ readonly volumeGroupName: pulumi.Output<string>;
261
+ /**
262
+ * Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
263
+ */
264
+ readonly volumeSpecName: pulumi.Output<string | undefined>;
265
+ /**
266
+ * What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
267
+ */
268
+ readonly volumeType: pulumi.Output<string | undefined>;
269
+ /**
270
+ * Availability Zone
271
+ */
272
+ readonly zones: pulumi.Output<string[] | undefined>;
273
+ /**
274
+ * Create a Volume resource with the given unique name, arguments, and options.
275
+ *
276
+ * @param name The _unique_ name of the resource.
277
+ * @param args The arguments to use to populate this resource's properties.
278
+ * @param opts A bag of options that control this resource's behavior.
279
+ */
280
+ constructor(name: string, args: VolumeArgs, opts?: pulumi.CustomResourceOptions);
281
+ }
282
+ /**
283
+ * The set of arguments for constructing a Volume resource.
284
+ */
285
+ export interface VolumeArgs {
286
+ /**
287
+ * The name of the NetApp account
288
+ */
289
+ accountName: pulumi.Input<string>;
290
+ /**
291
+ * Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
292
+ */
293
+ avsDataStore?: pulumi.Input<string | enums.netapp.v20230701preview.AvsDataStore>;
294
+ /**
295
+ * UUID v4 or resource identifier used to identify the Backup.
296
+ */
297
+ backupId?: pulumi.Input<string>;
298
+ /**
299
+ * Pool Resource Id used in case of creating a volume through volume group
300
+ */
301
+ capacityPoolResourceId?: pulumi.Input<string>;
302
+ /**
303
+ * Specifies whether Cool Access(tiering) is enabled for the volume.
304
+ */
305
+ coolAccess?: pulumi.Input<boolean>;
306
+ /**
307
+ * coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
308
+ * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
309
+ * OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
310
+ * Never - No client-driven data is pulled from cool tier to standard storage.
311
+ */
312
+ coolAccessRetrievalPolicy?: pulumi.Input<string | enums.netapp.v20230701preview.CoolAccessRetrievalPolicy>;
313
+ /**
314
+ * Specifies the number of days after which data that is not accessed by clients will be tiered.
315
+ */
316
+ coolnessPeriod?: pulumi.Input<number>;
317
+ /**
318
+ * A unique file path for the volume. Used when creating mount targets
319
+ */
320
+ creationToken: pulumi.Input<string>;
321
+ /**
322
+ * DataProtection type volumes include an object containing details of the replication
323
+ */
324
+ dataProtection?: pulumi.Input<inputs.netapp.v20230701preview.VolumePropertiesDataProtectionArgs>;
325
+ /**
326
+ * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
327
+ */
328
+ defaultGroupQuotaInKiBs?: pulumi.Input<number>;
329
+ /**
330
+ * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
331
+ */
332
+ defaultUserQuotaInKiBs?: pulumi.Input<number>;
333
+ /**
334
+ * If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
335
+ */
336
+ deleteBaseSnapshot?: pulumi.Input<boolean>;
337
+ /**
338
+ * Flag indicating whether subvolume operations are enabled on the volume
339
+ */
340
+ enableSubvolumes?: pulumi.Input<string | enums.netapp.v20230701preview.EnableSubvolumes>;
341
+ /**
342
+ * Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
343
+ */
344
+ encryptionKeySource?: pulumi.Input<string | enums.netapp.v20230701preview.EncryptionKeySource>;
345
+ /**
346
+ * Set of export policy rules
347
+ */
348
+ exportPolicy?: pulumi.Input<inputs.netapp.v20230701preview.VolumePropertiesExportPolicyArgs>;
349
+ /**
350
+ * Specifies if default quota is enabled for the volume.
351
+ */
352
+ isDefaultQuotaEnabled?: pulumi.Input<boolean>;
353
+ /**
354
+ * Specifies whether volume is a Large Volume or Regular Volume.
355
+ */
356
+ isLargeVolume?: pulumi.Input<boolean>;
357
+ /**
358
+ * Restoring
359
+ */
360
+ isRestoring?: pulumi.Input<boolean>;
361
+ /**
362
+ * Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
363
+ */
364
+ kerberosEnabled?: pulumi.Input<boolean>;
365
+ /**
366
+ * The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
367
+ */
368
+ keyVaultPrivateEndpointResourceId?: pulumi.Input<string>;
369
+ /**
370
+ * Specifies whether LDAP is enabled or not for a given NFS volume.
371
+ */
372
+ ldapEnabled?: pulumi.Input<boolean>;
373
+ /**
374
+ * The geo-location where the resource lives
375
+ */
376
+ location?: pulumi.Input<string>;
377
+ /**
378
+ * Network features available to the volume, or current state of update.
379
+ */
380
+ networkFeatures?: pulumi.Input<string | enums.netapp.v20230701preview.NetworkFeatures>;
381
+ /**
382
+ * Application specific placement rules for the particular volume
383
+ */
384
+ placementRules?: pulumi.Input<pulumi.Input<inputs.netapp.v20230701preview.PlacementKeyValuePairsArgs>[]>;
385
+ /**
386
+ * The name of the capacity pool
387
+ */
388
+ poolName: pulumi.Input<string>;
389
+ /**
390
+ * Set of protocol types, default NFSv3, CIFS for SMB protocol
391
+ */
392
+ protocolTypes?: pulumi.Input<pulumi.Input<string>[]>;
393
+ /**
394
+ * Proximity placement group associated with the volume
395
+ */
396
+ proximityPlacementGroup?: pulumi.Input<string>;
397
+ /**
398
+ * The name of the resource group. The name is case insensitive.
399
+ */
400
+ resourceGroupName: pulumi.Input<string>;
401
+ /**
402
+ * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
403
+ */
404
+ securityStyle?: pulumi.Input<string | enums.netapp.v20230701preview.SecurityStyle>;
405
+ /**
406
+ * The service level of the file system
407
+ */
408
+ serviceLevel?: pulumi.Input<string | enums.netapp.v20230701preview.ServiceLevel>;
409
+ /**
410
+ * Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
411
+ */
412
+ smbAccessBasedEnumeration?: pulumi.Input<string | enums.netapp.v20230701preview.SmbAccessBasedEnumeration>;
413
+ /**
414
+ * Enables continuously available share property for smb volume. Only applicable for SMB volume
415
+ */
416
+ smbContinuouslyAvailable?: pulumi.Input<boolean>;
417
+ /**
418
+ * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
419
+ */
420
+ smbEncryption?: pulumi.Input<boolean>;
421
+ /**
422
+ * Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
423
+ */
424
+ smbNonBrowsable?: pulumi.Input<string | enums.netapp.v20230701preview.SmbNonBrowsable>;
425
+ /**
426
+ * If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
427
+ */
428
+ snapshotDirectoryVisible?: pulumi.Input<boolean>;
429
+ /**
430
+ * UUID v4 or resource identifier used to identify the Snapshot.
431
+ */
432
+ snapshotId?: pulumi.Input<string>;
433
+ /**
434
+ * The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
435
+ */
436
+ subnetId: pulumi.Input<string>;
437
+ /**
438
+ * Resource tags.
439
+ */
440
+ tags?: pulumi.Input<{
441
+ [key: string]: pulumi.Input<string>;
442
+ }>;
443
+ throughputMibps?: pulumi.Input<number>;
444
+ /**
445
+ * UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users.
446
+ */
447
+ unixPermissions?: pulumi.Input<string>;
448
+ /**
449
+ * Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
450
+ */
451
+ usageThreshold: pulumi.Input<number>;
452
+ /**
453
+ * The name of the volume
454
+ */
455
+ volumeName?: pulumi.Input<string>;
456
+ /**
457
+ * Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
458
+ */
459
+ volumeSpecName?: pulumi.Input<string>;
460
+ /**
461
+ * What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
462
+ */
463
+ volumeType?: pulumi.Input<string>;
464
+ /**
465
+ * Availability Zone
466
+ */
467
+ zones?: pulumi.Input<pulumi.Input<string>[]>;
468
+ }