pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.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 +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
@@ -149,6 +149,7 @@ class _InterceptDeploymentGroupState:
|
|
149
149
|
intercept_deployment_group_id: Optional[pulumi.Input[str]] = None,
|
150
150
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
151
151
|
location: Optional[pulumi.Input[str]] = None,
|
152
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptDeploymentGroupLocationArgs']]]] = None,
|
152
153
|
name: Optional[pulumi.Input[str]] = None,
|
153
154
|
network: Optional[pulumi.Input[str]] = None,
|
154
155
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -174,6 +175,8 @@ class _InterceptDeploymentGroupState:
|
|
174
175
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
175
176
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
176
177
|
:param pulumi.Input[str] location: The cloud location of the deployment group, currently restricted to `global`.
|
178
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterceptDeploymentGroupLocationArgs']]] locations: The list of locations where the deployment group is present.
|
179
|
+
Structure is documented below.
|
177
180
|
:param pulumi.Input[str] name: (Output)
|
178
181
|
The connected endpoint group's resource name, for example:
|
179
182
|
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
@@ -189,13 +192,12 @@ class _InterceptDeploymentGroupState:
|
|
189
192
|
and the system is working to reconcile them. This is part of the normal
|
190
193
|
operation (e.g. adding a new deployment to the group)
|
191
194
|
See https://google.aip.dev/128.
|
192
|
-
:param pulumi.Input[str] state:
|
193
|
-
|
195
|
+
:param pulumi.Input[str] state: (Output)
|
196
|
+
The current state of the association in this location.
|
194
197
|
Possible values:
|
195
198
|
STATE_UNSPECIFIED
|
196
199
|
ACTIVE
|
197
|
-
|
198
|
-
DELETING
|
200
|
+
OUT_OF_SYNC
|
199
201
|
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
200
202
|
See https://google.aip.dev/148#timestamps.
|
201
203
|
"""
|
@@ -213,6 +215,8 @@ class _InterceptDeploymentGroupState:
|
|
213
215
|
pulumi.set(__self__, "labels", labels)
|
214
216
|
if location is not None:
|
215
217
|
pulumi.set(__self__, "location", location)
|
218
|
+
if locations is not None:
|
219
|
+
pulumi.set(__self__, "locations", locations)
|
216
220
|
if name is not None:
|
217
221
|
pulumi.set(__self__, "name", name)
|
218
222
|
if network is not None:
|
@@ -321,6 +325,19 @@ class _InterceptDeploymentGroupState:
|
|
321
325
|
def location(self, value: Optional[pulumi.Input[str]]):
|
322
326
|
pulumi.set(self, "location", value)
|
323
327
|
|
328
|
+
@property
|
329
|
+
@pulumi.getter
|
330
|
+
def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptDeploymentGroupLocationArgs']]]]:
|
331
|
+
"""
|
332
|
+
The list of locations where the deployment group is present.
|
333
|
+
Structure is documented below.
|
334
|
+
"""
|
335
|
+
return pulumi.get(self, "locations")
|
336
|
+
|
337
|
+
@locations.setter
|
338
|
+
def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptDeploymentGroupLocationArgs']]]]):
|
339
|
+
pulumi.set(self, "locations", value)
|
340
|
+
|
324
341
|
@property
|
325
342
|
@pulumi.getter
|
326
343
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -395,13 +412,12 @@ class _InterceptDeploymentGroupState:
|
|
395
412
|
@pulumi.getter
|
396
413
|
def state(self) -> Optional[pulumi.Input[str]]:
|
397
414
|
"""
|
398
|
-
|
399
|
-
|
415
|
+
(Output)
|
416
|
+
The current state of the association in this location.
|
400
417
|
Possible values:
|
401
418
|
STATE_UNSPECIFIED
|
402
419
|
ACTIVE
|
403
|
-
|
404
|
-
DELETING
|
420
|
+
OUT_OF_SYNC
|
405
421
|
"""
|
406
422
|
return pulumi.get(self, "state")
|
407
423
|
|
@@ -597,6 +613,7 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
597
613
|
__props__.__dict__["connected_endpoint_groups"] = None
|
598
614
|
__props__.__dict__["create_time"] = None
|
599
615
|
__props__.__dict__["effective_labels"] = None
|
616
|
+
__props__.__dict__["locations"] = None
|
600
617
|
__props__.__dict__["name"] = None
|
601
618
|
__props__.__dict__["pulumi_labels"] = None
|
602
619
|
__props__.__dict__["reconciling"] = None
|
@@ -621,6 +638,7 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
621
638
|
intercept_deployment_group_id: Optional[pulumi.Input[str]] = None,
|
622
639
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
623
640
|
location: Optional[pulumi.Input[str]] = None,
|
641
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InterceptDeploymentGroupLocationArgs', 'InterceptDeploymentGroupLocationArgsDict']]]]] = None,
|
624
642
|
name: Optional[pulumi.Input[str]] = None,
|
625
643
|
network: Optional[pulumi.Input[str]] = None,
|
626
644
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -651,6 +669,8 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
651
669
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
652
670
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
653
671
|
:param pulumi.Input[str] location: The cloud location of the deployment group, currently restricted to `global`.
|
672
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InterceptDeploymentGroupLocationArgs', 'InterceptDeploymentGroupLocationArgsDict']]]] locations: The list of locations where the deployment group is present.
|
673
|
+
Structure is documented below.
|
654
674
|
:param pulumi.Input[str] name: (Output)
|
655
675
|
The connected endpoint group's resource name, for example:
|
656
676
|
`projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
|
@@ -666,13 +686,12 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
666
686
|
and the system is working to reconcile them. This is part of the normal
|
667
687
|
operation (e.g. adding a new deployment to the group)
|
668
688
|
See https://google.aip.dev/128.
|
669
|
-
:param pulumi.Input[str] state:
|
670
|
-
|
689
|
+
:param pulumi.Input[str] state: (Output)
|
690
|
+
The current state of the association in this location.
|
671
691
|
Possible values:
|
672
692
|
STATE_UNSPECIFIED
|
673
693
|
ACTIVE
|
674
|
-
|
675
|
-
DELETING
|
694
|
+
OUT_OF_SYNC
|
676
695
|
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
677
696
|
See https://google.aip.dev/148#timestamps.
|
678
697
|
"""
|
@@ -687,6 +706,7 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
687
706
|
__props__.__dict__["intercept_deployment_group_id"] = intercept_deployment_group_id
|
688
707
|
__props__.__dict__["labels"] = labels
|
689
708
|
__props__.__dict__["location"] = location
|
709
|
+
__props__.__dict__["locations"] = locations
|
690
710
|
__props__.__dict__["name"] = name
|
691
711
|
__props__.__dict__["network"] = network
|
692
712
|
__props__.__dict__["project"] = project
|
@@ -761,6 +781,15 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
761
781
|
"""
|
762
782
|
return pulumi.get(self, "location")
|
763
783
|
|
784
|
+
@property
|
785
|
+
@pulumi.getter
|
786
|
+
def locations(self) -> pulumi.Output[Sequence['outputs.InterceptDeploymentGroupLocation']]:
|
787
|
+
"""
|
788
|
+
The list of locations where the deployment group is present.
|
789
|
+
Structure is documented below.
|
790
|
+
"""
|
791
|
+
return pulumi.get(self, "locations")
|
792
|
+
|
764
793
|
@property
|
765
794
|
@pulumi.getter
|
766
795
|
def name(self) -> pulumi.Output[str]:
|
@@ -815,13 +844,12 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
815
844
|
@pulumi.getter
|
816
845
|
def state(self) -> pulumi.Output[str]:
|
817
846
|
"""
|
818
|
-
|
819
|
-
|
847
|
+
(Output)
|
848
|
+
The current state of the association in this location.
|
820
849
|
Possible values:
|
821
850
|
STATE_UNSPECIFIED
|
822
851
|
ACTIVE
|
823
|
-
|
824
|
-
DELETING
|
852
|
+
OUT_OF_SYNC
|
825
853
|
"""
|
826
854
|
return pulumi.get(self, "state")
|
827
855
|
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['InterceptEndpointGroupArgs', 'InterceptEndpointGroup']
|
18
20
|
|
@@ -140,6 +142,8 @@ class InterceptEndpointGroupArgs:
|
|
140
142
|
@pulumi.input_type
|
141
143
|
class _InterceptEndpointGroupState:
|
142
144
|
def __init__(__self__, *,
|
145
|
+
associations: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationArgs']]]] = None,
|
146
|
+
connected_deployment_groups: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupArgs']]]] = None,
|
143
147
|
create_time: Optional[pulumi.Input[str]] = None,
|
144
148
|
description: Optional[pulumi.Input[str]] = None,
|
145
149
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -155,6 +159,10 @@ class _InterceptEndpointGroupState:
|
|
155
159
|
update_time: Optional[pulumi.Input[str]] = None):
|
156
160
|
"""
|
157
161
|
Input properties used for looking up and filtering InterceptEndpointGroup resources.
|
162
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationArgs']]] associations: List of associations to this endpoint group.
|
163
|
+
Structure is documented below.
|
164
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupArgs']]] connected_deployment_groups: The endpoint group's view of a connected deployment group.
|
165
|
+
Structure is documented below.
|
158
166
|
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
159
167
|
See https://google.aip.dev/148#timestamps.
|
160
168
|
:param pulumi.Input[str] description: User-provided description of the endpoint group.
|
@@ -172,9 +180,10 @@ class _InterceptEndpointGroupState:
|
|
172
180
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
173
181
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
174
182
|
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
175
|
-
:param pulumi.Input[str] name:
|
176
|
-
|
177
|
-
|
183
|
+
:param pulumi.Input[str] name: (Output)
|
184
|
+
The connected deployment group's resource name, for example:
|
185
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
186
|
+
See https://google.aip.dev/124.
|
178
187
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
179
188
|
If it is not provided, the provider project is used.
|
180
189
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -183,19 +192,19 @@ class _InterceptEndpointGroupState:
|
|
183
192
|
and the system is working to reconcile them. This is part of the normal
|
184
193
|
operation (e.g. adding a new association to the group).
|
185
194
|
See https://google.aip.dev/128.
|
186
|
-
:param pulumi.Input[str] state:
|
187
|
-
|
195
|
+
:param pulumi.Input[str] state: (Output)
|
196
|
+
The current state of the association in this location.
|
188
197
|
Possible values:
|
189
198
|
STATE_UNSPECIFIED
|
190
199
|
ACTIVE
|
191
|
-
CLOSED
|
192
|
-
CREATING
|
193
|
-
DELETING
|
194
200
|
OUT_OF_SYNC
|
195
|
-
DELETE_FAILED
|
196
201
|
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
197
202
|
See https://google.aip.dev/148#timestamps.
|
198
203
|
"""
|
204
|
+
if associations is not None:
|
205
|
+
pulumi.set(__self__, "associations", associations)
|
206
|
+
if connected_deployment_groups is not None:
|
207
|
+
pulumi.set(__self__, "connected_deployment_groups", connected_deployment_groups)
|
199
208
|
if create_time is not None:
|
200
209
|
pulumi.set(__self__, "create_time", create_time)
|
201
210
|
if description is not None:
|
@@ -223,6 +232,32 @@ class _InterceptEndpointGroupState:
|
|
223
232
|
if update_time is not None:
|
224
233
|
pulumi.set(__self__, "update_time", update_time)
|
225
234
|
|
235
|
+
@property
|
236
|
+
@pulumi.getter
|
237
|
+
def associations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationArgs']]]]:
|
238
|
+
"""
|
239
|
+
List of associations to this endpoint group.
|
240
|
+
Structure is documented below.
|
241
|
+
"""
|
242
|
+
return pulumi.get(self, "associations")
|
243
|
+
|
244
|
+
@associations.setter
|
245
|
+
def associations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationArgs']]]]):
|
246
|
+
pulumi.set(self, "associations", value)
|
247
|
+
|
248
|
+
@property
|
249
|
+
@pulumi.getter(name="connectedDeploymentGroups")
|
250
|
+
def connected_deployment_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupArgs']]]]:
|
251
|
+
"""
|
252
|
+
The endpoint group's view of a connected deployment group.
|
253
|
+
Structure is documented below.
|
254
|
+
"""
|
255
|
+
return pulumi.get(self, "connected_deployment_groups")
|
256
|
+
|
257
|
+
@connected_deployment_groups.setter
|
258
|
+
def connected_deployment_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupArgs']]]]):
|
259
|
+
pulumi.set(self, "connected_deployment_groups", value)
|
260
|
+
|
226
261
|
@property
|
227
262
|
@pulumi.getter(name="createTime")
|
228
263
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
@@ -321,9 +356,10 @@ class _InterceptEndpointGroupState:
|
|
321
356
|
@pulumi.getter
|
322
357
|
def name(self) -> Optional[pulumi.Input[str]]:
|
323
358
|
"""
|
324
|
-
|
325
|
-
|
326
|
-
|
359
|
+
(Output)
|
360
|
+
The connected deployment group's resource name, for example:
|
361
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
362
|
+
See https://google.aip.dev/124.
|
327
363
|
"""
|
328
364
|
return pulumi.get(self, "name")
|
329
365
|
|
@@ -376,16 +412,12 @@ class _InterceptEndpointGroupState:
|
|
376
412
|
@pulumi.getter
|
377
413
|
def state(self) -> Optional[pulumi.Input[str]]:
|
378
414
|
"""
|
379
|
-
|
380
|
-
|
415
|
+
(Output)
|
416
|
+
The current state of the association in this location.
|
381
417
|
Possible values:
|
382
418
|
STATE_UNSPECIFIED
|
383
419
|
ACTIVE
|
384
|
-
CLOSED
|
385
|
-
CREATING
|
386
|
-
DELETING
|
387
420
|
OUT_OF_SYNC
|
388
|
-
DELETE_FAILED
|
389
421
|
"""
|
390
422
|
return pulumi.get(self, "state")
|
391
423
|
|
@@ -586,6 +618,8 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
586
618
|
raise TypeError("Missing required property 'location'")
|
587
619
|
__props__.__dict__["location"] = location
|
588
620
|
__props__.__dict__["project"] = project
|
621
|
+
__props__.__dict__["associations"] = None
|
622
|
+
__props__.__dict__["connected_deployment_groups"] = None
|
589
623
|
__props__.__dict__["create_time"] = None
|
590
624
|
__props__.__dict__["effective_labels"] = None
|
591
625
|
__props__.__dict__["name"] = None
|
@@ -605,6 +639,8 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
605
639
|
def get(resource_name: str,
|
606
640
|
id: pulumi.Input[str],
|
607
641
|
opts: Optional[pulumi.ResourceOptions] = None,
|
642
|
+
associations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationArgs', 'InterceptEndpointGroupAssociationArgsDict']]]]] = None,
|
643
|
+
connected_deployment_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupConnectedDeploymentGroupArgs', 'InterceptEndpointGroupConnectedDeploymentGroupArgsDict']]]]] = None,
|
608
644
|
create_time: Optional[pulumi.Input[str]] = None,
|
609
645
|
description: Optional[pulumi.Input[str]] = None,
|
610
646
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -625,6 +661,10 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
625
661
|
:param str resource_name: The unique name of the resulting resource.
|
626
662
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
627
663
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
664
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationArgs', 'InterceptEndpointGroupAssociationArgsDict']]]] associations: List of associations to this endpoint group.
|
665
|
+
Structure is documented below.
|
666
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupConnectedDeploymentGroupArgs', 'InterceptEndpointGroupConnectedDeploymentGroupArgsDict']]]] connected_deployment_groups: The endpoint group's view of a connected deployment group.
|
667
|
+
Structure is documented below.
|
628
668
|
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
629
669
|
See https://google.aip.dev/148#timestamps.
|
630
670
|
:param pulumi.Input[str] description: User-provided description of the endpoint group.
|
@@ -642,9 +682,10 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
642
682
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
643
683
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
644
684
|
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
645
|
-
:param pulumi.Input[str] name:
|
646
|
-
|
647
|
-
|
685
|
+
:param pulumi.Input[str] name: (Output)
|
686
|
+
The connected deployment group's resource name, for example:
|
687
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
688
|
+
See https://google.aip.dev/124.
|
648
689
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
649
690
|
If it is not provided, the provider project is used.
|
650
691
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -653,16 +694,12 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
653
694
|
and the system is working to reconcile them. This is part of the normal
|
654
695
|
operation (e.g. adding a new association to the group).
|
655
696
|
See https://google.aip.dev/128.
|
656
|
-
:param pulumi.Input[str] state:
|
657
|
-
|
697
|
+
:param pulumi.Input[str] state: (Output)
|
698
|
+
The current state of the association in this location.
|
658
699
|
Possible values:
|
659
700
|
STATE_UNSPECIFIED
|
660
701
|
ACTIVE
|
661
|
-
CLOSED
|
662
|
-
CREATING
|
663
|
-
DELETING
|
664
702
|
OUT_OF_SYNC
|
665
|
-
DELETE_FAILED
|
666
703
|
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
667
704
|
See https://google.aip.dev/148#timestamps.
|
668
705
|
"""
|
@@ -670,6 +707,8 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
670
707
|
|
671
708
|
__props__ = _InterceptEndpointGroupState.__new__(_InterceptEndpointGroupState)
|
672
709
|
|
710
|
+
__props__.__dict__["associations"] = associations
|
711
|
+
__props__.__dict__["connected_deployment_groups"] = connected_deployment_groups
|
673
712
|
__props__.__dict__["create_time"] = create_time
|
674
713
|
__props__.__dict__["description"] = description
|
675
714
|
__props__.__dict__["effective_labels"] = effective_labels
|
@@ -685,6 +724,24 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
685
724
|
__props__.__dict__["update_time"] = update_time
|
686
725
|
return InterceptEndpointGroup(resource_name, opts=opts, __props__=__props__)
|
687
726
|
|
727
|
+
@property
|
728
|
+
@pulumi.getter
|
729
|
+
def associations(self) -> pulumi.Output[Sequence['outputs.InterceptEndpointGroupAssociation']]:
|
730
|
+
"""
|
731
|
+
List of associations to this endpoint group.
|
732
|
+
Structure is documented below.
|
733
|
+
"""
|
734
|
+
return pulumi.get(self, "associations")
|
735
|
+
|
736
|
+
@property
|
737
|
+
@pulumi.getter(name="connectedDeploymentGroups")
|
738
|
+
def connected_deployment_groups(self) -> pulumi.Output[Sequence['outputs.InterceptEndpointGroupConnectedDeploymentGroup']]:
|
739
|
+
"""
|
740
|
+
The endpoint group's view of a connected deployment group.
|
741
|
+
Structure is documented below.
|
742
|
+
"""
|
743
|
+
return pulumi.get(self, "connected_deployment_groups")
|
744
|
+
|
688
745
|
@property
|
689
746
|
@pulumi.getter(name="createTime")
|
690
747
|
def create_time(self) -> pulumi.Output[str]:
|
@@ -755,9 +812,10 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
755
812
|
@pulumi.getter
|
756
813
|
def name(self) -> pulumi.Output[str]:
|
757
814
|
"""
|
758
|
-
|
759
|
-
|
760
|
-
|
815
|
+
(Output)
|
816
|
+
The connected deployment group's resource name, for example:
|
817
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
818
|
+
See https://google.aip.dev/124.
|
761
819
|
"""
|
762
820
|
return pulumi.get(self, "name")
|
763
821
|
|
@@ -794,16 +852,12 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
794
852
|
@pulumi.getter
|
795
853
|
def state(self) -> pulumi.Output[str]:
|
796
854
|
"""
|
797
|
-
|
798
|
-
|
855
|
+
(Output)
|
856
|
+
The current state of the association in this location.
|
799
857
|
Possible values:
|
800
858
|
STATE_UNSPECIFIED
|
801
859
|
ACTIVE
|
802
|
-
CLOSED
|
803
|
-
CREATING
|
804
|
-
DELETING
|
805
860
|
OUT_OF_SYNC
|
806
|
-
DELETE_FAILED
|
807
861
|
"""
|
808
862
|
return pulumi.get(self, "state")
|
809
863
|
|
@@ -16,10 +16,10 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
from ._inputs import *
|
18
18
|
|
19
|
-
__all__ = ['
|
19
|
+
__all__ = ['InterceptEndpointGroupAssociationInitArgs', 'InterceptEndpointGroupAssociation']
|
20
20
|
|
21
21
|
@pulumi.input_type
|
22
|
-
class
|
22
|
+
class InterceptEndpointGroupAssociationInitArgs:
|
23
23
|
def __init__(__self__, *,
|
24
24
|
intercept_endpoint_group: pulumi.Input[str],
|
25
25
|
location: pulumi.Input[str],
|
@@ -152,6 +152,7 @@ class _InterceptEndpointGroupAssociationState:
|
|
152
152
|
intercept_endpoint_group_association_id: Optional[pulumi.Input[str]] = None,
|
153
153
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
154
154
|
location: Optional[pulumi.Input[str]] = None,
|
155
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationArgs']]]] = None,
|
155
156
|
locations_details: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationsDetailArgs']]]] = None,
|
156
157
|
name: Optional[pulumi.Input[str]] = None,
|
157
158
|
network: Optional[pulumi.Input[str]] = None,
|
@@ -178,7 +179,11 @@ class _InterceptEndpointGroupAssociationState:
|
|
178
179
|
|
179
180
|
|
180
181
|
- - -
|
181
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
182
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationArgs']]] locations: The list of locations where the association is configured. This information
|
183
|
+
is retrieved from the linked endpoint group.
|
184
|
+
Structure is documented below.
|
185
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationsDetailArgs']]] locations_details: (Deprecated)
|
186
|
+
The list of locations where the association is present. This information
|
182
187
|
is retrieved from the linked endpoint group, and not configured as part
|
183
188
|
of the association itself.
|
184
189
|
Structure is documented below.
|
@@ -217,6 +222,11 @@ class _InterceptEndpointGroupAssociationState:
|
|
217
222
|
pulumi.set(__self__, "labels", labels)
|
218
223
|
if location is not None:
|
219
224
|
pulumi.set(__self__, "location", location)
|
225
|
+
if locations is not None:
|
226
|
+
pulumi.set(__self__, "locations", locations)
|
227
|
+
if locations_details is not None:
|
228
|
+
warnings.warn("""`locationsDetails` is deprecated and will be removed in a future major release. Use `locations` instead.""", DeprecationWarning)
|
229
|
+
pulumi.log.warn("""locations_details is deprecated: `locationsDetails` is deprecated and will be removed in a future major release. Use `locations` instead.""")
|
220
230
|
if locations_details is not None:
|
221
231
|
pulumi.set(__self__, "locations_details", locations_details)
|
222
232
|
if name is not None:
|
@@ -316,10 +326,26 @@ class _InterceptEndpointGroupAssociationState:
|
|
316
326
|
def location(self, value: Optional[pulumi.Input[str]]):
|
317
327
|
pulumi.set(self, "location", value)
|
318
328
|
|
329
|
+
@property
|
330
|
+
@pulumi.getter
|
331
|
+
def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationArgs']]]]:
|
332
|
+
"""
|
333
|
+
The list of locations where the association is configured. This information
|
334
|
+
is retrieved from the linked endpoint group.
|
335
|
+
Structure is documented below.
|
336
|
+
"""
|
337
|
+
return pulumi.get(self, "locations")
|
338
|
+
|
339
|
+
@locations.setter
|
340
|
+
def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationArgs']]]]):
|
341
|
+
pulumi.set(self, "locations", value)
|
342
|
+
|
319
343
|
@property
|
320
344
|
@pulumi.getter(name="locationsDetails")
|
345
|
+
@_utilities.deprecated("""`locationsDetails` is deprecated and will be removed in a future major release. Use `locations` instead.""")
|
321
346
|
def locations_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationsDetailArgs']]]]:
|
322
347
|
"""
|
348
|
+
(Deprecated)
|
323
349
|
The list of locations where the association is present. This information
|
324
350
|
is retrieved from the linked endpoint group, and not configured as part
|
325
351
|
of the association itself.
|
@@ -525,7 +551,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
525
551
|
@overload
|
526
552
|
def __init__(__self__,
|
527
553
|
resource_name: str,
|
528
|
-
args:
|
554
|
+
args: InterceptEndpointGroupAssociationInitArgs,
|
529
555
|
opts: Optional[pulumi.ResourceOptions] = None):
|
530
556
|
"""
|
531
557
|
## Example Usage
|
@@ -585,12 +611,12 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
585
611
|
```
|
586
612
|
|
587
613
|
:param str resource_name: The name of the resource.
|
588
|
-
:param
|
614
|
+
:param InterceptEndpointGroupAssociationInitArgs args: The arguments to use to populate this resource's properties.
|
589
615
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
590
616
|
"""
|
591
617
|
...
|
592
618
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
593
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
619
|
+
resource_args, opts = _utilities.get_resource_args_opts(InterceptEndpointGroupAssociationInitArgs, pulumi.ResourceOptions, *args, **kwargs)
|
594
620
|
if resource_args is not None:
|
595
621
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
596
622
|
else:
|
@@ -612,7 +638,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
612
638
|
if opts.id is None:
|
613
639
|
if __props__ is not None:
|
614
640
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
615
|
-
__props__ =
|
641
|
+
__props__ = InterceptEndpointGroupAssociationInitArgs.__new__(InterceptEndpointGroupAssociationInitArgs)
|
616
642
|
|
617
643
|
if intercept_endpoint_group is None and not opts.urn:
|
618
644
|
raise TypeError("Missing required property 'intercept_endpoint_group'")
|
@@ -628,6 +654,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
628
654
|
__props__.__dict__["project"] = project
|
629
655
|
__props__.__dict__["create_time"] = None
|
630
656
|
__props__.__dict__["effective_labels"] = None
|
657
|
+
__props__.__dict__["locations"] = None
|
631
658
|
__props__.__dict__["locations_details"] = None
|
632
659
|
__props__.__dict__["name"] = None
|
633
660
|
__props__.__dict__["pulumi_labels"] = None
|
@@ -652,6 +679,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
652
679
|
intercept_endpoint_group_association_id: Optional[pulumi.Input[str]] = None,
|
653
680
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
654
681
|
location: Optional[pulumi.Input[str]] = None,
|
682
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationLocationArgs', 'InterceptEndpointGroupAssociationLocationArgsDict']]]]] = None,
|
655
683
|
locations_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationLocationsDetailArgs', 'InterceptEndpointGroupAssociationLocationsDetailArgsDict']]]]] = None,
|
656
684
|
name: Optional[pulumi.Input[str]] = None,
|
657
685
|
network: Optional[pulumi.Input[str]] = None,
|
@@ -683,7 +711,11 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
683
711
|
|
684
712
|
|
685
713
|
- - -
|
686
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['
|
714
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationLocationArgs', 'InterceptEndpointGroupAssociationLocationArgsDict']]]] locations: The list of locations where the association is configured. This information
|
715
|
+
is retrieved from the linked endpoint group.
|
716
|
+
Structure is documented below.
|
717
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationLocationsDetailArgs', 'InterceptEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details: (Deprecated)
|
718
|
+
The list of locations where the association is present. This information
|
687
719
|
is retrieved from the linked endpoint group, and not configured as part
|
688
720
|
of the association itself.
|
689
721
|
Structure is documented below.
|
@@ -720,6 +752,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
720
752
|
__props__.__dict__["intercept_endpoint_group_association_id"] = intercept_endpoint_group_association_id
|
721
753
|
__props__.__dict__["labels"] = labels
|
722
754
|
__props__.__dict__["location"] = location
|
755
|
+
__props__.__dict__["locations"] = locations
|
723
756
|
__props__.__dict__["locations_details"] = locations_details
|
724
757
|
__props__.__dict__["name"] = name
|
725
758
|
__props__.__dict__["network"] = network
|
@@ -788,10 +821,22 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
788
821
|
"""
|
789
822
|
return pulumi.get(self, "location")
|
790
823
|
|
824
|
+
@property
|
825
|
+
@pulumi.getter
|
826
|
+
def locations(self) -> pulumi.Output[Sequence['outputs.InterceptEndpointGroupAssociationLocation']]:
|
827
|
+
"""
|
828
|
+
The list of locations where the association is configured. This information
|
829
|
+
is retrieved from the linked endpoint group.
|
830
|
+
Structure is documented below.
|
831
|
+
"""
|
832
|
+
return pulumi.get(self, "locations")
|
833
|
+
|
791
834
|
@property
|
792
835
|
@pulumi.getter(name="locationsDetails")
|
836
|
+
@_utilities.deprecated("""`locationsDetails` is deprecated and will be removed in a future major release. Use `locations` instead.""")
|
793
837
|
def locations_details(self) -> pulumi.Output[Sequence['outputs.InterceptEndpointGroupAssociationLocationsDetail']]:
|
794
838
|
"""
|
839
|
+
(Deprecated)
|
795
840
|
The list of locations where the association is present. This information
|
796
841
|
is retrieved from the linked endpoint group, and not configured as part
|
797
842
|
of the association itself.
|