pulumi-gcp 8.14.0__py3-none-any.whl → 8.14.0a1736317789__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 (62) hide show
  1. pulumi_gcp/__init__.py +0 -32
  2. pulumi_gcp/applicationintegration/_inputs.py +3 -3
  3. pulumi_gcp/applicationintegration/outputs.py +2 -2
  4. pulumi_gcp/beyondcorp/__init__.py +0 -1
  5. pulumi_gcp/beyondcorp/_inputs.py +0 -93
  6. pulumi_gcp/beyondcorp/outputs.py +0 -89
  7. pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
  8. pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
  9. pulumi_gcp/certificateauthority/_inputs.py +6 -6
  10. pulumi_gcp/certificateauthority/outputs.py +4 -4
  11. pulumi_gcp/certificatemanager/_inputs.py +3 -3
  12. pulumi_gcp/certificatemanager/outputs.py +2 -2
  13. pulumi_gcp/chronicle/__init__.py +0 -2
  14. pulumi_gcp/chronicle/_inputs.py +0 -388
  15. pulumi_gcp/chronicle/outputs.py +0 -322
  16. pulumi_gcp/chronicle/watchlist.py +45 -68
  17. pulumi_gcp/cloudbuild/_inputs.py +3 -3
  18. pulumi_gcp/cloudbuild/outputs.py +2 -2
  19. pulumi_gcp/cloudquota/__init__.py +0 -1
  20. pulumi_gcp/compute/_inputs.py +33 -33
  21. pulumi_gcp/compute/instance_group_manager.py +9 -9
  22. pulumi_gcp/compute/outputs.py +22 -22
  23. pulumi_gcp/compute/region_instance_group_manager.py +9 -9
  24. pulumi_gcp/datacatalog/_inputs.py +3 -3
  25. pulumi_gcp/datacatalog/outputs.py +2 -2
  26. pulumi_gcp/developerconnect/_inputs.py +42 -910
  27. pulumi_gcp/developerconnect/connection.py +86 -614
  28. pulumi_gcp/developerconnect/git_repository_link.py +0 -4
  29. pulumi_gcp/developerconnect/outputs.py +28 -717
  30. pulumi_gcp/dns/_inputs.py +20 -124
  31. pulumi_gcp/dns/outputs.py +16 -90
  32. pulumi_gcp/dns/record_set.py +0 -82
  33. pulumi_gcp/edgecontainer/_inputs.py +3 -3
  34. pulumi_gcp/edgecontainer/outputs.py +2 -2
  35. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  36. pulumi_gcp/gkeonprem/outputs.py +10 -10
  37. pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
  38. pulumi_gcp/iap/_inputs.py +3 -9
  39. pulumi_gcp/iap/outputs.py +2 -6
  40. pulumi_gcp/iap/settings.py +63 -63
  41. pulumi_gcp/identityplatform/_inputs.py +9 -9
  42. pulumi_gcp/identityplatform/outputs.py +6 -6
  43. pulumi_gcp/integrationconnectors/_inputs.py +6 -6
  44. pulumi_gcp/integrationconnectors/outputs.py +4 -4
  45. pulumi_gcp/monitoring/_inputs.py +3 -3
  46. pulumi_gcp/monitoring/outputs.py +2 -2
  47. pulumi_gcp/oracledatabase/_inputs.py +3 -3
  48. pulumi_gcp/oracledatabase/outputs.py +2 -2
  49. pulumi_gcp/pulumi-plugin.json +1 -1
  50. pulumi_gcp/sql/_inputs.py +0 -20
  51. pulumi_gcp/sql/database_instance.py +2 -2
  52. pulumi_gcp/sql/outputs.py +0 -36
  53. pulumi_gcp/transcoder/_inputs.py +6 -6
  54. pulumi_gcp/transcoder/outputs.py +4 -4
  55. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/METADATA +2 -2
  56. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/RECORD +58 -62
  57. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/WHEEL +1 -1
  58. pulumi_gcp/beyondcorp/security_gateway.py +0 -670
  59. pulumi_gcp/chronicle/data_access_label.py +0 -690
  60. pulumi_gcp/chronicle/data_access_scope.py +0 -1094
  61. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +0 -336
  62. {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/top_level.txt +0 -0
@@ -89,7 +89,7 @@ class RegionInstanceGroupManagerArgs:
89
89
  :param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
90
90
 
91
91
  - - -
92
- :param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
92
+ :param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
93
93
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
94
94
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
95
95
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
@@ -369,7 +369,7 @@ class RegionInstanceGroupManagerArgs:
369
369
  @pulumi.getter(name="standbyPolicy")
370
370
  def standby_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]:
371
371
  """
372
- The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
372
+ The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
373
373
  """
374
374
  return pulumi.get(self, "standby_policy")
375
375
 
@@ -585,7 +585,7 @@ class _RegionInstanceGroupManagerState:
585
585
 
586
586
  - - -
587
587
  :param pulumi.Input[str] self_link: The URL of the created resource.
588
- :param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
588
+ :param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
589
589
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
590
590
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
591
591
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
@@ -929,7 +929,7 @@ class _RegionInstanceGroupManagerState:
929
929
  @pulumi.getter(name="standbyPolicy")
930
930
  def standby_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]:
931
931
  """
932
- The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
932
+ The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
933
933
  """
934
934
  return pulumi.get(self, "standby_policy")
935
935
 
@@ -1209,7 +1209,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1209
1209
  ])
1210
1210
  ```
1211
1211
 
1212
- ### With Standby Policy (`Google` Provider)
1212
+ ### With Standby Policy (`Google-Beta` Provider)
1213
1213
  ```python
1214
1214
  import pulumi
1215
1215
  import pulumi_gcp as gcp
@@ -1282,7 +1282,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1282
1282
  :param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
1283
1283
 
1284
1284
  - - -
1285
- :param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
1285
+ :param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
1286
1286
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulDiskArgs', 'RegionInstanceGroupManagerStatefulDiskArgsDict']]]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
1287
1287
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulExternalIpArgs', 'RegionInstanceGroupManagerStatefulExternalIpArgsDict']]]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1288
1288
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulInternalIpArgs', 'RegionInstanceGroupManagerStatefulInternalIpArgsDict']]]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
@@ -1396,7 +1396,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1396
1396
  ])
1397
1397
  ```
1398
1398
 
1399
- ### With Standby Policy (`Google` Provider)
1399
+ ### With Standby Policy (`Google-Beta` Provider)
1400
1400
  ```python
1401
1401
  import pulumi
1402
1402
  import pulumi_gcp as gcp
@@ -1607,7 +1607,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1607
1607
 
1608
1608
  - - -
1609
1609
  :param pulumi.Input[str] self_link: The URL of the created resource.
1610
- :param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
1610
+ :param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
1611
1611
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulDiskArgs', 'RegionInstanceGroupManagerStatefulDiskArgsDict']]]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
1612
1612
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulExternalIpArgs', 'RegionInstanceGroupManagerStatefulExternalIpArgsDict']]]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1613
1613
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulInternalIpArgs', 'RegionInstanceGroupManagerStatefulInternalIpArgsDict']]]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
@@ -1848,7 +1848,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1848
1848
  @pulumi.getter(name="standbyPolicy")
1849
1849
  def standby_policy(self) -> pulumi.Output['outputs.RegionInstanceGroupManagerStandbyPolicy']:
1850
1850
  """
1851
- The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
1851
+ The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
1852
1852
  """
1853
1853
  return pulumi.get(self, "standby_policy")
1854
1854
 
@@ -333,7 +333,7 @@ if not MYPY:
333
333
  Structure is documented below.
334
334
 
335
335
 
336
- <a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
336
+ <a name="nested_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
337
337
  """
338
338
  elif False:
339
339
  EntryGcsFilesetSpecArgsDict: TypeAlias = Mapping[str, Any]
@@ -360,7 +360,7 @@ class EntryGcsFilesetSpecArgs:
360
360
  Structure is documented below.
361
361
 
362
362
 
363
- <a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
363
+ <a name="nested_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
364
364
  """
365
365
  pulumi.set(__self__, "file_patterns", file_patterns)
366
366
  if sample_gcs_file_specs is not None:
@@ -397,7 +397,7 @@ class EntryGcsFilesetSpecArgs:
397
397
  Structure is documented below.
398
398
 
399
399
 
400
- <a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
400
+ <a name="nested_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
401
401
  """
402
402
  return pulumi.get(self, "sample_gcs_file_specs")
403
403
 
@@ -306,7 +306,7 @@ class EntryGcsFilesetSpec(dict):
306
306
  Structure is documented below.
307
307
 
308
308
 
309
- <a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
309
+ <a name="nested_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
310
310
  """
311
311
  pulumi.set(__self__, "file_patterns", file_patterns)
312
312
  if sample_gcs_file_specs is not None:
@@ -339,7 +339,7 @@ class EntryGcsFilesetSpec(dict):
339
339
  Structure is documented below.
340
340
 
341
341
 
342
- <a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
342
+ <a name="nested_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
343
343
  """
344
344
  return pulumi.get(self, "sample_gcs_file_specs")
345
345