pulumi-azure-native 2.55.0__py3-none-any.whl → 2.55.0a1723186763__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.
- pulumi_azure_native/__init__.py +0 -10
- pulumi_azure_native/documentdb/__init__.py +0 -3
- pulumi_azure_native/documentdb/firewall_rule.py +1 -5
- pulumi_azure_native/documentdb/get_firewall_rule.py +0 -4
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +0 -2
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +11 -55
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +10 -10
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +18 -60
- pulumi_azure_native/monitor/_enums.py +2 -6
- pulumi_azure_native/monitor/_inputs.py +56 -56
- pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
- pulumi_azure_native/monitor/outputs.py +34 -34
- pulumi_azure_native/monitor/pipeline_group.py +8 -8
- pulumi_azure_native/monitor/v20231001preview/_enums.py +2 -6
- pulumi_azure_native/monitor/v20231001preview/_inputs.py +56 -56
- pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20231001preview/outputs.py +34 -34
- pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +8 -8
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/RECORD +39 -50
- pulumi_azure_native/documentdb/v20240601preview/__init__.py +0 -17
- pulumi_azure_native/documentdb/v20240601preview/_enums.py +0 -78
- pulumi_azure_native/documentdb/v20240601preview/_inputs.py +0 -332
- pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +0 -260
- pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +0 -167
- pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +0 -305
- pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +0 -180
- pulumi_azure_native/documentdb/v20240601preview/list_mongo_cluster_connection_strings.py +0 -84
- pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +0 -524
- pulumi_azure_native/documentdb/v20240601preview/outputs.py +0 -537
- pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +0 -252
- {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/top_level.txt +0 -0
|
@@ -1,252 +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
|
-
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
|
-
|
{pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|