pulumi-azure-native 2.58.0a1724260656__py3-none-any.whl → 2.58.0a1724403460__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 (101) hide show
  1. pulumi_azure_native/__init__.py +52 -0
  2. pulumi_azure_native/azurelargeinstance/__init__.py +22 -0
  3. pulumi_azure_native/azurelargeinstance/_enums.py +256 -0
  4. pulumi_azure_native/azurelargeinstance/_inputs.py +646 -0
  5. pulumi_azure_native/azurelargeinstance/azure_large_instance.py +475 -0
  6. pulumi_azure_native/azurelargeinstance/azure_large_storage_instance.py +320 -0
  7. pulumi_azure_native/azurelargeinstance/get_azure_large_instance.py +271 -0
  8. pulumi_azure_native/azurelargeinstance/get_azure_large_storage_instance.py +193 -0
  9. pulumi_azure_native/azurelargeinstance/outputs.py +795 -0
  10. pulumi_azure_native/azurelargeinstance/v20240801preview/__init__.py +14 -0
  11. pulumi_azure_native/azurelargeinstance/v20240801preview/_enums.py +256 -0
  12. pulumi_azure_native/azurelargeinstance/v20240801preview/_inputs.py +646 -0
  13. pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_instance.py +473 -0
  14. pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_storage_instance.py +318 -0
  15. pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_instance.py +269 -0
  16. pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_storage_instance.py +191 -0
  17. pulumi_azure_native/azurelargeinstance/v20240801preview/outputs.py +795 -0
  18. pulumi_azure_native/baremetalinfrastructure/__init__.py +5 -0
  19. pulumi_azure_native/baremetalinfrastructure/_enums.py +74 -0
  20. pulumi_azure_native/baremetalinfrastructure/_inputs.py +368 -0
  21. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_instance.py +502 -0
  22. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +3 -3
  23. pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_instance.py +281 -0
  24. pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_storage_instance.py +2 -2
  25. pulumi_azure_native/baremetalinfrastructure/outputs.py +351 -0
  26. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  27. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +1 -1
  28. pulumi_azure_native/baremetalinfrastructure/v20231101preview/azure_bare_metal_storage_instance.py +1 -1
  29. pulumi_azure_native/baremetalinfrastructure/v20240801preview/__init__.py +14 -0
  30. pulumi_azure_native/baremetalinfrastructure/v20240801preview/_enums.py +106 -0
  31. pulumi_azure_native/baremetalinfrastructure/v20240801preview/_inputs.py +644 -0
  32. pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_instance.py +500 -0
  33. pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_storage_instance.py +316 -0
  34. pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_instance.py +279 -0
  35. pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_storage_instance.py +188 -0
  36. pulumi_azure_native/baremetalinfrastructure/v20240801preview/outputs.py +726 -0
  37. pulumi_azure_native/batch/__init__.py +3 -0
  38. pulumi_azure_native/batch/application.py +3 -3
  39. pulumi_azure_native/batch/application_package.py +3 -3
  40. pulumi_azure_native/batch/batch_account.py +3 -3
  41. pulumi_azure_native/batch/get_application.py +2 -2
  42. pulumi_azure_native/batch/get_application_package.py +2 -2
  43. pulumi_azure_native/batch/get_batch_account.py +2 -2
  44. pulumi_azure_native/batch/get_pool.py +2 -2
  45. pulumi_azure_native/batch/list_batch_account_keys.py +2 -2
  46. pulumi_azure_native/batch/pool.py +3 -3
  47. pulumi_azure_native/batch/v20220101/batch_account.py +1 -1
  48. pulumi_azure_native/batch/v20230501/application.py +1 -1
  49. pulumi_azure_native/batch/v20230501/application_package.py +1 -1
  50. pulumi_azure_native/batch/v20230501/batch_account.py +1 -1
  51. pulumi_azure_native/batch/v20230501/pool.py +1 -1
  52. pulumi_azure_native/batch/v20231101/application.py +1 -1
  53. pulumi_azure_native/batch/v20231101/application_package.py +1 -1
  54. pulumi_azure_native/batch/v20231101/batch_account.py +1 -1
  55. pulumi_azure_native/batch/v20231101/pool.py +1 -1
  56. pulumi_azure_native/batch/v20240201/application.py +1 -1
  57. pulumi_azure_native/batch/v20240201/application_package.py +1 -1
  58. pulumi_azure_native/batch/v20240201/batch_account.py +1 -1
  59. pulumi_azure_native/batch/v20240201/pool.py +1 -1
  60. pulumi_azure_native/batch/v20240701/__init__.py +19 -0
  61. pulumi_azure_native/batch/v20240701/_enums.py +510 -0
  62. pulumi_azure_native/batch/v20240701/_inputs.py +4319 -0
  63. pulumi_azure_native/batch/v20240701/application.py +305 -0
  64. pulumi_azure_native/batch/v20240701/application_package.py +289 -0
  65. pulumi_azure_native/batch/v20240701/batch_account.py +545 -0
  66. pulumi_azure_native/batch/v20240701/get_application.py +179 -0
  67. pulumi_azure_native/batch/v20240701/get_application_package.py +210 -0
  68. pulumi_azure_native/batch/v20240701/get_batch_account.py +364 -0
  69. pulumi_azure_native/batch/v20240701/get_pool.py +503 -0
  70. pulumi_azure_native/batch/v20240701/list_batch_account_keys.py +109 -0
  71. pulumi_azure_native/batch/v20240701/outputs.py +4161 -0
  72. pulumi_azure_native/batch/v20240701/pool.py +854 -0
  73. pulumi_azure_native/hardwaresecuritymodules/__init__.py +3 -0
  74. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
  75. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
  76. pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +5 -1
  77. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
  78. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
  79. pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +4 -0
  80. pulumi_azure_native/hardwaresecuritymodules/v20211130/dedicated_hsm.py +1 -1
  81. pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster.py +1 -1
  82. pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
  83. pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster.py +1 -1
  84. pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/__init__.py +16 -0
  86. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_enums.py +100 -0
  87. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_inputs.py +405 -0
  88. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +428 -0
  89. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster_private_endpoint_connection.py +262 -0
  90. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/dedicated_hsm.py +394 -0
  91. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +279 -0
  92. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster_private_endpoint_connection.py +193 -0
  93. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_dedicated_hsm.py +240 -0
  94. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/outputs.py +772 -0
  95. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +20 -0
  96. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +12 -11
  97. pulumi_azure_native/pulumi-plugin.json +1 -1
  98. {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/METADATA +1 -1
  99. {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/RECORD +101 -52
  100. {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/WHEEL +0 -0
  101. {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,795 @@
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
+
19
+ __all__ = [
20
+ 'DiskResponse',
21
+ 'HardwareProfileResponse',
22
+ 'IpAddressResponse',
23
+ 'ManagedServiceIdentityResponse',
24
+ 'NetworkProfileResponse',
25
+ 'OsProfileResponse',
26
+ 'StorageBillingPropertiesResponse',
27
+ 'StorageProfileResponse',
28
+ 'StoragePropertiesResponse',
29
+ 'SystemDataResponse',
30
+ 'UserAssignedIdentityResponse',
31
+ ]
32
+
33
+ @pulumi.output_type
34
+ class DiskResponse(dict):
35
+ """
36
+ Specifies the disk information fo the Azure Large Instance
37
+ """
38
+ @staticmethod
39
+ def __key_warning(key: str):
40
+ suggest = None
41
+ if key == "diskSizeGB":
42
+ suggest = "disk_size_gb"
43
+
44
+ if suggest:
45
+ pulumi.log.warn(f"Key '{key}' not found in DiskResponse. Access the value via the '{suggest}' property getter instead.")
46
+
47
+ def __getitem__(self, key: str) -> Any:
48
+ DiskResponse.__key_warning(key)
49
+ return super().__getitem__(key)
50
+
51
+ def get(self, key: str, default = None) -> Any:
52
+ DiskResponse.__key_warning(key)
53
+ return super().get(key, default)
54
+
55
+ def __init__(__self__, *,
56
+ lun: int,
57
+ disk_size_gb: Optional[int] = None,
58
+ name: Optional[str] = None):
59
+ """
60
+ Specifies the disk information fo the Azure Large Instance
61
+ :param int lun: Specifies the logical unit number of the data disk. This value is used to
62
+ identify data disks within the VM and therefore must be unique for each data
63
+ disk attached to a VM.
64
+ :param int disk_size_gb: Specifies the size of an empty data disk in gigabytes.
65
+ :param str name: The disk name.
66
+ """
67
+ pulumi.set(__self__, "lun", lun)
68
+ if disk_size_gb is not None:
69
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
70
+ if name is not None:
71
+ pulumi.set(__self__, "name", name)
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def lun(self) -> int:
76
+ """
77
+ Specifies the logical unit number of the data disk. This value is used to
78
+ identify data disks within the VM and therefore must be unique for each data
79
+ disk attached to a VM.
80
+ """
81
+ return pulumi.get(self, "lun")
82
+
83
+ @property
84
+ @pulumi.getter(name="diskSizeGB")
85
+ def disk_size_gb(self) -> Optional[int]:
86
+ """
87
+ Specifies the size of an empty data disk in gigabytes.
88
+ """
89
+ return pulumi.get(self, "disk_size_gb")
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def name(self) -> Optional[str]:
94
+ """
95
+ The disk name.
96
+ """
97
+ return pulumi.get(self, "name")
98
+
99
+
100
+ @pulumi.output_type
101
+ class HardwareProfileResponse(dict):
102
+ """
103
+ Specifies the hardware settings for the Azure Large Instance.
104
+ """
105
+ @staticmethod
106
+ def __key_warning(key: str):
107
+ suggest = None
108
+ if key == "azureLargeInstanceSize":
109
+ suggest = "azure_large_instance_size"
110
+ elif key == "hardwareType":
111
+ suggest = "hardware_type"
112
+
113
+ if suggest:
114
+ pulumi.log.warn(f"Key '{key}' not found in HardwareProfileResponse. Access the value via the '{suggest}' property getter instead.")
115
+
116
+ def __getitem__(self, key: str) -> Any:
117
+ HardwareProfileResponse.__key_warning(key)
118
+ return super().__getitem__(key)
119
+
120
+ def get(self, key: str, default = None) -> Any:
121
+ HardwareProfileResponse.__key_warning(key)
122
+ return super().get(key, default)
123
+
124
+ def __init__(__self__, *,
125
+ azure_large_instance_size: Optional[str] = None,
126
+ hardware_type: Optional[str] = None):
127
+ """
128
+ Specifies the hardware settings for the Azure Large Instance.
129
+ :param str azure_large_instance_size: Specifies the Azure Large Instance SKU.
130
+ :param str hardware_type: Name of the hardware type (vendor and/or their product name)
131
+ """
132
+ if azure_large_instance_size is not None:
133
+ pulumi.set(__self__, "azure_large_instance_size", azure_large_instance_size)
134
+ if hardware_type is not None:
135
+ pulumi.set(__self__, "hardware_type", hardware_type)
136
+
137
+ @property
138
+ @pulumi.getter(name="azureLargeInstanceSize")
139
+ def azure_large_instance_size(self) -> Optional[str]:
140
+ """
141
+ Specifies the Azure Large Instance SKU.
142
+ """
143
+ return pulumi.get(self, "azure_large_instance_size")
144
+
145
+ @property
146
+ @pulumi.getter(name="hardwareType")
147
+ def hardware_type(self) -> Optional[str]:
148
+ """
149
+ Name of the hardware type (vendor and/or their product name)
150
+ """
151
+ return pulumi.get(self, "hardware_type")
152
+
153
+
154
+ @pulumi.output_type
155
+ class IpAddressResponse(dict):
156
+ """
157
+ Specifies the IP address of the network interface.
158
+ """
159
+ @staticmethod
160
+ def __key_warning(key: str):
161
+ suggest = None
162
+ if key == "ipAddress":
163
+ suggest = "ip_address"
164
+
165
+ if suggest:
166
+ pulumi.log.warn(f"Key '{key}' not found in IpAddressResponse. Access the value via the '{suggest}' property getter instead.")
167
+
168
+ def __getitem__(self, key: str) -> Any:
169
+ IpAddressResponse.__key_warning(key)
170
+ return super().__getitem__(key)
171
+
172
+ def get(self, key: str, default = None) -> Any:
173
+ IpAddressResponse.__key_warning(key)
174
+ return super().get(key, default)
175
+
176
+ def __init__(__self__, *,
177
+ ip_address: Optional[str] = None):
178
+ """
179
+ Specifies the IP address of the network interface.
180
+ :param str ip_address: Specifies the IP address of the network interface.
181
+ """
182
+ if ip_address is not None:
183
+ pulumi.set(__self__, "ip_address", ip_address)
184
+
185
+ @property
186
+ @pulumi.getter(name="ipAddress")
187
+ def ip_address(self) -> Optional[str]:
188
+ """
189
+ Specifies the IP address of the network interface.
190
+ """
191
+ return pulumi.get(self, "ip_address")
192
+
193
+
194
+ @pulumi.output_type
195
+ class ManagedServiceIdentityResponse(dict):
196
+ """
197
+ Managed service identity (system assigned and/or user assigned identities)
198
+ """
199
+ @staticmethod
200
+ def __key_warning(key: str):
201
+ suggest = None
202
+ if key == "principalId":
203
+ suggest = "principal_id"
204
+ elif key == "tenantId":
205
+ suggest = "tenant_id"
206
+ elif key == "userAssignedIdentities":
207
+ suggest = "user_assigned_identities"
208
+
209
+ if suggest:
210
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
211
+
212
+ def __getitem__(self, key: str) -> Any:
213
+ ManagedServiceIdentityResponse.__key_warning(key)
214
+ return super().__getitem__(key)
215
+
216
+ def get(self, key: str, default = None) -> Any:
217
+ ManagedServiceIdentityResponse.__key_warning(key)
218
+ return super().get(key, default)
219
+
220
+ def __init__(__self__, *,
221
+ principal_id: str,
222
+ tenant_id: str,
223
+ type: str,
224
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
225
+ """
226
+ Managed service identity (system assigned and/or user assigned identities)
227
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
228
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
229
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
230
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
231
+ """
232
+ pulumi.set(__self__, "principal_id", principal_id)
233
+ pulumi.set(__self__, "tenant_id", tenant_id)
234
+ pulumi.set(__self__, "type", type)
235
+ if user_assigned_identities is not None:
236
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
237
+
238
+ @property
239
+ @pulumi.getter(name="principalId")
240
+ def principal_id(self) -> str:
241
+ """
242
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
243
+ """
244
+ return pulumi.get(self, "principal_id")
245
+
246
+ @property
247
+ @pulumi.getter(name="tenantId")
248
+ def tenant_id(self) -> str:
249
+ """
250
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
251
+ """
252
+ return pulumi.get(self, "tenant_id")
253
+
254
+ @property
255
+ @pulumi.getter
256
+ def type(self) -> str:
257
+ """
258
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
259
+ """
260
+ return pulumi.get(self, "type")
261
+
262
+ @property
263
+ @pulumi.getter(name="userAssignedIdentities")
264
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
265
+ """
266
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
267
+ """
268
+ return pulumi.get(self, "user_assigned_identities")
269
+
270
+
271
+ @pulumi.output_type
272
+ class NetworkProfileResponse(dict):
273
+ """
274
+ Specifies the network settings for the Azure Large Instance disks.
275
+ """
276
+ @staticmethod
277
+ def __key_warning(key: str):
278
+ suggest = None
279
+ if key == "circuitId":
280
+ suggest = "circuit_id"
281
+ elif key == "networkInterfaces":
282
+ suggest = "network_interfaces"
283
+
284
+ if suggest:
285
+ pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
286
+
287
+ def __getitem__(self, key: str) -> Any:
288
+ NetworkProfileResponse.__key_warning(key)
289
+ return super().__getitem__(key)
290
+
291
+ def get(self, key: str, default = None) -> Any:
292
+ NetworkProfileResponse.__key_warning(key)
293
+ return super().get(key, default)
294
+
295
+ def __init__(__self__, *,
296
+ circuit_id: Optional[str] = None,
297
+ network_interfaces: Optional[Sequence['outputs.IpAddressResponse']] = None):
298
+ """
299
+ Specifies the network settings for the Azure Large Instance disks.
300
+ :param str circuit_id: Specifies the circuit id for connecting to express route.
301
+ :param Sequence['IpAddressResponse'] network_interfaces: Specifies the network interfaces for the Azure Large Instance.
302
+ """
303
+ if circuit_id is not None:
304
+ pulumi.set(__self__, "circuit_id", circuit_id)
305
+ if network_interfaces is not None:
306
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
307
+
308
+ @property
309
+ @pulumi.getter(name="circuitId")
310
+ def circuit_id(self) -> Optional[str]:
311
+ """
312
+ Specifies the circuit id for connecting to express route.
313
+ """
314
+ return pulumi.get(self, "circuit_id")
315
+
316
+ @property
317
+ @pulumi.getter(name="networkInterfaces")
318
+ def network_interfaces(self) -> Optional[Sequence['outputs.IpAddressResponse']]:
319
+ """
320
+ Specifies the network interfaces for the Azure Large Instance.
321
+ """
322
+ return pulumi.get(self, "network_interfaces")
323
+
324
+
325
+ @pulumi.output_type
326
+ class OsProfileResponse(dict):
327
+ """
328
+ Specifies the operating system settings for the Azure Large Instance.
329
+ """
330
+ @staticmethod
331
+ def __key_warning(key: str):
332
+ suggest = None
333
+ if key == "computerName":
334
+ suggest = "computer_name"
335
+ elif key == "osType":
336
+ suggest = "os_type"
337
+ elif key == "sshPublicKey":
338
+ suggest = "ssh_public_key"
339
+
340
+ if suggest:
341
+ pulumi.log.warn(f"Key '{key}' not found in OsProfileResponse. Access the value via the '{suggest}' property getter instead.")
342
+
343
+ def __getitem__(self, key: str) -> Any:
344
+ OsProfileResponse.__key_warning(key)
345
+ return super().__getitem__(key)
346
+
347
+ def get(self, key: str, default = None) -> Any:
348
+ OsProfileResponse.__key_warning(key)
349
+ return super().get(key, default)
350
+
351
+ def __init__(__self__, *,
352
+ computer_name: Optional[str] = None,
353
+ os_type: Optional[str] = None,
354
+ ssh_public_key: Optional[str] = None,
355
+ version: Optional[str] = None):
356
+ """
357
+ Specifies the operating system settings for the Azure Large Instance.
358
+ :param str computer_name: Specifies the host OS name of the Azure Large Instance.
359
+ :param str os_type: This property allows you to specify the type of the OS.
360
+ :param str ssh_public_key: Specifies the SSH public key used to access the operating system.
361
+ :param str version: Specifies version of operating system.
362
+ """
363
+ if computer_name is not None:
364
+ pulumi.set(__self__, "computer_name", computer_name)
365
+ if os_type is not None:
366
+ pulumi.set(__self__, "os_type", os_type)
367
+ if ssh_public_key is not None:
368
+ pulumi.set(__self__, "ssh_public_key", ssh_public_key)
369
+ if version is not None:
370
+ pulumi.set(__self__, "version", version)
371
+
372
+ @property
373
+ @pulumi.getter(name="computerName")
374
+ def computer_name(self) -> Optional[str]:
375
+ """
376
+ Specifies the host OS name of the Azure Large Instance.
377
+ """
378
+ return pulumi.get(self, "computer_name")
379
+
380
+ @property
381
+ @pulumi.getter(name="osType")
382
+ def os_type(self) -> Optional[str]:
383
+ """
384
+ This property allows you to specify the type of the OS.
385
+ """
386
+ return pulumi.get(self, "os_type")
387
+
388
+ @property
389
+ @pulumi.getter(name="sshPublicKey")
390
+ def ssh_public_key(self) -> Optional[str]:
391
+ """
392
+ Specifies the SSH public key used to access the operating system.
393
+ """
394
+ return pulumi.get(self, "ssh_public_key")
395
+
396
+ @property
397
+ @pulumi.getter
398
+ def version(self) -> Optional[str]:
399
+ """
400
+ Specifies version of operating system.
401
+ """
402
+ return pulumi.get(self, "version")
403
+
404
+
405
+ @pulumi.output_type
406
+ class StorageBillingPropertiesResponse(dict):
407
+ """
408
+ Describes the billing related details of the AzureLargeStorageInstance.
409
+ """
410
+ @staticmethod
411
+ def __key_warning(key: str):
412
+ suggest = None
413
+ if key == "billingMode":
414
+ suggest = "billing_mode"
415
+
416
+ if suggest:
417
+ pulumi.log.warn(f"Key '{key}' not found in StorageBillingPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
418
+
419
+ def __getitem__(self, key: str) -> Any:
420
+ StorageBillingPropertiesResponse.__key_warning(key)
421
+ return super().__getitem__(key)
422
+
423
+ def get(self, key: str, default = None) -> Any:
424
+ StorageBillingPropertiesResponse.__key_warning(key)
425
+ return super().get(key, default)
426
+
427
+ def __init__(__self__, *,
428
+ billing_mode: Optional[str] = None,
429
+ sku: Optional[str] = None):
430
+ """
431
+ Describes the billing related details of the AzureLargeStorageInstance.
432
+ :param str billing_mode: the billing mode for the storage instance
433
+ :param str sku: the SKU type that is provisioned
434
+ """
435
+ if billing_mode is not None:
436
+ pulumi.set(__self__, "billing_mode", billing_mode)
437
+ if sku is not None:
438
+ pulumi.set(__self__, "sku", sku)
439
+
440
+ @property
441
+ @pulumi.getter(name="billingMode")
442
+ def billing_mode(self) -> Optional[str]:
443
+ """
444
+ the billing mode for the storage instance
445
+ """
446
+ return pulumi.get(self, "billing_mode")
447
+
448
+ @property
449
+ @pulumi.getter
450
+ def sku(self) -> Optional[str]:
451
+ """
452
+ the SKU type that is provisioned
453
+ """
454
+ return pulumi.get(self, "sku")
455
+
456
+
457
+ @pulumi.output_type
458
+ class StorageProfileResponse(dict):
459
+ """
460
+ Specifies the storage settings for the Azure Large Instance disks.
461
+ """
462
+ @staticmethod
463
+ def __key_warning(key: str):
464
+ suggest = None
465
+ if key == "nfsIpAddress":
466
+ suggest = "nfs_ip_address"
467
+ elif key == "osDisks":
468
+ suggest = "os_disks"
469
+
470
+ if suggest:
471
+ pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
472
+
473
+ def __getitem__(self, key: str) -> Any:
474
+ StorageProfileResponse.__key_warning(key)
475
+ return super().__getitem__(key)
476
+
477
+ def get(self, key: str, default = None) -> Any:
478
+ StorageProfileResponse.__key_warning(key)
479
+ return super().get(key, default)
480
+
481
+ def __init__(__self__, *,
482
+ nfs_ip_address: Optional[str] = None,
483
+ os_disks: Optional[Sequence['outputs.DiskResponse']] = None):
484
+ """
485
+ Specifies the storage settings for the Azure Large Instance disks.
486
+ :param str nfs_ip_address: IP Address to connect to storage.
487
+ :param Sequence['DiskResponse'] os_disks: Specifies information about the operating system disk used by Azure Large
488
+ Instance.
489
+ """
490
+ if nfs_ip_address is not None:
491
+ pulumi.set(__self__, "nfs_ip_address", nfs_ip_address)
492
+ if os_disks is not None:
493
+ pulumi.set(__self__, "os_disks", os_disks)
494
+
495
+ @property
496
+ @pulumi.getter(name="nfsIpAddress")
497
+ def nfs_ip_address(self) -> Optional[str]:
498
+ """
499
+ IP Address to connect to storage.
500
+ """
501
+ return pulumi.get(self, "nfs_ip_address")
502
+
503
+ @property
504
+ @pulumi.getter(name="osDisks")
505
+ def os_disks(self) -> Optional[Sequence['outputs.DiskResponse']]:
506
+ """
507
+ Specifies information about the operating system disk used by Azure Large
508
+ Instance.
509
+ """
510
+ return pulumi.get(self, "os_disks")
511
+
512
+
513
+ @pulumi.output_type
514
+ class StoragePropertiesResponse(dict):
515
+ """
516
+ described the storage properties of the azure large storage instance
517
+ """
518
+ @staticmethod
519
+ def __key_warning(key: str):
520
+ suggest = None
521
+ if key == "provisioningState":
522
+ suggest = "provisioning_state"
523
+ elif key == "hardwareType":
524
+ suggest = "hardware_type"
525
+ elif key == "offeringType":
526
+ suggest = "offering_type"
527
+ elif key == "storageBillingProperties":
528
+ suggest = "storage_billing_properties"
529
+ elif key == "storageType":
530
+ suggest = "storage_type"
531
+ elif key == "workloadType":
532
+ suggest = "workload_type"
533
+
534
+ if suggest:
535
+ pulumi.log.warn(f"Key '{key}' not found in StoragePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
536
+
537
+ def __getitem__(self, key: str) -> Any:
538
+ StoragePropertiesResponse.__key_warning(key)
539
+ return super().__getitem__(key)
540
+
541
+ def get(self, key: str, default = None) -> Any:
542
+ StoragePropertiesResponse.__key_warning(key)
543
+ return super().get(key, default)
544
+
545
+ def __init__(__self__, *,
546
+ provisioning_state: str,
547
+ generation: Optional[str] = None,
548
+ hardware_type: Optional[str] = None,
549
+ offering_type: Optional[str] = None,
550
+ storage_billing_properties: Optional['outputs.StorageBillingPropertiesResponse'] = None,
551
+ storage_type: Optional[str] = None,
552
+ workload_type: Optional[str] = None):
553
+ """
554
+ described the storage properties of the azure large storage instance
555
+ :param str provisioning_state: State of provisioning of the AzureLargeStorageInstance
556
+ :param str generation: the kind of storage instance
557
+ :param str hardware_type: the hardware type of the storage instance
558
+ :param str offering_type: the offering type for which the resource is getting provisioned
559
+ :param 'StorageBillingPropertiesResponse' storage_billing_properties: the billing related information for the resource
560
+ :param str storage_type: the storage protocol for which the resource is getting provisioned
561
+ :param str workload_type: the workload for which the resource is getting provisioned
562
+ """
563
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
564
+ if generation is not None:
565
+ pulumi.set(__self__, "generation", generation)
566
+ if hardware_type is not None:
567
+ pulumi.set(__self__, "hardware_type", hardware_type)
568
+ if offering_type is not None:
569
+ pulumi.set(__self__, "offering_type", offering_type)
570
+ if storage_billing_properties is not None:
571
+ pulumi.set(__self__, "storage_billing_properties", storage_billing_properties)
572
+ if storage_type is not None:
573
+ pulumi.set(__self__, "storage_type", storage_type)
574
+ if workload_type is not None:
575
+ pulumi.set(__self__, "workload_type", workload_type)
576
+
577
+ @property
578
+ @pulumi.getter(name="provisioningState")
579
+ def provisioning_state(self) -> str:
580
+ """
581
+ State of provisioning of the AzureLargeStorageInstance
582
+ """
583
+ return pulumi.get(self, "provisioning_state")
584
+
585
+ @property
586
+ @pulumi.getter
587
+ def generation(self) -> Optional[str]:
588
+ """
589
+ the kind of storage instance
590
+ """
591
+ return pulumi.get(self, "generation")
592
+
593
+ @property
594
+ @pulumi.getter(name="hardwareType")
595
+ def hardware_type(self) -> Optional[str]:
596
+ """
597
+ the hardware type of the storage instance
598
+ """
599
+ return pulumi.get(self, "hardware_type")
600
+
601
+ @property
602
+ @pulumi.getter(name="offeringType")
603
+ def offering_type(self) -> Optional[str]:
604
+ """
605
+ the offering type for which the resource is getting provisioned
606
+ """
607
+ return pulumi.get(self, "offering_type")
608
+
609
+ @property
610
+ @pulumi.getter(name="storageBillingProperties")
611
+ def storage_billing_properties(self) -> Optional['outputs.StorageBillingPropertiesResponse']:
612
+ """
613
+ the billing related information for the resource
614
+ """
615
+ return pulumi.get(self, "storage_billing_properties")
616
+
617
+ @property
618
+ @pulumi.getter(name="storageType")
619
+ def storage_type(self) -> Optional[str]:
620
+ """
621
+ the storage protocol for which the resource is getting provisioned
622
+ """
623
+ return pulumi.get(self, "storage_type")
624
+
625
+ @property
626
+ @pulumi.getter(name="workloadType")
627
+ def workload_type(self) -> Optional[str]:
628
+ """
629
+ the workload for which the resource is getting provisioned
630
+ """
631
+ return pulumi.get(self, "workload_type")
632
+
633
+
634
+ @pulumi.output_type
635
+ class SystemDataResponse(dict):
636
+ """
637
+ Metadata pertaining to creation and last modification of the resource.
638
+ """
639
+ @staticmethod
640
+ def __key_warning(key: str):
641
+ suggest = None
642
+ if key == "createdAt":
643
+ suggest = "created_at"
644
+ elif key == "createdBy":
645
+ suggest = "created_by"
646
+ elif key == "createdByType":
647
+ suggest = "created_by_type"
648
+ elif key == "lastModifiedAt":
649
+ suggest = "last_modified_at"
650
+ elif key == "lastModifiedBy":
651
+ suggest = "last_modified_by"
652
+ elif key == "lastModifiedByType":
653
+ suggest = "last_modified_by_type"
654
+
655
+ if suggest:
656
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
657
+
658
+ def __getitem__(self, key: str) -> Any:
659
+ SystemDataResponse.__key_warning(key)
660
+ return super().__getitem__(key)
661
+
662
+ def get(self, key: str, default = None) -> Any:
663
+ SystemDataResponse.__key_warning(key)
664
+ return super().get(key, default)
665
+
666
+ def __init__(__self__, *,
667
+ created_at: Optional[str] = None,
668
+ created_by: Optional[str] = None,
669
+ created_by_type: Optional[str] = None,
670
+ last_modified_at: Optional[str] = None,
671
+ last_modified_by: Optional[str] = None,
672
+ last_modified_by_type: Optional[str] = None):
673
+ """
674
+ Metadata pertaining to creation and last modification of the resource.
675
+ :param str created_at: The timestamp of resource creation (UTC).
676
+ :param str created_by: The identity that created the resource.
677
+ :param str created_by_type: The type of identity that created the resource.
678
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
679
+ :param str last_modified_by: The identity that last modified the resource.
680
+ :param str last_modified_by_type: The type of identity that last modified the resource.
681
+ """
682
+ if created_at is not None:
683
+ pulumi.set(__self__, "created_at", created_at)
684
+ if created_by is not None:
685
+ pulumi.set(__self__, "created_by", created_by)
686
+ if created_by_type is not None:
687
+ pulumi.set(__self__, "created_by_type", created_by_type)
688
+ if last_modified_at is not None:
689
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
690
+ if last_modified_by is not None:
691
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
692
+ if last_modified_by_type is not None:
693
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
694
+
695
+ @property
696
+ @pulumi.getter(name="createdAt")
697
+ def created_at(self) -> Optional[str]:
698
+ """
699
+ The timestamp of resource creation (UTC).
700
+ """
701
+ return pulumi.get(self, "created_at")
702
+
703
+ @property
704
+ @pulumi.getter(name="createdBy")
705
+ def created_by(self) -> Optional[str]:
706
+ """
707
+ The identity that created the resource.
708
+ """
709
+ return pulumi.get(self, "created_by")
710
+
711
+ @property
712
+ @pulumi.getter(name="createdByType")
713
+ def created_by_type(self) -> Optional[str]:
714
+ """
715
+ The type of identity that created the resource.
716
+ """
717
+ return pulumi.get(self, "created_by_type")
718
+
719
+ @property
720
+ @pulumi.getter(name="lastModifiedAt")
721
+ def last_modified_at(self) -> Optional[str]:
722
+ """
723
+ The timestamp of resource last modification (UTC)
724
+ """
725
+ return pulumi.get(self, "last_modified_at")
726
+
727
+ @property
728
+ @pulumi.getter(name="lastModifiedBy")
729
+ def last_modified_by(self) -> Optional[str]:
730
+ """
731
+ The identity that last modified the resource.
732
+ """
733
+ return pulumi.get(self, "last_modified_by")
734
+
735
+ @property
736
+ @pulumi.getter(name="lastModifiedByType")
737
+ def last_modified_by_type(self) -> Optional[str]:
738
+ """
739
+ The type of identity that last modified the resource.
740
+ """
741
+ return pulumi.get(self, "last_modified_by_type")
742
+
743
+
744
+ @pulumi.output_type
745
+ class UserAssignedIdentityResponse(dict):
746
+ """
747
+ User assigned identity properties
748
+ """
749
+ @staticmethod
750
+ def __key_warning(key: str):
751
+ suggest = None
752
+ if key == "clientId":
753
+ suggest = "client_id"
754
+ elif key == "principalId":
755
+ suggest = "principal_id"
756
+
757
+ if suggest:
758
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
759
+
760
+ def __getitem__(self, key: str) -> Any:
761
+ UserAssignedIdentityResponse.__key_warning(key)
762
+ return super().__getitem__(key)
763
+
764
+ def get(self, key: str, default = None) -> Any:
765
+ UserAssignedIdentityResponse.__key_warning(key)
766
+ return super().get(key, default)
767
+
768
+ def __init__(__self__, *,
769
+ client_id: str,
770
+ principal_id: str):
771
+ """
772
+ User assigned identity properties
773
+ :param str client_id: The client ID of the assigned identity.
774
+ :param str principal_id: The principal ID of the assigned identity.
775
+ """
776
+ pulumi.set(__self__, "client_id", client_id)
777
+ pulumi.set(__self__, "principal_id", principal_id)
778
+
779
+ @property
780
+ @pulumi.getter(name="clientId")
781
+ def client_id(self) -> str:
782
+ """
783
+ The client ID of the assigned identity.
784
+ """
785
+ return pulumi.get(self, "client_id")
786
+
787
+ @property
788
+ @pulumi.getter(name="principalId")
789
+ def principal_id(self) -> str:
790
+ """
791
+ The principal ID of the assigned identity.
792
+ """
793
+ return pulumi.get(self, "principal_id")
794
+
795
+