pulumi-gcp 7.15.0a1711038061__py3-none-any.whl → 7.16.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.
Files changed (83) hide show
  1. pulumi_gcp/__init__.py +102 -0
  2. pulumi_gcp/accesscontextmanager/__init__.py +1 -0
  3. pulumi_gcp/accesscontextmanager/_inputs.py +74 -58
  4. pulumi_gcp/accesscontextmanager/outputs.py +74 -58
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +345 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +80 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +86 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +4 -2
  10. pulumi_gcp/apphub/__init__.py +15 -0
  11. pulumi_gcp/apphub/_inputs.py +1016 -0
  12. pulumi_gcp/apphub/application.py +775 -0
  13. pulumi_gcp/apphub/get_discovered_service.py +180 -0
  14. pulumi_gcp/apphub/get_discovered_workload.py +180 -0
  15. pulumi_gcp/apphub/outputs.py +1206 -0
  16. pulumi_gcp/apphub/service.py +1121 -0
  17. pulumi_gcp/apphub/service_project_attachment.py +516 -0
  18. pulumi_gcp/apphub/workload.py +1197 -0
  19. pulumi_gcp/cloudquota/__init__.py +10 -0
  20. pulumi_gcp/cloudquota/get_s_quota_info.py +322 -0
  21. pulumi_gcp/cloudquota/get_s_quota_infos.py +136 -0
  22. pulumi_gcp/cloudquota/outputs.py +375 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +85 -4
  24. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  25. pulumi_gcp/cloudrunv2/outputs.py +165 -6
  26. pulumi_gcp/cloudrunv2/service.py +60 -6
  27. pulumi_gcp/composer/_inputs.py +16 -0
  28. pulumi_gcp/composer/outputs.py +23 -0
  29. pulumi_gcp/compute/_inputs.py +109 -11
  30. pulumi_gcp/compute/outputs.py +144 -13
  31. pulumi_gcp/compute/region_network_endpoint_group.py +30 -0
  32. pulumi_gcp/compute/region_url_map.py +152 -0
  33. pulumi_gcp/config/__init__.pyi +4 -0
  34. pulumi_gcp/config/vars.py +8 -0
  35. pulumi_gcp/dataform/repository.py +4 -74
  36. pulumi_gcp/firebase/__init__.py +1 -0
  37. pulumi_gcp/firebase/android_app.py +41 -40
  38. pulumi_gcp/firebase/app_check_device_check_config.py +572 -0
  39. pulumi_gcp/firestore/_inputs.py +69 -0
  40. pulumi_gcp/firestore/database.py +206 -0
  41. pulumi_gcp/firestore/index.py +34 -48
  42. pulumi_gcp/firestore/outputs.py +80 -0
  43. pulumi_gcp/gkeonprem/_inputs.py +1 -3
  44. pulumi_gcp/gkeonprem/outputs.py +1 -3
  45. pulumi_gcp/gkeonprem/v_mware_cluster.py +2 -0
  46. pulumi_gcp/iap/__init__.py +5 -0
  47. pulumi_gcp/iap/_inputs.py +100 -0
  48. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +172 -0
  49. pulumi_gcp/iap/outputs.py +76 -0
  50. pulumi_gcp/iap/tunnel_dest_group.py +524 -0
  51. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +858 -0
  52. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +858 -0
  53. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +760 -0
  54. pulumi_gcp/kms/__init__.py +1 -0
  55. pulumi_gcp/kms/_inputs.py +246 -0
  56. pulumi_gcp/kms/ekm_connection.py +610 -0
  57. pulumi_gcp/kms/outputs.py +242 -0
  58. pulumi_gcp/monitoring/_inputs.py +2 -0
  59. pulumi_gcp/monitoring/outputs.py +2 -0
  60. pulumi_gcp/networksecurity/__init__.py +1 -0
  61. pulumi_gcp/networksecurity/firewall_endpoint.py +48 -0
  62. pulumi_gcp/networksecurity/firewall_endpoint_association.py +753 -0
  63. pulumi_gcp/notebooks/instance.py +8 -0
  64. pulumi_gcp/orgpolicy/policy.py +2 -2
  65. pulumi_gcp/provider.py +40 -0
  66. pulumi_gcp/pubsub/_inputs.py +108 -0
  67. pulumi_gcp/pubsub/get_topic.py +11 -1
  68. pulumi_gcp/pubsub/outputs.py +213 -0
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/pubsub/topic.py +92 -0
  71. pulumi_gcp/securityposture/posture.py +2 -2
  72. pulumi_gcp/securityposture/posture_deployment.py +2 -2
  73. pulumi_gcp/storage/_inputs.py +72 -15
  74. pulumi_gcp/storage/bucket.py +54 -0
  75. pulumi_gcp/storage/get_bucket.py +11 -1
  76. pulumi_gcp/storage/outputs.py +110 -14
  77. pulumi_gcp/workstations/_inputs.py +247 -4
  78. pulumi_gcp/workstations/outputs.py +261 -5
  79. pulumi_gcp/workstations/workstation_config.py +160 -0
  80. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/RECORD +83 -61
  82. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/WHEEL +0 -0
  83. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1016 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = [
13
+ 'ApplicationAttributesArgs',
14
+ 'ApplicationAttributesBusinessOwnerArgs',
15
+ 'ApplicationAttributesCriticalityArgs',
16
+ 'ApplicationAttributesDeveloperOwnerArgs',
17
+ 'ApplicationAttributesEnvironmentArgs',
18
+ 'ApplicationAttributesOperatorOwnerArgs',
19
+ 'ApplicationScopeArgs',
20
+ 'ServiceAttributesArgs',
21
+ 'ServiceAttributesBusinessOwnerArgs',
22
+ 'ServiceAttributesCriticalityArgs',
23
+ 'ServiceAttributesDeveloperOwnerArgs',
24
+ 'ServiceAttributesEnvironmentArgs',
25
+ 'ServiceAttributesOperatorOwnerArgs',
26
+ 'ServiceServicePropertyArgs',
27
+ 'ServiceServiceReferenceArgs',
28
+ 'WorkloadAttributesArgs',
29
+ 'WorkloadAttributesBusinessOwnerArgs',
30
+ 'WorkloadAttributesCriticalityArgs',
31
+ 'WorkloadAttributesDeveloperOwnerArgs',
32
+ 'WorkloadAttributesEnvironmentArgs',
33
+ 'WorkloadAttributesOperatorOwnerArgs',
34
+ 'WorkloadWorkloadPropertyArgs',
35
+ 'WorkloadWorkloadReferenceArgs',
36
+ ]
37
+
38
+ @pulumi.input_type
39
+ class ApplicationAttributesArgs:
40
+ def __init__(__self__, *,
41
+ business_owners: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesBusinessOwnerArgs']]]] = None,
42
+ criticality: Optional[pulumi.Input['ApplicationAttributesCriticalityArgs']] = None,
43
+ developer_owners: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesDeveloperOwnerArgs']]]] = None,
44
+ environment: Optional[pulumi.Input['ApplicationAttributesEnvironmentArgs']] = None,
45
+ operator_owners: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesOperatorOwnerArgs']]]] = None):
46
+ """
47
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesBusinessOwnerArgs']]] business_owners: Optional. Business team that ensures user needs are met and value is delivered
48
+ Structure is documented below.
49
+ :param pulumi.Input['ApplicationAttributesCriticalityArgs'] criticality: Criticality of the Application, Service, or Workload
50
+ Structure is documented below.
51
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesDeveloperOwnerArgs']]] developer_owners: Optional. Developer team that owns development and coding.
52
+ Structure is documented below.
53
+ :param pulumi.Input['ApplicationAttributesEnvironmentArgs'] environment: Environment of the Application, Service, or Workload
54
+ Structure is documented below.
55
+ :param pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesOperatorOwnerArgs']]] operator_owners: Optional. Operator team that ensures runtime and operations.
56
+ Structure is documented below.
57
+ """
58
+ if business_owners is not None:
59
+ pulumi.set(__self__, "business_owners", business_owners)
60
+ if criticality is not None:
61
+ pulumi.set(__self__, "criticality", criticality)
62
+ if developer_owners is not None:
63
+ pulumi.set(__self__, "developer_owners", developer_owners)
64
+ if environment is not None:
65
+ pulumi.set(__self__, "environment", environment)
66
+ if operator_owners is not None:
67
+ pulumi.set(__self__, "operator_owners", operator_owners)
68
+
69
+ @property
70
+ @pulumi.getter(name="businessOwners")
71
+ def business_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesBusinessOwnerArgs']]]]:
72
+ """
73
+ Optional. Business team that ensures user needs are met and value is delivered
74
+ Structure is documented below.
75
+ """
76
+ return pulumi.get(self, "business_owners")
77
+
78
+ @business_owners.setter
79
+ def business_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesBusinessOwnerArgs']]]]):
80
+ pulumi.set(self, "business_owners", value)
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def criticality(self) -> Optional[pulumi.Input['ApplicationAttributesCriticalityArgs']]:
85
+ """
86
+ Criticality of the Application, Service, or Workload
87
+ Structure is documented below.
88
+ """
89
+ return pulumi.get(self, "criticality")
90
+
91
+ @criticality.setter
92
+ def criticality(self, value: Optional[pulumi.Input['ApplicationAttributesCriticalityArgs']]):
93
+ pulumi.set(self, "criticality", value)
94
+
95
+ @property
96
+ @pulumi.getter(name="developerOwners")
97
+ def developer_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesDeveloperOwnerArgs']]]]:
98
+ """
99
+ Optional. Developer team that owns development and coding.
100
+ Structure is documented below.
101
+ """
102
+ return pulumi.get(self, "developer_owners")
103
+
104
+ @developer_owners.setter
105
+ def developer_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesDeveloperOwnerArgs']]]]):
106
+ pulumi.set(self, "developer_owners", value)
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def environment(self) -> Optional[pulumi.Input['ApplicationAttributesEnvironmentArgs']]:
111
+ """
112
+ Environment of the Application, Service, or Workload
113
+ Structure is documented below.
114
+ """
115
+ return pulumi.get(self, "environment")
116
+
117
+ @environment.setter
118
+ def environment(self, value: Optional[pulumi.Input['ApplicationAttributesEnvironmentArgs']]):
119
+ pulumi.set(self, "environment", value)
120
+
121
+ @property
122
+ @pulumi.getter(name="operatorOwners")
123
+ def operator_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesOperatorOwnerArgs']]]]:
124
+ """
125
+ Optional. Operator team that ensures runtime and operations.
126
+ Structure is documented below.
127
+ """
128
+ return pulumi.get(self, "operator_owners")
129
+
130
+ @operator_owners.setter
131
+ def operator_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationAttributesOperatorOwnerArgs']]]]):
132
+ pulumi.set(self, "operator_owners", value)
133
+
134
+
135
+ @pulumi.input_type
136
+ class ApplicationAttributesBusinessOwnerArgs:
137
+ def __init__(__self__, *,
138
+ email: pulumi.Input[str],
139
+ display_name: Optional[pulumi.Input[str]] = None):
140
+ """
141
+ :param pulumi.Input[str] email: Required. Email address of the contacts.
142
+ :param pulumi.Input[str] display_name: Optional. Contact's name.
143
+ """
144
+ pulumi.set(__self__, "email", email)
145
+ if display_name is not None:
146
+ pulumi.set(__self__, "display_name", display_name)
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def email(self) -> pulumi.Input[str]:
151
+ """
152
+ Required. Email address of the contacts.
153
+ """
154
+ return pulumi.get(self, "email")
155
+
156
+ @email.setter
157
+ def email(self, value: pulumi.Input[str]):
158
+ pulumi.set(self, "email", value)
159
+
160
+ @property
161
+ @pulumi.getter(name="displayName")
162
+ def display_name(self) -> Optional[pulumi.Input[str]]:
163
+ """
164
+ Optional. Contact's name.
165
+ """
166
+ return pulumi.get(self, "display_name")
167
+
168
+ @display_name.setter
169
+ def display_name(self, value: Optional[pulumi.Input[str]]):
170
+ pulumi.set(self, "display_name", value)
171
+
172
+
173
+ @pulumi.input_type
174
+ class ApplicationAttributesCriticalityArgs:
175
+ def __init__(__self__, *,
176
+ type: pulumi.Input[str]):
177
+ """
178
+ :param pulumi.Input[str] type: Criticality type.
179
+ Possible values are: `MISSION_CRITICAL`, `HIGH`, `MEDIUM`, `LOW`.
180
+ """
181
+ pulumi.set(__self__, "type", type)
182
+
183
+ @property
184
+ @pulumi.getter
185
+ def type(self) -> pulumi.Input[str]:
186
+ """
187
+ Criticality type.
188
+ Possible values are: `MISSION_CRITICAL`, `HIGH`, `MEDIUM`, `LOW`.
189
+ """
190
+ return pulumi.get(self, "type")
191
+
192
+ @type.setter
193
+ def type(self, value: pulumi.Input[str]):
194
+ pulumi.set(self, "type", value)
195
+
196
+
197
+ @pulumi.input_type
198
+ class ApplicationAttributesDeveloperOwnerArgs:
199
+ def __init__(__self__, *,
200
+ email: pulumi.Input[str],
201
+ display_name: Optional[pulumi.Input[str]] = None):
202
+ """
203
+ :param pulumi.Input[str] email: Required. Email address of the contacts.
204
+ :param pulumi.Input[str] display_name: Optional. Contact's name.
205
+ """
206
+ pulumi.set(__self__, "email", email)
207
+ if display_name is not None:
208
+ pulumi.set(__self__, "display_name", display_name)
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def email(self) -> pulumi.Input[str]:
213
+ """
214
+ Required. Email address of the contacts.
215
+ """
216
+ return pulumi.get(self, "email")
217
+
218
+ @email.setter
219
+ def email(self, value: pulumi.Input[str]):
220
+ pulumi.set(self, "email", value)
221
+
222
+ @property
223
+ @pulumi.getter(name="displayName")
224
+ def display_name(self) -> Optional[pulumi.Input[str]]:
225
+ """
226
+ Optional. Contact's name.
227
+ """
228
+ return pulumi.get(self, "display_name")
229
+
230
+ @display_name.setter
231
+ def display_name(self, value: Optional[pulumi.Input[str]]):
232
+ pulumi.set(self, "display_name", value)
233
+
234
+
235
+ @pulumi.input_type
236
+ class ApplicationAttributesEnvironmentArgs:
237
+ def __init__(__self__, *,
238
+ type: pulumi.Input[str]):
239
+ """
240
+ :param pulumi.Input[str] type: Environment type.
241
+ Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
242
+ """
243
+ pulumi.set(__self__, "type", type)
244
+
245
+ @property
246
+ @pulumi.getter
247
+ def type(self) -> pulumi.Input[str]:
248
+ """
249
+ Environment type.
250
+ Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
251
+ """
252
+ return pulumi.get(self, "type")
253
+
254
+ @type.setter
255
+ def type(self, value: pulumi.Input[str]):
256
+ pulumi.set(self, "type", value)
257
+
258
+
259
+ @pulumi.input_type
260
+ class ApplicationAttributesOperatorOwnerArgs:
261
+ def __init__(__self__, *,
262
+ email: pulumi.Input[str],
263
+ display_name: Optional[pulumi.Input[str]] = None):
264
+ """
265
+ :param pulumi.Input[str] email: Required. Email address of the contacts.
266
+ :param pulumi.Input[str] display_name: Optional. Contact's name.
267
+ """
268
+ pulumi.set(__self__, "email", email)
269
+ if display_name is not None:
270
+ pulumi.set(__self__, "display_name", display_name)
271
+
272
+ @property
273
+ @pulumi.getter
274
+ def email(self) -> pulumi.Input[str]:
275
+ """
276
+ Required. Email address of the contacts.
277
+ """
278
+ return pulumi.get(self, "email")
279
+
280
+ @email.setter
281
+ def email(self, value: pulumi.Input[str]):
282
+ pulumi.set(self, "email", value)
283
+
284
+ @property
285
+ @pulumi.getter(name="displayName")
286
+ def display_name(self) -> Optional[pulumi.Input[str]]:
287
+ """
288
+ Optional. Contact's name.
289
+ """
290
+ return pulumi.get(self, "display_name")
291
+
292
+ @display_name.setter
293
+ def display_name(self, value: Optional[pulumi.Input[str]]):
294
+ pulumi.set(self, "display_name", value)
295
+
296
+
297
+ @pulumi.input_type
298
+ class ApplicationScopeArgs:
299
+ def __init__(__self__, *,
300
+ type: pulumi.Input[str]):
301
+ """
302
+ :param pulumi.Input[str] type: Required. Scope Type.
303
+ Possible values:
304
+ REGIONAL
305
+ Possible values are: `REGIONAL`.
306
+
307
+ - - -
308
+ """
309
+ pulumi.set(__self__, "type", type)
310
+
311
+ @property
312
+ @pulumi.getter
313
+ def type(self) -> pulumi.Input[str]:
314
+ """
315
+ Required. Scope Type.
316
+ Possible values:
317
+ REGIONAL
318
+ Possible values are: `REGIONAL`.
319
+
320
+ - - -
321
+ """
322
+ return pulumi.get(self, "type")
323
+
324
+ @type.setter
325
+ def type(self, value: pulumi.Input[str]):
326
+ pulumi.set(self, "type", value)
327
+
328
+
329
+ @pulumi.input_type
330
+ class ServiceAttributesArgs:
331
+ def __init__(__self__, *,
332
+ business_owners: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesBusinessOwnerArgs']]]] = None,
333
+ criticality: Optional[pulumi.Input['ServiceAttributesCriticalityArgs']] = None,
334
+ developer_owners: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesDeveloperOwnerArgs']]]] = None,
335
+ environment: Optional[pulumi.Input['ServiceAttributesEnvironmentArgs']] = None,
336
+ operator_owners: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesOperatorOwnerArgs']]]] = None):
337
+ """
338
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceAttributesBusinessOwnerArgs']]] business_owners: Business team that ensures user needs are met and value is delivered
339
+ Structure is documented below.
340
+ :param pulumi.Input['ServiceAttributesCriticalityArgs'] criticality: Criticality of the Application, Service, or Workload
341
+ Structure is documented below.
342
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceAttributesDeveloperOwnerArgs']]] developer_owners: Developer team that owns development and coding.
343
+ Structure is documented below.
344
+ :param pulumi.Input['ServiceAttributesEnvironmentArgs'] environment: Environment of the Application, Service, or Workload
345
+ Structure is documented below.
346
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceAttributesOperatorOwnerArgs']]] operator_owners: Operator team that ensures runtime and operations.
347
+ Structure is documented below.
348
+ """
349
+ if business_owners is not None:
350
+ pulumi.set(__self__, "business_owners", business_owners)
351
+ if criticality is not None:
352
+ pulumi.set(__self__, "criticality", criticality)
353
+ if developer_owners is not None:
354
+ pulumi.set(__self__, "developer_owners", developer_owners)
355
+ if environment is not None:
356
+ pulumi.set(__self__, "environment", environment)
357
+ if operator_owners is not None:
358
+ pulumi.set(__self__, "operator_owners", operator_owners)
359
+
360
+ @property
361
+ @pulumi.getter(name="businessOwners")
362
+ def business_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesBusinessOwnerArgs']]]]:
363
+ """
364
+ Business team that ensures user needs are met and value is delivered
365
+ Structure is documented below.
366
+ """
367
+ return pulumi.get(self, "business_owners")
368
+
369
+ @business_owners.setter
370
+ def business_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesBusinessOwnerArgs']]]]):
371
+ pulumi.set(self, "business_owners", value)
372
+
373
+ @property
374
+ @pulumi.getter
375
+ def criticality(self) -> Optional[pulumi.Input['ServiceAttributesCriticalityArgs']]:
376
+ """
377
+ Criticality of the Application, Service, or Workload
378
+ Structure is documented below.
379
+ """
380
+ return pulumi.get(self, "criticality")
381
+
382
+ @criticality.setter
383
+ def criticality(self, value: Optional[pulumi.Input['ServiceAttributesCriticalityArgs']]):
384
+ pulumi.set(self, "criticality", value)
385
+
386
+ @property
387
+ @pulumi.getter(name="developerOwners")
388
+ def developer_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesDeveloperOwnerArgs']]]]:
389
+ """
390
+ Developer team that owns development and coding.
391
+ Structure is documented below.
392
+ """
393
+ return pulumi.get(self, "developer_owners")
394
+
395
+ @developer_owners.setter
396
+ def developer_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesDeveloperOwnerArgs']]]]):
397
+ pulumi.set(self, "developer_owners", value)
398
+
399
+ @property
400
+ @pulumi.getter
401
+ def environment(self) -> Optional[pulumi.Input['ServiceAttributesEnvironmentArgs']]:
402
+ """
403
+ Environment of the Application, Service, or Workload
404
+ Structure is documented below.
405
+ """
406
+ return pulumi.get(self, "environment")
407
+
408
+ @environment.setter
409
+ def environment(self, value: Optional[pulumi.Input['ServiceAttributesEnvironmentArgs']]):
410
+ pulumi.set(self, "environment", value)
411
+
412
+ @property
413
+ @pulumi.getter(name="operatorOwners")
414
+ def operator_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesOperatorOwnerArgs']]]]:
415
+ """
416
+ Operator team that ensures runtime and operations.
417
+ Structure is documented below.
418
+ """
419
+ return pulumi.get(self, "operator_owners")
420
+
421
+ @operator_owners.setter
422
+ def operator_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceAttributesOperatorOwnerArgs']]]]):
423
+ pulumi.set(self, "operator_owners", value)
424
+
425
+
426
+ @pulumi.input_type
427
+ class ServiceAttributesBusinessOwnerArgs:
428
+ def __init__(__self__, *,
429
+ email: pulumi.Input[str],
430
+ display_name: Optional[pulumi.Input[str]] = None):
431
+ """
432
+ :param pulumi.Input[str] email: Required. Email address of the contacts.
433
+ :param pulumi.Input[str] display_name: Contact's name.
434
+ """
435
+ pulumi.set(__self__, "email", email)
436
+ if display_name is not None:
437
+ pulumi.set(__self__, "display_name", display_name)
438
+
439
+ @property
440
+ @pulumi.getter
441
+ def email(self) -> pulumi.Input[str]:
442
+ """
443
+ Required. Email address of the contacts.
444
+ """
445
+ return pulumi.get(self, "email")
446
+
447
+ @email.setter
448
+ def email(self, value: pulumi.Input[str]):
449
+ pulumi.set(self, "email", value)
450
+
451
+ @property
452
+ @pulumi.getter(name="displayName")
453
+ def display_name(self) -> Optional[pulumi.Input[str]]:
454
+ """
455
+ Contact's name.
456
+ """
457
+ return pulumi.get(self, "display_name")
458
+
459
+ @display_name.setter
460
+ def display_name(self, value: Optional[pulumi.Input[str]]):
461
+ pulumi.set(self, "display_name", value)
462
+
463
+
464
+ @pulumi.input_type
465
+ class ServiceAttributesCriticalityArgs:
466
+ def __init__(__self__, *,
467
+ type: pulumi.Input[str]):
468
+ """
469
+ :param pulumi.Input[str] type: Criticality type.
470
+ Possible values are: `MISSION_CRITICAL`, `HIGH`, `MEDIUM`, `LOW`.
471
+ """
472
+ pulumi.set(__self__, "type", type)
473
+
474
+ @property
475
+ @pulumi.getter
476
+ def type(self) -> pulumi.Input[str]:
477
+ """
478
+ Criticality type.
479
+ Possible values are: `MISSION_CRITICAL`, `HIGH`, `MEDIUM`, `LOW`.
480
+ """
481
+ return pulumi.get(self, "type")
482
+
483
+ @type.setter
484
+ def type(self, value: pulumi.Input[str]):
485
+ pulumi.set(self, "type", value)
486
+
487
+
488
+ @pulumi.input_type
489
+ class ServiceAttributesDeveloperOwnerArgs:
490
+ def __init__(__self__, *,
491
+ email: pulumi.Input[str],
492
+ display_name: Optional[pulumi.Input[str]] = None):
493
+ """
494
+ :param pulumi.Input[str] email: Required. Email address of the contacts.
495
+ :param pulumi.Input[str] display_name: Contact's name.
496
+ """
497
+ pulumi.set(__self__, "email", email)
498
+ if display_name is not None:
499
+ pulumi.set(__self__, "display_name", display_name)
500
+
501
+ @property
502
+ @pulumi.getter
503
+ def email(self) -> pulumi.Input[str]:
504
+ """
505
+ Required. Email address of the contacts.
506
+ """
507
+ return pulumi.get(self, "email")
508
+
509
+ @email.setter
510
+ def email(self, value: pulumi.Input[str]):
511
+ pulumi.set(self, "email", value)
512
+
513
+ @property
514
+ @pulumi.getter(name="displayName")
515
+ def display_name(self) -> Optional[pulumi.Input[str]]:
516
+ """
517
+ Contact's name.
518
+ """
519
+ return pulumi.get(self, "display_name")
520
+
521
+ @display_name.setter
522
+ def display_name(self, value: Optional[pulumi.Input[str]]):
523
+ pulumi.set(self, "display_name", value)
524
+
525
+
526
+ @pulumi.input_type
527
+ class ServiceAttributesEnvironmentArgs:
528
+ def __init__(__self__, *,
529
+ type: pulumi.Input[str]):
530
+ """
531
+ :param pulumi.Input[str] type: Environment type.
532
+ Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
533
+ """
534
+ pulumi.set(__self__, "type", type)
535
+
536
+ @property
537
+ @pulumi.getter
538
+ def type(self) -> pulumi.Input[str]:
539
+ """
540
+ Environment type.
541
+ Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
542
+ """
543
+ return pulumi.get(self, "type")
544
+
545
+ @type.setter
546
+ def type(self, value: pulumi.Input[str]):
547
+ pulumi.set(self, "type", value)
548
+
549
+
550
+ @pulumi.input_type
551
+ class ServiceAttributesOperatorOwnerArgs:
552
+ def __init__(__self__, *,
553
+ email: pulumi.Input[str],
554
+ display_name: Optional[pulumi.Input[str]] = None):
555
+ """
556
+ :param pulumi.Input[str] email: Required. Email address of the contacts.
557
+ :param pulumi.Input[str] display_name: Contact's name.
558
+ """
559
+ pulumi.set(__self__, "email", email)
560
+ if display_name is not None:
561
+ pulumi.set(__self__, "display_name", display_name)
562
+
563
+ @property
564
+ @pulumi.getter
565
+ def email(self) -> pulumi.Input[str]:
566
+ """
567
+ Required. Email address of the contacts.
568
+ """
569
+ return pulumi.get(self, "email")
570
+
571
+ @email.setter
572
+ def email(self, value: pulumi.Input[str]):
573
+ pulumi.set(self, "email", value)
574
+
575
+ @property
576
+ @pulumi.getter(name="displayName")
577
+ def display_name(self) -> Optional[pulumi.Input[str]]:
578
+ """
579
+ Contact's name.
580
+ """
581
+ return pulumi.get(self, "display_name")
582
+
583
+ @display_name.setter
584
+ def display_name(self, value: Optional[pulumi.Input[str]]):
585
+ pulumi.set(self, "display_name", value)
586
+
587
+
588
+ @pulumi.input_type
589
+ class ServiceServicePropertyArgs:
590
+ def __init__(__self__, *,
591
+ gcp_project: Optional[pulumi.Input[str]] = None,
592
+ location: Optional[pulumi.Input[str]] = None,
593
+ zone: Optional[pulumi.Input[str]] = None):
594
+ """
595
+ :param pulumi.Input[str] gcp_project: (Output)
596
+ Output only. The service project identifier that the underlying cloud resource resides in.
597
+ :param pulumi.Input[str] location: Part of `parent`. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}
598
+ :param pulumi.Input[str] zone: (Output)
599
+ Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).
600
+ """
601
+ if gcp_project is not None:
602
+ pulumi.set(__self__, "gcp_project", gcp_project)
603
+ if location is not None:
604
+ pulumi.set(__self__, "location", location)
605
+ if zone is not None:
606
+ pulumi.set(__self__, "zone", zone)
607
+
608
+ @property
609
+ @pulumi.getter(name="gcpProject")
610
+ def gcp_project(self) -> Optional[pulumi.Input[str]]:
611
+ """
612
+ (Output)
613
+ Output only. The service project identifier that the underlying cloud resource resides in.
614
+ """
615
+ return pulumi.get(self, "gcp_project")
616
+
617
+ @gcp_project.setter
618
+ def gcp_project(self, value: Optional[pulumi.Input[str]]):
619
+ pulumi.set(self, "gcp_project", value)
620
+
621
+ @property
622
+ @pulumi.getter
623
+ def location(self) -> Optional[pulumi.Input[str]]:
624
+ """
625
+ Part of `parent`. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}
626
+ """
627
+ return pulumi.get(self, "location")
628
+
629
+ @location.setter
630
+ def location(self, value: Optional[pulumi.Input[str]]):
631
+ pulumi.set(self, "location", value)
632
+
633
+ @property
634
+ @pulumi.getter
635
+ def zone(self) -> Optional[pulumi.Input[str]]:
636
+ """
637
+ (Output)
638
+ Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).
639
+ """
640
+ return pulumi.get(self, "zone")
641
+
642
+ @zone.setter
643
+ def zone(self, value: Optional[pulumi.Input[str]]):
644
+ pulumi.set(self, "zone", value)
645
+
646
+
647
+ @pulumi.input_type
648
+ class ServiceServiceReferenceArgs:
649
+ def __init__(__self__, *,
650
+ uri: Optional[pulumi.Input[str]] = None):
651
+ """
652
+ :param pulumi.Input[str] uri: (Output)
653
+ Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map,
654
+ and Backend Service).
655
+ """
656
+ if uri is not None:
657
+ pulumi.set(__self__, "uri", uri)
658
+
659
+ @property
660
+ @pulumi.getter
661
+ def uri(self) -> Optional[pulumi.Input[str]]:
662
+ """
663
+ (Output)
664
+ Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map,
665
+ and Backend Service).
666
+ """
667
+ return pulumi.get(self, "uri")
668
+
669
+ @uri.setter
670
+ def uri(self, value: Optional[pulumi.Input[str]]):
671
+ pulumi.set(self, "uri", value)
672
+
673
+
674
+ @pulumi.input_type
675
+ class WorkloadAttributesArgs:
676
+ def __init__(__self__, *,
677
+ business_owners: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesBusinessOwnerArgs']]]] = None,
678
+ criticality: Optional[pulumi.Input['WorkloadAttributesCriticalityArgs']] = None,
679
+ developer_owners: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesDeveloperOwnerArgs']]]] = None,
680
+ environment: Optional[pulumi.Input['WorkloadAttributesEnvironmentArgs']] = None,
681
+ operator_owners: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesOperatorOwnerArgs']]]] = None):
682
+ """
683
+ :param pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesBusinessOwnerArgs']]] business_owners: Business team that ensures user needs are met and value is delivered
684
+ Structure is documented below.
685
+ :param pulumi.Input['WorkloadAttributesCriticalityArgs'] criticality: Criticality of the Application, Service, or Workload
686
+ Structure is documented below.
687
+ :param pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesDeveloperOwnerArgs']]] developer_owners: Developer team that owns development and coding.
688
+ Structure is documented below.
689
+ :param pulumi.Input['WorkloadAttributesEnvironmentArgs'] environment: Environment of the Application, Service, or Workload
690
+ Structure is documented below.
691
+ :param pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesOperatorOwnerArgs']]] operator_owners: Operator team that ensures runtime and operations.
692
+ Structure is documented below.
693
+ """
694
+ if business_owners is not None:
695
+ pulumi.set(__self__, "business_owners", business_owners)
696
+ if criticality is not None:
697
+ pulumi.set(__self__, "criticality", criticality)
698
+ if developer_owners is not None:
699
+ pulumi.set(__self__, "developer_owners", developer_owners)
700
+ if environment is not None:
701
+ pulumi.set(__self__, "environment", environment)
702
+ if operator_owners is not None:
703
+ pulumi.set(__self__, "operator_owners", operator_owners)
704
+
705
+ @property
706
+ @pulumi.getter(name="businessOwners")
707
+ def business_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesBusinessOwnerArgs']]]]:
708
+ """
709
+ Business team that ensures user needs are met and value is delivered
710
+ Structure is documented below.
711
+ """
712
+ return pulumi.get(self, "business_owners")
713
+
714
+ @business_owners.setter
715
+ def business_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesBusinessOwnerArgs']]]]):
716
+ pulumi.set(self, "business_owners", value)
717
+
718
+ @property
719
+ @pulumi.getter
720
+ def criticality(self) -> Optional[pulumi.Input['WorkloadAttributesCriticalityArgs']]:
721
+ """
722
+ Criticality of the Application, Service, or Workload
723
+ Structure is documented below.
724
+ """
725
+ return pulumi.get(self, "criticality")
726
+
727
+ @criticality.setter
728
+ def criticality(self, value: Optional[pulumi.Input['WorkloadAttributesCriticalityArgs']]):
729
+ pulumi.set(self, "criticality", value)
730
+
731
+ @property
732
+ @pulumi.getter(name="developerOwners")
733
+ def developer_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesDeveloperOwnerArgs']]]]:
734
+ """
735
+ Developer team that owns development and coding.
736
+ Structure is documented below.
737
+ """
738
+ return pulumi.get(self, "developer_owners")
739
+
740
+ @developer_owners.setter
741
+ def developer_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesDeveloperOwnerArgs']]]]):
742
+ pulumi.set(self, "developer_owners", value)
743
+
744
+ @property
745
+ @pulumi.getter
746
+ def environment(self) -> Optional[pulumi.Input['WorkloadAttributesEnvironmentArgs']]:
747
+ """
748
+ Environment of the Application, Service, or Workload
749
+ Structure is documented below.
750
+ """
751
+ return pulumi.get(self, "environment")
752
+
753
+ @environment.setter
754
+ def environment(self, value: Optional[pulumi.Input['WorkloadAttributesEnvironmentArgs']]):
755
+ pulumi.set(self, "environment", value)
756
+
757
+ @property
758
+ @pulumi.getter(name="operatorOwners")
759
+ def operator_owners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesOperatorOwnerArgs']]]]:
760
+ """
761
+ Operator team that ensures runtime and operations.
762
+ Structure is documented below.
763
+ """
764
+ return pulumi.get(self, "operator_owners")
765
+
766
+ @operator_owners.setter
767
+ def operator_owners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadAttributesOperatorOwnerArgs']]]]):
768
+ pulumi.set(self, "operator_owners", value)
769
+
770
+
771
+ @pulumi.input_type
772
+ class WorkloadAttributesBusinessOwnerArgs:
773
+ def __init__(__self__, *,
774
+ email: pulumi.Input[str],
775
+ display_name: Optional[pulumi.Input[str]] = None):
776
+ """
777
+ :param pulumi.Input[str] email: Email address of the contacts.
778
+ :param pulumi.Input[str] display_name: Contact's name.
779
+ """
780
+ pulumi.set(__self__, "email", email)
781
+ if display_name is not None:
782
+ pulumi.set(__self__, "display_name", display_name)
783
+
784
+ @property
785
+ @pulumi.getter
786
+ def email(self) -> pulumi.Input[str]:
787
+ """
788
+ Email address of the contacts.
789
+ """
790
+ return pulumi.get(self, "email")
791
+
792
+ @email.setter
793
+ def email(self, value: pulumi.Input[str]):
794
+ pulumi.set(self, "email", value)
795
+
796
+ @property
797
+ @pulumi.getter(name="displayName")
798
+ def display_name(self) -> Optional[pulumi.Input[str]]:
799
+ """
800
+ Contact's name.
801
+ """
802
+ return pulumi.get(self, "display_name")
803
+
804
+ @display_name.setter
805
+ def display_name(self, value: Optional[pulumi.Input[str]]):
806
+ pulumi.set(self, "display_name", value)
807
+
808
+
809
+ @pulumi.input_type
810
+ class WorkloadAttributesCriticalityArgs:
811
+ def __init__(__self__, *,
812
+ type: pulumi.Input[str]):
813
+ """
814
+ :param pulumi.Input[str] type: Criticality type.
815
+ Possible values are: `MISSION_CRITICAL`, `HIGH`, `MEDIUM`, `LOW`.
816
+ """
817
+ pulumi.set(__self__, "type", type)
818
+
819
+ @property
820
+ @pulumi.getter
821
+ def type(self) -> pulumi.Input[str]:
822
+ """
823
+ Criticality type.
824
+ Possible values are: `MISSION_CRITICAL`, `HIGH`, `MEDIUM`, `LOW`.
825
+ """
826
+ return pulumi.get(self, "type")
827
+
828
+ @type.setter
829
+ def type(self, value: pulumi.Input[str]):
830
+ pulumi.set(self, "type", value)
831
+
832
+
833
+ @pulumi.input_type
834
+ class WorkloadAttributesDeveloperOwnerArgs:
835
+ def __init__(__self__, *,
836
+ email: pulumi.Input[str],
837
+ display_name: Optional[pulumi.Input[str]] = None):
838
+ """
839
+ :param pulumi.Input[str] email: Email address of the contacts.
840
+ :param pulumi.Input[str] display_name: Contact's name.
841
+ """
842
+ pulumi.set(__self__, "email", email)
843
+ if display_name is not None:
844
+ pulumi.set(__self__, "display_name", display_name)
845
+
846
+ @property
847
+ @pulumi.getter
848
+ def email(self) -> pulumi.Input[str]:
849
+ """
850
+ Email address of the contacts.
851
+ """
852
+ return pulumi.get(self, "email")
853
+
854
+ @email.setter
855
+ def email(self, value: pulumi.Input[str]):
856
+ pulumi.set(self, "email", value)
857
+
858
+ @property
859
+ @pulumi.getter(name="displayName")
860
+ def display_name(self) -> Optional[pulumi.Input[str]]:
861
+ """
862
+ Contact's name.
863
+ """
864
+ return pulumi.get(self, "display_name")
865
+
866
+ @display_name.setter
867
+ def display_name(self, value: Optional[pulumi.Input[str]]):
868
+ pulumi.set(self, "display_name", value)
869
+
870
+
871
+ @pulumi.input_type
872
+ class WorkloadAttributesEnvironmentArgs:
873
+ def __init__(__self__, *,
874
+ type: pulumi.Input[str]):
875
+ """
876
+ :param pulumi.Input[str] type: Environment type.
877
+ Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
878
+ """
879
+ pulumi.set(__self__, "type", type)
880
+
881
+ @property
882
+ @pulumi.getter
883
+ def type(self) -> pulumi.Input[str]:
884
+ """
885
+ Environment type.
886
+ Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
887
+ """
888
+ return pulumi.get(self, "type")
889
+
890
+ @type.setter
891
+ def type(self, value: pulumi.Input[str]):
892
+ pulumi.set(self, "type", value)
893
+
894
+
895
+ @pulumi.input_type
896
+ class WorkloadAttributesOperatorOwnerArgs:
897
+ def __init__(__self__, *,
898
+ email: pulumi.Input[str],
899
+ display_name: Optional[pulumi.Input[str]] = None):
900
+ """
901
+ :param pulumi.Input[str] email: Email address of the contacts.
902
+ :param pulumi.Input[str] display_name: Contact's name.
903
+ """
904
+ pulumi.set(__self__, "email", email)
905
+ if display_name is not None:
906
+ pulumi.set(__self__, "display_name", display_name)
907
+
908
+ @property
909
+ @pulumi.getter
910
+ def email(self) -> pulumi.Input[str]:
911
+ """
912
+ Email address of the contacts.
913
+ """
914
+ return pulumi.get(self, "email")
915
+
916
+ @email.setter
917
+ def email(self, value: pulumi.Input[str]):
918
+ pulumi.set(self, "email", value)
919
+
920
+ @property
921
+ @pulumi.getter(name="displayName")
922
+ def display_name(self) -> Optional[pulumi.Input[str]]:
923
+ """
924
+ Contact's name.
925
+ """
926
+ return pulumi.get(self, "display_name")
927
+
928
+ @display_name.setter
929
+ def display_name(self, value: Optional[pulumi.Input[str]]):
930
+ pulumi.set(self, "display_name", value)
931
+
932
+
933
+ @pulumi.input_type
934
+ class WorkloadWorkloadPropertyArgs:
935
+ def __init__(__self__, *,
936
+ gcp_project: Optional[pulumi.Input[str]] = None,
937
+ location: Optional[pulumi.Input[str]] = None,
938
+ zone: Optional[pulumi.Input[str]] = None):
939
+ """
940
+ :param pulumi.Input[str] gcp_project: (Output)
941
+ Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.
942
+ :param pulumi.Input[str] location: Part of `parent`. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}
943
+ :param pulumi.Input[str] zone: (Output)
944
+ Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).
945
+ """
946
+ if gcp_project is not None:
947
+ pulumi.set(__self__, "gcp_project", gcp_project)
948
+ if location is not None:
949
+ pulumi.set(__self__, "location", location)
950
+ if zone is not None:
951
+ pulumi.set(__self__, "zone", zone)
952
+
953
+ @property
954
+ @pulumi.getter(name="gcpProject")
955
+ def gcp_project(self) -> Optional[pulumi.Input[str]]:
956
+ """
957
+ (Output)
958
+ Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.
959
+ """
960
+ return pulumi.get(self, "gcp_project")
961
+
962
+ @gcp_project.setter
963
+ def gcp_project(self, value: Optional[pulumi.Input[str]]):
964
+ pulumi.set(self, "gcp_project", value)
965
+
966
+ @property
967
+ @pulumi.getter
968
+ def location(self) -> Optional[pulumi.Input[str]]:
969
+ """
970
+ Part of `parent`. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}
971
+ """
972
+ return pulumi.get(self, "location")
973
+
974
+ @location.setter
975
+ def location(self, value: Optional[pulumi.Input[str]]):
976
+ pulumi.set(self, "location", value)
977
+
978
+ @property
979
+ @pulumi.getter
980
+ def zone(self) -> Optional[pulumi.Input[str]]:
981
+ """
982
+ (Output)
983
+ Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).
984
+ """
985
+ return pulumi.get(self, "zone")
986
+
987
+ @zone.setter
988
+ def zone(self, value: Optional[pulumi.Input[str]]):
989
+ pulumi.set(self, "zone", value)
990
+
991
+
992
+ @pulumi.input_type
993
+ class WorkloadWorkloadReferenceArgs:
994
+ def __init__(__self__, *,
995
+ uri: Optional[pulumi.Input[str]] = None):
996
+ """
997
+ :param pulumi.Input[str] uri: (Output)
998
+ Output only. The underlying compute resource uri.
999
+ """
1000
+ if uri is not None:
1001
+ pulumi.set(__self__, "uri", uri)
1002
+
1003
+ @property
1004
+ @pulumi.getter
1005
+ def uri(self) -> Optional[pulumi.Input[str]]:
1006
+ """
1007
+ (Output)
1008
+ Output only. The underlying compute resource uri.
1009
+ """
1010
+ return pulumi.get(self, "uri")
1011
+
1012
+ @uri.setter
1013
+ def uri(self, value: Optional[pulumi.Input[str]]):
1014
+ pulumi.set(self, "uri", value)
1015
+
1016
+