pulumi-azure-native 2.84.0a1737570745__py3-none-any.whl → 2.84.0a1737706742__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.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1062 @@
|
|
|
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__ = [
|
|
20
|
+
'APIServerProfileResponse',
|
|
21
|
+
'ClusterProfileResponse',
|
|
22
|
+
'ConsoleProfileResponse',
|
|
23
|
+
'EffectiveOutboundIPResponse',
|
|
24
|
+
'IngressProfileResponse',
|
|
25
|
+
'LoadBalancerProfileResponse',
|
|
26
|
+
'ManagedOutboundIPsResponse',
|
|
27
|
+
'ManagedServiceIdentityResponse',
|
|
28
|
+
'MasterProfileResponse',
|
|
29
|
+
'NetworkProfileResponse',
|
|
30
|
+
'PlatformWorkloadIdentityProfileResponse',
|
|
31
|
+
'PlatformWorkloadIdentityResponse',
|
|
32
|
+
'ServicePrincipalProfileResponse',
|
|
33
|
+
'SystemDataResponse',
|
|
34
|
+
'UserAssignedIdentityResponse',
|
|
35
|
+
'WorkerProfileResponse',
|
|
36
|
+
]
|
|
37
|
+
|
|
38
|
+
@pulumi.output_type
|
|
39
|
+
class APIServerProfileResponse(dict):
|
|
40
|
+
"""
|
|
41
|
+
APIServerProfile represents an API server profile.
|
|
42
|
+
"""
|
|
43
|
+
def __init__(__self__, *,
|
|
44
|
+
ip: str,
|
|
45
|
+
url: str,
|
|
46
|
+
visibility: Optional[str] = None):
|
|
47
|
+
"""
|
|
48
|
+
APIServerProfile represents an API server profile.
|
|
49
|
+
:param str ip: The IP of the cluster API server.
|
|
50
|
+
:param str url: The URL to access the cluster API server.
|
|
51
|
+
:param str visibility: API server visibility.
|
|
52
|
+
"""
|
|
53
|
+
pulumi.set(__self__, "ip", ip)
|
|
54
|
+
pulumi.set(__self__, "url", url)
|
|
55
|
+
if visibility is not None:
|
|
56
|
+
pulumi.set(__self__, "visibility", visibility)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def ip(self) -> str:
|
|
61
|
+
"""
|
|
62
|
+
The IP of the cluster API server.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "ip")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def url(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
The URL to access the cluster API server.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "url")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def visibility(self) -> Optional[str]:
|
|
77
|
+
"""
|
|
78
|
+
API server visibility.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "visibility")
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
@pulumi.output_type
|
|
84
|
+
class ClusterProfileResponse(dict):
|
|
85
|
+
"""
|
|
86
|
+
ClusterProfile represents a cluster profile.
|
|
87
|
+
"""
|
|
88
|
+
@staticmethod
|
|
89
|
+
def __key_warning(key: str):
|
|
90
|
+
suggest = None
|
|
91
|
+
if key == "fipsValidatedModules":
|
|
92
|
+
suggest = "fips_validated_modules"
|
|
93
|
+
elif key == "oidcIssuer":
|
|
94
|
+
suggest = "oidc_issuer"
|
|
95
|
+
elif key == "pullSecret":
|
|
96
|
+
suggest = "pull_secret"
|
|
97
|
+
elif key == "resourceGroupId":
|
|
98
|
+
suggest = "resource_group_id"
|
|
99
|
+
|
|
100
|
+
if suggest:
|
|
101
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
102
|
+
|
|
103
|
+
def __getitem__(self, key: str) -> Any:
|
|
104
|
+
ClusterProfileResponse.__key_warning(key)
|
|
105
|
+
return super().__getitem__(key)
|
|
106
|
+
|
|
107
|
+
def get(self, key: str, default = None) -> Any:
|
|
108
|
+
ClusterProfileResponse.__key_warning(key)
|
|
109
|
+
return super().get(key, default)
|
|
110
|
+
|
|
111
|
+
def __init__(__self__, *,
|
|
112
|
+
domain: Optional[str] = None,
|
|
113
|
+
fips_validated_modules: Optional[str] = None,
|
|
114
|
+
oidc_issuer: Optional[str] = None,
|
|
115
|
+
pull_secret: Optional[str] = None,
|
|
116
|
+
resource_group_id: Optional[str] = None,
|
|
117
|
+
version: Optional[str] = None):
|
|
118
|
+
"""
|
|
119
|
+
ClusterProfile represents a cluster profile.
|
|
120
|
+
:param str domain: The domain for the cluster.
|
|
121
|
+
:param str fips_validated_modules: If FIPS validated crypto modules are used
|
|
122
|
+
:param str oidc_issuer: The URL of the managed OIDC issuer in a workload identity cluster.
|
|
123
|
+
:param str pull_secret: The pull secret for the cluster.
|
|
124
|
+
:param str resource_group_id: The ID of the cluster resource group.
|
|
125
|
+
:param str version: The version of the cluster.
|
|
126
|
+
"""
|
|
127
|
+
if domain is not None:
|
|
128
|
+
pulumi.set(__self__, "domain", domain)
|
|
129
|
+
if fips_validated_modules is not None:
|
|
130
|
+
pulumi.set(__self__, "fips_validated_modules", fips_validated_modules)
|
|
131
|
+
if oidc_issuer is not None:
|
|
132
|
+
pulumi.set(__self__, "oidc_issuer", oidc_issuer)
|
|
133
|
+
if pull_secret is not None:
|
|
134
|
+
pulumi.set(__self__, "pull_secret", pull_secret)
|
|
135
|
+
if resource_group_id is not None:
|
|
136
|
+
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
137
|
+
if version is not None:
|
|
138
|
+
pulumi.set(__self__, "version", version)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def domain(self) -> Optional[str]:
|
|
143
|
+
"""
|
|
144
|
+
The domain for the cluster.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "domain")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="fipsValidatedModules")
|
|
150
|
+
def fips_validated_modules(self) -> Optional[str]:
|
|
151
|
+
"""
|
|
152
|
+
If FIPS validated crypto modules are used
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "fips_validated_modules")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="oidcIssuer")
|
|
158
|
+
def oidc_issuer(self) -> Optional[str]:
|
|
159
|
+
"""
|
|
160
|
+
The URL of the managed OIDC issuer in a workload identity cluster.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "oidc_issuer")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="pullSecret")
|
|
166
|
+
def pull_secret(self) -> Optional[str]:
|
|
167
|
+
"""
|
|
168
|
+
The pull secret for the cluster.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "pull_secret")
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter(name="resourceGroupId")
|
|
174
|
+
def resource_group_id(self) -> Optional[str]:
|
|
175
|
+
"""
|
|
176
|
+
The ID of the cluster resource group.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "resource_group_id")
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def version(self) -> Optional[str]:
|
|
183
|
+
"""
|
|
184
|
+
The version of the cluster.
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "version")
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
@pulumi.output_type
|
|
190
|
+
class ConsoleProfileResponse(dict):
|
|
191
|
+
"""
|
|
192
|
+
ConsoleProfile represents a console profile.
|
|
193
|
+
"""
|
|
194
|
+
def __init__(__self__, *,
|
|
195
|
+
url: str):
|
|
196
|
+
"""
|
|
197
|
+
ConsoleProfile represents a console profile.
|
|
198
|
+
:param str url: The URL to access the cluster console.
|
|
199
|
+
"""
|
|
200
|
+
pulumi.set(__self__, "url", url)
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter
|
|
204
|
+
def url(self) -> str:
|
|
205
|
+
"""
|
|
206
|
+
The URL to access the cluster console.
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "url")
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
@pulumi.output_type
|
|
212
|
+
class EffectiveOutboundIPResponse(dict):
|
|
213
|
+
"""
|
|
214
|
+
EffectiveOutboundIP represents an effective outbound IP resource of the cluster public load balancer.
|
|
215
|
+
"""
|
|
216
|
+
def __init__(__self__, *,
|
|
217
|
+
id: Optional[str] = None):
|
|
218
|
+
"""
|
|
219
|
+
EffectiveOutboundIP represents an effective outbound IP resource of the cluster public load balancer.
|
|
220
|
+
:param str id: The fully qualified Azure resource id of an IP address resource.
|
|
221
|
+
"""
|
|
222
|
+
if id is not None:
|
|
223
|
+
pulumi.set(__self__, "id", id)
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter
|
|
227
|
+
def id(self) -> Optional[str]:
|
|
228
|
+
"""
|
|
229
|
+
The fully qualified Azure resource id of an IP address resource.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "id")
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
@pulumi.output_type
|
|
235
|
+
class IngressProfileResponse(dict):
|
|
236
|
+
"""
|
|
237
|
+
IngressProfile represents an ingress profile.
|
|
238
|
+
"""
|
|
239
|
+
def __init__(__self__, *,
|
|
240
|
+
ip: str,
|
|
241
|
+
name: Optional[str] = None,
|
|
242
|
+
visibility: Optional[str] = None):
|
|
243
|
+
"""
|
|
244
|
+
IngressProfile represents an ingress profile.
|
|
245
|
+
:param str ip: The IP of the ingress.
|
|
246
|
+
:param str name: The ingress profile name.
|
|
247
|
+
:param str visibility: Ingress visibility.
|
|
248
|
+
"""
|
|
249
|
+
pulumi.set(__self__, "ip", ip)
|
|
250
|
+
if name is not None:
|
|
251
|
+
pulumi.set(__self__, "name", name)
|
|
252
|
+
if visibility is not None:
|
|
253
|
+
pulumi.set(__self__, "visibility", visibility)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter
|
|
257
|
+
def ip(self) -> str:
|
|
258
|
+
"""
|
|
259
|
+
The IP of the ingress.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "ip")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter
|
|
265
|
+
def name(self) -> Optional[str]:
|
|
266
|
+
"""
|
|
267
|
+
The ingress profile name.
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "name")
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter
|
|
273
|
+
def visibility(self) -> Optional[str]:
|
|
274
|
+
"""
|
|
275
|
+
Ingress visibility.
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "visibility")
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
@pulumi.output_type
|
|
281
|
+
class LoadBalancerProfileResponse(dict):
|
|
282
|
+
"""
|
|
283
|
+
LoadBalancerProfile represents the profile of the cluster public load balancer.
|
|
284
|
+
"""
|
|
285
|
+
@staticmethod
|
|
286
|
+
def __key_warning(key: str):
|
|
287
|
+
suggest = None
|
|
288
|
+
if key == "effectiveOutboundIps":
|
|
289
|
+
suggest = "effective_outbound_ips"
|
|
290
|
+
elif key == "managedOutboundIps":
|
|
291
|
+
suggest = "managed_outbound_ips"
|
|
292
|
+
|
|
293
|
+
if suggest:
|
|
294
|
+
pulumi.log.warn(f"Key '{key}' not found in LoadBalancerProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
295
|
+
|
|
296
|
+
def __getitem__(self, key: str) -> Any:
|
|
297
|
+
LoadBalancerProfileResponse.__key_warning(key)
|
|
298
|
+
return super().__getitem__(key)
|
|
299
|
+
|
|
300
|
+
def get(self, key: str, default = None) -> Any:
|
|
301
|
+
LoadBalancerProfileResponse.__key_warning(key)
|
|
302
|
+
return super().get(key, default)
|
|
303
|
+
|
|
304
|
+
def __init__(__self__, *,
|
|
305
|
+
effective_outbound_ips: Sequence['outputs.EffectiveOutboundIPResponse'],
|
|
306
|
+
managed_outbound_ips: Optional['outputs.ManagedOutboundIPsResponse'] = None):
|
|
307
|
+
"""
|
|
308
|
+
LoadBalancerProfile represents the profile of the cluster public load balancer.
|
|
309
|
+
:param Sequence['EffectiveOutboundIPResponse'] effective_outbound_ips: The list of effective outbound IP addresses of the public load balancer.
|
|
310
|
+
:param 'ManagedOutboundIPsResponse' managed_outbound_ips: The desired managed outbound IPs for the cluster public load balancer.
|
|
311
|
+
"""
|
|
312
|
+
pulumi.set(__self__, "effective_outbound_ips", effective_outbound_ips)
|
|
313
|
+
if managed_outbound_ips is not None:
|
|
314
|
+
pulumi.set(__self__, "managed_outbound_ips", managed_outbound_ips)
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
@pulumi.getter(name="effectiveOutboundIps")
|
|
318
|
+
def effective_outbound_ips(self) -> Sequence['outputs.EffectiveOutboundIPResponse']:
|
|
319
|
+
"""
|
|
320
|
+
The list of effective outbound IP addresses of the public load balancer.
|
|
321
|
+
"""
|
|
322
|
+
return pulumi.get(self, "effective_outbound_ips")
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
@pulumi.getter(name="managedOutboundIps")
|
|
326
|
+
def managed_outbound_ips(self) -> Optional['outputs.ManagedOutboundIPsResponse']:
|
|
327
|
+
"""
|
|
328
|
+
The desired managed outbound IPs for the cluster public load balancer.
|
|
329
|
+
"""
|
|
330
|
+
return pulumi.get(self, "managed_outbound_ips")
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
@pulumi.output_type
|
|
334
|
+
class ManagedOutboundIPsResponse(dict):
|
|
335
|
+
"""
|
|
336
|
+
ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.
|
|
337
|
+
"""
|
|
338
|
+
def __init__(__self__, *,
|
|
339
|
+
count: Optional[int] = None):
|
|
340
|
+
"""
|
|
341
|
+
ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.
|
|
342
|
+
:param 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.
|
|
343
|
+
"""
|
|
344
|
+
if count is not None:
|
|
345
|
+
pulumi.set(__self__, "count", count)
|
|
346
|
+
|
|
347
|
+
@property
|
|
348
|
+
@pulumi.getter
|
|
349
|
+
def count(self) -> Optional[int]:
|
|
350
|
+
"""
|
|
351
|
+
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.
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "count")
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
@pulumi.output_type
|
|
357
|
+
class ManagedServiceIdentityResponse(dict):
|
|
358
|
+
"""
|
|
359
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
360
|
+
"""
|
|
361
|
+
@staticmethod
|
|
362
|
+
def __key_warning(key: str):
|
|
363
|
+
suggest = None
|
|
364
|
+
if key == "principalId":
|
|
365
|
+
suggest = "principal_id"
|
|
366
|
+
elif key == "tenantId":
|
|
367
|
+
suggest = "tenant_id"
|
|
368
|
+
elif key == "userAssignedIdentities":
|
|
369
|
+
suggest = "user_assigned_identities"
|
|
370
|
+
|
|
371
|
+
if suggest:
|
|
372
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
373
|
+
|
|
374
|
+
def __getitem__(self, key: str) -> Any:
|
|
375
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
376
|
+
return super().__getitem__(key)
|
|
377
|
+
|
|
378
|
+
def get(self, key: str, default = None) -> Any:
|
|
379
|
+
ManagedServiceIdentityResponse.__key_warning(key)
|
|
380
|
+
return super().get(key, default)
|
|
381
|
+
|
|
382
|
+
def __init__(__self__, *,
|
|
383
|
+
principal_id: str,
|
|
384
|
+
tenant_id: str,
|
|
385
|
+
type: str,
|
|
386
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
387
|
+
"""
|
|
388
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
389
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
390
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
391
|
+
:param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
392
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] 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.
|
|
393
|
+
"""
|
|
394
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
395
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
396
|
+
pulumi.set(__self__, "type", type)
|
|
397
|
+
if user_assigned_identities is not None:
|
|
398
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="principalId")
|
|
402
|
+
def principal_id(self) -> str:
|
|
403
|
+
"""
|
|
404
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "principal_id")
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter(name="tenantId")
|
|
410
|
+
def tenant_id(self) -> str:
|
|
411
|
+
"""
|
|
412
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "tenant_id")
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter
|
|
418
|
+
def type(self) -> str:
|
|
419
|
+
"""
|
|
420
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "type")
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
426
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
427
|
+
"""
|
|
428
|
+
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.
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
@pulumi.output_type
|
|
434
|
+
class MasterProfileResponse(dict):
|
|
435
|
+
"""
|
|
436
|
+
MasterProfile represents a master profile.
|
|
437
|
+
"""
|
|
438
|
+
@staticmethod
|
|
439
|
+
def __key_warning(key: str):
|
|
440
|
+
suggest = None
|
|
441
|
+
if key == "diskEncryptionSetId":
|
|
442
|
+
suggest = "disk_encryption_set_id"
|
|
443
|
+
elif key == "encryptionAtHost":
|
|
444
|
+
suggest = "encryption_at_host"
|
|
445
|
+
elif key == "subnetId":
|
|
446
|
+
suggest = "subnet_id"
|
|
447
|
+
elif key == "vmSize":
|
|
448
|
+
suggest = "vm_size"
|
|
449
|
+
|
|
450
|
+
if suggest:
|
|
451
|
+
pulumi.log.warn(f"Key '{key}' not found in MasterProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
452
|
+
|
|
453
|
+
def __getitem__(self, key: str) -> Any:
|
|
454
|
+
MasterProfileResponse.__key_warning(key)
|
|
455
|
+
return super().__getitem__(key)
|
|
456
|
+
|
|
457
|
+
def get(self, key: str, default = None) -> Any:
|
|
458
|
+
MasterProfileResponse.__key_warning(key)
|
|
459
|
+
return super().get(key, default)
|
|
460
|
+
|
|
461
|
+
def __init__(__self__, *,
|
|
462
|
+
disk_encryption_set_id: Optional[str] = None,
|
|
463
|
+
encryption_at_host: Optional[str] = None,
|
|
464
|
+
subnet_id: Optional[str] = None,
|
|
465
|
+
vm_size: Optional[str] = None):
|
|
466
|
+
"""
|
|
467
|
+
MasterProfile represents a master profile.
|
|
468
|
+
:param str disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
469
|
+
:param str encryption_at_host: Whether master virtual machines are encrypted at host.
|
|
470
|
+
:param str subnet_id: The Azure resource ID of the master subnet.
|
|
471
|
+
:param str vm_size: The size of the master VMs.
|
|
472
|
+
"""
|
|
473
|
+
if disk_encryption_set_id is not None:
|
|
474
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
475
|
+
if encryption_at_host is not None:
|
|
476
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
477
|
+
if subnet_id is not None:
|
|
478
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
479
|
+
if vm_size is not None:
|
|
480
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
481
|
+
|
|
482
|
+
@property
|
|
483
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
484
|
+
def disk_encryption_set_id(self) -> Optional[str]:
|
|
485
|
+
"""
|
|
486
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
487
|
+
"""
|
|
488
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
489
|
+
|
|
490
|
+
@property
|
|
491
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
492
|
+
def encryption_at_host(self) -> Optional[str]:
|
|
493
|
+
"""
|
|
494
|
+
Whether master virtual machines are encrypted at host.
|
|
495
|
+
"""
|
|
496
|
+
return pulumi.get(self, "encryption_at_host")
|
|
497
|
+
|
|
498
|
+
@property
|
|
499
|
+
@pulumi.getter(name="subnetId")
|
|
500
|
+
def subnet_id(self) -> Optional[str]:
|
|
501
|
+
"""
|
|
502
|
+
The Azure resource ID of the master subnet.
|
|
503
|
+
"""
|
|
504
|
+
return pulumi.get(self, "subnet_id")
|
|
505
|
+
|
|
506
|
+
@property
|
|
507
|
+
@pulumi.getter(name="vmSize")
|
|
508
|
+
def vm_size(self) -> Optional[str]:
|
|
509
|
+
"""
|
|
510
|
+
The size of the master VMs.
|
|
511
|
+
"""
|
|
512
|
+
return pulumi.get(self, "vm_size")
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
@pulumi.output_type
|
|
516
|
+
class NetworkProfileResponse(dict):
|
|
517
|
+
"""
|
|
518
|
+
NetworkProfile represents a network profile.
|
|
519
|
+
"""
|
|
520
|
+
@staticmethod
|
|
521
|
+
def __key_warning(key: str):
|
|
522
|
+
suggest = None
|
|
523
|
+
if key == "loadBalancerProfile":
|
|
524
|
+
suggest = "load_balancer_profile"
|
|
525
|
+
elif key == "outboundType":
|
|
526
|
+
suggest = "outbound_type"
|
|
527
|
+
elif key == "podCidr":
|
|
528
|
+
suggest = "pod_cidr"
|
|
529
|
+
elif key == "preconfiguredNSG":
|
|
530
|
+
suggest = "preconfigured_nsg"
|
|
531
|
+
elif key == "serviceCidr":
|
|
532
|
+
suggest = "service_cidr"
|
|
533
|
+
|
|
534
|
+
if suggest:
|
|
535
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
536
|
+
|
|
537
|
+
def __getitem__(self, key: str) -> Any:
|
|
538
|
+
NetworkProfileResponse.__key_warning(key)
|
|
539
|
+
return super().__getitem__(key)
|
|
540
|
+
|
|
541
|
+
def get(self, key: str, default = None) -> Any:
|
|
542
|
+
NetworkProfileResponse.__key_warning(key)
|
|
543
|
+
return super().get(key, default)
|
|
544
|
+
|
|
545
|
+
def __init__(__self__, *,
|
|
546
|
+
load_balancer_profile: Optional['outputs.LoadBalancerProfileResponse'] = None,
|
|
547
|
+
outbound_type: Optional[str] = None,
|
|
548
|
+
pod_cidr: Optional[str] = None,
|
|
549
|
+
preconfigured_nsg: Optional[str] = None,
|
|
550
|
+
service_cidr: Optional[str] = None):
|
|
551
|
+
"""
|
|
552
|
+
NetworkProfile represents a network profile.
|
|
553
|
+
:param 'LoadBalancerProfileResponse' load_balancer_profile: The cluster load balancer profile.
|
|
554
|
+
:param str outbound_type: The OutboundType used for egress traffic.
|
|
555
|
+
:param str pod_cidr: The CIDR used for OpenShift/Kubernetes Pods.
|
|
556
|
+
:param str preconfigured_nsg: Specifies whether subnets are pre-attached with an NSG
|
|
557
|
+
:param str service_cidr: The CIDR used for OpenShift/Kubernetes Services.
|
|
558
|
+
"""
|
|
559
|
+
if load_balancer_profile is not None:
|
|
560
|
+
pulumi.set(__self__, "load_balancer_profile", load_balancer_profile)
|
|
561
|
+
if outbound_type is not None:
|
|
562
|
+
pulumi.set(__self__, "outbound_type", outbound_type)
|
|
563
|
+
if pod_cidr is not None:
|
|
564
|
+
pulumi.set(__self__, "pod_cidr", pod_cidr)
|
|
565
|
+
if preconfigured_nsg is not None:
|
|
566
|
+
pulumi.set(__self__, "preconfigured_nsg", preconfigured_nsg)
|
|
567
|
+
if service_cidr is not None:
|
|
568
|
+
pulumi.set(__self__, "service_cidr", service_cidr)
|
|
569
|
+
|
|
570
|
+
@property
|
|
571
|
+
@pulumi.getter(name="loadBalancerProfile")
|
|
572
|
+
def load_balancer_profile(self) -> Optional['outputs.LoadBalancerProfileResponse']:
|
|
573
|
+
"""
|
|
574
|
+
The cluster load balancer profile.
|
|
575
|
+
"""
|
|
576
|
+
return pulumi.get(self, "load_balancer_profile")
|
|
577
|
+
|
|
578
|
+
@property
|
|
579
|
+
@pulumi.getter(name="outboundType")
|
|
580
|
+
def outbound_type(self) -> Optional[str]:
|
|
581
|
+
"""
|
|
582
|
+
The OutboundType used for egress traffic.
|
|
583
|
+
"""
|
|
584
|
+
return pulumi.get(self, "outbound_type")
|
|
585
|
+
|
|
586
|
+
@property
|
|
587
|
+
@pulumi.getter(name="podCidr")
|
|
588
|
+
def pod_cidr(self) -> Optional[str]:
|
|
589
|
+
"""
|
|
590
|
+
The CIDR used for OpenShift/Kubernetes Pods.
|
|
591
|
+
"""
|
|
592
|
+
return pulumi.get(self, "pod_cidr")
|
|
593
|
+
|
|
594
|
+
@property
|
|
595
|
+
@pulumi.getter(name="preconfiguredNSG")
|
|
596
|
+
def preconfigured_nsg(self) -> Optional[str]:
|
|
597
|
+
"""
|
|
598
|
+
Specifies whether subnets are pre-attached with an NSG
|
|
599
|
+
"""
|
|
600
|
+
return pulumi.get(self, "preconfigured_nsg")
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
@pulumi.getter(name="serviceCidr")
|
|
604
|
+
def service_cidr(self) -> Optional[str]:
|
|
605
|
+
"""
|
|
606
|
+
The CIDR used for OpenShift/Kubernetes Services.
|
|
607
|
+
"""
|
|
608
|
+
return pulumi.get(self, "service_cidr")
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
@pulumi.output_type
|
|
612
|
+
class PlatformWorkloadIdentityProfileResponse(dict):
|
|
613
|
+
"""
|
|
614
|
+
PlatformWorkloadIdentityProfile encapsulates all information that is specific to workload identity clusters.
|
|
615
|
+
"""
|
|
616
|
+
@staticmethod
|
|
617
|
+
def __key_warning(key: str):
|
|
618
|
+
suggest = None
|
|
619
|
+
if key == "platformWorkloadIdentities":
|
|
620
|
+
suggest = "platform_workload_identities"
|
|
621
|
+
elif key == "upgradeableTo":
|
|
622
|
+
suggest = "upgradeable_to"
|
|
623
|
+
|
|
624
|
+
if suggest:
|
|
625
|
+
pulumi.log.warn(f"Key '{key}' not found in PlatformWorkloadIdentityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
626
|
+
|
|
627
|
+
def __getitem__(self, key: str) -> Any:
|
|
628
|
+
PlatformWorkloadIdentityProfileResponse.__key_warning(key)
|
|
629
|
+
return super().__getitem__(key)
|
|
630
|
+
|
|
631
|
+
def get(self, key: str, default = None) -> Any:
|
|
632
|
+
PlatformWorkloadIdentityProfileResponse.__key_warning(key)
|
|
633
|
+
return super().get(key, default)
|
|
634
|
+
|
|
635
|
+
def __init__(__self__, *,
|
|
636
|
+
platform_workload_identities: Optional[Mapping[str, 'outputs.PlatformWorkloadIdentityResponse']] = None,
|
|
637
|
+
upgradeable_to: Optional[str] = None):
|
|
638
|
+
"""
|
|
639
|
+
PlatformWorkloadIdentityProfile encapsulates all information that is specific to workload identity clusters.
|
|
640
|
+
:param str upgradeable_to: UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to
|
|
641
|
+
"""
|
|
642
|
+
if platform_workload_identities is not None:
|
|
643
|
+
pulumi.set(__self__, "platform_workload_identities", platform_workload_identities)
|
|
644
|
+
if upgradeable_to is not None:
|
|
645
|
+
pulumi.set(__self__, "upgradeable_to", upgradeable_to)
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
@pulumi.getter(name="platformWorkloadIdentities")
|
|
649
|
+
def platform_workload_identities(self) -> Optional[Mapping[str, 'outputs.PlatformWorkloadIdentityResponse']]:
|
|
650
|
+
return pulumi.get(self, "platform_workload_identities")
|
|
651
|
+
|
|
652
|
+
@property
|
|
653
|
+
@pulumi.getter(name="upgradeableTo")
|
|
654
|
+
def upgradeable_to(self) -> Optional[str]:
|
|
655
|
+
"""
|
|
656
|
+
UpgradeableTo stores a single OpenShift version a workload identity cluster can be upgraded to
|
|
657
|
+
"""
|
|
658
|
+
return pulumi.get(self, "upgradeable_to")
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
@pulumi.output_type
|
|
662
|
+
class PlatformWorkloadIdentityResponse(dict):
|
|
663
|
+
"""
|
|
664
|
+
PlatformWorkloadIdentity stores information representing a single workload identity.
|
|
665
|
+
"""
|
|
666
|
+
@staticmethod
|
|
667
|
+
def __key_warning(key: str):
|
|
668
|
+
suggest = None
|
|
669
|
+
if key == "clientId":
|
|
670
|
+
suggest = "client_id"
|
|
671
|
+
elif key == "objectId":
|
|
672
|
+
suggest = "object_id"
|
|
673
|
+
elif key == "resourceId":
|
|
674
|
+
suggest = "resource_id"
|
|
675
|
+
|
|
676
|
+
if suggest:
|
|
677
|
+
pulumi.log.warn(f"Key '{key}' not found in PlatformWorkloadIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
678
|
+
|
|
679
|
+
def __getitem__(self, key: str) -> Any:
|
|
680
|
+
PlatformWorkloadIdentityResponse.__key_warning(key)
|
|
681
|
+
return super().__getitem__(key)
|
|
682
|
+
|
|
683
|
+
def get(self, key: str, default = None) -> Any:
|
|
684
|
+
PlatformWorkloadIdentityResponse.__key_warning(key)
|
|
685
|
+
return super().get(key, default)
|
|
686
|
+
|
|
687
|
+
def __init__(__self__, *,
|
|
688
|
+
client_id: str,
|
|
689
|
+
object_id: str,
|
|
690
|
+
resource_id: Optional[str] = None):
|
|
691
|
+
"""
|
|
692
|
+
PlatformWorkloadIdentity stores information representing a single workload identity.
|
|
693
|
+
:param str client_id: The ClientID of the PlatformWorkloadIdentity resource
|
|
694
|
+
:param str object_id: The ObjectID of the PlatformWorkloadIdentity resource
|
|
695
|
+
:param str resource_id: The resource ID of the PlatformWorkloadIdentity resource
|
|
696
|
+
"""
|
|
697
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
698
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
699
|
+
if resource_id is not None:
|
|
700
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
701
|
+
|
|
702
|
+
@property
|
|
703
|
+
@pulumi.getter(name="clientId")
|
|
704
|
+
def client_id(self) -> str:
|
|
705
|
+
"""
|
|
706
|
+
The ClientID of the PlatformWorkloadIdentity resource
|
|
707
|
+
"""
|
|
708
|
+
return pulumi.get(self, "client_id")
|
|
709
|
+
|
|
710
|
+
@property
|
|
711
|
+
@pulumi.getter(name="objectId")
|
|
712
|
+
def object_id(self) -> str:
|
|
713
|
+
"""
|
|
714
|
+
The ObjectID of the PlatformWorkloadIdentity resource
|
|
715
|
+
"""
|
|
716
|
+
return pulumi.get(self, "object_id")
|
|
717
|
+
|
|
718
|
+
@property
|
|
719
|
+
@pulumi.getter(name="resourceId")
|
|
720
|
+
def resource_id(self) -> Optional[str]:
|
|
721
|
+
"""
|
|
722
|
+
The resource ID of the PlatformWorkloadIdentity resource
|
|
723
|
+
"""
|
|
724
|
+
return pulumi.get(self, "resource_id")
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
@pulumi.output_type
|
|
728
|
+
class ServicePrincipalProfileResponse(dict):
|
|
729
|
+
"""
|
|
730
|
+
ServicePrincipalProfile represents a service principal profile.
|
|
731
|
+
"""
|
|
732
|
+
@staticmethod
|
|
733
|
+
def __key_warning(key: str):
|
|
734
|
+
suggest = None
|
|
735
|
+
if key == "clientId":
|
|
736
|
+
suggest = "client_id"
|
|
737
|
+
elif key == "clientSecret":
|
|
738
|
+
suggest = "client_secret"
|
|
739
|
+
|
|
740
|
+
if suggest:
|
|
741
|
+
pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
742
|
+
|
|
743
|
+
def __getitem__(self, key: str) -> Any:
|
|
744
|
+
ServicePrincipalProfileResponse.__key_warning(key)
|
|
745
|
+
return super().__getitem__(key)
|
|
746
|
+
|
|
747
|
+
def get(self, key: str, default = None) -> Any:
|
|
748
|
+
ServicePrincipalProfileResponse.__key_warning(key)
|
|
749
|
+
return super().get(key, default)
|
|
750
|
+
|
|
751
|
+
def __init__(__self__, *,
|
|
752
|
+
client_id: Optional[str] = None,
|
|
753
|
+
client_secret: Optional[str] = None):
|
|
754
|
+
"""
|
|
755
|
+
ServicePrincipalProfile represents a service principal profile.
|
|
756
|
+
:param str client_id: The client ID used for the cluster.
|
|
757
|
+
:param str client_secret: The client secret used for the cluster.
|
|
758
|
+
"""
|
|
759
|
+
if client_id is not None:
|
|
760
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
761
|
+
if client_secret is not None:
|
|
762
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
|
763
|
+
|
|
764
|
+
@property
|
|
765
|
+
@pulumi.getter(name="clientId")
|
|
766
|
+
def client_id(self) -> Optional[str]:
|
|
767
|
+
"""
|
|
768
|
+
The client ID used for the cluster.
|
|
769
|
+
"""
|
|
770
|
+
return pulumi.get(self, "client_id")
|
|
771
|
+
|
|
772
|
+
@property
|
|
773
|
+
@pulumi.getter(name="clientSecret")
|
|
774
|
+
def client_secret(self) -> Optional[str]:
|
|
775
|
+
"""
|
|
776
|
+
The client secret used for the cluster.
|
|
777
|
+
"""
|
|
778
|
+
return pulumi.get(self, "client_secret")
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
@pulumi.output_type
|
|
782
|
+
class SystemDataResponse(dict):
|
|
783
|
+
"""
|
|
784
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
785
|
+
"""
|
|
786
|
+
@staticmethod
|
|
787
|
+
def __key_warning(key: str):
|
|
788
|
+
suggest = None
|
|
789
|
+
if key == "createdAt":
|
|
790
|
+
suggest = "created_at"
|
|
791
|
+
elif key == "createdBy":
|
|
792
|
+
suggest = "created_by"
|
|
793
|
+
elif key == "createdByType":
|
|
794
|
+
suggest = "created_by_type"
|
|
795
|
+
elif key == "lastModifiedAt":
|
|
796
|
+
suggest = "last_modified_at"
|
|
797
|
+
elif key == "lastModifiedBy":
|
|
798
|
+
suggest = "last_modified_by"
|
|
799
|
+
elif key == "lastModifiedByType":
|
|
800
|
+
suggest = "last_modified_by_type"
|
|
801
|
+
|
|
802
|
+
if suggest:
|
|
803
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
804
|
+
|
|
805
|
+
def __getitem__(self, key: str) -> Any:
|
|
806
|
+
SystemDataResponse.__key_warning(key)
|
|
807
|
+
return super().__getitem__(key)
|
|
808
|
+
|
|
809
|
+
def get(self, key: str, default = None) -> Any:
|
|
810
|
+
SystemDataResponse.__key_warning(key)
|
|
811
|
+
return super().get(key, default)
|
|
812
|
+
|
|
813
|
+
def __init__(__self__, *,
|
|
814
|
+
created_at: Optional[str] = None,
|
|
815
|
+
created_by: Optional[str] = None,
|
|
816
|
+
created_by_type: Optional[str] = None,
|
|
817
|
+
last_modified_at: Optional[str] = None,
|
|
818
|
+
last_modified_by: Optional[str] = None,
|
|
819
|
+
last_modified_by_type: Optional[str] = None):
|
|
820
|
+
"""
|
|
821
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
822
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
823
|
+
:param str created_by: The identity that created the resource.
|
|
824
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
825
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
826
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
827
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
828
|
+
"""
|
|
829
|
+
if created_at is not None:
|
|
830
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
831
|
+
if created_by is not None:
|
|
832
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
833
|
+
if created_by_type is not None:
|
|
834
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
835
|
+
if last_modified_at is not None:
|
|
836
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
837
|
+
if last_modified_by is not None:
|
|
838
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
839
|
+
if last_modified_by_type is not None:
|
|
840
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
841
|
+
|
|
842
|
+
@property
|
|
843
|
+
@pulumi.getter(name="createdAt")
|
|
844
|
+
def created_at(self) -> Optional[str]:
|
|
845
|
+
"""
|
|
846
|
+
The timestamp of resource creation (UTC).
|
|
847
|
+
"""
|
|
848
|
+
return pulumi.get(self, "created_at")
|
|
849
|
+
|
|
850
|
+
@property
|
|
851
|
+
@pulumi.getter(name="createdBy")
|
|
852
|
+
def created_by(self) -> Optional[str]:
|
|
853
|
+
"""
|
|
854
|
+
The identity that created the resource.
|
|
855
|
+
"""
|
|
856
|
+
return pulumi.get(self, "created_by")
|
|
857
|
+
|
|
858
|
+
@property
|
|
859
|
+
@pulumi.getter(name="createdByType")
|
|
860
|
+
def created_by_type(self) -> Optional[str]:
|
|
861
|
+
"""
|
|
862
|
+
The type of identity that created the resource.
|
|
863
|
+
"""
|
|
864
|
+
return pulumi.get(self, "created_by_type")
|
|
865
|
+
|
|
866
|
+
@property
|
|
867
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
868
|
+
def last_modified_at(self) -> Optional[str]:
|
|
869
|
+
"""
|
|
870
|
+
The timestamp of resource last modification (UTC)
|
|
871
|
+
"""
|
|
872
|
+
return pulumi.get(self, "last_modified_at")
|
|
873
|
+
|
|
874
|
+
@property
|
|
875
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
876
|
+
def last_modified_by(self) -> Optional[str]:
|
|
877
|
+
"""
|
|
878
|
+
The identity that last modified the resource.
|
|
879
|
+
"""
|
|
880
|
+
return pulumi.get(self, "last_modified_by")
|
|
881
|
+
|
|
882
|
+
@property
|
|
883
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
884
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
885
|
+
"""
|
|
886
|
+
The type of identity that last modified the resource.
|
|
887
|
+
"""
|
|
888
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
@pulumi.output_type
|
|
892
|
+
class UserAssignedIdentityResponse(dict):
|
|
893
|
+
"""
|
|
894
|
+
User assigned identity properties
|
|
895
|
+
"""
|
|
896
|
+
@staticmethod
|
|
897
|
+
def __key_warning(key: str):
|
|
898
|
+
suggest = None
|
|
899
|
+
if key == "clientId":
|
|
900
|
+
suggest = "client_id"
|
|
901
|
+
elif key == "principalId":
|
|
902
|
+
suggest = "principal_id"
|
|
903
|
+
|
|
904
|
+
if suggest:
|
|
905
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
906
|
+
|
|
907
|
+
def __getitem__(self, key: str) -> Any:
|
|
908
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
909
|
+
return super().__getitem__(key)
|
|
910
|
+
|
|
911
|
+
def get(self, key: str, default = None) -> Any:
|
|
912
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
913
|
+
return super().get(key, default)
|
|
914
|
+
|
|
915
|
+
def __init__(__self__, *,
|
|
916
|
+
client_id: str,
|
|
917
|
+
principal_id: str):
|
|
918
|
+
"""
|
|
919
|
+
User assigned identity properties
|
|
920
|
+
:param str client_id: The client ID of the assigned identity.
|
|
921
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
922
|
+
"""
|
|
923
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
924
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
925
|
+
|
|
926
|
+
@property
|
|
927
|
+
@pulumi.getter(name="clientId")
|
|
928
|
+
def client_id(self) -> str:
|
|
929
|
+
"""
|
|
930
|
+
The client ID of the assigned identity.
|
|
931
|
+
"""
|
|
932
|
+
return pulumi.get(self, "client_id")
|
|
933
|
+
|
|
934
|
+
@property
|
|
935
|
+
@pulumi.getter(name="principalId")
|
|
936
|
+
def principal_id(self) -> str:
|
|
937
|
+
"""
|
|
938
|
+
The principal ID of the assigned identity.
|
|
939
|
+
"""
|
|
940
|
+
return pulumi.get(self, "principal_id")
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
@pulumi.output_type
|
|
944
|
+
class WorkerProfileResponse(dict):
|
|
945
|
+
"""
|
|
946
|
+
WorkerProfile represents a worker profile.
|
|
947
|
+
"""
|
|
948
|
+
@staticmethod
|
|
949
|
+
def __key_warning(key: str):
|
|
950
|
+
suggest = None
|
|
951
|
+
if key == "diskEncryptionSetId":
|
|
952
|
+
suggest = "disk_encryption_set_id"
|
|
953
|
+
elif key == "diskSizeGB":
|
|
954
|
+
suggest = "disk_size_gb"
|
|
955
|
+
elif key == "encryptionAtHost":
|
|
956
|
+
suggest = "encryption_at_host"
|
|
957
|
+
elif key == "subnetId":
|
|
958
|
+
suggest = "subnet_id"
|
|
959
|
+
elif key == "vmSize":
|
|
960
|
+
suggest = "vm_size"
|
|
961
|
+
|
|
962
|
+
if suggest:
|
|
963
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkerProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
964
|
+
|
|
965
|
+
def __getitem__(self, key: str) -> Any:
|
|
966
|
+
WorkerProfileResponse.__key_warning(key)
|
|
967
|
+
return super().__getitem__(key)
|
|
968
|
+
|
|
969
|
+
def get(self, key: str, default = None) -> Any:
|
|
970
|
+
WorkerProfileResponse.__key_warning(key)
|
|
971
|
+
return super().get(key, default)
|
|
972
|
+
|
|
973
|
+
def __init__(__self__, *,
|
|
974
|
+
count: Optional[int] = None,
|
|
975
|
+
disk_encryption_set_id: Optional[str] = None,
|
|
976
|
+
disk_size_gb: Optional[int] = None,
|
|
977
|
+
encryption_at_host: Optional[str] = None,
|
|
978
|
+
name: Optional[str] = None,
|
|
979
|
+
subnet_id: Optional[str] = None,
|
|
980
|
+
vm_size: Optional[str] = None):
|
|
981
|
+
"""
|
|
982
|
+
WorkerProfile represents a worker profile.
|
|
983
|
+
:param int count: The number of worker VMs.
|
|
984
|
+
:param str disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
985
|
+
:param int disk_size_gb: The disk size of the worker VMs.
|
|
986
|
+
:param str encryption_at_host: Whether master virtual machines are encrypted at host.
|
|
987
|
+
:param str name: The worker profile name.
|
|
988
|
+
:param str subnet_id: The Azure resource ID of the worker subnet.
|
|
989
|
+
:param str vm_size: The size of the worker VMs.
|
|
990
|
+
"""
|
|
991
|
+
if count is not None:
|
|
992
|
+
pulumi.set(__self__, "count", count)
|
|
993
|
+
if disk_encryption_set_id is not None:
|
|
994
|
+
pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
|
|
995
|
+
if disk_size_gb is not None:
|
|
996
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
997
|
+
if encryption_at_host is not None:
|
|
998
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
999
|
+
if name is not None:
|
|
1000
|
+
pulumi.set(__self__, "name", name)
|
|
1001
|
+
if subnet_id is not None:
|
|
1002
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
1003
|
+
if vm_size is not None:
|
|
1004
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
1005
|
+
|
|
1006
|
+
@property
|
|
1007
|
+
@pulumi.getter
|
|
1008
|
+
def count(self) -> Optional[int]:
|
|
1009
|
+
"""
|
|
1010
|
+
The number of worker VMs.
|
|
1011
|
+
"""
|
|
1012
|
+
return pulumi.get(self, "count")
|
|
1013
|
+
|
|
1014
|
+
@property
|
|
1015
|
+
@pulumi.getter(name="diskEncryptionSetId")
|
|
1016
|
+
def disk_encryption_set_id(self) -> Optional[str]:
|
|
1017
|
+
"""
|
|
1018
|
+
The resource ID of an associated DiskEncryptionSet, if applicable.
|
|
1019
|
+
"""
|
|
1020
|
+
return pulumi.get(self, "disk_encryption_set_id")
|
|
1021
|
+
|
|
1022
|
+
@property
|
|
1023
|
+
@pulumi.getter(name="diskSizeGB")
|
|
1024
|
+
def disk_size_gb(self) -> Optional[int]:
|
|
1025
|
+
"""
|
|
1026
|
+
The disk size of the worker VMs.
|
|
1027
|
+
"""
|
|
1028
|
+
return pulumi.get(self, "disk_size_gb")
|
|
1029
|
+
|
|
1030
|
+
@property
|
|
1031
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
1032
|
+
def encryption_at_host(self) -> Optional[str]:
|
|
1033
|
+
"""
|
|
1034
|
+
Whether master virtual machines are encrypted at host.
|
|
1035
|
+
"""
|
|
1036
|
+
return pulumi.get(self, "encryption_at_host")
|
|
1037
|
+
|
|
1038
|
+
@property
|
|
1039
|
+
@pulumi.getter
|
|
1040
|
+
def name(self) -> Optional[str]:
|
|
1041
|
+
"""
|
|
1042
|
+
The worker profile name.
|
|
1043
|
+
"""
|
|
1044
|
+
return pulumi.get(self, "name")
|
|
1045
|
+
|
|
1046
|
+
@property
|
|
1047
|
+
@pulumi.getter(name="subnetId")
|
|
1048
|
+
def subnet_id(self) -> Optional[str]:
|
|
1049
|
+
"""
|
|
1050
|
+
The Azure resource ID of the worker subnet.
|
|
1051
|
+
"""
|
|
1052
|
+
return pulumi.get(self, "subnet_id")
|
|
1053
|
+
|
|
1054
|
+
@property
|
|
1055
|
+
@pulumi.getter(name="vmSize")
|
|
1056
|
+
def vm_size(self) -> Optional[str]:
|
|
1057
|
+
"""
|
|
1058
|
+
The size of the worker VMs.
|
|
1059
|
+
"""
|
|
1060
|
+
return pulumi.get(self, "vm_size")
|
|
1061
|
+
|
|
1062
|
+
|