pulumi-gcp 8.2.0__py3-none-any.whl → 8.2.0a1726589141__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 +0 -38
- pulumi_gcp/bigquery/__init__.py +0 -1
- pulumi_gcp/bigquery/outputs.py +0 -30
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +286 -2209
- pulumi_gcp/compute/get_instance.py +0 -3
- pulumi_gcp/compute/outputs.py +0 -1383
- pulumi_gcp/compute/region_target_http_proxy.py +0 -159
- pulumi_gcp/compute/region_target_https_proxy.py +0 -175
- pulumi_gcp/compute/service_attachment.py +0 -75
- pulumi_gcp/compute/target_http_proxy.py +28 -49
- pulumi_gcp/compute/target_https_proxy.py +28 -49
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +0 -96
- pulumi_gcp/container/attached_cluster.py +1 -54
- pulumi_gcp/container/outputs.py +0 -102
- pulumi_gcp/dataproc/metastore_federation.py +8 -8
- pulumi_gcp/dataproc/metastore_service.py +0 -2
- pulumi_gcp/datastream/stream.py +14 -21
- pulumi_gcp/gkeonprem/_inputs.py +3 -3
- pulumi_gcp/gkeonprem/outputs.py +2 -2
- pulumi_gcp/netapp/volume.py +0 -101
- pulumi_gcp/organizations/folder.py +33 -52
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securitycenter/v2_project_mute_config.py +2 -2
- pulumi_gcp/vpcaccess/connector.py +28 -21
- {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726589141.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726589141.dist-info}/RECORD +32 -43
- pulumi_gcp/bigquery/get_tables.py +0 -143
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +0 -826
- pulumi_gcp/developerconnect/__init__.py +0 -11
- pulumi_gcp/developerconnect/_inputs.py +0 -301
- pulumi_gcp/developerconnect/connection.py +0 -1034
- pulumi_gcp/developerconnect/git_repository_link.py +0 -873
- pulumi_gcp/developerconnect/outputs.py +0 -247
- pulumi_gcp/memorystore/__init__.py +0 -10
- pulumi_gcp/memorystore/_inputs.py +0 -731
- pulumi_gcp/memorystore/instance.py +0 -1663
- pulumi_gcp/memorystore/outputs.py +0 -598
- {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726589141.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726589141.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -114,8 +114,6 @@ 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
|
119
117
|
import pulumi_gcp.diagflow as __diagflow
|
120
118
|
diagflow = __diagflow
|
121
119
|
import pulumi_gcp.discoveryengine as __discoveryengine
|
@@ -168,8 +166,6 @@ if typing.TYPE_CHECKING:
|
|
168
166
|
managedkafka = __managedkafka
|
169
167
|
import pulumi_gcp.memcache as __memcache
|
170
168
|
memcache = __memcache
|
171
|
-
import pulumi_gcp.memorystore as __memorystore
|
172
|
-
memorystore = __memorystore
|
173
169
|
import pulumi_gcp.migrationcenter as __migrationcenter
|
174
170
|
migrationcenter = __migrationcenter
|
175
171
|
import pulumi_gcp.ml as __ml
|
@@ -307,7 +303,6 @@ else:
|
|
307
303
|
dataproc = _utilities.lazy_import('pulumi_gcp.dataproc')
|
308
304
|
datastream = _utilities.lazy_import('pulumi_gcp.datastream')
|
309
305
|
deploymentmanager = _utilities.lazy_import('pulumi_gcp.deploymentmanager')
|
310
|
-
developerconnect = _utilities.lazy_import('pulumi_gcp.developerconnect')
|
311
306
|
diagflow = _utilities.lazy_import('pulumi_gcp.diagflow')
|
312
307
|
discoveryengine = _utilities.lazy_import('pulumi_gcp.discoveryengine')
|
313
308
|
dns = _utilities.lazy_import('pulumi_gcp.dns')
|
@@ -334,7 +329,6 @@ else:
|
|
334
329
|
looker = _utilities.lazy_import('pulumi_gcp.looker')
|
335
330
|
managedkafka = _utilities.lazy_import('pulumi_gcp.managedkafka')
|
336
331
|
memcache = _utilities.lazy_import('pulumi_gcp.memcache')
|
337
|
-
memorystore = _utilities.lazy_import('pulumi_gcp.memorystore')
|
338
332
|
migrationcenter = _utilities.lazy_import('pulumi_gcp.migrationcenter')
|
339
333
|
ml = _utilities.lazy_import('pulumi_gcp.ml')
|
340
334
|
monitoring = _utilities.lazy_import('pulumi_gcp.monitoring')
|
@@ -2669,14 +2663,6 @@ _utilities.register(
|
|
2669
2663
|
"gcp:compute/networkFirewallPolicyRule:NetworkFirewallPolicyRule": "NetworkFirewallPolicyRule"
|
2670
2664
|
}
|
2671
2665
|
},
|
2672
|
-
{
|
2673
|
-
"pkg": "gcp",
|
2674
|
-
"mod": "compute/networkFirewallPolicyWithRules",
|
2675
|
-
"fqn": "pulumi_gcp.compute",
|
2676
|
-
"classes": {
|
2677
|
-
"gcp:compute/networkFirewallPolicyWithRules:NetworkFirewallPolicyWithRules": "NetworkFirewallPolicyWithRules"
|
2678
|
-
}
|
2679
|
-
},
|
2680
2666
|
{
|
2681
2667
|
"pkg": "gcp",
|
2682
2668
|
"mod": "compute/networkPeering",
|
@@ -4149,22 +4135,6 @@ _utilities.register(
|
|
4149
4135
|
"gcp:deploymentmanager/deployment:Deployment": "Deployment"
|
4150
4136
|
}
|
4151
4137
|
},
|
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
|
-
},
|
4168
4138
|
{
|
4169
4139
|
"pkg": "gcp",
|
4170
4140
|
"mod": "diagflow/agent",
|
@@ -5949,14 +5919,6 @@ _utilities.register(
|
|
5949
5919
|
"gcp:memcache/instance:Instance": "Instance"
|
5950
5920
|
}
|
5951
5921
|
},
|
5952
|
-
{
|
5953
|
-
"pkg": "gcp",
|
5954
|
-
"mod": "memorystore/instance",
|
5955
|
-
"fqn": "pulumi_gcp.memorystore",
|
5956
|
-
"classes": {
|
5957
|
-
"gcp:memorystore/instance:Instance": "Instance"
|
5958
|
-
}
|
5959
|
-
},
|
5960
5922
|
{
|
5961
5923
|
"pkg": "gcp",
|
5962
5924
|
"mod": "migrationcenter/group",
|
pulumi_gcp/bigquery/__init__.py
CHANGED
@@ -23,7 +23,6 @@ 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 *
|
27
26
|
from .iam_binding import *
|
28
27
|
from .iam_member import *
|
29
28
|
from .iam_policy import *
|
pulumi_gcp/bigquery/outputs.py
CHANGED
@@ -103,7 +103,6 @@ __all__ = [
|
|
103
103
|
'GetDatasetAccessViewResult',
|
104
104
|
'GetDatasetDefaultEncryptionConfigurationResult',
|
105
105
|
'GetDatasetExternalDatasetReferenceResult',
|
106
|
-
'GetTablesTableResult',
|
107
106
|
]
|
108
107
|
|
109
108
|
@pulumi.output_type
|
@@ -6336,32 +6335,3 @@ class GetDatasetExternalDatasetReferenceResult(dict):
|
|
6336
6335
|
return pulumi.get(self, "external_source")
|
6337
6336
|
|
6338
6337
|
|
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
|
-
|
pulumi_gcp/compute/__init__.py
CHANGED
@@ -127,7 +127,6 @@ 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 *
|
131
130
|
from .network_peering import *
|
132
131
|
from .network_peering_routes_config import *
|
133
132
|
from .node_group import *
|