pulumi-azure-native 2.55.0a1723186763__py3-none-any.whl → 2.55.0a1723193023__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 (50) hide show
  1. pulumi_azure_native/__init__.py +10 -0
  2. pulumi_azure_native/documentdb/__init__.py +3 -0
  3. pulumi_azure_native/documentdb/firewall_rule.py +5 -1
  4. pulumi_azure_native/documentdb/get_firewall_rule.py +4 -0
  5. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  6. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  8. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  9. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  10. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  11. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  12. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  13. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  14. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  15. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  16. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  17. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  18. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  19. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
  20. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  21. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +2 -0
  22. pulumi_azure_native/documentdb/v20240601preview/__init__.py +17 -0
  23. pulumi_azure_native/documentdb/v20240601preview/_enums.py +78 -0
  24. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +332 -0
  25. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +260 -0
  26. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +167 -0
  27. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +305 -0
  28. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +180 -0
  29. pulumi_azure_native/documentdb/v20240601preview/list_mongo_cluster_connection_strings.py +84 -0
  30. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +524 -0
  31. pulumi_azure_native/documentdb/v20240601preview/outputs.py +537 -0
  32. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +252 -0
  33. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +55 -11
  34. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +10 -10
  35. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +60 -18
  36. pulumi_azure_native/monitor/_enums.py +6 -2
  37. pulumi_azure_native/monitor/_inputs.py +56 -56
  38. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  39. pulumi_azure_native/monitor/outputs.py +34 -34
  40. pulumi_azure_native/monitor/pipeline_group.py +8 -8
  41. pulumi_azure_native/monitor/v20231001preview/_enums.py +6 -2
  42. pulumi_azure_native/monitor/v20231001preview/_inputs.py +56 -56
  43. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  44. pulumi_azure_native/monitor/v20231001preview/outputs.py +34 -34
  45. pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +8 -8
  46. pulumi_azure_native/pulumi-plugin.json +1 -1
  47. {pulumi_azure_native-2.55.0a1723186763.dist-info → pulumi_azure_native-2.55.0a1723193023.dist-info}/METADATA +1 -1
  48. {pulumi_azure_native-2.55.0a1723186763.dist-info → pulumi_azure_native-2.55.0a1723193023.dist-info}/RECORD +50 -39
  49. {pulumi_azure_native-2.55.0a1723186763.dist-info → pulumi_azure_native-2.55.0a1723193023.dist-info}/WHEEL +0 -0
  50. {pulumi_azure_native-2.55.0a1723186763.dist-info → pulumi_azure_native-2.55.0a1723193023.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,252 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
21
+
22
+ @pulumi.input_type
23
+ class PrivateEndpointConnectionArgs:
24
+ def __init__(__self__, *,
25
+ mongo_cluster_name: pulumi.Input[str],
26
+ private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
27
+ resource_group_name: pulumi.Input[str],
28
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a PrivateEndpointConnection resource.
31
+ :param pulumi.Input[str] mongo_cluster_name: The name of the mongo cluster.
32
+ :param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
33
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
34
+ :param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
35
+ """
36
+ pulumi.set(__self__, "mongo_cluster_name", mongo_cluster_name)
37
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
38
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
39
+ if private_endpoint_connection_name is not None:
40
+ pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
41
+
42
+ @property
43
+ @pulumi.getter(name="mongoClusterName")
44
+ def mongo_cluster_name(self) -> pulumi.Input[str]:
45
+ """
46
+ The name of the mongo cluster.
47
+ """
48
+ return pulumi.get(self, "mongo_cluster_name")
49
+
50
+ @mongo_cluster_name.setter
51
+ def mongo_cluster_name(self, value: pulumi.Input[str]):
52
+ pulumi.set(self, "mongo_cluster_name", value)
53
+
54
+ @property
55
+ @pulumi.getter(name="privateLinkServiceConnectionState")
56
+ def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
57
+ """
58
+ A collection of information about the state of the connection between service consumer and provider.
59
+ """
60
+ return pulumi.get(self, "private_link_service_connection_state")
61
+
62
+ @private_link_service_connection_state.setter
63
+ def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
64
+ pulumi.set(self, "private_link_service_connection_state", value)
65
+
66
+ @property
67
+ @pulumi.getter(name="resourceGroupName")
68
+ def resource_group_name(self) -> pulumi.Input[str]:
69
+ """
70
+ The name of the resource group. The name is case insensitive.
71
+ """
72
+ return pulumi.get(self, "resource_group_name")
73
+
74
+ @resource_group_name.setter
75
+ def resource_group_name(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "resource_group_name", value)
77
+
78
+ @property
79
+ @pulumi.getter(name="privateEndpointConnectionName")
80
+ def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
81
+ """
82
+ The name of the private endpoint connection associated with the Azure resource.
83
+ """
84
+ return pulumi.get(self, "private_endpoint_connection_name")
85
+
86
+ @private_endpoint_connection_name.setter
87
+ def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
88
+ pulumi.set(self, "private_endpoint_connection_name", value)
89
+
90
+
91
+ class PrivateEndpointConnection(pulumi.CustomResource):
92
+ @overload
93
+ def __init__(__self__,
94
+ resource_name: str,
95
+ opts: Optional[pulumi.ResourceOptions] = None,
96
+ mongo_cluster_name: Optional[pulumi.Input[str]] = None,
97
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
98
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
99
+ resource_group_name: Optional[pulumi.Input[str]] = None,
100
+ __props__=None):
101
+ """
102
+ Concrete proxy resource types can be created by aliasing this type using a specific property type.
103
+
104
+ :param str resource_name: The name of the resource.
105
+ :param pulumi.ResourceOptions opts: Options for the resource.
106
+ :param pulumi.Input[str] mongo_cluster_name: The name of the mongo cluster.
107
+ :param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
108
+ :param pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
109
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
110
+ """
111
+ ...
112
+ @overload
113
+ def __init__(__self__,
114
+ resource_name: str,
115
+ args: PrivateEndpointConnectionArgs,
116
+ opts: Optional[pulumi.ResourceOptions] = None):
117
+ """
118
+ Concrete proxy resource types can be created by aliasing this type using a specific property type.
119
+
120
+ :param str resource_name: The name of the resource.
121
+ :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
122
+ :param pulumi.ResourceOptions opts: Options for the resource.
123
+ """
124
+ ...
125
+ def __init__(__self__, resource_name: str, *args, **kwargs):
126
+ resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
127
+ if resource_args is not None:
128
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
129
+ else:
130
+ __self__._internal_init(resource_name, *args, **kwargs)
131
+
132
+ def _internal_init(__self__,
133
+ resource_name: str,
134
+ opts: Optional[pulumi.ResourceOptions] = None,
135
+ mongo_cluster_name: Optional[pulumi.Input[str]] = None,
136
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
137
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
138
+ resource_group_name: Optional[pulumi.Input[str]] = None,
139
+ __props__=None):
140
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
141
+ if not isinstance(opts, pulumi.ResourceOptions):
142
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
143
+ if opts.id is None:
144
+ if __props__ is not None:
145
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
146
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
147
+
148
+ if mongo_cluster_name is None and not opts.urn:
149
+ raise TypeError("Missing required property 'mongo_cluster_name'")
150
+ __props__.__dict__["mongo_cluster_name"] = mongo_cluster_name
151
+ __props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
152
+ if private_link_service_connection_state is None and not opts.urn:
153
+ raise TypeError("Missing required property 'private_link_service_connection_state'")
154
+ __props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
155
+ if resource_group_name is None and not opts.urn:
156
+ raise TypeError("Missing required property 'resource_group_name'")
157
+ __props__.__dict__["resource_group_name"] = resource_group_name
158
+ __props__.__dict__["group_ids"] = None
159
+ __props__.__dict__["name"] = None
160
+ __props__.__dict__["private_endpoint"] = None
161
+ __props__.__dict__["provisioning_state"] = None
162
+ __props__.__dict__["system_data"] = None
163
+ __props__.__dict__["type"] = None
164
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20240301preview:PrivateEndpointConnection")])
165
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
166
+ super(PrivateEndpointConnection, __self__).__init__(
167
+ 'azure-native:documentdb/v20240601preview:PrivateEndpointConnection',
168
+ resource_name,
169
+ __props__,
170
+ opts)
171
+
172
+ @staticmethod
173
+ def get(resource_name: str,
174
+ id: pulumi.Input[str],
175
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
176
+ """
177
+ Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
178
+ properties used to qualify the lookup.
179
+
180
+ :param str resource_name: The unique name of the resulting resource.
181
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
182
+ :param pulumi.ResourceOptions opts: Options for the resource.
183
+ """
184
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
185
+
186
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
187
+
188
+ __props__.__dict__["group_ids"] = None
189
+ __props__.__dict__["name"] = None
190
+ __props__.__dict__["private_endpoint"] = None
191
+ __props__.__dict__["private_link_service_connection_state"] = None
192
+ __props__.__dict__["provisioning_state"] = None
193
+ __props__.__dict__["system_data"] = None
194
+ __props__.__dict__["type"] = None
195
+ return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
196
+
197
+ @property
198
+ @pulumi.getter(name="groupIds")
199
+ def group_ids(self) -> pulumi.Output[Sequence[str]]:
200
+ """
201
+ The group ids for the private endpoint resource.
202
+ """
203
+ return pulumi.get(self, "group_ids")
204
+
205
+ @property
206
+ @pulumi.getter
207
+ def name(self) -> pulumi.Output[str]:
208
+ """
209
+ The name of the resource
210
+ """
211
+ return pulumi.get(self, "name")
212
+
213
+ @property
214
+ @pulumi.getter(name="privateEndpoint")
215
+ def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
216
+ """
217
+ The private endpoint resource.
218
+ """
219
+ return pulumi.get(self, "private_endpoint")
220
+
221
+ @property
222
+ @pulumi.getter(name="privateLinkServiceConnectionState")
223
+ def private_link_service_connection_state(self) -> pulumi.Output['outputs.PrivateLinkServiceConnectionStateResponse']:
224
+ """
225
+ A collection of information about the state of the connection between service consumer and provider.
226
+ """
227
+ return pulumi.get(self, "private_link_service_connection_state")
228
+
229
+ @property
230
+ @pulumi.getter(name="provisioningState")
231
+ def provisioning_state(self) -> pulumi.Output[str]:
232
+ """
233
+ The provisioning state of the private endpoint connection resource.
234
+ """
235
+ return pulumi.get(self, "provisioning_state")
236
+
237
+ @property
238
+ @pulumi.getter(name="systemData")
239
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
240
+ """
241
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
242
+ """
243
+ return pulumi.get(self, "system_data")
244
+
245
+ @property
246
+ @pulumi.getter
247
+ def type(self) -> pulumi.Output[str]:
248
+ """
249
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
250
+ """
251
+ return pulumi.get(self, "type")
252
+
@@ -14670,7 +14670,25 @@ class FqdnOutboundRuleResponse(dict):
14670
14670
  """
14671
14671
  FQDN Outbound Rule for the managed network of a machine learning workspace.
14672
14672
  """
14673
+ @staticmethod
14674
+ def __key_warning(key: str):
14675
+ suggest = None
14676
+ if key == "parentRuleNames":
14677
+ suggest = "parent_rule_names"
14678
+
14679
+ if suggest:
14680
+ pulumi.log.warn(f"Key '{key}' not found in FqdnOutboundRuleResponse. Access the value via the '{suggest}' property getter instead.")
14681
+
14682
+ def __getitem__(self, key: str) -> Any:
14683
+ FqdnOutboundRuleResponse.__key_warning(key)
14684
+ return super().__getitem__(key)
14685
+
14686
+ def get(self, key: str, default = None) -> Any:
14687
+ FqdnOutboundRuleResponse.__key_warning(key)
14688
+ return super().get(key, default)
14689
+
14673
14690
  def __init__(__self__, *,
14691
+ parent_rule_names: Sequence[str],
14674
14692
  type: str,
14675
14693
  category: Optional[str] = None,
14676
14694
  destination: Optional[str] = None,
@@ -14682,6 +14700,7 @@ class FqdnOutboundRuleResponse(dict):
14682
14700
  :param str category: Category of a managed network Outbound Rule of a machine learning workspace.
14683
14701
  :param str status: Type of a managed network Outbound Rule of a machine learning workspace.
14684
14702
  """
14703
+ pulumi.set(__self__, "parent_rule_names", parent_rule_names)
14685
14704
  pulumi.set(__self__, "type", 'FQDN')
14686
14705
  if category is not None:
14687
14706
  pulumi.set(__self__, "category", category)
@@ -14690,6 +14709,11 @@ class FqdnOutboundRuleResponse(dict):
14690
14709
  if status is not None:
14691
14710
  pulumi.set(__self__, "status", status)
14692
14711
 
14712
+ @property
14713
+ @pulumi.getter(name="parentRuleNames")
14714
+ def parent_rule_names(self) -> Sequence[str]:
14715
+ return pulumi.get(self, "parent_rule_names")
14716
+
14693
14717
  @property
14694
14718
  @pulumi.getter
14695
14719
  def type(self) -> str:
@@ -27343,8 +27367,8 @@ class PrivateEndpointOutboundRuleResponse(dict):
27343
27367
  @staticmethod
27344
27368
  def __key_warning(key: str):
27345
27369
  suggest = None
27346
- if key == "parentRuleName":
27347
- suggest = "parent_rule_name"
27370
+ if key == "parentRuleNames":
27371
+ suggest = "parent_rule_names"
27348
27372
 
27349
27373
  if suggest:
27350
27374
  pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointOutboundRuleResponse. Access the value via the '{suggest}' property getter instead.")
@@ -27358,21 +27382,20 @@ class PrivateEndpointOutboundRuleResponse(dict):
27358
27382
  return super().get(key, default)
27359
27383
 
27360
27384
  def __init__(__self__, *,
27361
- parent_rule_name: str,
27385
+ parent_rule_names: Sequence[str],
27362
27386
  type: str,
27363
27387
  category: Optional[str] = None,
27364
27388
  destination: Optional['outputs.PrivateEndpointDestinationResponse'] = None,
27365
27389
  status: Optional[str] = None):
27366
27390
  """
27367
27391
  Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
27368
- :param str parent_rule_name: The dependency rule name.
27369
27392
  :param str type: Type of a managed network Outbound Rule of a machine learning workspace.
27370
27393
  Expected value is 'PrivateEndpoint'.
27371
27394
  :param str category: Category of a managed network Outbound Rule of a machine learning workspace.
27372
27395
  :param 'PrivateEndpointDestinationResponse' destination: Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
27373
27396
  :param str status: Type of a managed network Outbound Rule of a machine learning workspace.
27374
27397
  """
27375
- pulumi.set(__self__, "parent_rule_name", parent_rule_name)
27398
+ pulumi.set(__self__, "parent_rule_names", parent_rule_names)
27376
27399
  pulumi.set(__self__, "type", 'PrivateEndpoint')
27377
27400
  if category is not None:
27378
27401
  pulumi.set(__self__, "category", category)
@@ -27382,12 +27405,9 @@ class PrivateEndpointOutboundRuleResponse(dict):
27382
27405
  pulumi.set(__self__, "status", status)
27383
27406
 
27384
27407
  @property
27385
- @pulumi.getter(name="parentRuleName")
27386
- def parent_rule_name(self) -> str:
27387
- """
27388
- The dependency rule name.
27389
- """
27390
- return pulumi.get(self, "parent_rule_name")
27408
+ @pulumi.getter(name="parentRuleNames")
27409
+ def parent_rule_names(self) -> Sequence[str]:
27410
+ return pulumi.get(self, "parent_rule_names")
27391
27411
 
27392
27412
  @property
27393
27413
  @pulumi.getter
@@ -31162,7 +31182,25 @@ class ServiceTagOutboundRuleResponse(dict):
31162
31182
  """
31163
31183
  Service Tag Outbound Rule for the managed network of a machine learning workspace.
31164
31184
  """
31185
+ @staticmethod
31186
+ def __key_warning(key: str):
31187
+ suggest = None
31188
+ if key == "parentRuleNames":
31189
+ suggest = "parent_rule_names"
31190
+
31191
+ if suggest:
31192
+ pulumi.log.warn(f"Key '{key}' not found in ServiceTagOutboundRuleResponse. Access the value via the '{suggest}' property getter instead.")
31193
+
31194
+ def __getitem__(self, key: str) -> Any:
31195
+ ServiceTagOutboundRuleResponse.__key_warning(key)
31196
+ return super().__getitem__(key)
31197
+
31198
+ def get(self, key: str, default = None) -> Any:
31199
+ ServiceTagOutboundRuleResponse.__key_warning(key)
31200
+ return super().get(key, default)
31201
+
31165
31202
  def __init__(__self__, *,
31203
+ parent_rule_names: Sequence[str],
31166
31204
  type: str,
31167
31205
  category: Optional[str] = None,
31168
31206
  destination: Optional['outputs.ServiceTagDestinationResponse'] = None,
@@ -31175,6 +31213,7 @@ class ServiceTagOutboundRuleResponse(dict):
31175
31213
  :param 'ServiceTagDestinationResponse' destination: Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
31176
31214
  :param str status: Type of a managed network Outbound Rule of a machine learning workspace.
31177
31215
  """
31216
+ pulumi.set(__self__, "parent_rule_names", parent_rule_names)
31178
31217
  pulumi.set(__self__, "type", 'ServiceTag')
31179
31218
  if category is not None:
31180
31219
  pulumi.set(__self__, "category", category)
@@ -31183,6 +31222,11 @@ class ServiceTagOutboundRuleResponse(dict):
31183
31222
  if status is not None:
31184
31223
  pulumi.set(__self__, "status", status)
31185
31224
 
31225
+ @property
31226
+ @pulumi.getter(name="parentRuleNames")
31227
+ def parent_rule_names(self) -> Sequence[str]:
31228
+ return pulumi.get(self, "parent_rule_names")
31229
+
31186
31230
  @property
31187
31231
  @pulumi.getter
31188
31232
  def type(self) -> str:
@@ -26423,7 +26423,7 @@ if not MYPY:
26423
26423
  """
26424
26424
  Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
26425
26425
  """
26426
- parent_rule_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
26426
+ fqdns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
26427
26427
  status: NotRequired[pulumi.Input[Union[str, 'RuleStatus']]]
26428
26428
  """
26429
26429
  Type of a managed network Outbound Rule of a machine learning workspace.
@@ -26437,7 +26437,7 @@ class PrivateEndpointOutboundRuleArgs:
26437
26437
  type: pulumi.Input[str],
26438
26438
  category: Optional[pulumi.Input[Union[str, 'RuleCategory']]] = None,
26439
26439
  destination: Optional[pulumi.Input['PrivateEndpointDestinationArgs']] = None,
26440
- parent_rule_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
26440
+ fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
26441
26441
  status: Optional[pulumi.Input[Union[str, 'RuleStatus']]] = None):
26442
26442
  """
26443
26443
  Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
@@ -26452,8 +26452,8 @@ class PrivateEndpointOutboundRuleArgs:
26452
26452
  pulumi.set(__self__, "category", category)
26453
26453
  if destination is not None:
26454
26454
  pulumi.set(__self__, "destination", destination)
26455
- if parent_rule_names is not None:
26456
- pulumi.set(__self__, "parent_rule_names", parent_rule_names)
26455
+ if fqdns is not None:
26456
+ pulumi.set(__self__, "fqdns", fqdns)
26457
26457
  if status is not None:
26458
26458
  pulumi.set(__self__, "status", status)
26459
26459
 
@@ -26495,13 +26495,13 @@ class PrivateEndpointOutboundRuleArgs:
26495
26495
  pulumi.set(self, "destination", value)
26496
26496
 
26497
26497
  @property
26498
- @pulumi.getter(name="parentRuleNames")
26499
- def parent_rule_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
26500
- return pulumi.get(self, "parent_rule_names")
26498
+ @pulumi.getter
26499
+ def fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
26500
+ return pulumi.get(self, "fqdns")
26501
26501
 
26502
- @parent_rule_names.setter
26503
- def parent_rule_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
26504
- pulumi.set(self, "parent_rule_names", value)
26502
+ @fqdns.setter
26503
+ def fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
26504
+ pulumi.set(self, "fqdns", value)
26505
26505
 
26506
26506
  @property
26507
26507
  @pulumi.getter
@@ -13804,7 +13804,25 @@ class FqdnOutboundRuleResponse(dict):
13804
13804
  """
13805
13805
  FQDN Outbound Rule for the managed network of a machine learning workspace.
13806
13806
  """
13807
+ @staticmethod
13808
+ def __key_warning(key: str):
13809
+ suggest = None
13810
+ if key == "parentRuleNames":
13811
+ suggest = "parent_rule_names"
13812
+
13813
+ if suggest:
13814
+ pulumi.log.warn(f"Key '{key}' not found in FqdnOutboundRuleResponse. Access the value via the '{suggest}' property getter instead.")
13815
+
13816
+ def __getitem__(self, key: str) -> Any:
13817
+ FqdnOutboundRuleResponse.__key_warning(key)
13818
+ return super().__getitem__(key)
13819
+
13820
+ def get(self, key: str, default = None) -> Any:
13821
+ FqdnOutboundRuleResponse.__key_warning(key)
13822
+ return super().get(key, default)
13823
+
13807
13824
  def __init__(__self__, *,
13825
+ parent_rule_names: Sequence[str],
13808
13826
  type: str,
13809
13827
  category: Optional[str] = None,
13810
13828
  destination: Optional[str] = None,
@@ -13816,6 +13834,7 @@ class FqdnOutboundRuleResponse(dict):
13816
13834
  :param str category: Category of a managed network Outbound Rule of a machine learning workspace.
13817
13835
  :param str status: Type of a managed network Outbound Rule of a machine learning workspace.
13818
13836
  """
13837
+ pulumi.set(__self__, "parent_rule_names", parent_rule_names)
13819
13838
  pulumi.set(__self__, "type", 'FQDN')
13820
13839
  if category is not None:
13821
13840
  pulumi.set(__self__, "category", category)
@@ -13824,6 +13843,11 @@ class FqdnOutboundRuleResponse(dict):
13824
13843
  if status is not None:
13825
13844
  pulumi.set(__self__, "status", status)
13826
13845
 
13846
+ @property
13847
+ @pulumi.getter(name="parentRuleNames")
13848
+ def parent_rule_names(self) -> Sequence[str]:
13849
+ return pulumi.get(self, "parent_rule_names")
13850
+
13827
13851
  @property
13828
13852
  @pulumi.getter
13829
13853
  def type(self) -> str:
@@ -23880,9 +23904,7 @@ class PrivateEndpointOutboundRuleResponse(dict):
23880
23904
  @staticmethod
23881
23905
  def __key_warning(key: str):
23882
23906
  suggest = None
23883
- if key == "parentRuleName":
23884
- suggest = "parent_rule_name"
23885
- elif key == "parentRuleNames":
23907
+ if key == "parentRuleNames":
23886
23908
  suggest = "parent_rule_names"
23887
23909
 
23888
23910
  if suggest:
@@ -23897,39 +23919,35 @@ class PrivateEndpointOutboundRuleResponse(dict):
23897
23919
  return super().get(key, default)
23898
23920
 
23899
23921
  def __init__(__self__, *,
23900
- parent_rule_name: str,
23922
+ parent_rule_names: Sequence[str],
23901
23923
  type: str,
23902
23924
  category: Optional[str] = None,
23903
23925
  destination: Optional['outputs.PrivateEndpointDestinationResponse'] = None,
23904
- parent_rule_names: Optional[Sequence[str]] = None,
23926
+ fqdns: Optional[Sequence[str]] = None,
23905
23927
  status: Optional[str] = None):
23906
23928
  """
23907
23929
  Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
23908
- :param str parent_rule_name: The dependency rule name.
23909
23930
  :param str type: Type of a managed network Outbound Rule of a machine learning workspace.
23910
23931
  Expected value is 'PrivateEndpoint'.
23911
23932
  :param str category: Category of a managed network Outbound Rule of a machine learning workspace.
23912
23933
  :param 'PrivateEndpointDestinationResponse' destination: Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
23913
23934
  :param str status: Type of a managed network Outbound Rule of a machine learning workspace.
23914
23935
  """
23915
- pulumi.set(__self__, "parent_rule_name", parent_rule_name)
23936
+ pulumi.set(__self__, "parent_rule_names", parent_rule_names)
23916
23937
  pulumi.set(__self__, "type", 'PrivateEndpoint')
23917
23938
  if category is not None:
23918
23939
  pulumi.set(__self__, "category", category)
23919
23940
  if destination is not None:
23920
23941
  pulumi.set(__self__, "destination", destination)
23921
- if parent_rule_names is not None:
23922
- pulumi.set(__self__, "parent_rule_names", parent_rule_names)
23942
+ if fqdns is not None:
23943
+ pulumi.set(__self__, "fqdns", fqdns)
23923
23944
  if status is not None:
23924
23945
  pulumi.set(__self__, "status", status)
23925
23946
 
23926
23947
  @property
23927
- @pulumi.getter(name="parentRuleName")
23928
- def parent_rule_name(self) -> str:
23929
- """
23930
- The dependency rule name.
23931
- """
23932
- return pulumi.get(self, "parent_rule_name")
23948
+ @pulumi.getter(name="parentRuleNames")
23949
+ def parent_rule_names(self) -> Sequence[str]:
23950
+ return pulumi.get(self, "parent_rule_names")
23933
23951
 
23934
23952
  @property
23935
23953
  @pulumi.getter
@@ -23957,9 +23975,9 @@ class PrivateEndpointOutboundRuleResponse(dict):
23957
23975
  return pulumi.get(self, "destination")
23958
23976
 
23959
23977
  @property
23960
- @pulumi.getter(name="parentRuleNames")
23961
- def parent_rule_names(self) -> Optional[Sequence[str]]:
23962
- return pulumi.get(self, "parent_rule_names")
23978
+ @pulumi.getter
23979
+ def fqdns(self) -> Optional[Sequence[str]]:
23980
+ return pulumi.get(self, "fqdns")
23963
23981
 
23964
23982
  @property
23965
23983
  @pulumi.getter
@@ -27195,7 +27213,25 @@ class ServiceTagOutboundRuleResponse(dict):
27195
27213
  """
27196
27214
  Service Tag Outbound Rule for the managed network of a machine learning workspace.
27197
27215
  """
27216
+ @staticmethod
27217
+ def __key_warning(key: str):
27218
+ suggest = None
27219
+ if key == "parentRuleNames":
27220
+ suggest = "parent_rule_names"
27221
+
27222
+ if suggest:
27223
+ pulumi.log.warn(f"Key '{key}' not found in ServiceTagOutboundRuleResponse. Access the value via the '{suggest}' property getter instead.")
27224
+
27225
+ def __getitem__(self, key: str) -> Any:
27226
+ ServiceTagOutboundRuleResponse.__key_warning(key)
27227
+ return super().__getitem__(key)
27228
+
27229
+ def get(self, key: str, default = None) -> Any:
27230
+ ServiceTagOutboundRuleResponse.__key_warning(key)
27231
+ return super().get(key, default)
27232
+
27198
27233
  def __init__(__self__, *,
27234
+ parent_rule_names: Sequence[str],
27199
27235
  type: str,
27200
27236
  category: Optional[str] = None,
27201
27237
  destination: Optional['outputs.ServiceTagDestinationResponse'] = None,
@@ -27208,6 +27244,7 @@ class ServiceTagOutboundRuleResponse(dict):
27208
27244
  :param 'ServiceTagDestinationResponse' destination: Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
27209
27245
  :param str status: Type of a managed network Outbound Rule of a machine learning workspace.
27210
27246
  """
27247
+ pulumi.set(__self__, "parent_rule_names", parent_rule_names)
27211
27248
  pulumi.set(__self__, "type", 'ServiceTag')
27212
27249
  if category is not None:
27213
27250
  pulumi.set(__self__, "category", category)
@@ -27216,6 +27253,11 @@ class ServiceTagOutboundRuleResponse(dict):
27216
27253
  if status is not None:
27217
27254
  pulumi.set(__self__, "status", status)
27218
27255
 
27256
+ @property
27257
+ @pulumi.getter(name="parentRuleNames")
27258
+ def parent_rule_names(self) -> Sequence[str]:
27259
+ return pulumi.get(self, "parent_rule_names")
27260
+
27219
27261
  @property
27220
27262
  @pulumi.getter
27221
27263
  def type(self) -> str:
@@ -33,11 +33,15 @@ class ExporterType(str, Enum):
33
33
 
34
34
  class ExtendedLocationType(str, Enum):
35
35
  """
36
- The type of extended location.
36
+ The type of the extended location.
37
+ """
38
+ EDGE_ZONE = "EdgeZone"
39
+ """
40
+ Azure Edge Zones location type
37
41
  """
38
42
  CUSTOM_LOCATION = "CustomLocation"
39
43
  """
40
- Custom location.
44
+ Azure Custom Locations type
41
45
  """
42
46
 
43
47