pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.0__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 +64 -0
- pulumi_gcp/alloydb/_inputs.py +93 -1
- pulumi_gcp/alloydb/outputs.py +128 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/bigquery/_inputs.py +20 -0
- pulumi_gcp/bigquery/outputs.py +12 -0
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +600 -17
- pulumi_gcp/compute/backend_service.py +195 -7
- pulumi_gcp/compute/disk.py +108 -0
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/firewall_policy_association.py +28 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_disk.py +23 -1
- pulumi_gcp/compute/get_region_disk.py +23 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
- pulumi_gcp/compute/outputs.py +623 -23
- pulumi_gcp/compute/region_backend_service.py +193 -7
- pulumi_gcp/compute/region_disk.py +114 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +256 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/outputs.py +8 -8
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/datastream/_inputs.py +273 -0
- pulumi_gcp/datastream/connection_profile.py +54 -2
- pulumi_gcp/datastream/outputs.py +224 -0
- pulumi_gcp/eventarc/__init__.py +2 -0
- pulumi_gcp/eventarc/_inputs.py +1798 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +1378 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +51 -18
- pulumi_gcp/iam/folders_policy_binding.py +10 -26
- pulumi_gcp/iam/oauth_client.py +979 -0
- pulumi_gcp/iam/oauth_client_credential.py +641 -0
- pulumi_gcp/iam/organizations_policy_binding.py +8 -24
- pulumi_gcp/iam/outputs.py +34 -12
- pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
- pulumi_gcp/iam/projects_policy_binding.py +8 -24
- pulumi_gcp/kms/crypto_key_version.py +14 -7
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/instance.py +7 -7
- pulumi_gcp/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +673 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
- pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
- pulumi_gcp/networksecurity/mirroring_deployment.py +200 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +181 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +185 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +165 -105
- pulumi_gcp/networksecurity/outputs.py +495 -12
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/networkservices/grpc_route.py +12 -0
- pulumi_gcp/networkservices/http_route.py +16 -0
- pulumi_gcp/networkservices/mesh.py +16 -0
- pulumi_gcp/networkservices/service_binding.py +14 -0
- pulumi_gcp/networkservices/tcp_route.py +16 -0
- pulumi_gcp/networkservices/tls_route.py +12 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/_inputs.py +14 -6
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +7 -4
- pulumi_gcp/tpu/_inputs.py +21 -1
- pulumi_gcp/tpu/outputs.py +13 -1
- pulumi_gcp/tpu/v2_vm.py +2 -0
- pulumi_gcp/vmwareengine/_inputs.py +6 -0
- pulumi_gcp/vmwareengine/outputs.py +8 -0
- pulumi_gcp/workflows/workflow.py +75 -7
- pulumi_gcp/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/RECORD +124 -113
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/top_level.txt +0 -0
@@ -23,23 +23,26 @@ class MirroringDeploymentArgs:
|
|
23
23
|
location: pulumi.Input[str],
|
24
24
|
mirroring_deployment_group: pulumi.Input[str],
|
25
25
|
mirroring_deployment_id: pulumi.Input[str],
|
26
|
+
description: Optional[pulumi.Input[str]] = None,
|
26
27
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
28
|
project: Optional[pulumi.Input[str]] = None):
|
28
29
|
"""
|
29
30
|
The set of arguments for constructing a MirroringDeployment resource.
|
30
|
-
:param pulumi.Input[str] forwarding_rule:
|
31
|
-
|
32
|
-
|
33
|
-
:param pulumi.Input[str] location:
|
34
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
35
|
-
`projects/
|
36
|
-
|
37
|
-
|
38
|
-
|
31
|
+
:param pulumi.Input[str] forwarding_rule: The regional forwarding rule that fronts the mirroring collectors, for
|
32
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
33
|
+
See https://google.aip.dev/124.
|
34
|
+
:param pulumi.Input[str] location: The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
35
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this deployment is a part of, for example:
|
36
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
37
|
+
See https://google.aip.dev/124.
|
38
|
+
:param pulumi.Input[str] mirroring_deployment_id: The ID to use for the new deployment, which will become the final
|
39
|
+
component of the deployment's resource name.
|
39
40
|
|
40
41
|
|
41
42
|
- - -
|
42
|
-
:param pulumi.Input[
|
43
|
+
:param pulumi.Input[str] description: User-provided description of the deployment.
|
44
|
+
Used as additional context for the deployment.
|
45
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
43
46
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
44
47
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
45
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -49,6 +52,8 @@ class MirroringDeploymentArgs:
|
|
49
52
|
pulumi.set(__self__, "location", location)
|
50
53
|
pulumi.set(__self__, "mirroring_deployment_group", mirroring_deployment_group)
|
51
54
|
pulumi.set(__self__, "mirroring_deployment_id", mirroring_deployment_id)
|
55
|
+
if description is not None:
|
56
|
+
pulumi.set(__self__, "description", description)
|
52
57
|
if labels is not None:
|
53
58
|
pulumi.set(__self__, "labels", labels)
|
54
59
|
if project is not None:
|
@@ -58,9 +63,9 @@ class MirroringDeploymentArgs:
|
|
58
63
|
@pulumi.getter(name="forwardingRule")
|
59
64
|
def forwarding_rule(self) -> pulumi.Input[str]:
|
60
65
|
"""
|
61
|
-
|
62
|
-
|
63
|
-
|
66
|
+
The regional forwarding rule that fronts the mirroring collectors, for
|
67
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
68
|
+
See https://google.aip.dev/124.
|
64
69
|
"""
|
65
70
|
return pulumi.get(self, "forwarding_rule")
|
66
71
|
|
@@ -72,7 +77,7 @@ class MirroringDeploymentArgs:
|
|
72
77
|
@pulumi.getter
|
73
78
|
def location(self) -> pulumi.Input[str]:
|
74
79
|
"""
|
75
|
-
|
80
|
+
The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
76
81
|
"""
|
77
82
|
return pulumi.get(self, "location")
|
78
83
|
|
@@ -84,8 +89,9 @@ class MirroringDeploymentArgs:
|
|
84
89
|
@pulumi.getter(name="mirroringDeploymentGroup")
|
85
90
|
def mirroring_deployment_group(self) -> pulumi.Input[str]:
|
86
91
|
"""
|
87
|
-
|
88
|
-
`projects/
|
92
|
+
The deployment group that this deployment is a part of, for example:
|
93
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
94
|
+
See https://google.aip.dev/124.
|
89
95
|
"""
|
90
96
|
return pulumi.get(self, "mirroring_deployment_group")
|
91
97
|
|
@@ -97,9 +103,8 @@ class MirroringDeploymentArgs:
|
|
97
103
|
@pulumi.getter(name="mirroringDeploymentId")
|
98
104
|
def mirroring_deployment_id(self) -> pulumi.Input[str]:
|
99
105
|
"""
|
100
|
-
|
101
|
-
|
102
|
-
mirroring_deployment_id from the method_signature of Create RPC
|
106
|
+
The ID to use for the new deployment, which will become the final
|
107
|
+
component of the deployment's resource name.
|
103
108
|
|
104
109
|
|
105
110
|
- - -
|
@@ -110,11 +115,24 @@ class MirroringDeploymentArgs:
|
|
110
115
|
def mirroring_deployment_id(self, value: pulumi.Input[str]):
|
111
116
|
pulumi.set(self, "mirroring_deployment_id", value)
|
112
117
|
|
118
|
+
@property
|
119
|
+
@pulumi.getter
|
120
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
121
|
+
"""
|
122
|
+
User-provided description of the deployment.
|
123
|
+
Used as additional context for the deployment.
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "description")
|
126
|
+
|
127
|
+
@description.setter
|
128
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
129
|
+
pulumi.set(self, "description", value)
|
130
|
+
|
113
131
|
@property
|
114
132
|
@pulumi.getter
|
115
133
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
116
134
|
"""
|
117
|
-
|
135
|
+
Labels are key/value pairs that help to organize and filter resources.
|
118
136
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
119
137
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
120
138
|
"""
|
@@ -142,6 +160,7 @@ class MirroringDeploymentArgs:
|
|
142
160
|
class _MirroringDeploymentState:
|
143
161
|
def __init__(__self__, *,
|
144
162
|
create_time: Optional[pulumi.Input[str]] = None,
|
163
|
+
description: Optional[pulumi.Input[str]] = None,
|
145
164
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
146
165
|
forwarding_rule: Optional[pulumi.Input[str]] = None,
|
147
166
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -156,31 +175,39 @@ class _MirroringDeploymentState:
|
|
156
175
|
update_time: Optional[pulumi.Input[str]] = None):
|
157
176
|
"""
|
158
177
|
Input properties used for looking up and filtering MirroringDeployment resources.
|
159
|
-
:param pulumi.Input[str] create_time:
|
178
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
179
|
+
See https://google.aip.dev/148#timestamps.
|
180
|
+
:param pulumi.Input[str] description: User-provided description of the deployment.
|
181
|
+
Used as additional context for the deployment.
|
160
182
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
161
|
-
:param pulumi.Input[str] forwarding_rule:
|
162
|
-
|
163
|
-
|
164
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
183
|
+
:param pulumi.Input[str] forwarding_rule: The regional forwarding rule that fronts the mirroring collectors, for
|
184
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
185
|
+
See https://google.aip.dev/124.
|
186
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
165
187
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
166
188
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
167
|
-
:param pulumi.Input[str] location:
|
168
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
169
|
-
`projects/
|
170
|
-
|
171
|
-
|
172
|
-
|
189
|
+
:param pulumi.Input[str] location: The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
190
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this deployment is a part of, for example:
|
191
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
192
|
+
See https://google.aip.dev/124.
|
193
|
+
:param pulumi.Input[str] mirroring_deployment_id: The ID to use for the new deployment, which will become the final
|
194
|
+
component of the deployment's resource name.
|
173
195
|
|
174
196
|
|
175
197
|
- - -
|
176
|
-
:param pulumi.Input[str] name:
|
198
|
+
:param pulumi.Input[str] name: The resource name of this deployment, for example:
|
199
|
+
`projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`.
|
200
|
+
See https://google.aip.dev/122 for more details.
|
177
201
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
178
202
|
If it is not provided, the provider project is used.
|
179
203
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
180
204
|
and default labels configured on the provider.
|
181
|
-
:param pulumi.Input[bool] reconciling:
|
182
|
-
|
183
|
-
|
205
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
206
|
+
and the system is working to reconcile them. This part of the normal
|
207
|
+
operation (e.g. linking a new association to the parent group).
|
208
|
+
See https://google.aip.dev/128.
|
209
|
+
:param pulumi.Input[str] state: The current state of the deployment.
|
210
|
+
See https://google.aip.dev/216.
|
184
211
|
Possible values:
|
185
212
|
STATE_UNSPECIFIED
|
186
213
|
ACTIVE
|
@@ -188,10 +215,13 @@ class _MirroringDeploymentState:
|
|
188
215
|
DELETING
|
189
216
|
OUT_OF_SYNC
|
190
217
|
DELETE_FAILED
|
191
|
-
:param pulumi.Input[str] update_time:
|
218
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
219
|
+
See https://google.aip.dev/148#timestamps.
|
192
220
|
"""
|
193
221
|
if create_time is not None:
|
194
222
|
pulumi.set(__self__, "create_time", create_time)
|
223
|
+
if description is not None:
|
224
|
+
pulumi.set(__self__, "description", description)
|
195
225
|
if effective_labels is not None:
|
196
226
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
197
227
|
if forwarding_rule is not None:
|
@@ -221,7 +251,8 @@ class _MirroringDeploymentState:
|
|
221
251
|
@pulumi.getter(name="createTime")
|
222
252
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
223
253
|
"""
|
224
|
-
|
254
|
+
The timestamp when the resource was created.
|
255
|
+
See https://google.aip.dev/148#timestamps.
|
225
256
|
"""
|
226
257
|
return pulumi.get(self, "create_time")
|
227
258
|
|
@@ -229,6 +260,19 @@ class _MirroringDeploymentState:
|
|
229
260
|
def create_time(self, value: Optional[pulumi.Input[str]]):
|
230
261
|
pulumi.set(self, "create_time", value)
|
231
262
|
|
263
|
+
@property
|
264
|
+
@pulumi.getter
|
265
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
266
|
+
"""
|
267
|
+
User-provided description of the deployment.
|
268
|
+
Used as additional context for the deployment.
|
269
|
+
"""
|
270
|
+
return pulumi.get(self, "description")
|
271
|
+
|
272
|
+
@description.setter
|
273
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
274
|
+
pulumi.set(self, "description", value)
|
275
|
+
|
232
276
|
@property
|
233
277
|
@pulumi.getter(name="effectiveLabels")
|
234
278
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -245,9 +289,9 @@ class _MirroringDeploymentState:
|
|
245
289
|
@pulumi.getter(name="forwardingRule")
|
246
290
|
def forwarding_rule(self) -> Optional[pulumi.Input[str]]:
|
247
291
|
"""
|
248
|
-
|
249
|
-
|
250
|
-
|
292
|
+
The regional forwarding rule that fronts the mirroring collectors, for
|
293
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
294
|
+
See https://google.aip.dev/124.
|
251
295
|
"""
|
252
296
|
return pulumi.get(self, "forwarding_rule")
|
253
297
|
|
@@ -259,7 +303,7 @@ class _MirroringDeploymentState:
|
|
259
303
|
@pulumi.getter
|
260
304
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
261
305
|
"""
|
262
|
-
|
306
|
+
Labels are key/value pairs that help to organize and filter resources.
|
263
307
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
264
308
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
265
309
|
"""
|
@@ -273,7 +317,7 @@ class _MirroringDeploymentState:
|
|
273
317
|
@pulumi.getter
|
274
318
|
def location(self) -> Optional[pulumi.Input[str]]:
|
275
319
|
"""
|
276
|
-
|
320
|
+
The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
277
321
|
"""
|
278
322
|
return pulumi.get(self, "location")
|
279
323
|
|
@@ -285,8 +329,9 @@ class _MirroringDeploymentState:
|
|
285
329
|
@pulumi.getter(name="mirroringDeploymentGroup")
|
286
330
|
def mirroring_deployment_group(self) -> Optional[pulumi.Input[str]]:
|
287
331
|
"""
|
288
|
-
|
289
|
-
`projects/
|
332
|
+
The deployment group that this deployment is a part of, for example:
|
333
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
334
|
+
See https://google.aip.dev/124.
|
290
335
|
"""
|
291
336
|
return pulumi.get(self, "mirroring_deployment_group")
|
292
337
|
|
@@ -298,9 +343,8 @@ class _MirroringDeploymentState:
|
|
298
343
|
@pulumi.getter(name="mirroringDeploymentId")
|
299
344
|
def mirroring_deployment_id(self) -> Optional[pulumi.Input[str]]:
|
300
345
|
"""
|
301
|
-
|
302
|
-
|
303
|
-
mirroring_deployment_id from the method_signature of Create RPC
|
346
|
+
The ID to use for the new deployment, which will become the final
|
347
|
+
component of the deployment's resource name.
|
304
348
|
|
305
349
|
|
306
350
|
- - -
|
@@ -315,7 +359,9 @@ class _MirroringDeploymentState:
|
|
315
359
|
@pulumi.getter
|
316
360
|
def name(self) -> Optional[pulumi.Input[str]]:
|
317
361
|
"""
|
318
|
-
|
362
|
+
The resource name of this deployment, for example:
|
363
|
+
`projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`.
|
364
|
+
See https://google.aip.dev/122 for more details.
|
319
365
|
"""
|
320
366
|
return pulumi.get(self, "name")
|
321
367
|
|
@@ -353,8 +399,10 @@ class _MirroringDeploymentState:
|
|
353
399
|
@pulumi.getter
|
354
400
|
def reconciling(self) -> Optional[pulumi.Input[bool]]:
|
355
401
|
"""
|
356
|
-
|
357
|
-
|
402
|
+
The current state of the resource does not match the user's intended state,
|
403
|
+
and the system is working to reconcile them. This part of the normal
|
404
|
+
operation (e.g. linking a new association to the parent group).
|
405
|
+
See https://google.aip.dev/128.
|
358
406
|
"""
|
359
407
|
return pulumi.get(self, "reconciling")
|
360
408
|
|
@@ -366,7 +414,8 @@ class _MirroringDeploymentState:
|
|
366
414
|
@pulumi.getter
|
367
415
|
def state(self) -> Optional[pulumi.Input[str]]:
|
368
416
|
"""
|
369
|
-
|
417
|
+
The current state of the deployment.
|
418
|
+
See https://google.aip.dev/216.
|
370
419
|
Possible values:
|
371
420
|
STATE_UNSPECIFIED
|
372
421
|
ACTIVE
|
@@ -385,7 +434,8 @@ class _MirroringDeploymentState:
|
|
385
434
|
@pulumi.getter(name="updateTime")
|
386
435
|
def update_time(self) -> Optional[pulumi.Input[str]]:
|
387
436
|
"""
|
388
|
-
|
437
|
+
The timestamp when the resource was most recently updated.
|
438
|
+
See https://google.aip.dev/148#timestamps.
|
389
439
|
"""
|
390
440
|
return pulumi.get(self, "update_time")
|
391
441
|
|
@@ -399,6 +449,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
399
449
|
def __init__(__self__,
|
400
450
|
resource_name: str,
|
401
451
|
opts: Optional[pulumi.ResourceOptions] = None,
|
452
|
+
description: Optional[pulumi.Input[str]] = None,
|
402
453
|
forwarding_rule: Optional[pulumi.Input[str]] = None,
|
403
454
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
404
455
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -407,6 +458,17 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
407
458
|
project: Optional[pulumi.Input[str]] = None,
|
408
459
|
__props__=None):
|
409
460
|
"""
|
461
|
+
A deployment represents a zonal mirroring backend ready to accept
|
462
|
+
GENEVE-encapsulated replica traffic, e.g. a zonal instance group fronted by
|
463
|
+
an internal passthrough load balancer. Deployments are always part of a
|
464
|
+
global deployment group which represents a global mirroring service.
|
465
|
+
|
466
|
+
To get more information about MirroringDeployment, see:
|
467
|
+
|
468
|
+
* [API documentation](https://cloud.google.com/network-security-integration/docs/reference/rest/v1/projects.locations.mirroringDeployments)
|
469
|
+
* How-to Guides
|
470
|
+
* [Mirroring deployment overview](https://cloud.google.com/network-security-integration/docs/out-of-band/deployments-overview)
|
471
|
+
|
410
472
|
## Example Usage
|
411
473
|
|
412
474
|
### Network Security Mirroring Deployment Basic
|
@@ -454,6 +516,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
454
516
|
location="us-central1-a",
|
455
517
|
forwarding_rule=forwarding_rule.id,
|
456
518
|
mirroring_deployment_group=deployment_group.id,
|
519
|
+
description="some description",
|
457
520
|
labels={
|
458
521
|
"foo": "bar",
|
459
522
|
})
|
@@ -485,18 +548,20 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
485
548
|
|
486
549
|
:param str resource_name: The name of the resource.
|
487
550
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
488
|
-
:param pulumi.Input[str]
|
489
|
-
|
490
|
-
|
491
|
-
|
551
|
+
:param pulumi.Input[str] description: User-provided description of the deployment.
|
552
|
+
Used as additional context for the deployment.
|
553
|
+
:param pulumi.Input[str] forwarding_rule: The regional forwarding rule that fronts the mirroring collectors, for
|
554
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
555
|
+
See https://google.aip.dev/124.
|
556
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
492
557
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
493
558
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
494
|
-
:param pulumi.Input[str] location:
|
495
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
496
|
-
`projects/
|
497
|
-
|
498
|
-
|
499
|
-
|
559
|
+
:param pulumi.Input[str] location: The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
560
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this deployment is a part of, for example:
|
561
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
562
|
+
See https://google.aip.dev/124.
|
563
|
+
:param pulumi.Input[str] mirroring_deployment_id: The ID to use for the new deployment, which will become the final
|
564
|
+
component of the deployment's resource name.
|
500
565
|
|
501
566
|
|
502
567
|
- - -
|
@@ -510,6 +575,17 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
510
575
|
args: MirroringDeploymentArgs,
|
511
576
|
opts: Optional[pulumi.ResourceOptions] = None):
|
512
577
|
"""
|
578
|
+
A deployment represents a zonal mirroring backend ready to accept
|
579
|
+
GENEVE-encapsulated replica traffic, e.g. a zonal instance group fronted by
|
580
|
+
an internal passthrough load balancer. Deployments are always part of a
|
581
|
+
global deployment group which represents a global mirroring service.
|
582
|
+
|
583
|
+
To get more information about MirroringDeployment, see:
|
584
|
+
|
585
|
+
* [API documentation](https://cloud.google.com/network-security-integration/docs/reference/rest/v1/projects.locations.mirroringDeployments)
|
586
|
+
* How-to Guides
|
587
|
+
* [Mirroring deployment overview](https://cloud.google.com/network-security-integration/docs/out-of-band/deployments-overview)
|
588
|
+
|
513
589
|
## Example Usage
|
514
590
|
|
515
591
|
### Network Security Mirroring Deployment Basic
|
@@ -557,6 +633,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
557
633
|
location="us-central1-a",
|
558
634
|
forwarding_rule=forwarding_rule.id,
|
559
635
|
mirroring_deployment_group=deployment_group.id,
|
636
|
+
description="some description",
|
560
637
|
labels={
|
561
638
|
"foo": "bar",
|
562
639
|
})
|
@@ -601,6 +678,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
601
678
|
def _internal_init(__self__,
|
602
679
|
resource_name: str,
|
603
680
|
opts: Optional[pulumi.ResourceOptions] = None,
|
681
|
+
description: Optional[pulumi.Input[str]] = None,
|
604
682
|
forwarding_rule: Optional[pulumi.Input[str]] = None,
|
605
683
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
606
684
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -616,6 +694,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
616
694
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
617
695
|
__props__ = MirroringDeploymentArgs.__new__(MirroringDeploymentArgs)
|
618
696
|
|
697
|
+
__props__.__dict__["description"] = description
|
619
698
|
if forwarding_rule is None and not opts.urn:
|
620
699
|
raise TypeError("Missing required property 'forwarding_rule'")
|
621
700
|
__props__.__dict__["forwarding_rule"] = forwarding_rule
|
@@ -650,6 +729,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
650
729
|
id: pulumi.Input[str],
|
651
730
|
opts: Optional[pulumi.ResourceOptions] = None,
|
652
731
|
create_time: Optional[pulumi.Input[str]] = None,
|
732
|
+
description: Optional[pulumi.Input[str]] = None,
|
653
733
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
654
734
|
forwarding_rule: Optional[pulumi.Input[str]] = None,
|
655
735
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -669,31 +749,39 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
669
749
|
:param str resource_name: The unique name of the resulting resource.
|
670
750
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
671
751
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
672
|
-
:param pulumi.Input[str] create_time:
|
752
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
753
|
+
See https://google.aip.dev/148#timestamps.
|
754
|
+
:param pulumi.Input[str] description: User-provided description of the deployment.
|
755
|
+
Used as additional context for the deployment.
|
673
756
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
674
|
-
:param pulumi.Input[str] forwarding_rule:
|
675
|
-
|
676
|
-
|
677
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
757
|
+
:param pulumi.Input[str] forwarding_rule: The regional forwarding rule that fronts the mirroring collectors, for
|
758
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
759
|
+
See https://google.aip.dev/124.
|
760
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
678
761
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
679
762
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
680
|
-
:param pulumi.Input[str] location:
|
681
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
682
|
-
`projects/
|
683
|
-
|
684
|
-
|
685
|
-
|
763
|
+
:param pulumi.Input[str] location: The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
764
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this deployment is a part of, for example:
|
765
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
766
|
+
See https://google.aip.dev/124.
|
767
|
+
:param pulumi.Input[str] mirroring_deployment_id: The ID to use for the new deployment, which will become the final
|
768
|
+
component of the deployment's resource name.
|
686
769
|
|
687
770
|
|
688
771
|
- - -
|
689
|
-
:param pulumi.Input[str] name:
|
772
|
+
:param pulumi.Input[str] name: The resource name of this deployment, for example:
|
773
|
+
`projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`.
|
774
|
+
See https://google.aip.dev/122 for more details.
|
690
775
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
691
776
|
If it is not provided, the provider project is used.
|
692
777
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
693
778
|
and default labels configured on the provider.
|
694
|
-
:param pulumi.Input[bool] reconciling:
|
695
|
-
|
696
|
-
|
779
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
780
|
+
and the system is working to reconcile them. This part of the normal
|
781
|
+
operation (e.g. linking a new association to the parent group).
|
782
|
+
See https://google.aip.dev/128.
|
783
|
+
:param pulumi.Input[str] state: The current state of the deployment.
|
784
|
+
See https://google.aip.dev/216.
|
697
785
|
Possible values:
|
698
786
|
STATE_UNSPECIFIED
|
699
787
|
ACTIVE
|
@@ -701,13 +789,15 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
701
789
|
DELETING
|
702
790
|
OUT_OF_SYNC
|
703
791
|
DELETE_FAILED
|
704
|
-
:param pulumi.Input[str] update_time:
|
792
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
793
|
+
See https://google.aip.dev/148#timestamps.
|
705
794
|
"""
|
706
795
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
707
796
|
|
708
797
|
__props__ = _MirroringDeploymentState.__new__(_MirroringDeploymentState)
|
709
798
|
|
710
799
|
__props__.__dict__["create_time"] = create_time
|
800
|
+
__props__.__dict__["description"] = description
|
711
801
|
__props__.__dict__["effective_labels"] = effective_labels
|
712
802
|
__props__.__dict__["forwarding_rule"] = forwarding_rule
|
713
803
|
__props__.__dict__["labels"] = labels
|
@@ -726,10 +816,20 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
726
816
|
@pulumi.getter(name="createTime")
|
727
817
|
def create_time(self) -> pulumi.Output[str]:
|
728
818
|
"""
|
729
|
-
|
819
|
+
The timestamp when the resource was created.
|
820
|
+
See https://google.aip.dev/148#timestamps.
|
730
821
|
"""
|
731
822
|
return pulumi.get(self, "create_time")
|
732
823
|
|
824
|
+
@property
|
825
|
+
@pulumi.getter
|
826
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
827
|
+
"""
|
828
|
+
User-provided description of the deployment.
|
829
|
+
Used as additional context for the deployment.
|
830
|
+
"""
|
831
|
+
return pulumi.get(self, "description")
|
832
|
+
|
733
833
|
@property
|
734
834
|
@pulumi.getter(name="effectiveLabels")
|
735
835
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
@@ -742,9 +842,9 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
742
842
|
@pulumi.getter(name="forwardingRule")
|
743
843
|
def forwarding_rule(self) -> pulumi.Output[str]:
|
744
844
|
"""
|
745
|
-
|
746
|
-
|
747
|
-
|
845
|
+
The regional forwarding rule that fronts the mirroring collectors, for
|
846
|
+
example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`.
|
847
|
+
See https://google.aip.dev/124.
|
748
848
|
"""
|
749
849
|
return pulumi.get(self, "forwarding_rule")
|
750
850
|
|
@@ -752,7 +852,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
752
852
|
@pulumi.getter
|
753
853
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
754
854
|
"""
|
755
|
-
|
855
|
+
Labels are key/value pairs that help to organize and filter resources.
|
756
856
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
757
857
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
758
858
|
"""
|
@@ -762,7 +862,7 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
762
862
|
@pulumi.getter
|
763
863
|
def location(self) -> pulumi.Output[str]:
|
764
864
|
"""
|
765
|
-
|
865
|
+
The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
|
766
866
|
"""
|
767
867
|
return pulumi.get(self, "location")
|
768
868
|
|
@@ -770,8 +870,9 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
770
870
|
@pulumi.getter(name="mirroringDeploymentGroup")
|
771
871
|
def mirroring_deployment_group(self) -> pulumi.Output[str]:
|
772
872
|
"""
|
773
|
-
|
774
|
-
`projects/
|
873
|
+
The deployment group that this deployment is a part of, for example:
|
874
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
875
|
+
See https://google.aip.dev/124.
|
775
876
|
"""
|
776
877
|
return pulumi.get(self, "mirroring_deployment_group")
|
777
878
|
|
@@ -779,9 +880,8 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
779
880
|
@pulumi.getter(name="mirroringDeploymentId")
|
780
881
|
def mirroring_deployment_id(self) -> pulumi.Output[str]:
|
781
882
|
"""
|
782
|
-
|
783
|
-
|
784
|
-
mirroring_deployment_id from the method_signature of Create RPC
|
883
|
+
The ID to use for the new deployment, which will become the final
|
884
|
+
component of the deployment's resource name.
|
785
885
|
|
786
886
|
|
787
887
|
- - -
|
@@ -792,7 +892,9 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
792
892
|
@pulumi.getter
|
793
893
|
def name(self) -> pulumi.Output[str]:
|
794
894
|
"""
|
795
|
-
|
895
|
+
The resource name of this deployment, for example:
|
896
|
+
`projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`.
|
897
|
+
See https://google.aip.dev/122 for more details.
|
796
898
|
"""
|
797
899
|
return pulumi.get(self, "name")
|
798
900
|
|
@@ -818,8 +920,10 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
818
920
|
@pulumi.getter
|
819
921
|
def reconciling(self) -> pulumi.Output[bool]:
|
820
922
|
"""
|
821
|
-
|
822
|
-
|
923
|
+
The current state of the resource does not match the user's intended state,
|
924
|
+
and the system is working to reconcile them. This part of the normal
|
925
|
+
operation (e.g. linking a new association to the parent group).
|
926
|
+
See https://google.aip.dev/128.
|
823
927
|
"""
|
824
928
|
return pulumi.get(self, "reconciling")
|
825
929
|
|
@@ -827,7 +931,8 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
827
931
|
@pulumi.getter
|
828
932
|
def state(self) -> pulumi.Output[str]:
|
829
933
|
"""
|
830
|
-
|
934
|
+
The current state of the deployment.
|
935
|
+
See https://google.aip.dev/216.
|
831
936
|
Possible values:
|
832
937
|
STATE_UNSPECIFIED
|
833
938
|
ACTIVE
|
@@ -842,7 +947,8 @@ class MirroringDeployment(pulumi.CustomResource):
|
|
842
947
|
@pulumi.getter(name="updateTime")
|
843
948
|
def update_time(self) -> pulumi.Output[str]:
|
844
949
|
"""
|
845
|
-
|
950
|
+
The timestamp when the resource was most recently updated.
|
951
|
+
See https://google.aip.dev/148#timestamps.
|
846
952
|
"""
|
847
953
|
return pulumi.get(self, "update_time")
|
848
954
|
|