pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711740254__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 (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/top_level.txt +0 -0
@@ -1,220 +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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
-
13
- __all__ = [
14
- 'GetApplicationResult',
15
- 'AwaitableGetApplicationResult',
16
- 'get_application',
17
- 'get_application_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetApplicationResult:
22
- """
23
- A collection of values returned by getApplication.
24
- """
25
- def __init__(__self__, application_id=None, attributes=None, create_time=None, description=None, display_name=None, id=None, location=None, name=None, project=None, scopes=None, state=None, uid=None, update_time=None):
26
- if application_id and not isinstance(application_id, str):
27
- raise TypeError("Expected argument 'application_id' to be a str")
28
- pulumi.set(__self__, "application_id", application_id)
29
- if attributes and not isinstance(attributes, list):
30
- raise TypeError("Expected argument 'attributes' to be a list")
31
- pulumi.set(__self__, "attributes", attributes)
32
- if create_time and not isinstance(create_time, str):
33
- raise TypeError("Expected argument 'create_time' to be a str")
34
- pulumi.set(__self__, "create_time", create_time)
35
- if description and not isinstance(description, str):
36
- raise TypeError("Expected argument 'description' to be a str")
37
- pulumi.set(__self__, "description", description)
38
- if display_name and not isinstance(display_name, str):
39
- raise TypeError("Expected argument 'display_name' to be a str")
40
- pulumi.set(__self__, "display_name", display_name)
41
- if id and not isinstance(id, str):
42
- raise TypeError("Expected argument 'id' to be a str")
43
- pulumi.set(__self__, "id", id)
44
- if location and not isinstance(location, str):
45
- raise TypeError("Expected argument 'location' to be a str")
46
- pulumi.set(__self__, "location", location)
47
- if name and not isinstance(name, str):
48
- raise TypeError("Expected argument 'name' to be a str")
49
- pulumi.set(__self__, "name", name)
50
- if project and not isinstance(project, str):
51
- raise TypeError("Expected argument 'project' to be a str")
52
- pulumi.set(__self__, "project", project)
53
- if scopes and not isinstance(scopes, list):
54
- raise TypeError("Expected argument 'scopes' to be a list")
55
- pulumi.set(__self__, "scopes", scopes)
56
- if state and not isinstance(state, str):
57
- raise TypeError("Expected argument 'state' to be a str")
58
- pulumi.set(__self__, "state", state)
59
- if uid and not isinstance(uid, str):
60
- raise TypeError("Expected argument 'uid' to be a str")
61
- pulumi.set(__self__, "uid", uid)
62
- if update_time and not isinstance(update_time, str):
63
- raise TypeError("Expected argument 'update_time' to be a str")
64
- pulumi.set(__self__, "update_time", update_time)
65
-
66
- @property
67
- @pulumi.getter(name="applicationId")
68
- def application_id(self) -> str:
69
- return pulumi.get(self, "application_id")
70
-
71
- @property
72
- @pulumi.getter
73
- def attributes(self) -> Sequence['outputs.GetApplicationAttributeResult']:
74
- return pulumi.get(self, "attributes")
75
-
76
- @property
77
- @pulumi.getter(name="createTime")
78
- def create_time(self) -> str:
79
- return pulumi.get(self, "create_time")
80
-
81
- @property
82
- @pulumi.getter
83
- def description(self) -> str:
84
- return pulumi.get(self, "description")
85
-
86
- @property
87
- @pulumi.getter(name="displayName")
88
- def display_name(self) -> str:
89
- return pulumi.get(self, "display_name")
90
-
91
- @property
92
- @pulumi.getter
93
- def id(self) -> str:
94
- """
95
- The provider-assigned unique ID for this managed resource.
96
- """
97
- return pulumi.get(self, "id")
98
-
99
- @property
100
- @pulumi.getter
101
- def location(self) -> str:
102
- return pulumi.get(self, "location")
103
-
104
- @property
105
- @pulumi.getter
106
- def name(self) -> str:
107
- return pulumi.get(self, "name")
108
-
109
- @property
110
- @pulumi.getter
111
- def project(self) -> str:
112
- return pulumi.get(self, "project")
113
-
114
- @property
115
- @pulumi.getter
116
- def scopes(self) -> Sequence['outputs.GetApplicationScopeResult']:
117
- return pulumi.get(self, "scopes")
118
-
119
- @property
120
- @pulumi.getter
121
- def state(self) -> str:
122
- return pulumi.get(self, "state")
123
-
124
- @property
125
- @pulumi.getter
126
- def uid(self) -> str:
127
- return pulumi.get(self, "uid")
128
-
129
- @property
130
- @pulumi.getter(name="updateTime")
131
- def update_time(self) -> str:
132
- return pulumi.get(self, "update_time")
133
-
134
-
135
- class AwaitableGetApplicationResult(GetApplicationResult):
136
- # pylint: disable=using-constant-test
137
- def __await__(self):
138
- if False:
139
- yield self
140
- return GetApplicationResult(
141
- application_id=self.application_id,
142
- attributes=self.attributes,
143
- create_time=self.create_time,
144
- description=self.description,
145
- display_name=self.display_name,
146
- id=self.id,
147
- location=self.location,
148
- name=self.name,
149
- project=self.project,
150
- scopes=self.scopes,
151
- state=self.state,
152
- uid=self.uid,
153
- update_time=self.update_time)
154
-
155
-
156
- def get_application(application_id: Optional[str] = None,
157
- location: Optional[str] = None,
158
- project: Optional[str] = None,
159
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApplicationResult:
160
- """
161
- Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.
162
-
163
- ## Example Usage
164
-
165
- <!--Start PulumiCodeChooser -->
166
- ```python
167
- import pulumi
168
- import pulumi_gcp as gcp
169
-
170
- application = gcp.apphub.get_application(project="project-id",
171
- application_id="application",
172
- location="location")
173
- ```
174
- <!--End PulumiCodeChooser -->
175
- """
176
- __args__ = dict()
177
- __args__['applicationId'] = application_id
178
- __args__['location'] = location
179
- __args__['project'] = project
180
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
181
- __ret__ = pulumi.runtime.invoke('gcp:apphub/getApplication:getApplication', __args__, opts=opts, typ=GetApplicationResult).value
182
-
183
- return AwaitableGetApplicationResult(
184
- application_id=pulumi.get(__ret__, 'application_id'),
185
- attributes=pulumi.get(__ret__, 'attributes'),
186
- create_time=pulumi.get(__ret__, 'create_time'),
187
- description=pulumi.get(__ret__, 'description'),
188
- display_name=pulumi.get(__ret__, 'display_name'),
189
- id=pulumi.get(__ret__, 'id'),
190
- location=pulumi.get(__ret__, 'location'),
191
- name=pulumi.get(__ret__, 'name'),
192
- project=pulumi.get(__ret__, 'project'),
193
- scopes=pulumi.get(__ret__, 'scopes'),
194
- state=pulumi.get(__ret__, 'state'),
195
- uid=pulumi.get(__ret__, 'uid'),
196
- update_time=pulumi.get(__ret__, 'update_time'))
197
-
198
-
199
- @_utilities.lift_output_func(get_application)
200
- def get_application_output(application_id: Optional[pulumi.Input[str]] = None,
201
- location: Optional[pulumi.Input[str]] = None,
202
- project: Optional[pulumi.Input[str]] = None,
203
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetApplicationResult]:
204
- """
205
- Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.
206
-
207
- ## Example Usage
208
-
209
- <!--Start PulumiCodeChooser -->
210
- ```python
211
- import pulumi
212
- import pulumi_gcp as gcp
213
-
214
- application = gcp.apphub.get_application(project="project-id",
215
- application_id="application",
216
- location="location")
217
- ```
218
- <!--End PulumiCodeChooser -->
219
- """
220
- ...
@@ -1,10 +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 .client import *
9
- from ._inputs import *
10
- from . import outputs
@@ -1,119 +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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
-
12
- __all__ = [
13
- 'ClientCloudKmsConfigArgs',
14
- ]
15
-
16
- @pulumi.input_type
17
- class ClientCloudKmsConfigArgs:
18
- def __init__(__self__, *,
19
- key: pulumi.Input[str],
20
- kms_location: pulumi.Input[str],
21
- kms_ring: pulumi.Input[str],
22
- key_version: Optional[pulumi.Input[str]] = None,
23
- kms_project_id: Optional[pulumi.Input[str]] = None):
24
- """
25
- :param pulumi.Input[str] key: A Cloud KMS key is a named object containing one or more key versions, along
26
- with metadata for the key. A key exists on exactly one key ring tied to a
27
- specific location.
28
- :param pulumi.Input[str] kms_location: Location name of the key ring, e.g. "us-west1".
29
- :param pulumi.Input[str] kms_ring: A key ring organizes keys in a specific Google Cloud location and allows you to
30
- manage access control on groups of keys. A key ring's name does not need to be
31
- unique across a Google Cloud project, but must be unique within a given location.
32
- :param pulumi.Input[str] key_version: Each version of a key contains key material used for encryption or signing.
33
- A key's version is represented by an integer, starting at 1. To decrypt data
34
- or verify a signature, you must use the same key version that was used to
35
- encrypt or sign the data.
36
- :param pulumi.Input[str] kms_project_id: The Google Cloud project id of the project where the kms key stored. If empty,
37
- the kms key is stored at the same project as customer's project and ecrypted
38
- with CMEK, otherwise, the kms key is stored in the tenant project and
39
- encrypted with GMEK.
40
- """
41
- pulumi.set(__self__, "key", key)
42
- pulumi.set(__self__, "kms_location", kms_location)
43
- pulumi.set(__self__, "kms_ring", kms_ring)
44
- if key_version is not None:
45
- pulumi.set(__self__, "key_version", key_version)
46
- if kms_project_id is not None:
47
- pulumi.set(__self__, "kms_project_id", kms_project_id)
48
-
49
- @property
50
- @pulumi.getter
51
- def key(self) -> pulumi.Input[str]:
52
- """
53
- A Cloud KMS key is a named object containing one or more key versions, along
54
- with metadata for the key. A key exists on exactly one key ring tied to a
55
- specific location.
56
- """
57
- return pulumi.get(self, "key")
58
-
59
- @key.setter
60
- def key(self, value: pulumi.Input[str]):
61
- pulumi.set(self, "key", value)
62
-
63
- @property
64
- @pulumi.getter(name="kmsLocation")
65
- def kms_location(self) -> pulumi.Input[str]:
66
- """
67
- Location name of the key ring, e.g. "us-west1".
68
- """
69
- return pulumi.get(self, "kms_location")
70
-
71
- @kms_location.setter
72
- def kms_location(self, value: pulumi.Input[str]):
73
- pulumi.set(self, "kms_location", value)
74
-
75
- @property
76
- @pulumi.getter(name="kmsRing")
77
- def kms_ring(self) -> pulumi.Input[str]:
78
- """
79
- A key ring organizes keys in a specific Google Cloud location and allows you to
80
- manage access control on groups of keys. A key ring's name does not need to be
81
- unique across a Google Cloud project, but must be unique within a given location.
82
- """
83
- return pulumi.get(self, "kms_ring")
84
-
85
- @kms_ring.setter
86
- def kms_ring(self, value: pulumi.Input[str]):
87
- pulumi.set(self, "kms_ring", value)
88
-
89
- @property
90
- @pulumi.getter(name="keyVersion")
91
- def key_version(self) -> Optional[pulumi.Input[str]]:
92
- """
93
- Each version of a key contains key material used for encryption or signing.
94
- A key's version is represented by an integer, starting at 1. To decrypt data
95
- or verify a signature, you must use the same key version that was used to
96
- encrypt or sign the data.
97
- """
98
- return pulumi.get(self, "key_version")
99
-
100
- @key_version.setter
101
- def key_version(self, value: Optional[pulumi.Input[str]]):
102
- pulumi.set(self, "key_version", value)
103
-
104
- @property
105
- @pulumi.getter(name="kmsProjectId")
106
- def kms_project_id(self) -> Optional[pulumi.Input[str]]:
107
- """
108
- The Google Cloud project id of the project where the kms key stored. If empty,
109
- the kms key is stored at the same project as customer's project and ecrypted
110
- with CMEK, otherwise, the kms key is stored in the tenant project and
111
- encrypted with GMEK.
112
- """
113
- return pulumi.get(self, "kms_project_id")
114
-
115
- @kms_project_id.setter
116
- def kms_project_id(self, value: Optional[pulumi.Input[str]]):
117
- pulumi.set(self, "kms_project_id", value)
118
-
119
-