pulumi-gcp 8.2.0a1726589141__py3-none-any.whl → 8.2.0a1726675738__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 (43) hide show
  1. pulumi_gcp/__init__.py +38 -0
  2. pulumi_gcp/bigquery/__init__.py +1 -0
  3. pulumi_gcp/bigquery/get_tables.py +143 -0
  4. pulumi_gcp/bigquery/outputs.py +30 -0
  5. pulumi_gcp/compute/__init__.py +1 -0
  6. pulumi_gcp/compute/_inputs.py +2208 -285
  7. pulumi_gcp/compute/get_instance.py +3 -0
  8. pulumi_gcp/compute/network_firewall_policy_with_rules.py +826 -0
  9. pulumi_gcp/compute/outputs.py +1383 -0
  10. pulumi_gcp/compute/region_target_http_proxy.py +159 -0
  11. pulumi_gcp/compute/region_target_https_proxy.py +175 -0
  12. pulumi_gcp/compute/service_attachment.py +75 -0
  13. pulumi_gcp/compute/target_http_proxy.py +49 -28
  14. pulumi_gcp/compute/target_https_proxy.py +49 -28
  15. pulumi_gcp/config/__init__.pyi +4 -0
  16. pulumi_gcp/config/vars.py +8 -0
  17. pulumi_gcp/container/_inputs.py +96 -0
  18. pulumi_gcp/container/attached_cluster.py +54 -1
  19. pulumi_gcp/container/outputs.py +102 -0
  20. pulumi_gcp/dataproc/metastore_federation.py +8 -8
  21. pulumi_gcp/dataproc/metastore_service.py +2 -0
  22. pulumi_gcp/datastream/stream.py +21 -14
  23. pulumi_gcp/developerconnect/__init__.py +11 -0
  24. pulumi_gcp/developerconnect/_inputs.py +301 -0
  25. pulumi_gcp/developerconnect/connection.py +1034 -0
  26. pulumi_gcp/developerconnect/git_repository_link.py +873 -0
  27. pulumi_gcp/developerconnect/outputs.py +247 -0
  28. pulumi_gcp/gkeonprem/_inputs.py +3 -3
  29. pulumi_gcp/gkeonprem/outputs.py +2 -2
  30. pulumi_gcp/memorystore/__init__.py +10 -0
  31. pulumi_gcp/memorystore/_inputs.py +731 -0
  32. pulumi_gcp/memorystore/instance.py +1663 -0
  33. pulumi_gcp/memorystore/outputs.py +598 -0
  34. pulumi_gcp/netapp/volume.py +101 -0
  35. pulumi_gcp/organizations/folder.py +52 -33
  36. pulumi_gcp/provider.py +40 -0
  37. pulumi_gcp/pulumi-plugin.json +1 -1
  38. pulumi_gcp/securitycenter/v2_project_mute_config.py +2 -2
  39. pulumi_gcp/vpcaccess/connector.py +21 -28
  40. {pulumi_gcp-8.2.0a1726589141.dist-info → pulumi_gcp-8.2.0a1726675738.dist-info}/METADATA +1 -1
  41. {pulumi_gcp-8.2.0a1726589141.dist-info → pulumi_gcp-8.2.0a1726675738.dist-info}/RECORD +43 -32
  42. {pulumi_gcp-8.2.0a1726589141.dist-info → pulumi_gcp-8.2.0a1726675738.dist-info}/WHEEL +0 -0
  43. {pulumi_gcp-8.2.0a1726589141.dist-info → pulumi_gcp-8.2.0a1726675738.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -114,6 +114,8 @@ if typing.TYPE_CHECKING:
114
114
  datastream = __datastream
115
115
  import pulumi_gcp.deploymentmanager as __deploymentmanager
116
116
  deploymentmanager = __deploymentmanager
117
+ import pulumi_gcp.developerconnect as __developerconnect
118
+ developerconnect = __developerconnect
117
119
  import pulumi_gcp.diagflow as __diagflow
118
120
  diagflow = __diagflow
119
121
  import pulumi_gcp.discoveryengine as __discoveryengine
@@ -166,6 +168,8 @@ if typing.TYPE_CHECKING:
166
168
  managedkafka = __managedkafka
167
169
  import pulumi_gcp.memcache as __memcache
168
170
  memcache = __memcache
171
+ import pulumi_gcp.memorystore as __memorystore
172
+ memorystore = __memorystore
169
173
  import pulumi_gcp.migrationcenter as __migrationcenter
170
174
  migrationcenter = __migrationcenter
171
175
  import pulumi_gcp.ml as __ml
@@ -303,6 +307,7 @@ else:
303
307
  dataproc = _utilities.lazy_import('pulumi_gcp.dataproc')
304
308
  datastream = _utilities.lazy_import('pulumi_gcp.datastream')
305
309
  deploymentmanager = _utilities.lazy_import('pulumi_gcp.deploymentmanager')
310
+ developerconnect = _utilities.lazy_import('pulumi_gcp.developerconnect')
306
311
  diagflow = _utilities.lazy_import('pulumi_gcp.diagflow')
307
312
  discoveryengine = _utilities.lazy_import('pulumi_gcp.discoveryengine')
308
313
  dns = _utilities.lazy_import('pulumi_gcp.dns')
@@ -329,6 +334,7 @@ else:
329
334
  looker = _utilities.lazy_import('pulumi_gcp.looker')
330
335
  managedkafka = _utilities.lazy_import('pulumi_gcp.managedkafka')
331
336
  memcache = _utilities.lazy_import('pulumi_gcp.memcache')
337
+ memorystore = _utilities.lazy_import('pulumi_gcp.memorystore')
332
338
  migrationcenter = _utilities.lazy_import('pulumi_gcp.migrationcenter')
333
339
  ml = _utilities.lazy_import('pulumi_gcp.ml')
334
340
  monitoring = _utilities.lazy_import('pulumi_gcp.monitoring')
@@ -2663,6 +2669,14 @@ _utilities.register(
2663
2669
  "gcp:compute/networkFirewallPolicyRule:NetworkFirewallPolicyRule": "NetworkFirewallPolicyRule"
2664
2670
  }
2665
2671
  },
2672
+ {
2673
+ "pkg": "gcp",
2674
+ "mod": "compute/networkFirewallPolicyWithRules",
2675
+ "fqn": "pulumi_gcp.compute",
2676
+ "classes": {
2677
+ "gcp:compute/networkFirewallPolicyWithRules:NetworkFirewallPolicyWithRules": "NetworkFirewallPolicyWithRules"
2678
+ }
2679
+ },
2666
2680
  {
2667
2681
  "pkg": "gcp",
2668
2682
  "mod": "compute/networkPeering",
@@ -4135,6 +4149,22 @@ _utilities.register(
4135
4149
  "gcp:deploymentmanager/deployment:Deployment": "Deployment"
4136
4150
  }
4137
4151
  },
4152
+ {
4153
+ "pkg": "gcp",
4154
+ "mod": "developerconnect/connection",
4155
+ "fqn": "pulumi_gcp.developerconnect",
4156
+ "classes": {
4157
+ "gcp:developerconnect/connection:Connection": "Connection"
4158
+ }
4159
+ },
4160
+ {
4161
+ "pkg": "gcp",
4162
+ "mod": "developerconnect/gitRepositoryLink",
4163
+ "fqn": "pulumi_gcp.developerconnect",
4164
+ "classes": {
4165
+ "gcp:developerconnect/gitRepositoryLink:GitRepositoryLink": "GitRepositoryLink"
4166
+ }
4167
+ },
4138
4168
  {
4139
4169
  "pkg": "gcp",
4140
4170
  "mod": "diagflow/agent",
@@ -5919,6 +5949,14 @@ _utilities.register(
5919
5949
  "gcp:memcache/instance:Instance": "Instance"
5920
5950
  }
5921
5951
  },
5952
+ {
5953
+ "pkg": "gcp",
5954
+ "mod": "memorystore/instance",
5955
+ "fqn": "pulumi_gcp.memorystore",
5956
+ "classes": {
5957
+ "gcp:memorystore/instance:Instance": "Instance"
5958
+ }
5959
+ },
5922
5960
  {
5923
5961
  "pkg": "gcp",
5924
5962
  "mod": "migrationcenter/group",
@@ -23,6 +23,7 @@ from .get_dataset import *
23
23
  from .get_dataset_iam_policy import *
24
24
  from .get_default_service_account import *
25
25
  from .get_table_iam_policy import *
26
+ from .get_tables import *
26
27
  from .iam_binding import *
27
28
  from .iam_member import *
28
29
  from .iam_policy import *
@@ -0,0 +1,143 @@
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 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
+
18
+ __all__ = [
19
+ 'GetTablesResult',
20
+ 'AwaitableGetTablesResult',
21
+ 'get_tables',
22
+ 'get_tables_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTablesResult:
27
+ """
28
+ A collection of values returned by getTables.
29
+ """
30
+ def __init__(__self__, dataset_id=None, id=None, project=None, tables=None):
31
+ if dataset_id and not isinstance(dataset_id, str):
32
+ raise TypeError("Expected argument 'dataset_id' to be a str")
33
+ pulumi.set(__self__, "dataset_id", dataset_id)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if project and not isinstance(project, str):
38
+ raise TypeError("Expected argument 'project' to be a str")
39
+ pulumi.set(__self__, "project", project)
40
+ if tables and not isinstance(tables, list):
41
+ raise TypeError("Expected argument 'tables' to be a list")
42
+ pulumi.set(__self__, "tables", tables)
43
+
44
+ @property
45
+ @pulumi.getter(name="datasetId")
46
+ def dataset_id(self) -> str:
47
+ return pulumi.get(self, "dataset_id")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def id(self) -> str:
52
+ """
53
+ The provider-assigned unique ID for this managed resource.
54
+ """
55
+ return pulumi.get(self, "id")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def project(self) -> Optional[str]:
60
+ return pulumi.get(self, "project")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def tables(self) -> Sequence['outputs.GetTablesTableResult']:
65
+ """
66
+ A list of all retrieved BigQuery tables. Structure is defined below.
67
+ """
68
+ return pulumi.get(self, "tables")
69
+
70
+
71
+ class AwaitableGetTablesResult(GetTablesResult):
72
+ # pylint: disable=using-constant-test
73
+ def __await__(self):
74
+ if False:
75
+ yield self
76
+ return GetTablesResult(
77
+ dataset_id=self.dataset_id,
78
+ id=self.id,
79
+ project=self.project,
80
+ tables=self.tables)
81
+
82
+
83
+ def get_tables(dataset_id: Optional[str] = None,
84
+ project: Optional[str] = None,
85
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTablesResult:
86
+ """
87
+ Get a list of tables in a BigQuery dataset. For more information see
88
+ the [official documentation](https://cloud.google.com/bigquery/docs)
89
+ and [API](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables).
90
+
91
+ ## Example Usage
92
+
93
+ ```python
94
+ import pulumi
95
+ import pulumi_gcp as gcp
96
+
97
+ tables = gcp.bigquery.get_tables(dataset_id="my-bq-dataset",
98
+ project="my-project")
99
+ ```
100
+
101
+
102
+ :param str dataset_id: The dataset ID.
103
+ :param str project: The ID of the project in which the resource belongs.
104
+ If it is not provided, the provider project is used.
105
+ """
106
+ __args__ = dict()
107
+ __args__['datasetId'] = dataset_id
108
+ __args__['project'] = project
109
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
110
+ __ret__ = pulumi.runtime.invoke('gcp:bigquery/getTables:getTables', __args__, opts=opts, typ=GetTablesResult).value
111
+
112
+ return AwaitableGetTablesResult(
113
+ dataset_id=pulumi.get(__ret__, 'dataset_id'),
114
+ id=pulumi.get(__ret__, 'id'),
115
+ project=pulumi.get(__ret__, 'project'),
116
+ tables=pulumi.get(__ret__, 'tables'))
117
+
118
+
119
+ @_utilities.lift_output_func(get_tables)
120
+ def get_tables_output(dataset_id: Optional[pulumi.Input[str]] = None,
121
+ project: Optional[pulumi.Input[Optional[str]]] = None,
122
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTablesResult]:
123
+ """
124
+ Get a list of tables in a BigQuery dataset. For more information see
125
+ the [official documentation](https://cloud.google.com/bigquery/docs)
126
+ and [API](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables).
127
+
128
+ ## Example Usage
129
+
130
+ ```python
131
+ import pulumi
132
+ import pulumi_gcp as gcp
133
+
134
+ tables = gcp.bigquery.get_tables(dataset_id="my-bq-dataset",
135
+ project="my-project")
136
+ ```
137
+
138
+
139
+ :param str dataset_id: The dataset ID.
140
+ :param str project: The ID of the project in which the resource belongs.
141
+ If it is not provided, the provider project is used.
142
+ """
143
+ ...
@@ -103,6 +103,7 @@ __all__ = [
103
103
  'GetDatasetAccessViewResult',
104
104
  'GetDatasetDefaultEncryptionConfigurationResult',
105
105
  'GetDatasetExternalDatasetReferenceResult',
106
+ 'GetTablesTableResult',
106
107
  ]
107
108
 
108
109
  @pulumi.output_type
@@ -6335,3 +6336,32 @@ class GetDatasetExternalDatasetReferenceResult(dict):
6335
6336
  return pulumi.get(self, "external_source")
6336
6337
 
6337
6338
 
6339
+ @pulumi.output_type
6340
+ class GetTablesTableResult(dict):
6341
+ def __init__(__self__, *,
6342
+ labels: Mapping[str, str],
6343
+ table_id: str):
6344
+ """
6345
+ :param Mapping[str, str] labels: User-provided table labels, in key/value pairs.
6346
+ :param str table_id: The name of the table.
6347
+ """
6348
+ pulumi.set(__self__, "labels", labels)
6349
+ pulumi.set(__self__, "table_id", table_id)
6350
+
6351
+ @property
6352
+ @pulumi.getter
6353
+ def labels(self) -> Mapping[str, str]:
6354
+ """
6355
+ User-provided table labels, in key/value pairs.
6356
+ """
6357
+ return pulumi.get(self, "labels")
6358
+
6359
+ @property
6360
+ @pulumi.getter(name="tableId")
6361
+ def table_id(self) -> str:
6362
+ """
6363
+ The name of the table.
6364
+ """
6365
+ return pulumi.get(self, "table_id")
6366
+
6367
+
@@ -127,6 +127,7 @@ from .network_endpoint_list import *
127
127
  from .network_firewall_policy import *
128
128
  from .network_firewall_policy_association import *
129
129
  from .network_firewall_policy_rule import *
130
+ from .network_firewall_policy_with_rules import *
130
131
  from .network_peering import *
131
132
  from .network_peering_routes_config import *
132
133
  from .node_group import *