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,910 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'APIServerProfileArgs',
|
|
20
|
+
'APIServerProfileArgsDict',
|
|
21
|
+
'ClusterProfileArgs',
|
|
22
|
+
'ClusterProfileArgsDict',
|
|
23
|
+
'IngressProfileArgs',
|
|
24
|
+
'IngressProfileArgsDict',
|
|
25
|
+
'LoadBalancerProfileArgs',
|
|
26
|
+
'LoadBalancerProfileArgsDict',
|
|
27
|
+
'ManagedOutboundIPsArgs',
|
|
28
|
+
'ManagedOutboundIPsArgsDict',
|
|
29
|
+
'ManagedServiceIdentityArgs',
|
|
30
|
+
'ManagedServiceIdentityArgsDict',
|
|
31
|
+
'MasterProfileArgs',
|
|
32
|
+
'MasterProfileArgsDict',
|
|
33
|
+
'NetworkProfileArgs',
|
|
34
|
+
'NetworkProfileArgsDict',
|
|
35
|
+
'PlatformWorkloadIdentityProfileArgs',
|
|
36
|
+
'PlatformWorkloadIdentityProfileArgsDict',
|
|
37
|
+
'PlatformWorkloadIdentityArgs',
|
|
38
|
+
'PlatformWorkloadIdentityArgsDict',
|
|
39
|
+
'ServicePrincipalProfileArgs',
|
|
40
|
+
'ServicePrincipalProfileArgsDict',
|
|
41
|
+
'WorkerProfileArgs',
|
|
42
|
+
'WorkerProfileArgsDict',
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
MYPY = False
|
|
46
|
+
|
|
47
|
+
if not MYPY:
|
|
48
|
+
class APIServerProfileArgsDict(TypedDict):
|
|
49
|
+
"""
|
|
50
|
+
APIServerProfile represents an API server profile.
|
|
51
|
+
"""
|
|
52
|
+
visibility: NotRequired[pulumi.Input[Union[str, 'Visibility']]]
|
|
53
|
+
"""
|
|
54
|
+
API server visibility.
|
|
55
|
+
"""
|
|
56
|
+
elif False:
|
|
57
|
+
APIServerProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
58
|
+
|
|
59
|
+
@pulumi.input_type
|
|
60
|
+
class APIServerProfileArgs:
|
|
61
|
+
def __init__(__self__, *,
|
|
62
|
+
visibility: Optional[pulumi.Input[Union[str, 'Visibility']]] = None):
|
|
63
|
+
"""
|
|
64
|
+
APIServerProfile represents an API server profile.
|
|
65
|
+
:param pulumi.Input[Union[str, 'Visibility']] visibility: API server visibility.
|
|
66
|
+
"""
|
|
67
|
+
if visibility is not None:
|
|
68
|
+
pulumi.set(__self__, "visibility", visibility)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def visibility(self) -> Optional[pulumi.Input[Union[str, 'Visibility']]]:
|
|
73
|
+
"""
|
|
74
|
+
API server visibility.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "visibility")
|
|
77
|
+
|
|
78
|
+
@visibility.setter
|
|
79
|
+
def visibility(self, value: Optional[pulumi.Input[Union[str, 'Visibility']]]):
|
|
80
|
+
pulumi.set(self, "visibility", value)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
if not MYPY:
|
|
84
|
+
class ClusterProfileArgsDict(TypedDict):
|
|
85
|
+
"""
|
|
86
|
+
ClusterProfile represents a cluster profile.
|
|
87
|
+
"""
|
|
88
|
+
domain: NotRequired[pulumi.Input[str]]
|
|
89
|
+
"""
|
|
90
|
+
The domain for the cluster.
|
|
91
|
+
"""
|
|
92
|
+
fips_validated_modules: NotRequired[pulumi.Input[Union[str, 'FipsValidatedModules']]]
|
|
93
|
+
"""
|
|
94
|
+
If FIPS validated crypto modules are used
|
|
95
|
+
"""
|
|
96
|
+
oidc_issuer: NotRequired[pulumi.Input[str]]
|
|
97
|
+
"""
|
|
98
|
+
The URL of the managed OIDC issuer in a workload identity cluster.
|
|
99
|
+
"""
|
|
100
|
+
pull_secret: NotRequired[pulumi.Input[str]]
|
|
101
|
+
"""
|
|
102
|
+
The pull secret for the cluster.
|
|
103
|
+
"""
|
|
104
|
+
resource_group_id: NotRequired[pulumi.Input[str]]
|
|
105
|
+
"""
|
|
106
|
+
The ID of the cluster resource group.
|
|
107
|
+
"""
|
|
108
|
+
version: NotRequired[pulumi.Input[str]]
|
|
109
|
+
"""
|
|
110
|
+
The version of the cluster.
|
|
111
|
+
"""
|
|
112
|
+
elif False:
|
|
113
|
+
ClusterProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
114
|
+
|
|
115
|
+
@pulumi.input_type
|
|
116
|
+
class ClusterProfileArgs:
|
|
117
|
+
def __init__(__self__, *,
|
|
118
|
+
domain: Optional[pulumi.Input[str]] = None,
|
|
119
|
+
fips_validated_modules: Optional[pulumi.Input[Union[str, 'FipsValidatedModules']]] = None,
|
|
120
|
+
oidc_issuer: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
pull_secret: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
123
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
124
|
+
"""
|
|
125
|
+
ClusterProfile represents a cluster profile.
|
|
126
|
+
:param pulumi.Input[str] domain: The domain for the cluster.
|
|
127
|
+
:param pulumi.Input[Union[str, 'FipsValidatedModules']] fips_validated_modules: If FIPS validated crypto modules are used
|
|
128
|
+
:param pulumi.Input[str] oidc_issuer: The URL of the managed OIDC issuer in a workload identity cluster.
|
|
129
|
+
:param pulumi.Input[str] pull_secret: The pull secret for the cluster.
|
|
130
|
+
:param pulumi.Input[str] resource_group_id: The ID of the cluster resource group.
|
|
131
|
+
:param pulumi.Input[str] version: The version of the cluster.
|
|
132
|
+
"""
|
|
133
|
+
if domain is not None:
|
|
134
|
+
pulumi.set(__self__, "domain", domain)
|
|
135
|
+
if fips_validated_modules is not None:
|
|
136
|
+
pulumi.set(__self__, "fips_validated_modules", fips_validated_modules)
|
|
137
|
+
if oidc_issuer is not None:
|
|
138
|
+
pulumi.set(__self__, "oidc_issuer", oidc_issuer)
|
|
139
|
+
if pull_secret is not None:
|
|
140
|
+
pulumi.set(__self__, "pull_secret", pull_secret)
|
|
141
|
+
if resource_group_id is not None:
|
|
142
|
+
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
143
|
+
if version is not None:
|
|
144
|
+
pulumi.set(__self__, "version", version)
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def domain(self) -> Optional[pulumi.Input[str]]:
|
|
149
|
+
"""
|
|
150
|
+
The domain for the cluster.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "domain")
|
|
153
|
+
|
|
154
|
+
@domain.setter
|
|
155
|
+
def domain(self, value: Optional[pulumi.Input[str]]):
|
|
156
|
+
pulumi.set(self, "domain", value)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="fipsValidatedModules")
|
|
160
|
+
def fips_validated_modules(self) -> Optional[pulumi.Input[Union[str, 'FipsValidatedModules']]]:
|
|
161
|
+
"""
|
|
162
|
+
If FIPS validated crypto modules are used
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "fips_validated_modules")
|
|
165
|
+
|
|
166
|
+
@fips_validated_modules.setter
|
|
167
|
+
def fips_validated_modules(self, value: Optional[pulumi.Input[Union[str, 'FipsValidatedModules']]]):
|
|
168
|
+
pulumi.set(self, "fips_validated_modules", value)
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="oidcIssuer")
|
|
172
|
+
def oidc_issuer(self) -> Optional[pulumi.Input[str]]:
|
|
173
|
+
"""
|
|
174
|
+
The URL of the managed OIDC issuer in a workload identity cluster.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "oidc_issuer")
|
|
177
|
+
|
|
178
|
+
@oidc_issuer.setter
|
|
179
|
+
def oidc_issuer(self, value: Optional[pulumi.Input[str]]):
|
|
180
|
+
pulumi.set(self, "oidc_issuer", value)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="pullSecret")
|
|
184
|
+
def pull_secret(self) -> Optional[pulumi.Input[str]]:
|
|
185
|
+
"""
|
|
186
|
+
The pull secret for the cluster.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "pull_secret")
|
|
189
|
+
|
|
190
|
+
@pull_secret.setter
|
|
191
|
+
def pull_secret(self, value: Optional[pulumi.Input[str]]):
|
|
192
|
+
pulumi.set(self, "pull_secret", value)
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter(name="resourceGroupId")
|
|
196
|
+
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
197
|
+
"""
|
|
198
|
+
The ID of the cluster resource group.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "resource_group_id")
|
|
201
|
+
|
|
202
|
+
@resource_group_id.setter
|
|
203
|
+
def resource_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
204
|
+
pulumi.set(self, "resource_group_id", value)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
209
|
+
"""
|
|
210
|
+
The version of the cluster.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "version")
|
|
213
|
+
|
|
214
|
+
@version.setter
|
|
215
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
216
|
+
pulumi.set(self, "version", value)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
if not MYPY:
|
|
220
|
+
class IngressProfileArgsDict(TypedDict):
|
|
221
|
+
"""
|
|
222
|
+
IngressProfile represents an ingress profile.
|
|
223
|
+
"""
|
|
224
|
+
name: NotRequired[pulumi.Input[str]]
|
|
225
|
+
"""
|
|
226
|
+
The ingress profile name.
|
|
227
|
+
"""
|
|
228
|
+
visibility: NotRequired[pulumi.Input[Union[str, 'Visibility']]]
|
|
229
|
+
"""
|
|
230
|
+
Ingress visibility.
|
|
231
|
+
"""
|
|
232
|
+
elif False:
|
|
233
|
+
IngressProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
234
|
+
|
|
235
|
+
@pulumi.input_type
|
|
236
|
+
class IngressProfileArgs:
|
|
237
|
+
def __init__(__self__, *,
|
|
238
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
239
|
+
visibility: Optional[pulumi.Input[Union[str, 'Visibility']]] = None):
|
|
240
|
+
"""
|
|
241
|
+
IngressProfile represents an ingress profile.
|
|
242
|
+
:param pulumi.Input[str] name: The ingress profile name.
|
|
243
|
+
:param pulumi.Input[Union[str, 'Visibility']] visibility: Ingress visibility.
|
|
244
|
+
"""
|
|
245
|
+
if name is not None:
|
|
246
|
+
pulumi.set(__self__, "name", name)
|
|
247
|
+
if visibility is not None:
|
|
248
|
+
pulumi.set(__self__, "visibility", visibility)
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter
|
|
252
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
253
|
+
"""
|
|
254
|
+
The ingress profile name.
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "name")
|
|
257
|
+
|
|
258
|
+
@name.setter
|
|
259
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
260
|
+
pulumi.set(self, "name", value)
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter
|
|
264
|
+
def visibility(self) -> Optional[pulumi.Input[Union[str, 'Visibility']]]:
|
|
265
|
+
"""
|
|
266
|
+
Ingress visibility.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "visibility")
|
|
269
|
+
|
|
270
|
+
@visibility.setter
|
|
271
|
+
def visibility(self, value: Optional[pulumi.Input[Union[str, 'Visibility']]]):
|
|
272
|
+
pulumi.set(self, "visibility", value)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
if not MYPY:
|
|
276
|
+
class LoadBalancerProfileArgsDict(TypedDict):
|
|
277
|
+
"""
|
|
278
|
+
LoadBalancerProfile represents the profile of the cluster public load balancer.
|
|
279
|
+
"""
|
|
280
|
+
managed_outbound_ips: NotRequired[pulumi.Input['ManagedOutboundIPsArgsDict']]
|
|
281
|
+
"""
|
|
282
|
+
The desired managed outbound IPs for the cluster public load balancer.
|
|
283
|
+
"""
|
|
284
|
+
elif False:
|
|
285
|
+
LoadBalancerProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
286
|
+
|
|
287
|
+
@pulumi.input_type
|
|
288
|
+
class LoadBalancerProfileArgs:
|
|
289
|
+
def __init__(__self__, *,
|
|
290
|
+
managed_outbound_ips: Optional[pulumi.Input['ManagedOutboundIPsArgs']] = None):
|
|
291
|
+
"""
|
|
292
|
+
LoadBalancerProfile represents the profile of the cluster public load balancer.
|
|
293
|
+
:param pulumi.Input['ManagedOutboundIPsArgs'] managed_outbound_ips: The desired managed outbound IPs for the cluster public load balancer.
|
|
294
|
+
"""
|
|
295
|
+
if managed_outbound_ips is not None:
|
|
296
|
+
pulumi.set(__self__, "managed_outbound_ips", managed_outbound_ips)
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="managedOutboundIps")
|
|
300
|
+
def managed_outbound_ips(self) -> Optional[pulumi.Input['ManagedOutboundIPsArgs']]:
|
|
301
|
+
"""
|
|
302
|
+
The desired managed outbound IPs for the cluster public load balancer.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "managed_outbound_ips")
|
|
305
|
+
|
|
306
|
+
@managed_outbound_ips.setter
|
|
307
|
+
def managed_outbound_ips(self, value: Optional[pulumi.Input['ManagedOutboundIPsArgs']]):
|
|
308
|
+
pulumi.set(self, "managed_outbound_ips", value)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
if not MYPY:
|
|
312
|
+
class ManagedOutboundIPsArgsDict(TypedDict):
|
|
313
|
+
"""
|
|
314
|
+
ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.
|
|
315
|
+
"""
|
|
316
|
+
count: NotRequired[pulumi.Input[int]]
|
|
317
|
+
"""
|
|
318
|
+
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
|
|
319
|
+
"""
|
|
320
|
+
elif False:
|
|
321
|
+
ManagedOutboundIPsArgsDict: TypeAlias = Mapping[str, Any]
|
|
322
|
+
|
|
323
|
+
@pulumi.input_type
|
|
324
|
+
class ManagedOutboundIPsArgs:
|
|
325
|
+
def __init__(__self__, *,
|
|
326
|
+
count: Optional[pulumi.Input[int]] = None):
|
|
327
|
+
"""
|
|
328
|
+
ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.
|
|
329
|
+
:param pulumi.Input[int] count: Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
|
|
330
|
+
"""
|
|
331
|
+
if count is not None:
|
|
332
|
+
pulumi.set(__self__, "count", count)
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter
|
|
336
|
+
def count(self) -> Optional[pulumi.Input[int]]:
|
|
337
|
+
"""
|
|
338
|
+
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "count")
|
|
341
|
+
|
|
342
|
+
@count.setter
|
|
343
|
+
def count(self, value: Optional[pulumi.Input[int]]):
|
|
344
|
+
pulumi.set(self, "count", value)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
if not MYPY:
|
|
348
|
+
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
349
|
+
"""
|
|
350
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
351
|
+
"""
|
|
352
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
|
|
353
|
+
"""
|
|
354
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
355
|
+
"""
|
|
356
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
357
|
+
"""
|
|
358
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
359
|
+
"""
|
|
360
|
+
elif False:
|
|
361
|
+
ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
362
|
+
|
|
363
|
+
@pulumi.input_type
|
|
364
|
+
class ManagedServiceIdentityArgs:
|
|
365
|
+
def __init__(__self__, *,
|
|
366
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
367
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
368
|
+
"""
|
|
369
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
370
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
371
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
372
|
+
"""
|
|
373
|
+
pulumi.set(__self__, "type", type)
|
|
374
|
+
if user_assigned_identities is not None:
|
|
375
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter
|
|
379
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
380
|
+
"""
|
|
381
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "type")
|
|
384
|
+
|
|
385
|
+
@type.setter
|
|
386
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
387
|
+
pulumi.set(self, "type", value)
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
391
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
392
|
+
"""
|
|
393
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
396
|
+
|
|
397
|
+
@user_assigned_identities.setter
|
|
398
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
399
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
if not MYPY:
|
|
403
|
+
class MasterProfileArgsDict(TypedDict):
|
|
404
|
+
"""
|
|
405
|
+
MasterProfile represents a master profile.
|
|
406
|
+
"""
|
|
407
|
+
disk_encryption_set_id: NotRequired[pulumi.Input[str]]
|
|
408
|
+
"""
|
|
409
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
410
|
+
"""
|
|
411
|
+
encryption_at_host: NotRequired[pulumi.Input[Union[str, 'EncryptionAtHost']]]
|
|
412
|
+
"""
|
|
413
|
+
Whether master virtual machines are encrypted at host.
|
|
414
|
+
"""
|
|
415
|
+
subnet_id: NotRequired[pulumi.Input[str]]
|
|
416
|
+
"""
|
|
417
|
+
The Azure resource ID of the master subnet.
|
|
418
|
+
"""
|
|
419
|
+
vm_size: NotRequired[pulumi.Input[str]]
|
|
420
|
+
"""
|
|
421
|
+
The size of the master VMs.
|
|
422
|
+
"""
|
|
423
|
+
elif False:
|
|
424
|
+
MasterProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
425
|
+
|
|
426
|
+
@pulumi.input_type
|
|
427
|
+
class MasterProfileArgs:
|
|
428
|
+
def __init__(__self__, *,
|
|
429
|
+
disk_encryption_set_id: Optional[pulumi.Input[str]] = None,
|
|
430
|
+
encryption_at_host: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]] = None,
|
|
431
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
432
|
+
vm_size: Optional[pulumi.Input[str]] = None):
|
|
433
|
+
"""
|
|
434
|
+
MasterProfile represents a master profile.
|
|
435
|
+
:param pulumi.Input[str] disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
436
|
+
:param pulumi.Input[Union[str, 'EncryptionAtHost']] encryption_at_host: Whether master virtual machines are encrypted at host.
|
|
437
|
+
:param pulumi.Input[str] subnet_id: The Azure resource ID of the master subnet.
|
|
438
|
+
:param pulumi.Input[str] vm_size: The size of the master VMs.
|
|
439
|
+
"""
|
|
440
|
+
if disk_encryption_set_id is not None:
|
|
441
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
442
|
+
if encryption_at_host is not None:
|
|
443
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
444
|
+
if subnet_id is not None:
|
|
445
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
446
|
+
if vm_size is not None:
|
|
447
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
451
|
+
def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
452
|
+
"""
|
|
453
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
456
|
+
|
|
457
|
+
@disk_encryption_set_id.setter
|
|
458
|
+
def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
459
|
+
pulumi.set(self, "disk_encryption_set_id", value)
|
|
460
|
+
|
|
461
|
+
@property
|
|
462
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
463
|
+
def encryption_at_host(self) -> Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]:
|
|
464
|
+
"""
|
|
465
|
+
Whether master virtual machines are encrypted at host.
|
|
466
|
+
"""
|
|
467
|
+
return pulumi.get(self, "encryption_at_host")
|
|
468
|
+
|
|
469
|
+
@encryption_at_host.setter
|
|
470
|
+
def encryption_at_host(self, value: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]):
|
|
471
|
+
pulumi.set(self, "encryption_at_host", value)
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="subnetId")
|
|
475
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
|
476
|
+
"""
|
|
477
|
+
The Azure resource ID of the master subnet.
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "subnet_id")
|
|
480
|
+
|
|
481
|
+
@subnet_id.setter
|
|
482
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
|
483
|
+
pulumi.set(self, "subnet_id", value)
|
|
484
|
+
|
|
485
|
+
@property
|
|
486
|
+
@pulumi.getter(name="vmSize")
|
|
487
|
+
def vm_size(self) -> Optional[pulumi.Input[str]]:
|
|
488
|
+
"""
|
|
489
|
+
The size of the master VMs.
|
|
490
|
+
"""
|
|
491
|
+
return pulumi.get(self, "vm_size")
|
|
492
|
+
|
|
493
|
+
@vm_size.setter
|
|
494
|
+
def vm_size(self, value: Optional[pulumi.Input[str]]):
|
|
495
|
+
pulumi.set(self, "vm_size", value)
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
if not MYPY:
|
|
499
|
+
class NetworkProfileArgsDict(TypedDict):
|
|
500
|
+
"""
|
|
501
|
+
NetworkProfile represents a network profile.
|
|
502
|
+
"""
|
|
503
|
+
load_balancer_profile: NotRequired[pulumi.Input['LoadBalancerProfileArgsDict']]
|
|
504
|
+
"""
|
|
505
|
+
The cluster load balancer profile.
|
|
506
|
+
"""
|
|
507
|
+
outbound_type: NotRequired[pulumi.Input[Union[str, 'OutboundType']]]
|
|
508
|
+
"""
|
|
509
|
+
The OutboundType used for egress traffic.
|
|
510
|
+
"""
|
|
511
|
+
pod_cidr: NotRequired[pulumi.Input[str]]
|
|
512
|
+
"""
|
|
513
|
+
The CIDR used for OpenShift/Kubernetes Pods.
|
|
514
|
+
"""
|
|
515
|
+
preconfigured_nsg: NotRequired[pulumi.Input[Union[str, 'PreconfiguredNSG']]]
|
|
516
|
+
"""
|
|
517
|
+
Specifies whether subnets are pre-attached with an NSG
|
|
518
|
+
"""
|
|
519
|
+
service_cidr: NotRequired[pulumi.Input[str]]
|
|
520
|
+
"""
|
|
521
|
+
The CIDR used for OpenShift/Kubernetes Services.
|
|
522
|
+
"""
|
|
523
|
+
elif False:
|
|
524
|
+
NetworkProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
525
|
+
|
|
526
|
+
@pulumi.input_type
|
|
527
|
+
class NetworkProfileArgs:
|
|
528
|
+
def __init__(__self__, *,
|
|
529
|
+
load_balancer_profile: Optional[pulumi.Input['LoadBalancerProfileArgs']] = None,
|
|
530
|
+
outbound_type: Optional[pulumi.Input[Union[str, 'OutboundType']]] = None,
|
|
531
|
+
pod_cidr: Optional[pulumi.Input[str]] = None,
|
|
532
|
+
preconfigured_nsg: Optional[pulumi.Input[Union[str, 'PreconfiguredNSG']]] = None,
|
|
533
|
+
service_cidr: Optional[pulumi.Input[str]] = None):
|
|
534
|
+
"""
|
|
535
|
+
NetworkProfile represents a network profile.
|
|
536
|
+
:param pulumi.Input['LoadBalancerProfileArgs'] load_balancer_profile: The cluster load balancer profile.
|
|
537
|
+
:param pulumi.Input[Union[str, 'OutboundType']] outbound_type: The OutboundType used for egress traffic.
|
|
538
|
+
:param pulumi.Input[str] pod_cidr: The CIDR used for OpenShift/Kubernetes Pods.
|
|
539
|
+
:param pulumi.Input[Union[str, 'PreconfiguredNSG']] preconfigured_nsg: Specifies whether subnets are pre-attached with an NSG
|
|
540
|
+
:param pulumi.Input[str] service_cidr: The CIDR used for OpenShift/Kubernetes Services.
|
|
541
|
+
"""
|
|
542
|
+
if load_balancer_profile is not None:
|
|
543
|
+
pulumi.set(__self__, "load_balancer_profile", load_balancer_profile)
|
|
544
|
+
if outbound_type is not None:
|
|
545
|
+
pulumi.set(__self__, "outbound_type", outbound_type)
|
|
546
|
+
if pod_cidr is not None:
|
|
547
|
+
pulumi.set(__self__, "pod_cidr", pod_cidr)
|
|
548
|
+
if preconfigured_nsg is not None:
|
|
549
|
+
pulumi.set(__self__, "preconfigured_nsg", preconfigured_nsg)
|
|
550
|
+
if service_cidr is not None:
|
|
551
|
+
pulumi.set(__self__, "service_cidr", service_cidr)
|
|
552
|
+
|
|
553
|
+
@property
|
|
554
|
+
@pulumi.getter(name="loadBalancerProfile")
|
|
555
|
+
def load_balancer_profile(self) -> Optional[pulumi.Input['LoadBalancerProfileArgs']]:
|
|
556
|
+
"""
|
|
557
|
+
The cluster load balancer profile.
|
|
558
|
+
"""
|
|
559
|
+
return pulumi.get(self, "load_balancer_profile")
|
|
560
|
+
|
|
561
|
+
@load_balancer_profile.setter
|
|
562
|
+
def load_balancer_profile(self, value: Optional[pulumi.Input['LoadBalancerProfileArgs']]):
|
|
563
|
+
pulumi.set(self, "load_balancer_profile", value)
|
|
564
|
+
|
|
565
|
+
@property
|
|
566
|
+
@pulumi.getter(name="outboundType")
|
|
567
|
+
def outbound_type(self) -> Optional[pulumi.Input[Union[str, 'OutboundType']]]:
|
|
568
|
+
"""
|
|
569
|
+
The OutboundType used for egress traffic.
|
|
570
|
+
"""
|
|
571
|
+
return pulumi.get(self, "outbound_type")
|
|
572
|
+
|
|
573
|
+
@outbound_type.setter
|
|
574
|
+
def outbound_type(self, value: Optional[pulumi.Input[Union[str, 'OutboundType']]]):
|
|
575
|
+
pulumi.set(self, "outbound_type", value)
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
@pulumi.getter(name="podCidr")
|
|
579
|
+
def pod_cidr(self) -> Optional[pulumi.Input[str]]:
|
|
580
|
+
"""
|
|
581
|
+
The CIDR used for OpenShift/Kubernetes Pods.
|
|
582
|
+
"""
|
|
583
|
+
return pulumi.get(self, "pod_cidr")
|
|
584
|
+
|
|
585
|
+
@pod_cidr.setter
|
|
586
|
+
def pod_cidr(self, value: Optional[pulumi.Input[str]]):
|
|
587
|
+
pulumi.set(self, "pod_cidr", value)
|
|
588
|
+
|
|
589
|
+
@property
|
|
590
|
+
@pulumi.getter(name="preconfiguredNSG")
|
|
591
|
+
def preconfigured_nsg(self) -> Optional[pulumi.Input[Union[str, 'PreconfiguredNSG']]]:
|
|
592
|
+
"""
|
|
593
|
+
Specifies whether subnets are pre-attached with an NSG
|
|
594
|
+
"""
|
|
595
|
+
return pulumi.get(self, "preconfigured_nsg")
|
|
596
|
+
|
|
597
|
+
@preconfigured_nsg.setter
|
|
598
|
+
def preconfigured_nsg(self, value: Optional[pulumi.Input[Union[str, 'PreconfiguredNSG']]]):
|
|
599
|
+
pulumi.set(self, "preconfigured_nsg", value)
|
|
600
|
+
|
|
601
|
+
@property
|
|
602
|
+
@pulumi.getter(name="serviceCidr")
|
|
603
|
+
def service_cidr(self) -> Optional[pulumi.Input[str]]:
|
|
604
|
+
"""
|
|
605
|
+
The CIDR used for OpenShift/Kubernetes Services.
|
|
606
|
+
"""
|
|
607
|
+
return pulumi.get(self, "service_cidr")
|
|
608
|
+
|
|
609
|
+
@service_cidr.setter
|
|
610
|
+
def service_cidr(self, value: Optional[pulumi.Input[str]]):
|
|
611
|
+
pulumi.set(self, "service_cidr", value)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
if not MYPY:
|
|
615
|
+
class PlatformWorkloadIdentityProfileArgsDict(TypedDict):
|
|
616
|
+
"""
|
|
617
|
+
PlatformWorkloadIdentityProfile encapsulates all information that is specific to workload identity clusters.
|
|
618
|
+
"""
|
|
619
|
+
platform_workload_identities: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['PlatformWorkloadIdentityArgsDict']]]]
|
|
620
|
+
upgradeable_to: NotRequired[pulumi.Input[str]]
|
|
621
|
+
"""
|
|
622
|
+
UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to
|
|
623
|
+
"""
|
|
624
|
+
elif False:
|
|
625
|
+
PlatformWorkloadIdentityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
626
|
+
|
|
627
|
+
@pulumi.input_type
|
|
628
|
+
class PlatformWorkloadIdentityProfileArgs:
|
|
629
|
+
def __init__(__self__, *,
|
|
630
|
+
platform_workload_identities: Optional[pulumi.Input[Mapping[str, pulumi.Input['PlatformWorkloadIdentityArgs']]]] = None,
|
|
631
|
+
upgradeable_to: Optional[pulumi.Input[str]] = None):
|
|
632
|
+
"""
|
|
633
|
+
PlatformWorkloadIdentityProfile encapsulates all information that is specific to workload identity clusters.
|
|
634
|
+
:param pulumi.Input[str] upgradeable_to: UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to
|
|
635
|
+
"""
|
|
636
|
+
if platform_workload_identities is not None:
|
|
637
|
+
pulumi.set(__self__, "platform_workload_identities", platform_workload_identities)
|
|
638
|
+
if upgradeable_to is not None:
|
|
639
|
+
pulumi.set(__self__, "upgradeable_to", upgradeable_to)
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
@pulumi.getter(name="platformWorkloadIdentities")
|
|
643
|
+
def platform_workload_identities(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['PlatformWorkloadIdentityArgs']]]]:
|
|
644
|
+
return pulumi.get(self, "platform_workload_identities")
|
|
645
|
+
|
|
646
|
+
@platform_workload_identities.setter
|
|
647
|
+
def platform_workload_identities(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['PlatformWorkloadIdentityArgs']]]]):
|
|
648
|
+
pulumi.set(self, "platform_workload_identities", value)
|
|
649
|
+
|
|
650
|
+
@property
|
|
651
|
+
@pulumi.getter(name="upgradeableTo")
|
|
652
|
+
def upgradeable_to(self) -> Optional[pulumi.Input[str]]:
|
|
653
|
+
"""
|
|
654
|
+
UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to
|
|
655
|
+
"""
|
|
656
|
+
return pulumi.get(self, "upgradeable_to")
|
|
657
|
+
|
|
658
|
+
@upgradeable_to.setter
|
|
659
|
+
def upgradeable_to(self, value: Optional[pulumi.Input[str]]):
|
|
660
|
+
pulumi.set(self, "upgradeable_to", value)
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
if not MYPY:
|
|
664
|
+
class PlatformWorkloadIdentityArgsDict(TypedDict):
|
|
665
|
+
"""
|
|
666
|
+
PlatformWorkloadIdentity stores information representing a single workload identity.
|
|
667
|
+
"""
|
|
668
|
+
resource_id: NotRequired[pulumi.Input[str]]
|
|
669
|
+
"""
|
|
670
|
+
The resource ID of the PlatformWorkloadIdentity resource
|
|
671
|
+
"""
|
|
672
|
+
elif False:
|
|
673
|
+
PlatformWorkloadIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
674
|
+
|
|
675
|
+
@pulumi.input_type
|
|
676
|
+
class PlatformWorkloadIdentityArgs:
|
|
677
|
+
def __init__(__self__, *,
|
|
678
|
+
resource_id: Optional[pulumi.Input[str]] = None):
|
|
679
|
+
"""
|
|
680
|
+
PlatformWorkloadIdentity stores information representing a single workload identity.
|
|
681
|
+
:param pulumi.Input[str] resource_id: The resource ID of the PlatformWorkloadIdentity resource
|
|
682
|
+
"""
|
|
683
|
+
if resource_id is not None:
|
|
684
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
685
|
+
|
|
686
|
+
@property
|
|
687
|
+
@pulumi.getter(name="resourceId")
|
|
688
|
+
def resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
689
|
+
"""
|
|
690
|
+
The resource ID of the PlatformWorkloadIdentity resource
|
|
691
|
+
"""
|
|
692
|
+
return pulumi.get(self, "resource_id")
|
|
693
|
+
|
|
694
|
+
@resource_id.setter
|
|
695
|
+
def resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
696
|
+
pulumi.set(self, "resource_id", value)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
if not MYPY:
|
|
700
|
+
class ServicePrincipalProfileArgsDict(TypedDict):
|
|
701
|
+
"""
|
|
702
|
+
ServicePrincipalProfile represents a service principal profile.
|
|
703
|
+
"""
|
|
704
|
+
client_id: NotRequired[pulumi.Input[str]]
|
|
705
|
+
"""
|
|
706
|
+
The client ID used for the cluster.
|
|
707
|
+
"""
|
|
708
|
+
client_secret: NotRequired[pulumi.Input[str]]
|
|
709
|
+
"""
|
|
710
|
+
The client secret used for the cluster.
|
|
711
|
+
"""
|
|
712
|
+
elif False:
|
|
713
|
+
ServicePrincipalProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
714
|
+
|
|
715
|
+
@pulumi.input_type
|
|
716
|
+
class ServicePrincipalProfileArgs:
|
|
717
|
+
def __init__(__self__, *,
|
|
718
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
|
719
|
+
client_secret: Optional[pulumi.Input[str]] = None):
|
|
720
|
+
"""
|
|
721
|
+
ServicePrincipalProfile represents a service principal profile.
|
|
722
|
+
:param pulumi.Input[str] client_id: The client ID used for the cluster.
|
|
723
|
+
:param pulumi.Input[str] client_secret: The client secret used for the cluster.
|
|
724
|
+
"""
|
|
725
|
+
if client_id is not None:
|
|
726
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
727
|
+
if client_secret is not None:
|
|
728
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
|
729
|
+
|
|
730
|
+
@property
|
|
731
|
+
@pulumi.getter(name="clientId")
|
|
732
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
733
|
+
"""
|
|
734
|
+
The client ID used for the cluster.
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "client_id")
|
|
737
|
+
|
|
738
|
+
@client_id.setter
|
|
739
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
740
|
+
pulumi.set(self, "client_id", value)
|
|
741
|
+
|
|
742
|
+
@property
|
|
743
|
+
@pulumi.getter(name="clientSecret")
|
|
744
|
+
def client_secret(self) -> Optional[pulumi.Input[str]]:
|
|
745
|
+
"""
|
|
746
|
+
The client secret used for the cluster.
|
|
747
|
+
"""
|
|
748
|
+
return pulumi.get(self, "client_secret")
|
|
749
|
+
|
|
750
|
+
@client_secret.setter
|
|
751
|
+
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
|
752
|
+
pulumi.set(self, "client_secret", value)
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
if not MYPY:
|
|
756
|
+
class WorkerProfileArgsDict(TypedDict):
|
|
757
|
+
"""
|
|
758
|
+
WorkerProfile represents a worker profile.
|
|
759
|
+
"""
|
|
760
|
+
count: NotRequired[pulumi.Input[int]]
|
|
761
|
+
"""
|
|
762
|
+
The number of worker VMs.
|
|
763
|
+
"""
|
|
764
|
+
disk_encryption_set_id: NotRequired[pulumi.Input[str]]
|
|
765
|
+
"""
|
|
766
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
767
|
+
"""
|
|
768
|
+
disk_size_gb: NotRequired[pulumi.Input[int]]
|
|
769
|
+
"""
|
|
770
|
+
The disk size of the worker VMs.
|
|
771
|
+
"""
|
|
772
|
+
encryption_at_host: NotRequired[pulumi.Input[Union[str, 'EncryptionAtHost']]]
|
|
773
|
+
"""
|
|
774
|
+
Whether master virtual machines are encrypted at host.
|
|
775
|
+
"""
|
|
776
|
+
name: NotRequired[pulumi.Input[str]]
|
|
777
|
+
"""
|
|
778
|
+
The worker profile name.
|
|
779
|
+
"""
|
|
780
|
+
subnet_id: NotRequired[pulumi.Input[str]]
|
|
781
|
+
"""
|
|
782
|
+
The Azure resource ID of the worker subnet.
|
|
783
|
+
"""
|
|
784
|
+
vm_size: NotRequired[pulumi.Input[str]]
|
|
785
|
+
"""
|
|
786
|
+
The size of the worker VMs.
|
|
787
|
+
"""
|
|
788
|
+
elif False:
|
|
789
|
+
WorkerProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
790
|
+
|
|
791
|
+
@pulumi.input_type
|
|
792
|
+
class WorkerProfileArgs:
|
|
793
|
+
def __init__(__self__, *,
|
|
794
|
+
count: Optional[pulumi.Input[int]] = None,
|
|
795
|
+
disk_encryption_set_id: Optional[pulumi.Input[str]] = None,
|
|
796
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
797
|
+
encryption_at_host: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]] = None,
|
|
798
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
799
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
800
|
+
vm_size: Optional[pulumi.Input[str]] = None):
|
|
801
|
+
"""
|
|
802
|
+
WorkerProfile represents a worker profile.
|
|
803
|
+
:param pulumi.Input[int] count: The number of worker VMs.
|
|
804
|
+
:param pulumi.Input[str] disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
805
|
+
:param pulumi.Input[int] disk_size_gb: The disk size of the worker VMs.
|
|
806
|
+
:param pulumi.Input[Union[str, 'EncryptionAtHost']] encryption_at_host: Whether master virtual machines are encrypted at host.
|
|
807
|
+
:param pulumi.Input[str] name: The worker profile name.
|
|
808
|
+
:param pulumi.Input[str] subnet_id: The Azure resource ID of the worker subnet.
|
|
809
|
+
:param pulumi.Input[str] vm_size: The size of the worker VMs.
|
|
810
|
+
"""
|
|
811
|
+
if count is not None:
|
|
812
|
+
pulumi.set(__self__, "count", count)
|
|
813
|
+
if disk_encryption_set_id is not None:
|
|
814
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
815
|
+
if disk_size_gb is not None:
|
|
816
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
817
|
+
if encryption_at_host is not None:
|
|
818
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
819
|
+
if name is not None:
|
|
820
|
+
pulumi.set(__self__, "name", name)
|
|
821
|
+
if subnet_id is not None:
|
|
822
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
823
|
+
if vm_size is not None:
|
|
824
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
825
|
+
|
|
826
|
+
@property
|
|
827
|
+
@pulumi.getter
|
|
828
|
+
def count(self) -> Optional[pulumi.Input[int]]:
|
|
829
|
+
"""
|
|
830
|
+
The number of worker VMs.
|
|
831
|
+
"""
|
|
832
|
+
return pulumi.get(self, "count")
|
|
833
|
+
|
|
834
|
+
@count.setter
|
|
835
|
+
def count(self, value: Optional[pulumi.Input[int]]):
|
|
836
|
+
pulumi.set(self, "count", value)
|
|
837
|
+
|
|
838
|
+
@property
|
|
839
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
840
|
+
def disk_encryption_set_id(self) -> Optional[pulumi.Input[str]]:
|
|
841
|
+
"""
|
|
842
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
843
|
+
"""
|
|
844
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
845
|
+
|
|
846
|
+
@disk_encryption_set_id.setter
|
|
847
|
+
def disk_encryption_set_id(self, value: Optional[pulumi.Input[str]]):
|
|
848
|
+
pulumi.set(self, "disk_encryption_set_id", value)
|
|
849
|
+
|
|
850
|
+
@property
|
|
851
|
+
@pulumi.getter(name="diskSizeGB")
|
|
852
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
853
|
+
"""
|
|
854
|
+
The disk size of the worker VMs.
|
|
855
|
+
"""
|
|
856
|
+
return pulumi.get(self, "disk_size_gb")
|
|
857
|
+
|
|
858
|
+
@disk_size_gb.setter
|
|
859
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
|
860
|
+
pulumi.set(self, "disk_size_gb", value)
|
|
861
|
+
|
|
862
|
+
@property
|
|
863
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
864
|
+
def encryption_at_host(self) -> Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]:
|
|
865
|
+
"""
|
|
866
|
+
Whether master virtual machines are encrypted at host.
|
|
867
|
+
"""
|
|
868
|
+
return pulumi.get(self, "encryption_at_host")
|
|
869
|
+
|
|
870
|
+
@encryption_at_host.setter
|
|
871
|
+
def encryption_at_host(self, value: Optional[pulumi.Input[Union[str, 'EncryptionAtHost']]]):
|
|
872
|
+
pulumi.set(self, "encryption_at_host", value)
|
|
873
|
+
|
|
874
|
+
@property
|
|
875
|
+
@pulumi.getter
|
|
876
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
877
|
+
"""
|
|
878
|
+
The worker profile name.
|
|
879
|
+
"""
|
|
880
|
+
return pulumi.get(self, "name")
|
|
881
|
+
|
|
882
|
+
@name.setter
|
|
883
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
884
|
+
pulumi.set(self, "name", value)
|
|
885
|
+
|
|
886
|
+
@property
|
|
887
|
+
@pulumi.getter(name="subnetId")
|
|
888
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
|
889
|
+
"""
|
|
890
|
+
The Azure resource ID of the worker subnet.
|
|
891
|
+
"""
|
|
892
|
+
return pulumi.get(self, "subnet_id")
|
|
893
|
+
|
|
894
|
+
@subnet_id.setter
|
|
895
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
|
896
|
+
pulumi.set(self, "subnet_id", value)
|
|
897
|
+
|
|
898
|
+
@property
|
|
899
|
+
@pulumi.getter(name="vmSize")
|
|
900
|
+
def vm_size(self) -> Optional[pulumi.Input[str]]:
|
|
901
|
+
"""
|
|
902
|
+
The size of the worker VMs.
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "vm_size")
|
|
905
|
+
|
|
906
|
+
@vm_size.setter
|
|
907
|
+
def vm_size(self, value: Optional[pulumi.Input[str]]):
|
|
908
|
+
pulumi.set(self, "vm_size", value)
|
|
909
|
+
|
|
910
|
+
|