pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.22.0a1741888019__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 +32 -0
- pulumi_gcp/alloydb/_inputs.py +66 -0
- pulumi_gcp/alloydb/outputs.py +95 -0
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- 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_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/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +147 -0
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- 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 +1 -0
- pulumi_gcp/eventarc/_inputs.py +40 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +41 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- 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/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +30 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- 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 +178 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +161 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +137 -105
- pulumi_gcp/networksecurity/outputs.py +20 -12
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- 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/pulumi-plugin.json +1 -1
- 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/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/RECORD +75 -70
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/top_level.txt +0 -0
@@ -29,22 +29,22 @@ class MirroringEndpointGroupAssociationArgs:
|
|
29
29
|
project: Optional[pulumi.Input[str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a MirroringEndpointGroupAssociation resource.
|
32
|
-
:param pulumi.Input[str] location:
|
32
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
33
33
|
|
34
34
|
|
35
35
|
- - -
|
36
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
37
|
-
|
38
|
-
|
39
|
-
:param pulumi.Input[str] network:
|
40
|
-
projects/
|
41
|
-
|
36
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
37
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
38
|
+
See https://google.aip.dev/124.
|
39
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
40
|
+
`projects/123456789/global/networks/my-network`.
|
41
|
+
See https://google.aip.dev/124.
|
42
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
42
43
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
43
44
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
44
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
45
|
-
|
46
|
-
|
47
|
-
RPC
|
45
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
46
|
+
component of the endpoint group's resource name. If not provided, the
|
47
|
+
server will generate a unique ID.
|
48
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
49
49
|
If it is not provided, the provider project is used.
|
50
50
|
"""
|
@@ -62,7 +62,7 @@ class MirroringEndpointGroupAssociationArgs:
|
|
62
62
|
@pulumi.getter
|
63
63
|
def location(self) -> pulumi.Input[str]:
|
64
64
|
"""
|
65
|
-
|
65
|
+
The cloud location of the association, currently restricted to `global`.
|
66
66
|
|
67
67
|
|
68
68
|
- - -
|
@@ -77,9 +77,9 @@ class MirroringEndpointGroupAssociationArgs:
|
|
77
77
|
@pulumi.getter(name="mirroringEndpointGroup")
|
78
78
|
def mirroring_endpoint_group(self) -> pulumi.Input[str]:
|
79
79
|
"""
|
80
|
-
|
81
|
-
|
82
|
-
|
80
|
+
The endpoint group that this association is connected to, for example:
|
81
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
82
|
+
See https://google.aip.dev/124.
|
83
83
|
"""
|
84
84
|
return pulumi.get(self, "mirroring_endpoint_group")
|
85
85
|
|
@@ -91,8 +91,9 @@ class MirroringEndpointGroupAssociationArgs:
|
|
91
91
|
@pulumi.getter
|
92
92
|
def network(self) -> pulumi.Input[str]:
|
93
93
|
"""
|
94
|
-
|
95
|
-
projects/
|
94
|
+
The VPC network that is associated. for example:
|
95
|
+
`projects/123456789/global/networks/my-network`.
|
96
|
+
See https://google.aip.dev/124.
|
96
97
|
"""
|
97
98
|
return pulumi.get(self, "network")
|
98
99
|
|
@@ -104,7 +105,7 @@ class MirroringEndpointGroupAssociationArgs:
|
|
104
105
|
@pulumi.getter
|
105
106
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
106
107
|
"""
|
107
|
-
|
108
|
+
Labels are key/value pairs that help to organize and filter resources.
|
108
109
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
109
110
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
110
111
|
"""
|
@@ -118,10 +119,9 @@ class MirroringEndpointGroupAssociationArgs:
|
|
118
119
|
@pulumi.getter(name="mirroringEndpointGroupAssociationId")
|
119
120
|
def mirroring_endpoint_group_association_id(self) -> Optional[pulumi.Input[str]]:
|
120
121
|
"""
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
RPC
|
122
|
+
The ID to use for the new association, which will become the final
|
123
|
+
component of the endpoint group's resource name. If not provided, the
|
124
|
+
server will generate a unique ID.
|
125
125
|
"""
|
126
126
|
return pulumi.get(self, "mirroring_endpoint_group_association_id")
|
127
127
|
|
@@ -162,40 +162,48 @@ class _MirroringEndpointGroupAssociationState:
|
|
162
162
|
update_time: Optional[pulumi.Input[str]] = None):
|
163
163
|
"""
|
164
164
|
Input properties used for looking up and filtering MirroringEndpointGroupAssociation resources.
|
165
|
-
:param pulumi.Input[str] create_time:
|
165
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
166
|
+
See https://google.aip.dev/148#timestamps.
|
166
167
|
: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.
|
167
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
168
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
168
169
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
169
170
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
170
|
-
:param pulumi.Input[str] location:
|
171
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
171
172
|
|
172
173
|
|
173
174
|
- - -
|
174
|
-
:param pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupAssociationLocationsDetailArgs']]] locations_details:
|
175
|
+
:param pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupAssociationLocationsDetailArgs']]] locations_details: The list of locations where the association is present. This information
|
176
|
+
is retrieved from the linked endpoint group, and not configured as part
|
177
|
+
of the association itself.
|
175
178
|
Structure is documented below.
|
176
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
177
|
-
|
178
|
-
|
179
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
179
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
180
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
181
|
+
See https://google.aip.dev/124.
|
182
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
183
|
+
component of the endpoint group's resource name. If not provided, the
|
184
|
+
server will generate a unique ID.
|
185
|
+
:param pulumi.Input[str] name: The resource name of this endpoint group association, for example:
|
186
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
187
|
+
See https://google.aip.dev/122 for more details.
|
188
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
189
|
+
`projects/123456789/global/networks/my-network`.
|
190
|
+
See https://google.aip.dev/124.
|
186
191
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
187
192
|
If it is not provided, the provider project is used.
|
188
193
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
189
194
|
and default labels configured on the provider.
|
190
|
-
:param pulumi.Input[bool] reconciling:
|
191
|
-
|
195
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
196
|
+
and the system is working to reconcile them. This part of the normal
|
197
|
+
operation (e.g. adding a new location to the target deployment group).
|
198
|
+
See https://google.aip.dev/128.
|
192
199
|
:param pulumi.Input[str] state: (Output)
|
193
|
-
|
200
|
+
The current state of the association in this location.
|
194
201
|
Possible values:
|
195
202
|
STATE_UNSPECIFIED
|
196
203
|
ACTIVE
|
197
204
|
OUT_OF_SYNC
|
198
|
-
:param pulumi.Input[str] update_time:
|
205
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
206
|
+
See https://google.aip.dev/148#timestamps.
|
199
207
|
"""
|
200
208
|
if create_time is not None:
|
201
209
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -230,7 +238,8 @@ class _MirroringEndpointGroupAssociationState:
|
|
230
238
|
@pulumi.getter(name="createTime")
|
231
239
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
232
240
|
"""
|
233
|
-
|
241
|
+
The timestamp when the resource was created.
|
242
|
+
See https://google.aip.dev/148#timestamps.
|
234
243
|
"""
|
235
244
|
return pulumi.get(self, "create_time")
|
236
245
|
|
@@ -254,7 +263,7 @@ class _MirroringEndpointGroupAssociationState:
|
|
254
263
|
@pulumi.getter
|
255
264
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
256
265
|
"""
|
257
|
-
|
266
|
+
Labels are key/value pairs that help to organize and filter resources.
|
258
267
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
259
268
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
260
269
|
"""
|
@@ -268,7 +277,7 @@ class _MirroringEndpointGroupAssociationState:
|
|
268
277
|
@pulumi.getter
|
269
278
|
def location(self) -> Optional[pulumi.Input[str]]:
|
270
279
|
"""
|
271
|
-
|
280
|
+
The cloud location of the association, currently restricted to `global`.
|
272
281
|
|
273
282
|
|
274
283
|
- - -
|
@@ -283,7 +292,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
283
292
|
@pulumi.getter(name="locationsDetails")
|
284
293
|
def locations_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupAssociationLocationsDetailArgs']]]]:
|
285
294
|
"""
|
286
|
-
|
295
|
+
The list of locations where the association is present. This information
|
296
|
+
is retrieved from the linked endpoint group, and not configured as part
|
297
|
+
of the association itself.
|
287
298
|
Structure is documented below.
|
288
299
|
"""
|
289
300
|
return pulumi.get(self, "locations_details")
|
@@ -296,9 +307,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
296
307
|
@pulumi.getter(name="mirroringEndpointGroup")
|
297
308
|
def mirroring_endpoint_group(self) -> Optional[pulumi.Input[str]]:
|
298
309
|
"""
|
299
|
-
|
300
|
-
|
301
|
-
|
310
|
+
The endpoint group that this association is connected to, for example:
|
311
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
312
|
+
See https://google.aip.dev/124.
|
302
313
|
"""
|
303
314
|
return pulumi.get(self, "mirroring_endpoint_group")
|
304
315
|
|
@@ -310,10 +321,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
310
321
|
@pulumi.getter(name="mirroringEndpointGroupAssociationId")
|
311
322
|
def mirroring_endpoint_group_association_id(self) -> Optional[pulumi.Input[str]]:
|
312
323
|
"""
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
RPC
|
324
|
+
The ID to use for the new association, which will become the final
|
325
|
+
component of the endpoint group's resource name. If not provided, the
|
326
|
+
server will generate a unique ID.
|
317
327
|
"""
|
318
328
|
return pulumi.get(self, "mirroring_endpoint_group_association_id")
|
319
329
|
|
@@ -325,7 +335,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
325
335
|
@pulumi.getter
|
326
336
|
def name(self) -> Optional[pulumi.Input[str]]:
|
327
337
|
"""
|
328
|
-
|
338
|
+
The resource name of this endpoint group association, for example:
|
339
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
340
|
+
See https://google.aip.dev/122 for more details.
|
329
341
|
"""
|
330
342
|
return pulumi.get(self, "name")
|
331
343
|
|
@@ -337,8 +349,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
337
349
|
@pulumi.getter
|
338
350
|
def network(self) -> Optional[pulumi.Input[str]]:
|
339
351
|
"""
|
340
|
-
|
341
|
-
projects/
|
352
|
+
The VPC network that is associated. for example:
|
353
|
+
`projects/123456789/global/networks/my-network`.
|
354
|
+
See https://google.aip.dev/124.
|
342
355
|
"""
|
343
356
|
return pulumi.get(self, "network")
|
344
357
|
|
@@ -376,8 +389,10 @@ class _MirroringEndpointGroupAssociationState:
|
|
376
389
|
@pulumi.getter
|
377
390
|
def reconciling(self) -> Optional[pulumi.Input[bool]]:
|
378
391
|
"""
|
379
|
-
|
380
|
-
|
392
|
+
The current state of the resource does not match the user's intended state,
|
393
|
+
and the system is working to reconcile them. This part of the normal
|
394
|
+
operation (e.g. adding a new location to the target deployment group).
|
395
|
+
See https://google.aip.dev/128.
|
381
396
|
"""
|
382
397
|
return pulumi.get(self, "reconciling")
|
383
398
|
|
@@ -390,7 +405,7 @@ class _MirroringEndpointGroupAssociationState:
|
|
390
405
|
def state(self) -> Optional[pulumi.Input[str]]:
|
391
406
|
"""
|
392
407
|
(Output)
|
393
|
-
|
408
|
+
The current state of the association in this location.
|
394
409
|
Possible values:
|
395
410
|
STATE_UNSPECIFIED
|
396
411
|
ACTIVE
|
@@ -406,7 +421,8 @@ class _MirroringEndpointGroupAssociationState:
|
|
406
421
|
@pulumi.getter(name="updateTime")
|
407
422
|
def update_time(self) -> Optional[pulumi.Input[str]]:
|
408
423
|
"""
|
409
|
-
|
424
|
+
The timestamp when the resource was most recently updated.
|
425
|
+
See https://google.aip.dev/148#timestamps.
|
410
426
|
"""
|
411
427
|
return pulumi.get(self, "update_time")
|
412
428
|
|
@@ -486,22 +502,22 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
486
502
|
|
487
503
|
:param str resource_name: The name of the resource.
|
488
504
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
489
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
505
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
490
506
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
491
507
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
492
|
-
:param pulumi.Input[str] location:
|
508
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
493
509
|
|
494
510
|
|
495
511
|
- - -
|
496
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
497
|
-
|
498
|
-
|
499
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
512
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
513
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
514
|
+
See https://google.aip.dev/124.
|
515
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
516
|
+
component of the endpoint group's resource name. If not provided, the
|
517
|
+
server will generate a unique ID.
|
518
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
519
|
+
`projects/123456789/global/networks/my-network`.
|
520
|
+
See https://google.aip.dev/124.
|
505
521
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
506
522
|
If it is not provided, the provider project is used.
|
507
523
|
"""
|
@@ -651,40 +667,48 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
651
667
|
:param str resource_name: The unique name of the resulting resource.
|
652
668
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
653
669
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
654
|
-
:param pulumi.Input[str] create_time:
|
670
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
671
|
+
See https://google.aip.dev/148#timestamps.
|
655
672
|
: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.
|
656
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
673
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
657
674
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
658
675
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
659
|
-
:param pulumi.Input[str] location:
|
676
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
660
677
|
|
661
678
|
|
662
679
|
- - -
|
663
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['MirroringEndpointGroupAssociationLocationsDetailArgs', 'MirroringEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details:
|
680
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['MirroringEndpointGroupAssociationLocationsDetailArgs', 'MirroringEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details: The list of locations where the association is present. This information
|
681
|
+
is retrieved from the linked endpoint group, and not configured as part
|
682
|
+
of the association itself.
|
664
683
|
Structure is documented below.
|
665
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
666
|
-
|
667
|
-
|
668
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
684
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
685
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
686
|
+
See https://google.aip.dev/124.
|
687
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
688
|
+
component of the endpoint group's resource name. If not provided, the
|
689
|
+
server will generate a unique ID.
|
690
|
+
:param pulumi.Input[str] name: The resource name of this endpoint group association, for example:
|
691
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
692
|
+
See https://google.aip.dev/122 for more details.
|
693
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
694
|
+
`projects/123456789/global/networks/my-network`.
|
695
|
+
See https://google.aip.dev/124.
|
675
696
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
676
697
|
If it is not provided, the provider project is used.
|
677
698
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
678
699
|
and default labels configured on the provider.
|
679
|
-
:param pulumi.Input[bool] reconciling:
|
680
|
-
|
700
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
701
|
+
and the system is working to reconcile them. This part of the normal
|
702
|
+
operation (e.g. adding a new location to the target deployment group).
|
703
|
+
See https://google.aip.dev/128.
|
681
704
|
:param pulumi.Input[str] state: (Output)
|
682
|
-
|
705
|
+
The current state of the association in this location.
|
683
706
|
Possible values:
|
684
707
|
STATE_UNSPECIFIED
|
685
708
|
ACTIVE
|
686
709
|
OUT_OF_SYNC
|
687
|
-
:param pulumi.Input[str] update_time:
|
710
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
711
|
+
See https://google.aip.dev/148#timestamps.
|
688
712
|
"""
|
689
713
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
690
714
|
|
@@ -710,7 +734,8 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
710
734
|
@pulumi.getter(name="createTime")
|
711
735
|
def create_time(self) -> pulumi.Output[str]:
|
712
736
|
"""
|
713
|
-
|
737
|
+
The timestamp when the resource was created.
|
738
|
+
See https://google.aip.dev/148#timestamps.
|
714
739
|
"""
|
715
740
|
return pulumi.get(self, "create_time")
|
716
741
|
|
@@ -726,7 +751,7 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
726
751
|
@pulumi.getter
|
727
752
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
728
753
|
"""
|
729
|
-
|
754
|
+
Labels are key/value pairs that help to organize and filter resources.
|
730
755
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
731
756
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
732
757
|
"""
|
@@ -736,7 +761,7 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
736
761
|
@pulumi.getter
|
737
762
|
def location(self) -> pulumi.Output[str]:
|
738
763
|
"""
|
739
|
-
|
764
|
+
The cloud location of the association, currently restricted to `global`.
|
740
765
|
|
741
766
|
|
742
767
|
- - -
|
@@ -747,7 +772,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
747
772
|
@pulumi.getter(name="locationsDetails")
|
748
773
|
def locations_details(self) -> pulumi.Output[Sequence['outputs.MirroringEndpointGroupAssociationLocationsDetail']]:
|
749
774
|
"""
|
750
|
-
|
775
|
+
The list of locations where the association is present. This information
|
776
|
+
is retrieved from the linked endpoint group, and not configured as part
|
777
|
+
of the association itself.
|
751
778
|
Structure is documented below.
|
752
779
|
"""
|
753
780
|
return pulumi.get(self, "locations_details")
|
@@ -756,9 +783,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
756
783
|
@pulumi.getter(name="mirroringEndpointGroup")
|
757
784
|
def mirroring_endpoint_group(self) -> pulumi.Output[str]:
|
758
785
|
"""
|
759
|
-
|
760
|
-
|
761
|
-
|
786
|
+
The endpoint group that this association is connected to, for example:
|
787
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
788
|
+
See https://google.aip.dev/124.
|
762
789
|
"""
|
763
790
|
return pulumi.get(self, "mirroring_endpoint_group")
|
764
791
|
|
@@ -766,10 +793,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
766
793
|
@pulumi.getter(name="mirroringEndpointGroupAssociationId")
|
767
794
|
def mirroring_endpoint_group_association_id(self) -> pulumi.Output[Optional[str]]:
|
768
795
|
"""
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
RPC
|
796
|
+
The ID to use for the new association, which will become the final
|
797
|
+
component of the endpoint group's resource name. If not provided, the
|
798
|
+
server will generate a unique ID.
|
773
799
|
"""
|
774
800
|
return pulumi.get(self, "mirroring_endpoint_group_association_id")
|
775
801
|
|
@@ -777,7 +803,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
777
803
|
@pulumi.getter
|
778
804
|
def name(self) -> pulumi.Output[str]:
|
779
805
|
"""
|
780
|
-
|
806
|
+
The resource name of this endpoint group association, for example:
|
807
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
808
|
+
See https://google.aip.dev/122 for more details.
|
781
809
|
"""
|
782
810
|
return pulumi.get(self, "name")
|
783
811
|
|
@@ -785,8 +813,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
785
813
|
@pulumi.getter
|
786
814
|
def network(self) -> pulumi.Output[str]:
|
787
815
|
"""
|
788
|
-
|
789
|
-
projects/
|
816
|
+
The VPC network that is associated. for example:
|
817
|
+
`projects/123456789/global/networks/my-network`.
|
818
|
+
See https://google.aip.dev/124.
|
790
819
|
"""
|
791
820
|
return pulumi.get(self, "network")
|
792
821
|
|
@@ -812,8 +841,10 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
812
841
|
@pulumi.getter
|
813
842
|
def reconciling(self) -> pulumi.Output[bool]:
|
814
843
|
"""
|
815
|
-
|
816
|
-
|
844
|
+
The current state of the resource does not match the user's intended state,
|
845
|
+
and the system is working to reconcile them. This part of the normal
|
846
|
+
operation (e.g. adding a new location to the target deployment group).
|
847
|
+
See https://google.aip.dev/128.
|
817
848
|
"""
|
818
849
|
return pulumi.get(self, "reconciling")
|
819
850
|
|
@@ -822,7 +853,7 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
822
853
|
def state(self) -> pulumi.Output[str]:
|
823
854
|
"""
|
824
855
|
(Output)
|
825
|
-
|
856
|
+
The current state of the association in this location.
|
826
857
|
Possible values:
|
827
858
|
STATE_UNSPECIFIED
|
828
859
|
ACTIVE
|
@@ -834,7 +865,8 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
834
865
|
@pulumi.getter(name="updateTime")
|
835
866
|
def update_time(self) -> pulumi.Output[str]:
|
836
867
|
"""
|
837
|
-
|
868
|
+
The timestamp when the resource was most recently updated.
|
869
|
+
See https://google.aip.dev/148#timestamps.
|
838
870
|
"""
|
839
871
|
return pulumi.get(self, "update_time")
|
840
872
|
|
@@ -1937,7 +1937,9 @@ class InterceptDeploymentGroupConnectedEndpointGroup(dict):
|
|
1937
1937
|
name: Optional[str] = None):
|
1938
1938
|
"""
|
1939
1939
|
:param str name: (Output)
|
1940
|
-
|
1940
|
+
The connected endpoint group's resource name, for example:
|
1941
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
1942
|
+
See https://google.aip.dev/124.
|
1941
1943
|
"""
|
1942
1944
|
if name is not None:
|
1943
1945
|
pulumi.set(__self__, "name", name)
|
@@ -1947,7 +1949,9 @@ class InterceptDeploymentGroupConnectedEndpointGroup(dict):
|
|
1947
1949
|
def name(self) -> Optional[str]:
|
1948
1950
|
"""
|
1949
1951
|
(Output)
|
1950
|
-
|
1952
|
+
The connected endpoint group's resource name, for example:
|
1953
|
+
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
1954
|
+
See https://google.aip.dev/124.
|
1951
1955
|
"""
|
1952
1956
|
return pulumi.get(self, "name")
|
1953
1957
|
|
@@ -1958,12 +1962,12 @@ class InterceptEndpointGroupAssociationLocationsDetail(dict):
|
|
1958
1962
|
location: Optional[str] = None,
|
1959
1963
|
state: Optional[str] = None):
|
1960
1964
|
"""
|
1961
|
-
:param str location: The location of the
|
1965
|
+
:param str location: The cloud location of the association, currently restricted to `global`.
|
1962
1966
|
|
1963
1967
|
|
1964
1968
|
- - -
|
1965
1969
|
:param str state: (Output)
|
1966
|
-
The
|
1970
|
+
The current state of the association in this location.
|
1967
1971
|
Possible values:
|
1968
1972
|
STATE_UNSPECIFIED
|
1969
1973
|
ACTIVE
|
@@ -1978,7 +1982,7 @@ class InterceptEndpointGroupAssociationLocationsDetail(dict):
|
|
1978
1982
|
@pulumi.getter
|
1979
1983
|
def location(self) -> Optional[str]:
|
1980
1984
|
"""
|
1981
|
-
The location of the
|
1985
|
+
The cloud location of the association, currently restricted to `global`.
|
1982
1986
|
|
1983
1987
|
|
1984
1988
|
- - -
|
@@ -1990,7 +1994,7 @@ class InterceptEndpointGroupAssociationLocationsDetail(dict):
|
|
1990
1994
|
def state(self) -> Optional[str]:
|
1991
1995
|
"""
|
1992
1996
|
(Output)
|
1993
|
-
The
|
1997
|
+
The current state of the association in this location.
|
1994
1998
|
Possible values:
|
1995
1999
|
STATE_UNSPECIFIED
|
1996
2000
|
ACTIVE
|
@@ -2005,7 +2009,9 @@ class MirroringDeploymentGroupConnectedEndpointGroup(dict):
|
|
2005
2009
|
name: Optional[str] = None):
|
2006
2010
|
"""
|
2007
2011
|
:param str name: (Output)
|
2008
|
-
|
2012
|
+
The connected endpoint group's resource name, for example:
|
2013
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
2014
|
+
See https://google.aip.dev/124.
|
2009
2015
|
"""
|
2010
2016
|
if name is not None:
|
2011
2017
|
pulumi.set(__self__, "name", name)
|
@@ -2015,7 +2021,9 @@ class MirroringDeploymentGroupConnectedEndpointGroup(dict):
|
|
2015
2021
|
def name(self) -> Optional[str]:
|
2016
2022
|
"""
|
2017
2023
|
(Output)
|
2018
|
-
|
2024
|
+
The connected endpoint group's resource name, for example:
|
2025
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
2026
|
+
See https://google.aip.dev/124.
|
2019
2027
|
"""
|
2020
2028
|
return pulumi.get(self, "name")
|
2021
2029
|
|
@@ -2026,12 +2034,12 @@ class MirroringEndpointGroupAssociationLocationsDetail(dict):
|
|
2026
2034
|
location: Optional[str] = None,
|
2027
2035
|
state: Optional[str] = None):
|
2028
2036
|
"""
|
2029
|
-
:param str location:
|
2037
|
+
:param str location: The cloud location of the association, currently restricted to `global`.
|
2030
2038
|
|
2031
2039
|
|
2032
2040
|
- - -
|
2033
2041
|
:param str state: (Output)
|
2034
|
-
|
2042
|
+
The current state of the association in this location.
|
2035
2043
|
Possible values:
|
2036
2044
|
STATE_UNSPECIFIED
|
2037
2045
|
ACTIVE
|
@@ -2046,7 +2054,7 @@ class MirroringEndpointGroupAssociationLocationsDetail(dict):
|
|
2046
2054
|
@pulumi.getter
|
2047
2055
|
def location(self) -> Optional[str]:
|
2048
2056
|
"""
|
2049
|
-
|
2057
|
+
The cloud location of the association, currently restricted to `global`.
|
2050
2058
|
|
2051
2059
|
|
2052
2060
|
- - -
|
@@ -2058,7 +2066,7 @@ class MirroringEndpointGroupAssociationLocationsDetail(dict):
|
|
2058
2066
|
def state(self) -> Optional[str]:
|
2059
2067
|
"""
|
2060
2068
|
(Output)
|
2061
|
-
|
2069
|
+
The current state of the association in this location.
|
2062
2070
|
Possible values:
|
2063
2071
|
STATE_UNSPECIFIED
|
2064
2072
|
ACTIVE
|