pulumi-azure-native 2.71.0__py3-none-any.whl → 2.71.0a1730993707__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 (125) hide show
  1. pulumi_azure_native/__init__.py +0 -14
  2. pulumi_azure_native/datafactory/_inputs.py +0 -360
  3. pulumi_azure_native/datafactory/outputs.py +2 -240
  4. pulumi_azure_native/datafactory/v20180601/_inputs.py +0 -360
  5. pulumi_azure_native/datafactory/v20180601/outputs.py +2 -240
  6. pulumi_azure_native/machinelearningservices/_inputs.py +110 -2
  7. pulumi_azure_native/machinelearningservices/outputs.py +104 -2
  8. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +110 -2
  9. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +104 -2
  10. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +110 -2
  11. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +104 -2
  12. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +110 -2
  13. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +104 -2
  14. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +110 -2
  15. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +104 -2
  16. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +110 -2
  17. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +104 -2
  18. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +110 -2
  19. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +104 -2
  20. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +110 -2
  21. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +104 -2
  22. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +110 -2
  23. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +104 -2
  24. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +110 -2
  25. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +104 -2
  26. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  27. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +12 -16
  28. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +8 -12
  29. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  30. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +12 -16
  31. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +8 -12
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. pulumi_azure_native/recoveryservices/__init__.py +0 -3
  34. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  35. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  36. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  37. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  38. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  39. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  40. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  41. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  42. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  43. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  44. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  45. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  46. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  47. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  48. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  50. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  51. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  52. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  53. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  54. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  55. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  57. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  58. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  59. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  60. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  61. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  62. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  64. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  65. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  66. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  67. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  68. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  69. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  71. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  72. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  73. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  74. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  75. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  76. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  78. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  79. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  80. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  81. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  82. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  83. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  85. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  86. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  87. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  88. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  89. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  90. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
  92. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
  93. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
  94. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
  95. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
  96. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
  103. pulumi_azure_native/recoveryservices/vault.py +3 -3
  104. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/METADATA +1 -1
  105. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/RECORD +107 -125
  106. pulumi_azure_native/recoveryservices/v20241001/__init__.py +0 -24
  107. pulumi_azure_native/recoveryservices/v20241001/_enums.py +0 -470
  108. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +0 -15874
  109. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +0 -177
  110. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +0 -197
  111. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +0 -183
  112. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +0 -185
  113. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +0 -179
  114. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +0 -172
  115. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +0 -213
  116. pulumi_azure_native/recoveryservices/v20241001/outputs.py +0 -14414
  117. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +0 -298
  118. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +0 -340
  119. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +0 -319
  120. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +0 -319
  121. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +0 -298
  122. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +0 -290
  123. pulumi_azure_native/recoveryservices/v20241001/vault.py +0 -326
  124. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/WHEEL +0 -0
  125. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/top_level.txt +0 -0
@@ -1,24 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .get_private_endpoint_connection import *
10
- from .get_protected_item import *
11
- from .get_protection_container import *
12
- from .get_protection_intent import *
13
- from .get_protection_policy import *
14
- from .get_resource_guard_proxy import *
15
- from .get_vault import *
16
- from .private_endpoint_connection import *
17
- from .protected_item import *
18
- from .protection_container import *
19
- from .protection_intent import *
20
- from .protection_policy import *
21
- from .resource_guard_proxy import *
22
- from .vault import *
23
- from ._inputs import *
24
- from . import outputs
@@ -1,470 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'AcquireStorageAccountLock',
9
- 'AlertsState',
10
- 'BackupItemType',
11
- 'BackupManagementType',
12
- 'CreateMode',
13
- 'CrossRegionRestore',
14
- 'CrossSubscriptionRestoreState',
15
- 'DayOfWeek',
16
- 'EnhancedSecurityState',
17
- 'IAASVMPolicyType',
18
- 'IaasVMSnapshotConsistencyType',
19
- 'ImmutabilityState',
20
- 'InfrastructureEncryptionState',
21
- 'LastBackupStatus',
22
- 'MonthOfYear',
23
- 'OperationType',
24
- 'PolicyType',
25
- 'PrivateEndpointConnectionStatus',
26
- 'ProtectableContainerType',
27
- 'ProtectedItemHealthStatus',
28
- 'ProtectedItemState',
29
- 'ProtectionIntentItemType',
30
- 'ProtectionState',
31
- 'ProtectionStatus',
32
- 'ProvisioningState',
33
- 'PublicNetworkAccess',
34
- 'ResourceHealthStatus',
35
- 'ResourceIdentityType',
36
- 'RetentionDurationType',
37
- 'RetentionScheduleFormat',
38
- 'ScheduleRunType',
39
- 'SkuName',
40
- 'SoftDeleteState',
41
- 'StandardTierStorageRedundancy',
42
- 'TieringMode',
43
- 'VaultSubResourceType',
44
- 'WeekOfMonth',
45
- 'WorkloadItemType',
46
- 'WorkloadType',
47
- ]
48
-
49
-
50
- class AcquireStorageAccountLock(str, Enum):
51
- """
52
- Whether storage account lock is to be acquired for this container or not.
53
- """
54
- ACQUIRE = "Acquire"
55
- NOT_ACQUIRE = "NotAcquire"
56
-
57
-
58
- class AlertsState(str, Enum):
59
- ENABLED = "Enabled"
60
- DISABLED = "Disabled"
61
-
62
-
63
- class BackupItemType(str, Enum):
64
- """
65
- Type of backup items associated with this container.
66
- """
67
- INVALID = "Invalid"
68
- VM = "VM"
69
- FILE_FOLDER = "FileFolder"
70
- AZURE_SQL_DB = "AzureSqlDb"
71
- SQLDB = "SQLDB"
72
- EXCHANGE = "Exchange"
73
- SHAREPOINT = "Sharepoint"
74
- V_MWARE_VM = "VMwareVM"
75
- SYSTEM_STATE = "SystemState"
76
- CLIENT = "Client"
77
- GENERIC_DATA_SOURCE = "GenericDataSource"
78
- SQL_DATA_BASE = "SQLDataBase"
79
- AZURE_FILE_SHARE = "AzureFileShare"
80
- SAP_HANA_DATABASE = "SAPHanaDatabase"
81
- SAPASE_DATABASE = "SAPAseDatabase"
82
- SAP_HANA_DB_INSTANCE = "SAPHanaDBInstance"
83
-
84
-
85
- class BackupManagementType(str, Enum):
86
- """
87
- Type of backup management for the backed up item.
88
- """
89
- INVALID = "Invalid"
90
- AZURE_IAAS_VM = "AzureIaasVM"
91
- MAB = "MAB"
92
- DPM = "DPM"
93
- AZURE_BACKUP_SERVER = "AzureBackupServer"
94
- AZURE_SQL = "AzureSql"
95
- AZURE_STORAGE = "AzureStorage"
96
- AZURE_WORKLOAD = "AzureWorkload"
97
- DEFAULT_BACKUP = "DefaultBackup"
98
-
99
-
100
- class CreateMode(str, Enum):
101
- """
102
- Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
103
- """
104
- INVALID = "Invalid"
105
- DEFAULT = "Default"
106
- RECOVER = "Recover"
107
-
108
-
109
- class CrossRegionRestore(str, Enum):
110
- """
111
- Flag to show if Cross Region Restore is enabled on the Vault or not
112
- """
113
- ENABLED = "Enabled"
114
- DISABLED = "Disabled"
115
-
116
-
117
- class CrossSubscriptionRestoreState(str, Enum):
118
- ENABLED = "Enabled"
119
- DISABLED = "Disabled"
120
- PERMANENTLY_DISABLED = "PermanentlyDisabled"
121
-
122
-
123
- class DayOfWeek(str, Enum):
124
- SUNDAY = "Sunday"
125
- MONDAY = "Monday"
126
- TUESDAY = "Tuesday"
127
- WEDNESDAY = "Wednesday"
128
- THURSDAY = "Thursday"
129
- FRIDAY = "Friday"
130
- SATURDAY = "Saturday"
131
-
132
-
133
- class EnhancedSecurityState(str, Enum):
134
- INVALID = "Invalid"
135
- ENABLED = "Enabled"
136
- DISABLED = "Disabled"
137
- ALWAYS_ON = "AlwaysON"
138
-
139
-
140
- class IAASVMPolicyType(str, Enum):
141
- INVALID = "Invalid"
142
- V1 = "V1"
143
- V2 = "V2"
144
-
145
-
146
- class IaasVMSnapshotConsistencyType(str, Enum):
147
- ONLY_CRASH_CONSISTENT = "OnlyCrashConsistent"
148
-
149
-
150
- class ImmutabilityState(str, Enum):
151
- DISABLED = "Disabled"
152
- UNLOCKED = "Unlocked"
153
- LOCKED = "Locked"
154
-
155
-
156
- class InfrastructureEncryptionState(str, Enum):
157
- """
158
- Enabling/Disabling the Double Encryption state
159
- """
160
- ENABLED = "Enabled"
161
- DISABLED = "Disabled"
162
-
163
-
164
- class LastBackupStatus(str, Enum):
165
- """
166
- Last backup operation status. Possible values: Healthy, Unhealthy.
167
- """
168
- INVALID = "Invalid"
169
- HEALTHY = "Healthy"
170
- UNHEALTHY = "Unhealthy"
171
- IR_PENDING = "IRPending"
172
-
173
-
174
- class MonthOfYear(str, Enum):
175
- INVALID = "Invalid"
176
- JANUARY = "January"
177
- FEBRUARY = "February"
178
- MARCH = "March"
179
- APRIL = "April"
180
- MAY = "May"
181
- JUNE = "June"
182
- JULY = "July"
183
- AUGUST = "August"
184
- SEPTEMBER = "September"
185
- OCTOBER = "October"
186
- NOVEMBER = "November"
187
- DECEMBER = "December"
188
-
189
-
190
- class OperationType(str, Enum):
191
- """
192
- Re-Do Operation
193
- """
194
- INVALID = "Invalid"
195
- REGISTER = "Register"
196
- REREGISTER = "Reregister"
197
-
198
-
199
- class PolicyType(str, Enum):
200
- """
201
- Type of backup policy type
202
- """
203
- INVALID = "Invalid"
204
- FULL = "Full"
205
- DIFFERENTIAL = "Differential"
206
- LOG = "Log"
207
- COPY_ONLY_FULL = "CopyOnlyFull"
208
- INCREMENTAL = "Incremental"
209
- SNAPSHOT_FULL = "SnapshotFull"
210
- SNAPSHOT_COPY_ONLY_FULL = "SnapshotCopyOnlyFull"
211
-
212
-
213
- class PrivateEndpointConnectionStatus(str, Enum):
214
- """
215
- Gets or sets the status
216
- """
217
- PENDING = "Pending"
218
- APPROVED = "Approved"
219
- REJECTED = "Rejected"
220
- DISCONNECTED = "Disconnected"
221
-
222
-
223
- class ProtectableContainerType(str, Enum):
224
- """
225
- Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
226
- Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is
227
- Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload
228
- Backup is VMAppContainer
229
- """
230
- INVALID = "Invalid"
231
- UNKNOWN = "Unknown"
232
- IAAS_VM_CONTAINER = "IaasVMContainer"
233
- IAAS_VM_SERVICE_CONTAINER = "IaasVMServiceContainer"
234
- DPM_CONTAINER = "DPMContainer"
235
- AZURE_BACKUP_SERVER_CONTAINER = "AzureBackupServerContainer"
236
- MAB_CONTAINER = "MABContainer"
237
- CLUSTER = "Cluster"
238
- AZURE_SQL_CONTAINER = "AzureSqlContainer"
239
- WINDOWS = "Windows"
240
- V_CENTER = "VCenter"
241
- VM_APP_CONTAINER = "VMAppContainer"
242
- SQLAG_WORK_LOAD_CONTAINER = "SQLAGWorkLoadContainer"
243
- STORAGE_CONTAINER = "StorageContainer"
244
- GENERIC_CONTAINER = "GenericContainer"
245
- MICROSOFT_CLASSIC_COMPUTE_VIRTUAL_MACHINES = "Microsoft.ClassicCompute/virtualMachines"
246
- MICROSOFT_COMPUTE_VIRTUAL_MACHINES = "Microsoft.Compute/virtualMachines"
247
- AZURE_WORKLOAD_CONTAINER = "AzureWorkloadContainer"
248
-
249
-
250
- class ProtectedItemHealthStatus(str, Enum):
251
- """
252
- Health status of the backup item, evaluated based on last heartbeat received
253
- """
254
- INVALID = "Invalid"
255
- HEALTHY = "Healthy"
256
- UNHEALTHY = "Unhealthy"
257
- NOT_REACHABLE = "NotReachable"
258
- IR_PENDING = "IRPending"
259
-
260
-
261
- class ProtectedItemState(str, Enum):
262
- """
263
- Protection state of the backup engine
264
- """
265
- INVALID = "Invalid"
266
- IR_PENDING = "IRPending"
267
- PROTECTED = "Protected"
268
- PROTECTION_ERROR = "ProtectionError"
269
- PROTECTION_STOPPED = "ProtectionStopped"
270
- PROTECTION_PAUSED = "ProtectionPaused"
271
- BACKUPS_SUSPENDED = "BackupsSuspended"
272
-
273
-
274
- class ProtectionIntentItemType(str, Enum):
275
- """
276
- backup protectionIntent type.
277
- """
278
- INVALID = "Invalid"
279
- AZURE_RESOURCE_ITEM = "AzureResourceItem"
280
- RECOVERY_SERVICE_VAULT_ITEM = "RecoveryServiceVaultItem"
281
- AZURE_WORKLOAD_CONTAINER_AUTO_PROTECTION_INTENT = "AzureWorkloadContainerAutoProtectionIntent"
282
- AZURE_WORKLOAD_AUTO_PROTECTION_INTENT = "AzureWorkloadAutoProtectionIntent"
283
- AZURE_WORKLOAD_SQL_AUTO_PROTECTION_INTENT = "AzureWorkloadSQLAutoProtectionIntent"
284
-
285
-
286
- class ProtectionState(str, Enum):
287
- """
288
- Backup state of this backup item.
289
- """
290
- INVALID = "Invalid"
291
- IR_PENDING = "IRPending"
292
- PROTECTED = "Protected"
293
- PROTECTION_ERROR = "ProtectionError"
294
- PROTECTION_STOPPED = "ProtectionStopped"
295
- PROTECTION_PAUSED = "ProtectionPaused"
296
- BACKUPS_SUSPENDED = "BackupsSuspended"
297
-
298
-
299
- class ProtectionStatus(str, Enum):
300
- """
301
- Backup state of this backup item.
302
- """
303
- INVALID = "Invalid"
304
- NOT_PROTECTED = "NotProtected"
305
- PROTECTING = "Protecting"
306
- PROTECTED = "Protected"
307
- PROTECTION_FAILED = "ProtectionFailed"
308
-
309
-
310
- class ProvisioningState(str, Enum):
311
- """
312
- Gets or sets provisioning state of the private endpoint connection
313
- """
314
- SUCCEEDED = "Succeeded"
315
- DELETING = "Deleting"
316
- FAILED = "Failed"
317
- PENDING = "Pending"
318
-
319
-
320
- class PublicNetworkAccess(str, Enum):
321
- """
322
- property to enable or disable resource provider inbound network traffic from public clients
323
- """
324
- ENABLED = "Enabled"
325
- DISABLED = "Disabled"
326
-
327
-
328
- class ResourceHealthStatus(str, Enum):
329
- """
330
- Resource Health Status
331
- """
332
- HEALTHY = "Healthy"
333
- TRANSIENT_DEGRADED = "TransientDegraded"
334
- PERSISTENT_DEGRADED = "PersistentDegraded"
335
- TRANSIENT_UNHEALTHY = "TransientUnhealthy"
336
- PERSISTENT_UNHEALTHY = "PersistentUnhealthy"
337
- INVALID = "Invalid"
338
-
339
-
340
- class ResourceIdentityType(str, Enum):
341
- """
342
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
343
- """
344
- SYSTEM_ASSIGNED = "SystemAssigned"
345
- NONE = "None"
346
- USER_ASSIGNED = "UserAssigned"
347
- SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
348
-
349
-
350
- class RetentionDurationType(str, Enum):
351
- """
352
- Retention duration type: days/weeks/months/years
353
- Used only if TieringMode is set to TierAfter
354
- """
355
- INVALID = "Invalid"
356
- DAYS = "Days"
357
- WEEKS = "Weeks"
358
- MONTHS = "Months"
359
- YEARS = "Years"
360
-
361
-
362
- class RetentionScheduleFormat(str, Enum):
363
- """
364
- Retention schedule format for yearly retention policy.
365
- """
366
- INVALID = "Invalid"
367
- DAILY = "Daily"
368
- WEEKLY = "Weekly"
369
-
370
-
371
- class ScheduleRunType(str, Enum):
372
- """
373
- Frequency of the schedule operation of this policy.
374
- """
375
- INVALID = "Invalid"
376
- DAILY = "Daily"
377
- WEEKLY = "Weekly"
378
- HOURLY = "Hourly"
379
-
380
-
381
- class SkuName(str, Enum):
382
- """
383
- Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig
384
- """
385
- STANDARD = "Standard"
386
- RS0 = "RS0"
387
-
388
-
389
- class SoftDeleteState(str, Enum):
390
- INVALID = "Invalid"
391
- ENABLED = "Enabled"
392
- DISABLED = "Disabled"
393
- ALWAYS_ON = "AlwaysON"
394
-
395
-
396
- class StandardTierStorageRedundancy(str, Enum):
397
- """
398
- The storage redundancy setting of a vault
399
- """
400
- INVALID = "Invalid"
401
- LOCALLY_REDUNDANT = "LocallyRedundant"
402
- GEO_REDUNDANT = "GeoRedundant"
403
- ZONE_REDUNDANT = "ZoneRedundant"
404
-
405
-
406
- class TieringMode(str, Enum):
407
- """
408
- Tiering Mode to control automatic tiering of recovery points. Supported values are:
409
- 1. TierRecommended: Tier all recovery points recommended to be tiered
410
- 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
411
- 3. DoNotTier: Do not tier any recovery points
412
- """
413
- INVALID = "Invalid"
414
- TIER_RECOMMENDED = "TierRecommended"
415
- TIER_AFTER = "TierAfter"
416
- DO_NOT_TIER = "DoNotTier"
417
-
418
-
419
- class VaultSubResourceType(str, Enum):
420
- """
421
- GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery
422
- """
423
- AZURE_BACKUP = "AzureBackup"
424
- AZURE_BACKUP_SECONDARY = "AzureBackup_secondary"
425
- AZURE_SITE_RECOVERY = "AzureSiteRecovery"
426
-
427
-
428
- class WeekOfMonth(str, Enum):
429
- FIRST = "First"
430
- SECOND = "Second"
431
- THIRD = "Third"
432
- FOURTH = "Fourth"
433
- LAST = "Last"
434
- INVALID = "Invalid"
435
-
436
-
437
- class WorkloadItemType(str, Enum):
438
- """
439
- Workload item type of the item for which intent is to be set
440
- """
441
- INVALID = "Invalid"
442
- SQL_INSTANCE = "SQLInstance"
443
- SQL_DATA_BASE = "SQLDataBase"
444
- SAP_HANA_SYSTEM = "SAPHanaSystem"
445
- SAP_HANA_DATABASE = "SAPHanaDatabase"
446
- SAPASE_SYSTEM = "SAPAseSystem"
447
- SAPASE_DATABASE = "SAPAseDatabase"
448
- SAP_HANA_DB_INSTANCE = "SAPHanaDBInstance"
449
-
450
-
451
- class WorkloadType(str, Enum):
452
- """
453
- Type of workload for the backup management
454
- """
455
- INVALID = "Invalid"
456
- VM = "VM"
457
- FILE_FOLDER = "FileFolder"
458
- AZURE_SQL_DB = "AzureSqlDb"
459
- SQLDB = "SQLDB"
460
- EXCHANGE = "Exchange"
461
- SHAREPOINT = "Sharepoint"
462
- V_MWARE_VM = "VMwareVM"
463
- SYSTEM_STATE = "SystemState"
464
- CLIENT = "Client"
465
- GENERIC_DATA_SOURCE = "GenericDataSource"
466
- SQL_DATA_BASE = "SQLDataBase"
467
- AZURE_FILE_SHARE = "AzureFileShare"
468
- SAP_HANA_DATABASE = "SAPHanaDatabase"
469
- SAPASE_DATABASE = "SAPAseDatabase"
470
- SAP_HANA_DB_INSTANCE = "SAPHanaDBInstance"