pulumi-azure-native 2.83.0a1737124612__py3-none-any.whl → 2.84.0__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 +39 -0
- pulumi_azure_native/dashboard/__init__.py +3 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +5 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
- pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
- pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
- pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
- pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
- pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
- pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
- pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
- pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
- pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
- pulumi_azure_native/datafactory/_enums.py +8 -0
- pulumi_azure_native/datafactory/_inputs.py +180 -0
- pulumi_azure_native/datafactory/outputs.py +117 -1
- pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
- pulumi_azure_native/insights/__init__.py +6 -0
- pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/insights/get_private_link_scope.py +2 -2
- pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
- pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
- pulumi_azure_native/insights/private_link_scope.py +3 -3
- pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
- pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
- pulumi_azure_native/insights/v20210901/__init__.py +16 -0
- pulumi_azure_native/insights/v20210901/_enums.py +27 -0
- pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
- pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
- pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
- pulumi_azure_native/insights/v20210901/outputs.py +454 -0
- pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
- pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
- pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
- pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
- pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
- pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
- pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
- pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
- pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
- pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
- pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
- pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
- {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/RECORD +96 -56
- {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,279 @@
|
|
|
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__ = ['PrivateLinkScopeArgs', 'PrivateLinkScope']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class PrivateLinkScopeArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
access_mode_settings: pulumi.Input['AccessModeSettingsArgs'],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a PrivateLinkScope resource.
|
|
32
|
+
:param pulumi.Input['AccessModeSettingsArgs'] access_mode_settings: Access mode settings
|
|
33
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
34
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
35
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
|
|
36
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
37
|
+
"""
|
|
38
|
+
pulumi.set(__self__, "access_mode_settings", access_mode_settings)
|
|
39
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
+
if location is not None:
|
|
41
|
+
pulumi.set(__self__, "location", location)
|
|
42
|
+
if scope_name is not None:
|
|
43
|
+
pulumi.set(__self__, "scope_name", scope_name)
|
|
44
|
+
if tags is not None:
|
|
45
|
+
pulumi.set(__self__, "tags", tags)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter(name="accessModeSettings")
|
|
49
|
+
def access_mode_settings(self) -> pulumi.Input['AccessModeSettingsArgs']:
|
|
50
|
+
"""
|
|
51
|
+
Access mode settings
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "access_mode_settings")
|
|
54
|
+
|
|
55
|
+
@access_mode_settings.setter
|
|
56
|
+
def access_mode_settings(self, value: pulumi.Input['AccessModeSettingsArgs']):
|
|
57
|
+
pulumi.set(self, "access_mode_settings", value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="resourceGroupName")
|
|
61
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
62
|
+
"""
|
|
63
|
+
The name of the resource group. The name is case insensitive.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "resource_group_name")
|
|
66
|
+
|
|
67
|
+
@resource_group_name.setter
|
|
68
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
69
|
+
pulumi.set(self, "resource_group_name", value)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
74
|
+
"""
|
|
75
|
+
The geo-location where the resource lives
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "location")
|
|
78
|
+
|
|
79
|
+
@location.setter
|
|
80
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
81
|
+
pulumi.set(self, "location", value)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="scopeName")
|
|
85
|
+
def scope_name(self) -> Optional[pulumi.Input[str]]:
|
|
86
|
+
"""
|
|
87
|
+
The name of the Azure Monitor PrivateLinkScope resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "scope_name")
|
|
90
|
+
|
|
91
|
+
@scope_name.setter
|
|
92
|
+
def scope_name(self, value: Optional[pulumi.Input[str]]):
|
|
93
|
+
pulumi.set(self, "scope_name", value)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter
|
|
97
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
98
|
+
"""
|
|
99
|
+
Resource tags.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "tags")
|
|
102
|
+
|
|
103
|
+
@tags.setter
|
|
104
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
105
|
+
pulumi.set(self, "tags", value)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
class PrivateLinkScope(pulumi.CustomResource):
|
|
109
|
+
@overload
|
|
110
|
+
def __init__(__self__,
|
|
111
|
+
resource_name: str,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
113
|
+
access_mode_settings: Optional[pulumi.Input[Union['AccessModeSettingsArgs', 'AccessModeSettingsArgsDict']]] = None,
|
|
114
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
116
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
117
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
118
|
+
__props__=None):
|
|
119
|
+
"""
|
|
120
|
+
An Azure Monitor PrivateLinkScope definition.
|
|
121
|
+
|
|
122
|
+
:param str resource_name: The name of the resource.
|
|
123
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
124
|
+
:param pulumi.Input[Union['AccessModeSettingsArgs', 'AccessModeSettingsArgsDict']] access_mode_settings: Access mode settings
|
|
125
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
126
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
127
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
|
|
128
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
129
|
+
"""
|
|
130
|
+
...
|
|
131
|
+
@overload
|
|
132
|
+
def __init__(__self__,
|
|
133
|
+
resource_name: str,
|
|
134
|
+
args: PrivateLinkScopeArgs,
|
|
135
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
136
|
+
"""
|
|
137
|
+
An Azure Monitor PrivateLinkScope definition.
|
|
138
|
+
|
|
139
|
+
:param str resource_name: The name of the resource.
|
|
140
|
+
:param PrivateLinkScopeArgs args: The arguments to use to populate this resource's properties.
|
|
141
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
142
|
+
"""
|
|
143
|
+
...
|
|
144
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
145
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateLinkScopeArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
146
|
+
if resource_args is not None:
|
|
147
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
148
|
+
else:
|
|
149
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
150
|
+
|
|
151
|
+
def _internal_init(__self__,
|
|
152
|
+
resource_name: str,
|
|
153
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
154
|
+
access_mode_settings: Optional[pulumi.Input[Union['AccessModeSettingsArgs', 'AccessModeSettingsArgsDict']]] = None,
|
|
155
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
156
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
157
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
159
|
+
__props__=None):
|
|
160
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
161
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
162
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
163
|
+
if opts.id is None:
|
|
164
|
+
if __props__ is not None:
|
|
165
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
166
|
+
__props__ = PrivateLinkScopeArgs.__new__(PrivateLinkScopeArgs)
|
|
167
|
+
|
|
168
|
+
if access_mode_settings is None and not opts.urn:
|
|
169
|
+
raise TypeError("Missing required property 'access_mode_settings'")
|
|
170
|
+
__props__.__dict__["access_mode_settings"] = access_mode_settings
|
|
171
|
+
__props__.__dict__["location"] = location
|
|
172
|
+
if resource_group_name is None and not opts.urn:
|
|
173
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
174
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
175
|
+
__props__.__dict__["scope_name"] = scope_name
|
|
176
|
+
__props__.__dict__["tags"] = tags
|
|
177
|
+
__props__.__dict__["name"] = None
|
|
178
|
+
__props__.__dict__["private_endpoint_connections"] = None
|
|
179
|
+
__props__.__dict__["provisioning_state"] = None
|
|
180
|
+
__props__.__dict__["system_data"] = None
|
|
181
|
+
__props__.__dict__["type"] = None
|
|
182
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScope")])
|
|
183
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
184
|
+
super(PrivateLinkScope, __self__).__init__(
|
|
185
|
+
'azure-native:insights/v20230601preview:PrivateLinkScope',
|
|
186
|
+
resource_name,
|
|
187
|
+
__props__,
|
|
188
|
+
opts)
|
|
189
|
+
|
|
190
|
+
@staticmethod
|
|
191
|
+
def get(resource_name: str,
|
|
192
|
+
id: pulumi.Input[str],
|
|
193
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateLinkScope':
|
|
194
|
+
"""
|
|
195
|
+
Get an existing PrivateLinkScope resource's state with the given name, id, and optional extra
|
|
196
|
+
properties used to qualify the lookup.
|
|
197
|
+
|
|
198
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
199
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
200
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
201
|
+
"""
|
|
202
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
203
|
+
|
|
204
|
+
__props__ = PrivateLinkScopeArgs.__new__(PrivateLinkScopeArgs)
|
|
205
|
+
|
|
206
|
+
__props__.__dict__["access_mode_settings"] = None
|
|
207
|
+
__props__.__dict__["location"] = None
|
|
208
|
+
__props__.__dict__["name"] = None
|
|
209
|
+
__props__.__dict__["private_endpoint_connections"] = None
|
|
210
|
+
__props__.__dict__["provisioning_state"] = None
|
|
211
|
+
__props__.__dict__["system_data"] = None
|
|
212
|
+
__props__.__dict__["tags"] = None
|
|
213
|
+
__props__.__dict__["type"] = None
|
|
214
|
+
return PrivateLinkScope(resource_name, opts=opts, __props__=__props__)
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="accessModeSettings")
|
|
218
|
+
def access_mode_settings(self) -> pulumi.Output['outputs.AccessModeSettingsResponse']:
|
|
219
|
+
"""
|
|
220
|
+
Access mode settings
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "access_mode_settings")
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter
|
|
226
|
+
def location(self) -> pulumi.Output[str]:
|
|
227
|
+
"""
|
|
228
|
+
The geo-location where the resource lives
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "location")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter
|
|
234
|
+
def name(self) -> pulumi.Output[str]:
|
|
235
|
+
"""
|
|
236
|
+
The name of the resource
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "name")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
242
|
+
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
243
|
+
"""
|
|
244
|
+
List of private endpoint connections.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter(name="provisioningState")
|
|
250
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
251
|
+
"""
|
|
252
|
+
Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it.
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "provisioning_state")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="systemData")
|
|
258
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
259
|
+
"""
|
|
260
|
+
System data
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "system_data")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter
|
|
266
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
267
|
+
"""
|
|
268
|
+
Resource tags.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "tags")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def type(self) -> pulumi.Output[str]:
|
|
275
|
+
"""
|
|
276
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "type")
|
|
279
|
+
|
|
@@ -0,0 +1,287 @@
|
|
|
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__ = ['PrivateLinkScopedResourceArgs', 'PrivateLinkScopedResource']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class PrivateLinkScopedResourceArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
resource_group_name: pulumi.Input[str],
|
|
25
|
+
scope_name: pulumi.Input[str],
|
|
26
|
+
kind: Optional[pulumi.Input[Union[str, 'ScopedResourceKind']]] = None,
|
|
27
|
+
linked_resource_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
subscription_location: Optional[pulumi.Input[str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a PrivateLinkScopedResource resource.
|
|
32
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
33
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
|
|
34
|
+
:param pulumi.Input[Union[str, 'ScopedResourceKind']] kind: The kind of scoped Azure monitor resource.
|
|
35
|
+
:param pulumi.Input[str] linked_resource_id: The resource id of the scoped Azure monitor resource.
|
|
36
|
+
:param pulumi.Input[str] name: The name of the scoped resource object.
|
|
37
|
+
:param pulumi.Input[str] subscription_location: The location of a scoped subscription. Only needs to be specified for metric dataplane subscriptions.
|
|
38
|
+
"""
|
|
39
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
+
pulumi.set(__self__, "scope_name", scope_name)
|
|
41
|
+
if kind is not None:
|
|
42
|
+
pulumi.set(__self__, "kind", kind)
|
|
43
|
+
if linked_resource_id is not None:
|
|
44
|
+
pulumi.set(__self__, "linked_resource_id", linked_resource_id)
|
|
45
|
+
if name is not None:
|
|
46
|
+
pulumi.set(__self__, "name", name)
|
|
47
|
+
if subscription_location is not None:
|
|
48
|
+
pulumi.set(__self__, "subscription_location", subscription_location)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="resourceGroupName")
|
|
52
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource group. The name is case insensitive.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "resource_group_name")
|
|
57
|
+
|
|
58
|
+
@resource_group_name.setter
|
|
59
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "resource_group_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="scopeName")
|
|
64
|
+
def scope_name(self) -> pulumi.Input[str]:
|
|
65
|
+
"""
|
|
66
|
+
The name of the Azure Monitor PrivateLinkScope resource.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "scope_name")
|
|
69
|
+
|
|
70
|
+
@scope_name.setter
|
|
71
|
+
def scope_name(self, value: pulumi.Input[str]):
|
|
72
|
+
pulumi.set(self, "scope_name", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def kind(self) -> Optional[pulumi.Input[Union[str, 'ScopedResourceKind']]]:
|
|
77
|
+
"""
|
|
78
|
+
The kind of scoped Azure monitor resource.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "kind")
|
|
81
|
+
|
|
82
|
+
@kind.setter
|
|
83
|
+
def kind(self, value: Optional[pulumi.Input[Union[str, 'ScopedResourceKind']]]):
|
|
84
|
+
pulumi.set(self, "kind", value)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="linkedResourceId")
|
|
88
|
+
def linked_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
89
|
+
"""
|
|
90
|
+
The resource id of the scoped Azure monitor resource.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "linked_resource_id")
|
|
93
|
+
|
|
94
|
+
@linked_resource_id.setter
|
|
95
|
+
def linked_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
96
|
+
pulumi.set(self, "linked_resource_id", value)
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter
|
|
100
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
101
|
+
"""
|
|
102
|
+
The name of the scoped resource object.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "name")
|
|
105
|
+
|
|
106
|
+
@name.setter
|
|
107
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
108
|
+
pulumi.set(self, "name", value)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="subscriptionLocation")
|
|
112
|
+
def subscription_location(self) -> Optional[pulumi.Input[str]]:
|
|
113
|
+
"""
|
|
114
|
+
The location of a scoped subscription. Only needs to be specified for metric dataplane subscriptions.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "subscription_location")
|
|
117
|
+
|
|
118
|
+
@subscription_location.setter
|
|
119
|
+
def subscription_location(self, value: Optional[pulumi.Input[str]]):
|
|
120
|
+
pulumi.set(self, "subscription_location", value)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
class PrivateLinkScopedResource(pulumi.CustomResource):
|
|
124
|
+
@overload
|
|
125
|
+
def __init__(__self__,
|
|
126
|
+
resource_name: str,
|
|
127
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
128
|
+
kind: Optional[pulumi.Input[Union[str, 'ScopedResourceKind']]] = None,
|
|
129
|
+
linked_resource_id: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
subscription_location: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
__props__=None):
|
|
135
|
+
"""
|
|
136
|
+
A private link scoped resource
|
|
137
|
+
|
|
138
|
+
:param str resource_name: The name of the resource.
|
|
139
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
140
|
+
:param pulumi.Input[Union[str, 'ScopedResourceKind']] kind: The kind of scoped Azure monitor resource.
|
|
141
|
+
:param pulumi.Input[str] linked_resource_id: The resource id of the scoped Azure monitor resource.
|
|
142
|
+
:param pulumi.Input[str] name: The name of the scoped resource object.
|
|
143
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
144
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
|
|
145
|
+
:param pulumi.Input[str] subscription_location: The location of a scoped subscription. Only needs to be specified for metric dataplane subscriptions.
|
|
146
|
+
"""
|
|
147
|
+
...
|
|
148
|
+
@overload
|
|
149
|
+
def __init__(__self__,
|
|
150
|
+
resource_name: str,
|
|
151
|
+
args: PrivateLinkScopedResourceArgs,
|
|
152
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
153
|
+
"""
|
|
154
|
+
A private link scoped resource
|
|
155
|
+
|
|
156
|
+
:param str resource_name: The name of the resource.
|
|
157
|
+
:param PrivateLinkScopedResourceArgs args: The arguments to use to populate this resource's properties.
|
|
158
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
159
|
+
"""
|
|
160
|
+
...
|
|
161
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
162
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateLinkScopedResourceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
163
|
+
if resource_args is not None:
|
|
164
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
165
|
+
else:
|
|
166
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
167
|
+
|
|
168
|
+
def _internal_init(__self__,
|
|
169
|
+
resource_name: str,
|
|
170
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
171
|
+
kind: Optional[pulumi.Input[Union[str, 'ScopedResourceKind']]] = None,
|
|
172
|
+
linked_resource_id: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
176
|
+
subscription_location: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
__props__=None):
|
|
178
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
179
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
180
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
181
|
+
if opts.id is None:
|
|
182
|
+
if __props__ is not None:
|
|
183
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
184
|
+
__props__ = PrivateLinkScopedResourceArgs.__new__(PrivateLinkScopedResourceArgs)
|
|
185
|
+
|
|
186
|
+
__props__.__dict__["kind"] = kind
|
|
187
|
+
__props__.__dict__["linked_resource_id"] = linked_resource_id
|
|
188
|
+
__props__.__dict__["name"] = name
|
|
189
|
+
if resource_group_name is None and not opts.urn:
|
|
190
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
191
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
192
|
+
if scope_name is None and not opts.urn:
|
|
193
|
+
raise TypeError("Missing required property 'scope_name'")
|
|
194
|
+
__props__.__dict__["scope_name"] = scope_name
|
|
195
|
+
__props__.__dict__["subscription_location"] = subscription_location
|
|
196
|
+
__props__.__dict__["provisioning_state"] = None
|
|
197
|
+
__props__.__dict__["system_data"] = None
|
|
198
|
+
__props__.__dict__["type"] = None
|
|
199
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateLinkScopedResource")])
|
|
200
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
201
|
+
super(PrivateLinkScopedResource, __self__).__init__(
|
|
202
|
+
'azure-native:insights/v20230601preview:PrivateLinkScopedResource',
|
|
203
|
+
resource_name,
|
|
204
|
+
__props__,
|
|
205
|
+
opts)
|
|
206
|
+
|
|
207
|
+
@staticmethod
|
|
208
|
+
def get(resource_name: str,
|
|
209
|
+
id: pulumi.Input[str],
|
|
210
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateLinkScopedResource':
|
|
211
|
+
"""
|
|
212
|
+
Get an existing PrivateLinkScopedResource resource's state with the given name, id, and optional extra
|
|
213
|
+
properties used to qualify the lookup.
|
|
214
|
+
|
|
215
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
216
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
217
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
218
|
+
"""
|
|
219
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
220
|
+
|
|
221
|
+
__props__ = PrivateLinkScopedResourceArgs.__new__(PrivateLinkScopedResourceArgs)
|
|
222
|
+
|
|
223
|
+
__props__.__dict__["kind"] = None
|
|
224
|
+
__props__.__dict__["linked_resource_id"] = None
|
|
225
|
+
__props__.__dict__["name"] = None
|
|
226
|
+
__props__.__dict__["provisioning_state"] = None
|
|
227
|
+
__props__.__dict__["subscription_location"] = None
|
|
228
|
+
__props__.__dict__["system_data"] = None
|
|
229
|
+
__props__.__dict__["type"] = None
|
|
230
|
+
return PrivateLinkScopedResource(resource_name, opts=opts, __props__=__props__)
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter
|
|
234
|
+
def kind(self) -> pulumi.Output[Optional[str]]:
|
|
235
|
+
"""
|
|
236
|
+
The kind of scoped Azure monitor resource.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "kind")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="linkedResourceId")
|
|
242
|
+
def linked_resource_id(self) -> pulumi.Output[Optional[str]]:
|
|
243
|
+
"""
|
|
244
|
+
The resource id of the scoped Azure monitor resource.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "linked_resource_id")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def name(self) -> pulumi.Output[str]:
|
|
251
|
+
"""
|
|
252
|
+
The name of the resource
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "name")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="provisioningState")
|
|
258
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
259
|
+
"""
|
|
260
|
+
State of the Azure monitor resource.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "provisioning_state")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="subscriptionLocation")
|
|
266
|
+
def subscription_location(self) -> pulumi.Output[Optional[str]]:
|
|
267
|
+
"""
|
|
268
|
+
The location of a scoped subscription. Only needs to be specified for metric dataplane subscriptions.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "subscription_location")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter(name="systemData")
|
|
274
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
275
|
+
"""
|
|
276
|
+
System data
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "system_data")
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter
|
|
282
|
+
def type(self) -> pulumi.Output[str]:
|
|
283
|
+
"""
|
|
284
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
285
|
+
"""
|
|
286
|
+
return pulumi.get(self, "type")
|
|
287
|
+
|
|
@@ -33,10 +33,13 @@ if typing.TYPE_CHECKING:
|
|
|
33
33
|
v20230904 = __v20230904
|
|
34
34
|
import pulumi_azure_native.redhatopenshift.v20231122 as __v20231122
|
|
35
35
|
v20231122 = __v20231122
|
|
36
|
+
import pulumi_azure_native.redhatopenshift.v20240812preview as __v20240812preview
|
|
37
|
+
v20240812preview = __v20240812preview
|
|
36
38
|
else:
|
|
37
39
|
v20220904 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20220904')
|
|
38
40
|
v20230401 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20230401')
|
|
39
41
|
v20230701preview = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20230701preview')
|
|
40
42
|
v20230904 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20230904')
|
|
41
43
|
v20231122 = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20231122')
|
|
44
|
+
v20240812preview = _utilities.lazy_import('pulumi_azure_native.redhatopenshift.v20240812preview')
|
|
42
45
|
|
|
@@ -225,7 +225,7 @@ def get_open_shift_cluster(resource_group_name: Optional[str] = None,
|
|
|
225
225
|
The operation returns properties of a OpenShift cluster.
|
|
226
226
|
Azure REST API version: 2022-09-04.
|
|
227
227
|
|
|
228
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
228
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -260,7 +260,7 @@ def get_open_shift_cluster_output(resource_group_name: Optional[pulumi.Input[str
|
|
|
260
260
|
The operation returns properties of a OpenShift cluster.
|
|
261
261
|
Azure REST API version: 2022-09-04.
|
|
262
262
|
|
|
263
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
263
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -56,7 +56,7 @@ def list_open_shift_cluster_admin_credentials(resource_group_name: Optional[str]
|
|
|
56
56
|
The operation returns the admin kubeconfig.
|
|
57
57
|
Azure REST API version: 2022-09-04.
|
|
58
58
|
|
|
59
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
59
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -77,7 +77,7 @@ def list_open_shift_cluster_admin_credentials_output(resource_group_name: Option
|
|
|
77
77
|
The operation returns the admin kubeconfig.
|
|
78
78
|
Azure REST API version: 2022-09-04.
|
|
79
79
|
|
|
80
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
80
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -68,7 +68,7 @@ def list_open_shift_cluster_credentials(resource_group_name: Optional[str] = Non
|
|
|
68
68
|
The operation returns the credentials.
|
|
69
69
|
Azure REST API version: 2022-09-04.
|
|
70
70
|
|
|
71
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
71
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -90,7 +90,7 @@ def list_open_shift_cluster_credentials_output(resource_group_name: Optional[pul
|
|
|
90
90
|
The operation returns the credentials.
|
|
91
91
|
Azure REST API version: 2022-09-04.
|
|
92
92
|
|
|
93
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
93
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -257,7 +257,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
257
257
|
OpenShiftCluster represents an Azure Red Hat OpenShift cluster.
|
|
258
258
|
Azure REST API version: 2022-09-04. Prior API version in Azure Native 1.x: 2020-04-30.
|
|
259
259
|
|
|
260
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
260
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
261
261
|
|
|
262
262
|
:param str resource_name: The name of the resource.
|
|
263
263
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -285,7 +285,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
285
285
|
OpenShiftCluster represents an Azure Red Hat OpenShift cluster.
|
|
286
286
|
Azure REST API version: 2022-09-04. Prior API version in Azure Native 1.x: 2020-04-30.
|
|
287
287
|
|
|
288
|
-
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.
|
|
288
|
+
Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22, 2024-08-12-preview.
|
|
289
289
|
|
|
290
290
|
:param str resource_name: The name of the resource.
|
|
291
291
|
:param OpenShiftClusterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -342,7 +342,7 @@ class OpenShiftCluster(pulumi.CustomResource):
|
|
|
342
342
|
__props__.__dict__["name"] = None
|
|
343
343
|
__props__.__dict__["system_data"] = None
|
|
344
344
|
__props__.__dict__["type"] = None
|
|
345
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster")])
|
|
345
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift/v20200430:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20210901preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230904:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20231122:OpenShiftCluster"), pulumi.Alias(type_="azure-native:redhatopenshift/v20240812preview:OpenShiftCluster")])
|
|
346
346
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
347
347
|
super(OpenShiftCluster, __self__).__init__(
|
|
348
348
|
'azure-native:redhatopenshift:OpenShiftCluster',
|