pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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.
- pulumi_gcp/__init__.py +80 -0
- pulumi_gcp/_utilities.py +8 -4
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/beyondcorp/__init__.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +189 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/outputs.py +111 -0
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +204 -0
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +187 -0
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +54 -1
- pulumi_gcp/container/outputs.py +79 -1
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/parametermanager/__init__.py +2 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/workbench/instance.py +70 -2
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
pulumi_gcp/beyondcorp/_inputs.py
CHANGED
@@ -25,6 +25,12 @@ __all__ = [
|
|
25
25
|
'AppConnectorPrincipalInfoServiceAccountArgsDict',
|
26
26
|
'AppGatewayAllocatedConnectionArgs',
|
27
27
|
'AppGatewayAllocatedConnectionArgsDict',
|
28
|
+
'ApplicationEndpointMatcherArgs',
|
29
|
+
'ApplicationEndpointMatcherArgsDict',
|
30
|
+
'ApplicationIamBindingConditionArgs',
|
31
|
+
'ApplicationIamBindingConditionArgsDict',
|
32
|
+
'ApplicationIamMemberConditionArgs',
|
33
|
+
'ApplicationIamMemberConditionArgsDict',
|
28
34
|
'SecurityGatewayHubArgs',
|
29
35
|
'SecurityGatewayHubArgsDict',
|
30
36
|
'SecurityGatewayHubInternetGatewayArgs',
|
@@ -319,6 +325,189 @@ class AppGatewayAllocatedConnectionArgs:
|
|
319
325
|
pulumi.set(self, "psc_uri", value)
|
320
326
|
|
321
327
|
|
328
|
+
if not MYPY:
|
329
|
+
class ApplicationEndpointMatcherArgsDict(TypedDict):
|
330
|
+
hostname: pulumi.Input[str]
|
331
|
+
"""
|
332
|
+
Required. Hostname of the application.
|
333
|
+
"""
|
334
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
335
|
+
"""
|
336
|
+
Optional. Ports of the application.
|
337
|
+
|
338
|
+
- - -
|
339
|
+
"""
|
340
|
+
elif False:
|
341
|
+
ApplicationEndpointMatcherArgsDict: TypeAlias = Mapping[str, Any]
|
342
|
+
|
343
|
+
@pulumi.input_type
|
344
|
+
class ApplicationEndpointMatcherArgs:
|
345
|
+
def __init__(__self__, *,
|
346
|
+
hostname: pulumi.Input[str],
|
347
|
+
ports: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
348
|
+
"""
|
349
|
+
:param pulumi.Input[str] hostname: Required. Hostname of the application.
|
350
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] ports: Optional. Ports of the application.
|
351
|
+
|
352
|
+
- - -
|
353
|
+
"""
|
354
|
+
pulumi.set(__self__, "hostname", hostname)
|
355
|
+
if ports is not None:
|
356
|
+
pulumi.set(__self__, "ports", ports)
|
357
|
+
|
358
|
+
@property
|
359
|
+
@pulumi.getter
|
360
|
+
def hostname(self) -> pulumi.Input[str]:
|
361
|
+
"""
|
362
|
+
Required. Hostname of the application.
|
363
|
+
"""
|
364
|
+
return pulumi.get(self, "hostname")
|
365
|
+
|
366
|
+
@hostname.setter
|
367
|
+
def hostname(self, value: pulumi.Input[str]):
|
368
|
+
pulumi.set(self, "hostname", value)
|
369
|
+
|
370
|
+
@property
|
371
|
+
@pulumi.getter
|
372
|
+
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
373
|
+
"""
|
374
|
+
Optional. Ports of the application.
|
375
|
+
|
376
|
+
- - -
|
377
|
+
"""
|
378
|
+
return pulumi.get(self, "ports")
|
379
|
+
|
380
|
+
@ports.setter
|
381
|
+
def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
382
|
+
pulumi.set(self, "ports", value)
|
383
|
+
|
384
|
+
|
385
|
+
if not MYPY:
|
386
|
+
class ApplicationIamBindingConditionArgsDict(TypedDict):
|
387
|
+
expression: pulumi.Input[str]
|
388
|
+
"""
|
389
|
+
Textual representation of an expression in Common Expression Language syntax.
|
390
|
+
"""
|
391
|
+
title: pulumi.Input[str]
|
392
|
+
"""
|
393
|
+
A title for the expression, i.e. a short string describing its purpose.
|
394
|
+
"""
|
395
|
+
description: NotRequired[pulumi.Input[str]]
|
396
|
+
elif False:
|
397
|
+
ApplicationIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
398
|
+
|
399
|
+
@pulumi.input_type
|
400
|
+
class ApplicationIamBindingConditionArgs:
|
401
|
+
def __init__(__self__, *,
|
402
|
+
expression: pulumi.Input[str],
|
403
|
+
title: pulumi.Input[str],
|
404
|
+
description: Optional[pulumi.Input[str]] = None):
|
405
|
+
"""
|
406
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
407
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
408
|
+
"""
|
409
|
+
pulumi.set(__self__, "expression", expression)
|
410
|
+
pulumi.set(__self__, "title", title)
|
411
|
+
if description is not None:
|
412
|
+
pulumi.set(__self__, "description", description)
|
413
|
+
|
414
|
+
@property
|
415
|
+
@pulumi.getter
|
416
|
+
def expression(self) -> pulumi.Input[str]:
|
417
|
+
"""
|
418
|
+
Textual representation of an expression in Common Expression Language syntax.
|
419
|
+
"""
|
420
|
+
return pulumi.get(self, "expression")
|
421
|
+
|
422
|
+
@expression.setter
|
423
|
+
def expression(self, value: pulumi.Input[str]):
|
424
|
+
pulumi.set(self, "expression", value)
|
425
|
+
|
426
|
+
@property
|
427
|
+
@pulumi.getter
|
428
|
+
def title(self) -> pulumi.Input[str]:
|
429
|
+
"""
|
430
|
+
A title for the expression, i.e. a short string describing its purpose.
|
431
|
+
"""
|
432
|
+
return pulumi.get(self, "title")
|
433
|
+
|
434
|
+
@title.setter
|
435
|
+
def title(self, value: pulumi.Input[str]):
|
436
|
+
pulumi.set(self, "title", value)
|
437
|
+
|
438
|
+
@property
|
439
|
+
@pulumi.getter
|
440
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
441
|
+
return pulumi.get(self, "description")
|
442
|
+
|
443
|
+
@description.setter
|
444
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
445
|
+
pulumi.set(self, "description", value)
|
446
|
+
|
447
|
+
|
448
|
+
if not MYPY:
|
449
|
+
class ApplicationIamMemberConditionArgsDict(TypedDict):
|
450
|
+
expression: pulumi.Input[str]
|
451
|
+
"""
|
452
|
+
Textual representation of an expression in Common Expression Language syntax.
|
453
|
+
"""
|
454
|
+
title: pulumi.Input[str]
|
455
|
+
"""
|
456
|
+
A title for the expression, i.e. a short string describing its purpose.
|
457
|
+
"""
|
458
|
+
description: NotRequired[pulumi.Input[str]]
|
459
|
+
elif False:
|
460
|
+
ApplicationIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
461
|
+
|
462
|
+
@pulumi.input_type
|
463
|
+
class ApplicationIamMemberConditionArgs:
|
464
|
+
def __init__(__self__, *,
|
465
|
+
expression: pulumi.Input[str],
|
466
|
+
title: pulumi.Input[str],
|
467
|
+
description: Optional[pulumi.Input[str]] = None):
|
468
|
+
"""
|
469
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
470
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
471
|
+
"""
|
472
|
+
pulumi.set(__self__, "expression", expression)
|
473
|
+
pulumi.set(__self__, "title", title)
|
474
|
+
if description is not None:
|
475
|
+
pulumi.set(__self__, "description", description)
|
476
|
+
|
477
|
+
@property
|
478
|
+
@pulumi.getter
|
479
|
+
def expression(self) -> pulumi.Input[str]:
|
480
|
+
"""
|
481
|
+
Textual representation of an expression in Common Expression Language syntax.
|
482
|
+
"""
|
483
|
+
return pulumi.get(self, "expression")
|
484
|
+
|
485
|
+
@expression.setter
|
486
|
+
def expression(self, value: pulumi.Input[str]):
|
487
|
+
pulumi.set(self, "expression", value)
|
488
|
+
|
489
|
+
@property
|
490
|
+
@pulumi.getter
|
491
|
+
def title(self) -> pulumi.Input[str]:
|
492
|
+
"""
|
493
|
+
A title for the expression, i.e. a short string describing its purpose.
|
494
|
+
"""
|
495
|
+
return pulumi.get(self, "title")
|
496
|
+
|
497
|
+
@title.setter
|
498
|
+
def title(self, value: pulumi.Input[str]):
|
499
|
+
pulumi.set(self, "title", value)
|
500
|
+
|
501
|
+
@property
|
502
|
+
@pulumi.getter
|
503
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
504
|
+
return pulumi.get(self, "description")
|
505
|
+
|
506
|
+
@description.setter
|
507
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
508
|
+
pulumi.set(self, "description", value)
|
509
|
+
|
510
|
+
|
322
511
|
if not MYPY:
|
323
512
|
class SecurityGatewayHubArgsDict(TypedDict):
|
324
513
|
region: pulumi.Input[str]
|