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
@@ -22,21 +22,23 @@ class MirroringEndpointGroupArgs:
|
|
22
22
|
location: pulumi.Input[str],
|
23
23
|
mirroring_deployment_group: pulumi.Input[str],
|
24
24
|
mirroring_endpoint_group_id: pulumi.Input[str],
|
25
|
+
description: Optional[pulumi.Input[str]] = None,
|
25
26
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
26
27
|
project: Optional[pulumi.Input[str]] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a MirroringEndpointGroup resource.
|
29
|
-
:param pulumi.Input[str] location:
|
30
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
31
|
-
|
32
|
-
|
33
|
-
:param pulumi.Input[str] mirroring_endpoint_group_id:
|
34
|
-
|
35
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
30
|
+
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
31
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this DIRECT endpoint group is connected to, for example:
|
32
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
33
|
+
See https://google.aip.dev/124.
|
34
|
+
:param pulumi.Input[str] mirroring_endpoint_group_id: The ID to use for the endpoint group, which will become the final component
|
35
|
+
of the endpoint group's resource name.
|
36
36
|
|
37
37
|
|
38
38
|
- - -
|
39
|
-
:param pulumi.Input[
|
39
|
+
:param pulumi.Input[str] description: User-provided description of the endpoint group.
|
40
|
+
Used as additional context for the endpoint group.
|
41
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
40
42
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
41
43
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
42
44
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -45,6 +47,8 @@ class MirroringEndpointGroupArgs:
|
|
45
47
|
pulumi.set(__self__, "location", location)
|
46
48
|
pulumi.set(__self__, "mirroring_deployment_group", mirroring_deployment_group)
|
47
49
|
pulumi.set(__self__, "mirroring_endpoint_group_id", mirroring_endpoint_group_id)
|
50
|
+
if description is not None:
|
51
|
+
pulumi.set(__self__, "description", description)
|
48
52
|
if labels is not None:
|
49
53
|
pulumi.set(__self__, "labels", labels)
|
50
54
|
if project is not None:
|
@@ -54,7 +58,7 @@ class MirroringEndpointGroupArgs:
|
|
54
58
|
@pulumi.getter
|
55
59
|
def location(self) -> pulumi.Input[str]:
|
56
60
|
"""
|
57
|
-
|
61
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
58
62
|
"""
|
59
63
|
return pulumi.get(self, "location")
|
60
64
|
|
@@ -66,9 +70,9 @@ class MirroringEndpointGroupArgs:
|
|
66
70
|
@pulumi.getter(name="mirroringDeploymentGroup")
|
67
71
|
def mirroring_deployment_group(self) -> pulumi.Input[str]:
|
68
72
|
"""
|
69
|
-
|
70
|
-
|
71
|
-
|
73
|
+
The deployment group that this DIRECT endpoint group is connected to, for example:
|
74
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
75
|
+
See https://google.aip.dev/124.
|
72
76
|
"""
|
73
77
|
return pulumi.get(self, "mirroring_deployment_group")
|
74
78
|
|
@@ -80,9 +84,8 @@ class MirroringEndpointGroupArgs:
|
|
80
84
|
@pulumi.getter(name="mirroringEndpointGroupId")
|
81
85
|
def mirroring_endpoint_group_id(self) -> pulumi.Input[str]:
|
82
86
|
"""
|
83
|
-
|
84
|
-
|
85
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
87
|
+
The ID to use for the endpoint group, which will become the final component
|
88
|
+
of the endpoint group's resource name.
|
86
89
|
|
87
90
|
|
88
91
|
- - -
|
@@ -93,11 +96,24 @@ class MirroringEndpointGroupArgs:
|
|
93
96
|
def mirroring_endpoint_group_id(self, value: pulumi.Input[str]):
|
94
97
|
pulumi.set(self, "mirroring_endpoint_group_id", value)
|
95
98
|
|
99
|
+
@property
|
100
|
+
@pulumi.getter
|
101
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
102
|
+
"""
|
103
|
+
User-provided description of the endpoint group.
|
104
|
+
Used as additional context for the endpoint group.
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "description")
|
107
|
+
|
108
|
+
@description.setter
|
109
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
110
|
+
pulumi.set(self, "description", value)
|
111
|
+
|
96
112
|
@property
|
97
113
|
@pulumi.getter
|
98
114
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
99
115
|
"""
|
100
|
-
|
116
|
+
Labels are key/value pairs that help to organize and filter resources.
|
101
117
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
102
118
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
103
119
|
"""
|
@@ -125,6 +141,7 @@ class MirroringEndpointGroupArgs:
|
|
125
141
|
class _MirroringEndpointGroupState:
|
126
142
|
def __init__(__self__, *,
|
127
143
|
create_time: Optional[pulumi.Input[str]] = None,
|
144
|
+
description: Optional[pulumi.Input[str]] = None,
|
128
145
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
129
146
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
130
147
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -138,29 +155,36 @@ class _MirroringEndpointGroupState:
|
|
138
155
|
update_time: Optional[pulumi.Input[str]] = None):
|
139
156
|
"""
|
140
157
|
Input properties used for looking up and filtering MirroringEndpointGroup resources.
|
141
|
-
:param pulumi.Input[str] create_time:
|
158
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
159
|
+
See https://google.aip.dev/148#timestamps.
|
160
|
+
:param pulumi.Input[str] description: User-provided description of the endpoint group.
|
161
|
+
Used as additional context for the endpoint group.
|
142
162
|
: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.
|
143
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
163
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
144
164
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
145
165
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
146
|
-
:param pulumi.Input[str] location:
|
147
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
148
|
-
|
149
|
-
|
150
|
-
:param pulumi.Input[str] mirroring_endpoint_group_id:
|
151
|
-
|
152
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
166
|
+
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
167
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this DIRECT endpoint group is connected to, for example:
|
168
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
169
|
+
See https://google.aip.dev/124.
|
170
|
+
:param pulumi.Input[str] mirroring_endpoint_group_id: The ID to use for the endpoint group, which will become the final component
|
171
|
+
of the endpoint group's resource name.
|
153
172
|
|
154
173
|
|
155
174
|
- - -
|
156
|
-
:param pulumi.Input[str] name:
|
175
|
+
:param pulumi.Input[str] name: The resource name of this endpoint group, for example:
|
176
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
177
|
+
See https://google.aip.dev/122 for more details.
|
157
178
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
158
179
|
If it is not provided, the provider project is used.
|
159
180
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
160
181
|
and default labels configured on the provider.
|
161
|
-
:param pulumi.Input[bool] reconciling:
|
162
|
-
|
163
|
-
|
182
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
183
|
+
and the system is working to reconcile them. This is part of the normal
|
184
|
+
operation (e.g. adding a new association to the group).
|
185
|
+
See https://google.aip.dev/128.
|
186
|
+
:param pulumi.Input[str] state: The current state of the endpoint group.
|
187
|
+
See https://google.aip.dev/216.
|
164
188
|
Possible values:
|
165
189
|
STATE_UNSPECIFIED
|
166
190
|
ACTIVE
|
@@ -168,10 +192,14 @@ class _MirroringEndpointGroupState:
|
|
168
192
|
CREATING
|
169
193
|
DELETING
|
170
194
|
OUT_OF_SYNC
|
171
|
-
|
195
|
+
DELETE_FAILED
|
196
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
197
|
+
See https://google.aip.dev/148#timestamps.
|
172
198
|
"""
|
173
199
|
if create_time is not None:
|
174
200
|
pulumi.set(__self__, "create_time", create_time)
|
201
|
+
if description is not None:
|
202
|
+
pulumi.set(__self__, "description", description)
|
175
203
|
if effective_labels is not None:
|
176
204
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
177
205
|
if labels is not None:
|
@@ -199,7 +227,8 @@ class _MirroringEndpointGroupState:
|
|
199
227
|
@pulumi.getter(name="createTime")
|
200
228
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
201
229
|
"""
|
202
|
-
|
230
|
+
The timestamp when the resource was created.
|
231
|
+
See https://google.aip.dev/148#timestamps.
|
203
232
|
"""
|
204
233
|
return pulumi.get(self, "create_time")
|
205
234
|
|
@@ -207,6 +236,19 @@ class _MirroringEndpointGroupState:
|
|
207
236
|
def create_time(self, value: Optional[pulumi.Input[str]]):
|
208
237
|
pulumi.set(self, "create_time", value)
|
209
238
|
|
239
|
+
@property
|
240
|
+
@pulumi.getter
|
241
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
242
|
+
"""
|
243
|
+
User-provided description of the endpoint group.
|
244
|
+
Used as additional context for the endpoint group.
|
245
|
+
"""
|
246
|
+
return pulumi.get(self, "description")
|
247
|
+
|
248
|
+
@description.setter
|
249
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
250
|
+
pulumi.set(self, "description", value)
|
251
|
+
|
210
252
|
@property
|
211
253
|
@pulumi.getter(name="effectiveLabels")
|
212
254
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -223,7 +265,7 @@ class _MirroringEndpointGroupState:
|
|
223
265
|
@pulumi.getter
|
224
266
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
225
267
|
"""
|
226
|
-
|
268
|
+
Labels are key/value pairs that help to organize and filter resources.
|
227
269
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
228
270
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
229
271
|
"""
|
@@ -237,7 +279,7 @@ class _MirroringEndpointGroupState:
|
|
237
279
|
@pulumi.getter
|
238
280
|
def location(self) -> Optional[pulumi.Input[str]]:
|
239
281
|
"""
|
240
|
-
|
282
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
241
283
|
"""
|
242
284
|
return pulumi.get(self, "location")
|
243
285
|
|
@@ -249,9 +291,9 @@ class _MirroringEndpointGroupState:
|
|
249
291
|
@pulumi.getter(name="mirroringDeploymentGroup")
|
250
292
|
def mirroring_deployment_group(self) -> Optional[pulumi.Input[str]]:
|
251
293
|
"""
|
252
|
-
|
253
|
-
|
254
|
-
|
294
|
+
The deployment group that this DIRECT endpoint group is connected to, for example:
|
295
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
296
|
+
See https://google.aip.dev/124.
|
255
297
|
"""
|
256
298
|
return pulumi.get(self, "mirroring_deployment_group")
|
257
299
|
|
@@ -263,9 +305,8 @@ class _MirroringEndpointGroupState:
|
|
263
305
|
@pulumi.getter(name="mirroringEndpointGroupId")
|
264
306
|
def mirroring_endpoint_group_id(self) -> Optional[pulumi.Input[str]]:
|
265
307
|
"""
|
266
|
-
|
267
|
-
|
268
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
308
|
+
The ID to use for the endpoint group, which will become the final component
|
309
|
+
of the endpoint group's resource name.
|
269
310
|
|
270
311
|
|
271
312
|
- - -
|
@@ -280,7 +321,9 @@ class _MirroringEndpointGroupState:
|
|
280
321
|
@pulumi.getter
|
281
322
|
def name(self) -> Optional[pulumi.Input[str]]:
|
282
323
|
"""
|
283
|
-
|
324
|
+
The resource name of this endpoint group, for example:
|
325
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
326
|
+
See https://google.aip.dev/122 for more details.
|
284
327
|
"""
|
285
328
|
return pulumi.get(self, "name")
|
286
329
|
|
@@ -318,8 +361,10 @@ class _MirroringEndpointGroupState:
|
|
318
361
|
@pulumi.getter
|
319
362
|
def reconciling(self) -> Optional[pulumi.Input[bool]]:
|
320
363
|
"""
|
321
|
-
|
322
|
-
|
364
|
+
The current state of the resource does not match the user's intended state,
|
365
|
+
and the system is working to reconcile them. This is part of the normal
|
366
|
+
operation (e.g. adding a new association to the group).
|
367
|
+
See https://google.aip.dev/128.
|
323
368
|
"""
|
324
369
|
return pulumi.get(self, "reconciling")
|
325
370
|
|
@@ -331,7 +376,8 @@ class _MirroringEndpointGroupState:
|
|
331
376
|
@pulumi.getter
|
332
377
|
def state(self) -> Optional[pulumi.Input[str]]:
|
333
378
|
"""
|
334
|
-
|
379
|
+
The current state of the endpoint group.
|
380
|
+
See https://google.aip.dev/216.
|
335
381
|
Possible values:
|
336
382
|
STATE_UNSPECIFIED
|
337
383
|
ACTIVE
|
@@ -339,6 +385,7 @@ class _MirroringEndpointGroupState:
|
|
339
385
|
CREATING
|
340
386
|
DELETING
|
341
387
|
OUT_OF_SYNC
|
388
|
+
DELETE_FAILED
|
342
389
|
"""
|
343
390
|
return pulumi.get(self, "state")
|
344
391
|
|
@@ -350,7 +397,8 @@ class _MirroringEndpointGroupState:
|
|
350
397
|
@pulumi.getter(name="updateTime")
|
351
398
|
def update_time(self) -> Optional[pulumi.Input[str]]:
|
352
399
|
"""
|
353
|
-
|
400
|
+
The timestamp when the resource was most recently updated.
|
401
|
+
See https://google.aip.dev/148#timestamps.
|
354
402
|
"""
|
355
403
|
return pulumi.get(self, "update_time")
|
356
404
|
|
@@ -364,6 +412,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
364
412
|
def __init__(__self__,
|
365
413
|
resource_name: str,
|
366
414
|
opts: Optional[pulumi.ResourceOptions] = None,
|
415
|
+
description: Optional[pulumi.Input[str]] = None,
|
367
416
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
368
417
|
location: Optional[pulumi.Input[str]] = None,
|
369
418
|
mirroring_deployment_group: Optional[pulumi.Input[str]] = None,
|
@@ -371,6 +420,18 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
371
420
|
project: Optional[pulumi.Input[str]] = None,
|
372
421
|
__props__=None):
|
373
422
|
"""
|
423
|
+
An endpoint group is a consumer frontend for a deployment group (backend).
|
424
|
+
In order to configure mirroring for a network, consumers must create:
|
425
|
+
- An association between their network and the endpoint group.
|
426
|
+
- A security profile that points to the endpoint group.
|
427
|
+
- A mirroring rule that references the security profile (group).
|
428
|
+
|
429
|
+
To get more information about MirroringEndpointGroup, see:
|
430
|
+
|
431
|
+
* [API documentation](https://cloud.google.com/network-security-integration/docs/reference/rest/v1/projects.locations.mirroringEndpointGroups)
|
432
|
+
* How-to Guides
|
433
|
+
* [Mirroring endpoint group overview](https://cloud.google.com/network-security-integration/docs/out-of-band/endpoint-groups-overview)
|
434
|
+
|
374
435
|
## Example Usage
|
375
436
|
|
376
437
|
### Network Security Mirroring Endpoint Group Basic
|
@@ -390,6 +451,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
390
451
|
mirroring_endpoint_group_id="example-eg",
|
391
452
|
location="global",
|
392
453
|
mirroring_deployment_group=deployment_group.id,
|
454
|
+
description="some description",
|
393
455
|
labels={
|
394
456
|
"foo": "bar",
|
395
457
|
})
|
@@ -421,16 +483,17 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
421
483
|
|
422
484
|
:param str resource_name: The name of the resource.
|
423
485
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
424
|
-
:param pulumi.Input[
|
486
|
+
:param pulumi.Input[str] description: User-provided description of the endpoint group.
|
487
|
+
Used as additional context for the endpoint group.
|
488
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
425
489
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
426
490
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
427
|
-
:param pulumi.Input[str] location:
|
428
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
429
|
-
|
430
|
-
|
431
|
-
:param pulumi.Input[str] mirroring_endpoint_group_id:
|
432
|
-
|
433
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
491
|
+
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
492
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this DIRECT endpoint group is connected to, for example:
|
493
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
494
|
+
See https://google.aip.dev/124.
|
495
|
+
:param pulumi.Input[str] mirroring_endpoint_group_id: The ID to use for the endpoint group, which will become the final component
|
496
|
+
of the endpoint group's resource name.
|
434
497
|
|
435
498
|
|
436
499
|
- - -
|
@@ -444,6 +507,18 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
444
507
|
args: MirroringEndpointGroupArgs,
|
445
508
|
opts: Optional[pulumi.ResourceOptions] = None):
|
446
509
|
"""
|
510
|
+
An endpoint group is a consumer frontend for a deployment group (backend).
|
511
|
+
In order to configure mirroring for a network, consumers must create:
|
512
|
+
- An association between their network and the endpoint group.
|
513
|
+
- A security profile that points to the endpoint group.
|
514
|
+
- A mirroring rule that references the security profile (group).
|
515
|
+
|
516
|
+
To get more information about MirroringEndpointGroup, see:
|
517
|
+
|
518
|
+
* [API documentation](https://cloud.google.com/network-security-integration/docs/reference/rest/v1/projects.locations.mirroringEndpointGroups)
|
519
|
+
* How-to Guides
|
520
|
+
* [Mirroring endpoint group overview](https://cloud.google.com/network-security-integration/docs/out-of-band/endpoint-groups-overview)
|
521
|
+
|
447
522
|
## Example Usage
|
448
523
|
|
449
524
|
### Network Security Mirroring Endpoint Group Basic
|
@@ -463,6 +538,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
463
538
|
mirroring_endpoint_group_id="example-eg",
|
464
539
|
location="global",
|
465
540
|
mirroring_deployment_group=deployment_group.id,
|
541
|
+
description="some description",
|
466
542
|
labels={
|
467
543
|
"foo": "bar",
|
468
544
|
})
|
@@ -507,6 +583,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
507
583
|
def _internal_init(__self__,
|
508
584
|
resource_name: str,
|
509
585
|
opts: Optional[pulumi.ResourceOptions] = None,
|
586
|
+
description: Optional[pulumi.Input[str]] = None,
|
510
587
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
511
588
|
location: Optional[pulumi.Input[str]] = None,
|
512
589
|
mirroring_deployment_group: Optional[pulumi.Input[str]] = None,
|
@@ -521,6 +598,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
521
598
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
522
599
|
__props__ = MirroringEndpointGroupArgs.__new__(MirroringEndpointGroupArgs)
|
523
600
|
|
601
|
+
__props__.__dict__["description"] = description
|
524
602
|
__props__.__dict__["labels"] = labels
|
525
603
|
if location is None and not opts.urn:
|
526
604
|
raise TypeError("Missing required property 'location'")
|
@@ -552,6 +630,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
552
630
|
id: pulumi.Input[str],
|
553
631
|
opts: Optional[pulumi.ResourceOptions] = None,
|
554
632
|
create_time: Optional[pulumi.Input[str]] = None,
|
633
|
+
description: Optional[pulumi.Input[str]] = None,
|
555
634
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
556
635
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
557
636
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -570,29 +649,36 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
570
649
|
:param str resource_name: The unique name of the resulting resource.
|
571
650
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
572
651
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
573
|
-
:param pulumi.Input[str] create_time:
|
652
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
653
|
+
See https://google.aip.dev/148#timestamps.
|
654
|
+
:param pulumi.Input[str] description: User-provided description of the endpoint group.
|
655
|
+
Used as additional context for the endpoint group.
|
574
656
|
: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.
|
575
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
657
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
576
658
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
577
659
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
578
|
-
:param pulumi.Input[str] location:
|
579
|
-
:param pulumi.Input[str] mirroring_deployment_group:
|
580
|
-
|
581
|
-
|
582
|
-
:param pulumi.Input[str] mirroring_endpoint_group_id:
|
583
|
-
|
584
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
660
|
+
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
661
|
+
:param pulumi.Input[str] mirroring_deployment_group: The deployment group that this DIRECT endpoint group is connected to, for example:
|
662
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
663
|
+
See https://google.aip.dev/124.
|
664
|
+
:param pulumi.Input[str] mirroring_endpoint_group_id: The ID to use for the endpoint group, which will become the final component
|
665
|
+
of the endpoint group's resource name.
|
585
666
|
|
586
667
|
|
587
668
|
- - -
|
588
|
-
:param pulumi.Input[str] name:
|
669
|
+
:param pulumi.Input[str] name: The resource name of this endpoint group, for example:
|
670
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
671
|
+
See https://google.aip.dev/122 for more details.
|
589
672
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
590
673
|
If it is not provided, the provider project is used.
|
591
674
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
592
675
|
and default labels configured on the provider.
|
593
|
-
:param pulumi.Input[bool] reconciling:
|
594
|
-
|
595
|
-
|
676
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
677
|
+
and the system is working to reconcile them. This is part of the normal
|
678
|
+
operation (e.g. adding a new association to the group).
|
679
|
+
See https://google.aip.dev/128.
|
680
|
+
:param pulumi.Input[str] state: The current state of the endpoint group.
|
681
|
+
See https://google.aip.dev/216.
|
596
682
|
Possible values:
|
597
683
|
STATE_UNSPECIFIED
|
598
684
|
ACTIVE
|
@@ -600,13 +686,16 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
600
686
|
CREATING
|
601
687
|
DELETING
|
602
688
|
OUT_OF_SYNC
|
603
|
-
|
689
|
+
DELETE_FAILED
|
690
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
691
|
+
See https://google.aip.dev/148#timestamps.
|
604
692
|
"""
|
605
693
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
606
694
|
|
607
695
|
__props__ = _MirroringEndpointGroupState.__new__(_MirroringEndpointGroupState)
|
608
696
|
|
609
697
|
__props__.__dict__["create_time"] = create_time
|
698
|
+
__props__.__dict__["description"] = description
|
610
699
|
__props__.__dict__["effective_labels"] = effective_labels
|
611
700
|
__props__.__dict__["labels"] = labels
|
612
701
|
__props__.__dict__["location"] = location
|
@@ -624,10 +713,20 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
624
713
|
@pulumi.getter(name="createTime")
|
625
714
|
def create_time(self) -> pulumi.Output[str]:
|
626
715
|
"""
|
627
|
-
|
716
|
+
The timestamp when the resource was created.
|
717
|
+
See https://google.aip.dev/148#timestamps.
|
628
718
|
"""
|
629
719
|
return pulumi.get(self, "create_time")
|
630
720
|
|
721
|
+
@property
|
722
|
+
@pulumi.getter
|
723
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
724
|
+
"""
|
725
|
+
User-provided description of the endpoint group.
|
726
|
+
Used as additional context for the endpoint group.
|
727
|
+
"""
|
728
|
+
return pulumi.get(self, "description")
|
729
|
+
|
631
730
|
@property
|
632
731
|
@pulumi.getter(name="effectiveLabels")
|
633
732
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
@@ -640,7 +739,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
640
739
|
@pulumi.getter
|
641
740
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
642
741
|
"""
|
643
|
-
|
742
|
+
Labels are key/value pairs that help to organize and filter resources.
|
644
743
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
645
744
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
646
745
|
"""
|
@@ -650,7 +749,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
650
749
|
@pulumi.getter
|
651
750
|
def location(self) -> pulumi.Output[str]:
|
652
751
|
"""
|
653
|
-
|
752
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
654
753
|
"""
|
655
754
|
return pulumi.get(self, "location")
|
656
755
|
|
@@ -658,9 +757,9 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
658
757
|
@pulumi.getter(name="mirroringDeploymentGroup")
|
659
758
|
def mirroring_deployment_group(self) -> pulumi.Output[str]:
|
660
759
|
"""
|
661
|
-
|
662
|
-
|
663
|
-
|
760
|
+
The deployment group that this DIRECT endpoint group is connected to, for example:
|
761
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
762
|
+
See https://google.aip.dev/124.
|
664
763
|
"""
|
665
764
|
return pulumi.get(self, "mirroring_deployment_group")
|
666
765
|
|
@@ -668,9 +767,8 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
668
767
|
@pulumi.getter(name="mirroringEndpointGroupId")
|
669
768
|
def mirroring_endpoint_group_id(self) -> pulumi.Output[str]:
|
670
769
|
"""
|
671
|
-
|
672
|
-
|
673
|
-
mirroring_endpoint_group_id from the method_signature of Create RPC
|
770
|
+
The ID to use for the endpoint group, which will become the final component
|
771
|
+
of the endpoint group's resource name.
|
674
772
|
|
675
773
|
|
676
774
|
- - -
|
@@ -681,7 +779,9 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
681
779
|
@pulumi.getter
|
682
780
|
def name(self) -> pulumi.Output[str]:
|
683
781
|
"""
|
684
|
-
|
782
|
+
The resource name of this endpoint group, for example:
|
783
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
784
|
+
See https://google.aip.dev/122 for more details.
|
685
785
|
"""
|
686
786
|
return pulumi.get(self, "name")
|
687
787
|
|
@@ -707,8 +807,10 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
707
807
|
@pulumi.getter
|
708
808
|
def reconciling(self) -> pulumi.Output[bool]:
|
709
809
|
"""
|
710
|
-
|
711
|
-
|
810
|
+
The current state of the resource does not match the user's intended state,
|
811
|
+
and the system is working to reconcile them. This is part of the normal
|
812
|
+
operation (e.g. adding a new association to the group).
|
813
|
+
See https://google.aip.dev/128.
|
712
814
|
"""
|
713
815
|
return pulumi.get(self, "reconciling")
|
714
816
|
|
@@ -716,7 +818,8 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
716
818
|
@pulumi.getter
|
717
819
|
def state(self) -> pulumi.Output[str]:
|
718
820
|
"""
|
719
|
-
|
821
|
+
The current state of the endpoint group.
|
822
|
+
See https://google.aip.dev/216.
|
720
823
|
Possible values:
|
721
824
|
STATE_UNSPECIFIED
|
722
825
|
ACTIVE
|
@@ -724,6 +827,7 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
724
827
|
CREATING
|
725
828
|
DELETING
|
726
829
|
OUT_OF_SYNC
|
830
|
+
DELETE_FAILED
|
727
831
|
"""
|
728
832
|
return pulumi.get(self, "state")
|
729
833
|
|
@@ -731,7 +835,8 @@ class MirroringEndpointGroup(pulumi.CustomResource):
|
|
731
835
|
@pulumi.getter(name="updateTime")
|
732
836
|
def update_time(self) -> pulumi.Output[str]:
|
733
837
|
"""
|
734
|
-
|
838
|
+
The timestamp when the resource was most recently updated.
|
839
|
+
See https://google.aip.dev/148#timestamps.
|
735
840
|
"""
|
736
841
|
return pulumi.get(self, "update_time")
|
737
842
|
|