pulumi-gcp 8.2.0__py3-none-any.whl → 8.2.0a1726671837__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.0a1726671837.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726671837.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.0a1726671837.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726671837.dist-info}/top_level.txt +0 -0
@@ -1,11 +0,0 @@
|
|
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
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .connection import *
|
9
|
-
from .git_repository_link import *
|
10
|
-
from ._inputs import *
|
11
|
-
from . import outputs
|
@@ -1,301 +0,0 @@
|
|
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
|
-
|
17
|
-
__all__ = [
|
18
|
-
'ConnectionGithubConfigArgs',
|
19
|
-
'ConnectionGithubConfigArgsDict',
|
20
|
-
'ConnectionGithubConfigAuthorizerCredentialArgs',
|
21
|
-
'ConnectionGithubConfigAuthorizerCredentialArgsDict',
|
22
|
-
'ConnectionInstallationStateArgs',
|
23
|
-
'ConnectionInstallationStateArgsDict',
|
24
|
-
]
|
25
|
-
|
26
|
-
MYPY = False
|
27
|
-
|
28
|
-
if not MYPY:
|
29
|
-
class ConnectionGithubConfigArgsDict(TypedDict):
|
30
|
-
github_app: pulumi.Input[str]
|
31
|
-
"""
|
32
|
-
Required. Immutable. The GitHub Application that was installed to the GitHub user or
|
33
|
-
organization.
|
34
|
-
Possible values:
|
35
|
-
GIT_HUB_APP_UNSPECIFIED
|
36
|
-
DEVELOPER_CONNECT
|
37
|
-
FIREBASE
|
38
|
-
"""
|
39
|
-
app_installation_id: NotRequired[pulumi.Input[str]]
|
40
|
-
"""
|
41
|
-
Optional. GitHub App installation id.
|
42
|
-
"""
|
43
|
-
authorizer_credential: NotRequired[pulumi.Input['ConnectionGithubConfigAuthorizerCredentialArgsDict']]
|
44
|
-
"""
|
45
|
-
Represents an OAuth token of the account that authorized the Connection,
|
46
|
-
and associated metadata.
|
47
|
-
Structure is documented below.
|
48
|
-
"""
|
49
|
-
installation_uri: NotRequired[pulumi.Input[str]]
|
50
|
-
"""
|
51
|
-
(Output)
|
52
|
-
Output only. The URI to navigate to in order to manage the installation associated
|
53
|
-
with this GitHubConfig.
|
54
|
-
"""
|
55
|
-
elif False:
|
56
|
-
ConnectionGithubConfigArgsDict: TypeAlias = Mapping[str, Any]
|
57
|
-
|
58
|
-
@pulumi.input_type
|
59
|
-
class ConnectionGithubConfigArgs:
|
60
|
-
def __init__(__self__, *,
|
61
|
-
github_app: pulumi.Input[str],
|
62
|
-
app_installation_id: Optional[pulumi.Input[str]] = None,
|
63
|
-
authorizer_credential: Optional[pulumi.Input['ConnectionGithubConfigAuthorizerCredentialArgs']] = None,
|
64
|
-
installation_uri: Optional[pulumi.Input[str]] = None):
|
65
|
-
"""
|
66
|
-
:param pulumi.Input[str] github_app: Required. Immutable. The GitHub Application that was installed to the GitHub user or
|
67
|
-
organization.
|
68
|
-
Possible values:
|
69
|
-
GIT_HUB_APP_UNSPECIFIED
|
70
|
-
DEVELOPER_CONNECT
|
71
|
-
FIREBASE
|
72
|
-
:param pulumi.Input[str] app_installation_id: Optional. GitHub App installation id.
|
73
|
-
:param pulumi.Input['ConnectionGithubConfigAuthorizerCredentialArgs'] authorizer_credential: Represents an OAuth token of the account that authorized the Connection,
|
74
|
-
and associated metadata.
|
75
|
-
Structure is documented below.
|
76
|
-
:param pulumi.Input[str] installation_uri: (Output)
|
77
|
-
Output only. The URI to navigate to in order to manage the installation associated
|
78
|
-
with this GitHubConfig.
|
79
|
-
"""
|
80
|
-
pulumi.set(__self__, "github_app", github_app)
|
81
|
-
if app_installation_id is not None:
|
82
|
-
pulumi.set(__self__, "app_installation_id", app_installation_id)
|
83
|
-
if authorizer_credential is not None:
|
84
|
-
pulumi.set(__self__, "authorizer_credential", authorizer_credential)
|
85
|
-
if installation_uri is not None:
|
86
|
-
pulumi.set(__self__, "installation_uri", installation_uri)
|
87
|
-
|
88
|
-
@property
|
89
|
-
@pulumi.getter(name="githubApp")
|
90
|
-
def github_app(self) -> pulumi.Input[str]:
|
91
|
-
"""
|
92
|
-
Required. Immutable. The GitHub Application that was installed to the GitHub user or
|
93
|
-
organization.
|
94
|
-
Possible values:
|
95
|
-
GIT_HUB_APP_UNSPECIFIED
|
96
|
-
DEVELOPER_CONNECT
|
97
|
-
FIREBASE
|
98
|
-
"""
|
99
|
-
return pulumi.get(self, "github_app")
|
100
|
-
|
101
|
-
@github_app.setter
|
102
|
-
def github_app(self, value: pulumi.Input[str]):
|
103
|
-
pulumi.set(self, "github_app", value)
|
104
|
-
|
105
|
-
@property
|
106
|
-
@pulumi.getter(name="appInstallationId")
|
107
|
-
def app_installation_id(self) -> Optional[pulumi.Input[str]]:
|
108
|
-
"""
|
109
|
-
Optional. GitHub App installation id.
|
110
|
-
"""
|
111
|
-
return pulumi.get(self, "app_installation_id")
|
112
|
-
|
113
|
-
@app_installation_id.setter
|
114
|
-
def app_installation_id(self, value: Optional[pulumi.Input[str]]):
|
115
|
-
pulumi.set(self, "app_installation_id", value)
|
116
|
-
|
117
|
-
@property
|
118
|
-
@pulumi.getter(name="authorizerCredential")
|
119
|
-
def authorizer_credential(self) -> Optional[pulumi.Input['ConnectionGithubConfigAuthorizerCredentialArgs']]:
|
120
|
-
"""
|
121
|
-
Represents an OAuth token of the account that authorized the Connection,
|
122
|
-
and associated metadata.
|
123
|
-
Structure is documented below.
|
124
|
-
"""
|
125
|
-
return pulumi.get(self, "authorizer_credential")
|
126
|
-
|
127
|
-
@authorizer_credential.setter
|
128
|
-
def authorizer_credential(self, value: Optional[pulumi.Input['ConnectionGithubConfigAuthorizerCredentialArgs']]):
|
129
|
-
pulumi.set(self, "authorizer_credential", value)
|
130
|
-
|
131
|
-
@property
|
132
|
-
@pulumi.getter(name="installationUri")
|
133
|
-
def installation_uri(self) -> Optional[pulumi.Input[str]]:
|
134
|
-
"""
|
135
|
-
(Output)
|
136
|
-
Output only. The URI to navigate to in order to manage the installation associated
|
137
|
-
with this GitHubConfig.
|
138
|
-
"""
|
139
|
-
return pulumi.get(self, "installation_uri")
|
140
|
-
|
141
|
-
@installation_uri.setter
|
142
|
-
def installation_uri(self, value: Optional[pulumi.Input[str]]):
|
143
|
-
pulumi.set(self, "installation_uri", value)
|
144
|
-
|
145
|
-
|
146
|
-
if not MYPY:
|
147
|
-
class ConnectionGithubConfigAuthorizerCredentialArgsDict(TypedDict):
|
148
|
-
oauth_token_secret_version: pulumi.Input[str]
|
149
|
-
"""
|
150
|
-
Required. A SecretManager resource containing the OAuth token that authorizes
|
151
|
-
the connection. Format: `projects/*/secrets/*/versions/*`.
|
152
|
-
"""
|
153
|
-
username: NotRequired[pulumi.Input[str]]
|
154
|
-
"""
|
155
|
-
(Output)
|
156
|
-
Output only. The username associated with this token.
|
157
|
-
"""
|
158
|
-
elif False:
|
159
|
-
ConnectionGithubConfigAuthorizerCredentialArgsDict: TypeAlias = Mapping[str, Any]
|
160
|
-
|
161
|
-
@pulumi.input_type
|
162
|
-
class ConnectionGithubConfigAuthorizerCredentialArgs:
|
163
|
-
def __init__(__self__, *,
|
164
|
-
oauth_token_secret_version: pulumi.Input[str],
|
165
|
-
username: Optional[pulumi.Input[str]] = None):
|
166
|
-
"""
|
167
|
-
:param pulumi.Input[str] oauth_token_secret_version: Required. A SecretManager resource containing the OAuth token that authorizes
|
168
|
-
the connection. Format: `projects/*/secrets/*/versions/*`.
|
169
|
-
:param pulumi.Input[str] username: (Output)
|
170
|
-
Output only. The username associated with this token.
|
171
|
-
"""
|
172
|
-
pulumi.set(__self__, "oauth_token_secret_version", oauth_token_secret_version)
|
173
|
-
if username is not None:
|
174
|
-
pulumi.set(__self__, "username", username)
|
175
|
-
|
176
|
-
@property
|
177
|
-
@pulumi.getter(name="oauthTokenSecretVersion")
|
178
|
-
def oauth_token_secret_version(self) -> pulumi.Input[str]:
|
179
|
-
"""
|
180
|
-
Required. A SecretManager resource containing the OAuth token that authorizes
|
181
|
-
the connection. Format: `projects/*/secrets/*/versions/*`.
|
182
|
-
"""
|
183
|
-
return pulumi.get(self, "oauth_token_secret_version")
|
184
|
-
|
185
|
-
@oauth_token_secret_version.setter
|
186
|
-
def oauth_token_secret_version(self, value: pulumi.Input[str]):
|
187
|
-
pulumi.set(self, "oauth_token_secret_version", value)
|
188
|
-
|
189
|
-
@property
|
190
|
-
@pulumi.getter
|
191
|
-
def username(self) -> Optional[pulumi.Input[str]]:
|
192
|
-
"""
|
193
|
-
(Output)
|
194
|
-
Output only. The username associated with this token.
|
195
|
-
"""
|
196
|
-
return pulumi.get(self, "username")
|
197
|
-
|
198
|
-
@username.setter
|
199
|
-
def username(self, value: Optional[pulumi.Input[str]]):
|
200
|
-
pulumi.set(self, "username", value)
|
201
|
-
|
202
|
-
|
203
|
-
if not MYPY:
|
204
|
-
class ConnectionInstallationStateArgsDict(TypedDict):
|
205
|
-
action_uri: NotRequired[pulumi.Input[str]]
|
206
|
-
"""
|
207
|
-
Output only. Link to follow for next action. Empty string if the installation is already
|
208
|
-
complete.
|
209
|
-
"""
|
210
|
-
message: NotRequired[pulumi.Input[str]]
|
211
|
-
"""
|
212
|
-
Output only. Message of what the user should do next to continue the installation.
|
213
|
-
Empty string if the installation is already complete.
|
214
|
-
"""
|
215
|
-
stage: NotRequired[pulumi.Input[str]]
|
216
|
-
"""
|
217
|
-
(Output)
|
218
|
-
Output only. Current step of the installation process.
|
219
|
-
Possible values:
|
220
|
-
STAGE_UNSPECIFIED
|
221
|
-
PENDING_CREATE_APP
|
222
|
-
PENDING_USER_OAUTH
|
223
|
-
PENDING_INSTALL_APP
|
224
|
-
COMPLETE
|
225
|
-
"""
|
226
|
-
elif False:
|
227
|
-
ConnectionInstallationStateArgsDict: TypeAlias = Mapping[str, Any]
|
228
|
-
|
229
|
-
@pulumi.input_type
|
230
|
-
class ConnectionInstallationStateArgs:
|
231
|
-
def __init__(__self__, *,
|
232
|
-
action_uri: Optional[pulumi.Input[str]] = None,
|
233
|
-
message: Optional[pulumi.Input[str]] = None,
|
234
|
-
stage: Optional[pulumi.Input[str]] = None):
|
235
|
-
"""
|
236
|
-
:param pulumi.Input[str] action_uri: Output only. Link to follow for next action. Empty string if the installation is already
|
237
|
-
complete.
|
238
|
-
:param pulumi.Input[str] message: Output only. Message of what the user should do next to continue the installation.
|
239
|
-
Empty string if the installation is already complete.
|
240
|
-
:param pulumi.Input[str] stage: (Output)
|
241
|
-
Output only. Current step of the installation process.
|
242
|
-
Possible values:
|
243
|
-
STAGE_UNSPECIFIED
|
244
|
-
PENDING_CREATE_APP
|
245
|
-
PENDING_USER_OAUTH
|
246
|
-
PENDING_INSTALL_APP
|
247
|
-
COMPLETE
|
248
|
-
"""
|
249
|
-
if action_uri is not None:
|
250
|
-
pulumi.set(__self__, "action_uri", action_uri)
|
251
|
-
if message is not None:
|
252
|
-
pulumi.set(__self__, "message", message)
|
253
|
-
if stage is not None:
|
254
|
-
pulumi.set(__self__, "stage", stage)
|
255
|
-
|
256
|
-
@property
|
257
|
-
@pulumi.getter(name="actionUri")
|
258
|
-
def action_uri(self) -> Optional[pulumi.Input[str]]:
|
259
|
-
"""
|
260
|
-
Output only. Link to follow for next action. Empty string if the installation is already
|
261
|
-
complete.
|
262
|
-
"""
|
263
|
-
return pulumi.get(self, "action_uri")
|
264
|
-
|
265
|
-
@action_uri.setter
|
266
|
-
def action_uri(self, value: Optional[pulumi.Input[str]]):
|
267
|
-
pulumi.set(self, "action_uri", value)
|
268
|
-
|
269
|
-
@property
|
270
|
-
@pulumi.getter
|
271
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
272
|
-
"""
|
273
|
-
Output only. Message of what the user should do next to continue the installation.
|
274
|
-
Empty string if the installation is already complete.
|
275
|
-
"""
|
276
|
-
return pulumi.get(self, "message")
|
277
|
-
|
278
|
-
@message.setter
|
279
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
280
|
-
pulumi.set(self, "message", value)
|
281
|
-
|
282
|
-
@property
|
283
|
-
@pulumi.getter
|
284
|
-
def stage(self) -> Optional[pulumi.Input[str]]:
|
285
|
-
"""
|
286
|
-
(Output)
|
287
|
-
Output only. Current step of the installation process.
|
288
|
-
Possible values:
|
289
|
-
STAGE_UNSPECIFIED
|
290
|
-
PENDING_CREATE_APP
|
291
|
-
PENDING_USER_OAUTH
|
292
|
-
PENDING_INSTALL_APP
|
293
|
-
COMPLETE
|
294
|
-
"""
|
295
|
-
return pulumi.get(self, "stage")
|
296
|
-
|
297
|
-
@stage.setter
|
298
|
-
def stage(self, value: Optional[pulumi.Input[str]]):
|
299
|
-
pulumi.set(self, "stage", value)
|
300
|
-
|
301
|
-
|