pulumi-gcp 7.21.0a1714149635__py3-none-any.whl → 7.21.0a1714154892__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/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +0 -81
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/certificateauthority/authority.py +7 -27
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +0 -8
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/record_set.py +0 -34
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/secretmanager/secret.py +0 -12
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/RECORD +58 -58
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/top_level.txt +0 -0
@@ -255,8 +255,6 @@ class _AutomationState:
|
|
255
255
|
:param pulumi.Input[str] create_time: Output only. Time at which the automation was created.
|
256
256
|
:param pulumi.Input[str] delivery_pipeline: The delivery_pipeline for the resource
|
257
257
|
:param pulumi.Input[str] description: Optional. Description of the 'Automation'. Max length is 255 characters.
|
258
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
259
|
-
Terraform, other clients and services.
|
260
258
|
: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.
|
261
259
|
:param pulumi.Input[str] etag: Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
262
260
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the
|
@@ -375,10 +373,6 @@ class _AutomationState:
|
|
375
373
|
@property
|
376
374
|
@pulumi.getter(name="effectiveAnnotations")
|
377
375
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
378
|
-
"""
|
379
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
380
|
-
Terraform, other clients and services.
|
381
|
-
"""
|
382
376
|
return pulumi.get(self, "effective_annotations")
|
383
377
|
|
384
378
|
@effective_annotations.setter
|
@@ -962,8 +956,6 @@ class Automation(pulumi.CustomResource):
|
|
962
956
|
:param pulumi.Input[str] create_time: Output only. Time at which the automation was created.
|
963
957
|
:param pulumi.Input[str] delivery_pipeline: The delivery_pipeline for the resource
|
964
958
|
:param pulumi.Input[str] description: Optional. Description of the 'Automation'. Max length is 255 characters.
|
965
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
966
|
-
Terraform, other clients and services.
|
967
959
|
: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.
|
968
960
|
:param pulumi.Input[str] etag: Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
969
961
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the
|
@@ -1053,10 +1045,6 @@ class Automation(pulumi.CustomResource):
|
|
1053
1045
|
@property
|
1054
1046
|
@pulumi.getter(name="effectiveAnnotations")
|
1055
1047
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1056
|
-
"""
|
1057
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1058
|
-
Terraform, other clients and services.
|
1059
|
-
"""
|
1060
1048
|
return pulumi.get(self, "effective_annotations")
|
1061
1049
|
|
1062
1050
|
@property
|
@@ -178,8 +178,6 @@ class _CustomTargetTypeState:
|
|
178
178
|
Structure is documented below.
|
179
179
|
:param pulumi.Input[str] custom_target_type_id: Resource id of the `CustomTargetType`.
|
180
180
|
:param pulumi.Input[str] description: Description of the `CustomTargetType`. Max length is 255 characters.
|
181
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
182
|
-
Terraform, other clients and services.
|
183
181
|
: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.
|
184
182
|
:param pulumi.Input[str] etag: The weak etag of the `CustomTargetType` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
185
183
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
|
@@ -294,10 +292,6 @@ class _CustomTargetTypeState:
|
|
294
292
|
@property
|
295
293
|
@pulumi.getter(name="effectiveAnnotations")
|
296
294
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
297
|
-
"""
|
298
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
299
|
-
Terraform, other clients and services.
|
300
|
-
"""
|
301
295
|
return pulumi.get(self, "effective_annotations")
|
302
296
|
|
303
297
|
@effective_annotations.setter
|
@@ -758,8 +752,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
758
752
|
Structure is documented below.
|
759
753
|
:param pulumi.Input[str] custom_target_type_id: Resource id of the `CustomTargetType`.
|
760
754
|
:param pulumi.Input[str] description: Description of the `CustomTargetType`. Max length is 255 characters.
|
761
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
762
|
-
Terraform, other clients and services.
|
763
755
|
: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.
|
764
756
|
:param pulumi.Input[str] etag: The weak etag of the `CustomTargetType` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
765
757
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
|
@@ -844,10 +836,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
844
836
|
@property
|
845
837
|
@pulumi.getter(name="effectiveAnnotations")
|
846
838
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
847
|
-
"""
|
848
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
849
|
-
Terraform, other clients and services.
|
850
|
-
"""
|
851
839
|
return pulumi.get(self, "effective_annotations")
|
852
840
|
|
853
841
|
@property
|
@@ -194,8 +194,6 @@ class _DeliveryPipelineState:
|
|
194
194
|
:param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionArgs']]] conditions: Output only. Information around the state of the Delivery Pipeline.
|
195
195
|
:param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
|
196
196
|
:param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
|
197
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
198
|
-
Terraform, other clients and services.
|
199
197
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
200
198
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
201
199
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
|
@@ -301,10 +299,6 @@ class _DeliveryPipelineState:
|
|
301
299
|
@property
|
302
300
|
@pulumi.getter(name="effectiveAnnotations")
|
303
301
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
304
|
-
"""
|
305
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
306
|
-
Terraform, other clients and services.
|
307
|
-
"""
|
308
302
|
return pulumi.get(self, "effective_annotations")
|
309
303
|
|
310
304
|
@effective_annotations.setter
|
@@ -1052,8 +1046,6 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1052
1046
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeliveryPipelineConditionArgs']]]] conditions: Output only. Information around the state of the Delivery Pipeline.
|
1053
1047
|
:param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
|
1054
1048
|
:param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
|
1055
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1056
|
-
Terraform, other clients and services.
|
1057
1049
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1058
1050
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1059
1051
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
|
@@ -1132,10 +1124,6 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1132
1124
|
@property
|
1133
1125
|
@pulumi.getter(name="effectiveAnnotations")
|
1134
1126
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1135
|
-
"""
|
1136
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1137
|
-
Terraform, other clients and services.
|
1138
|
-
"""
|
1139
1127
|
return pulumi.get(self, "effective_annotations")
|
1140
1128
|
|
1141
1129
|
@property
|
pulumi_gcp/clouddeploy/target.py
CHANGED
@@ -282,8 +282,6 @@ class _TargetState:
|
|
282
282
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
283
283
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
284
284
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
285
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
286
|
-
Terraform, other clients and services.
|
287
285
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
288
286
|
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
289
287
|
:param pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -416,10 +414,6 @@ class _TargetState:
|
|
416
414
|
@property
|
417
415
|
@pulumi.getter(name="effectiveAnnotations")
|
418
416
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
419
|
-
"""
|
420
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
421
|
-
Terraform, other clients and services.
|
422
|
-
"""
|
423
417
|
return pulumi.get(self, "effective_annotations")
|
424
418
|
|
425
419
|
@effective_annotations.setter
|
@@ -1021,8 +1015,6 @@ class Target(pulumi.CustomResource):
|
|
1021
1015
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
1022
1016
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
1023
1017
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
1024
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1025
|
-
Terraform, other clients and services.
|
1026
1018
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1027
1019
|
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1028
1020
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -1119,10 +1111,6 @@ class Target(pulumi.CustomResource):
|
|
1119
1111
|
@property
|
1120
1112
|
@pulumi.getter(name="effectiveAnnotations")
|
1121
1113
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1122
|
-
"""
|
1123
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1124
|
-
Terraform, other clients and services.
|
1125
|
-
"""
|
1126
1114
|
return pulumi.get(self, "effective_annotations")
|
1127
1115
|
|
1128
1116
|
@property
|
pulumi_gcp/cloudrunv2/job.py
CHANGED
@@ -263,8 +263,6 @@ class _JobState:
|
|
263
263
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
264
264
|
:param pulumi.Input[str] creator: Email address of the authenticated creator.
|
265
265
|
:param pulumi.Input[str] delete_time: The deletion time.
|
266
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
267
|
-
Terraform, other clients and services.
|
268
266
|
: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.
|
269
267
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
270
268
|
:param pulumi.Input[int] execution_count: Number of executions created for this job.
|
@@ -468,10 +466,6 @@ class _JobState:
|
|
468
466
|
@property
|
469
467
|
@pulumi.getter(name="effectiveAnnotations")
|
470
468
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
471
|
-
"""
|
472
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
473
|
-
Terraform, other clients and services.
|
474
|
-
"""
|
475
469
|
return pulumi.get(self, "effective_annotations")
|
476
470
|
|
477
471
|
@effective_annotations.setter
|
@@ -1470,8 +1464,6 @@ class Job(pulumi.CustomResource):
|
|
1470
1464
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
1471
1465
|
:param pulumi.Input[str] creator: Email address of the authenticated creator.
|
1472
1466
|
:param pulumi.Input[str] delete_time: The deletion time.
|
1473
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1474
|
-
Terraform, other clients and services.
|
1475
1467
|
: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.
|
1476
1468
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
1477
1469
|
:param pulumi.Input[int] execution_count: Number of executions created for this job.
|
@@ -1620,10 +1612,6 @@ class Job(pulumi.CustomResource):
|
|
1620
1612
|
@property
|
1621
1613
|
@pulumi.getter(name="effectiveAnnotations")
|
1622
1614
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1623
|
-
"""
|
1624
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1625
|
-
Terraform, other clients and services.
|
1626
|
-
"""
|
1627
1615
|
return pulumi.get(self, "effective_annotations")
|
1628
1616
|
|
1629
1617
|
@property
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -362,8 +362,6 @@ class _ServiceState:
|
|
362
362
|
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
363
363
|
:param pulumi.Input[str] delete_time: The deletion time.
|
364
364
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
365
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
366
|
-
Terraform, other clients and services.
|
367
365
|
: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.
|
368
366
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
369
367
|
:param pulumi.Input[str] expire_time: For a deleted resource, the time after which it will be permamently deleted.
|
@@ -614,10 +612,6 @@ class _ServiceState:
|
|
614
612
|
@property
|
615
613
|
@pulumi.getter(name="effectiveAnnotations")
|
616
614
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
617
|
-
"""
|
618
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
619
|
-
Terraform, other clients and services.
|
620
|
-
"""
|
621
615
|
return pulumi.get(self, "effective_annotations")
|
622
616
|
|
623
617
|
@effective_annotations.setter
|
@@ -1966,8 +1960,6 @@ class Service(pulumi.CustomResource):
|
|
1966
1960
|
https://cloud.google.com/run/docs/configuring/custom-audiences.
|
1967
1961
|
:param pulumi.Input[str] delete_time: The deletion time.
|
1968
1962
|
:param pulumi.Input[str] description: User-provided description of the Service. This field currently has a 512-character limit.
|
1969
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1970
|
-
Terraform, other clients and services.
|
1971
1963
|
: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.
|
1972
1964
|
:param pulumi.Input[str] etag: A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
|
1973
1965
|
:param pulumi.Input[str] expire_time: For a deleted resource, the time after which it will be permamently deleted.
|
@@ -2148,10 +2140,6 @@ class Service(pulumi.CustomResource):
|
|
2148
2140
|
@property
|
2149
2141
|
@pulumi.getter(name="effectiveAnnotations")
|
2150
2142
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
2151
|
-
"""
|
2152
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
2153
|
-
Terraform, other clients and services.
|
2154
|
-
"""
|
2155
2143
|
return pulumi.get(self, "effective_annotations")
|
2156
2144
|
|
2157
2145
|
@property
|
@@ -27,11 +27,11 @@ class EnvironmentArgs:
|
|
27
27
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
28
28
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
29
29
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
30
|
-
must conform to the following regular expression:
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
30
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
31
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
32
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
33
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
34
|
+
resource.
|
35
35
|
:param pulumi.Input[str] name: Name of the environment.
|
36
36
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
37
37
|
:param pulumi.Input[str] region: The location or Compute Engine region for the environment.
|
@@ -68,11 +68,11 @@ class EnvironmentArgs:
|
|
68
68
|
"""
|
69
69
|
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
70
70
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
71
|
-
must conform to the following regular expression:
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
71
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
72
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
73
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
74
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
75
|
+
resource.
|
76
76
|
"""
|
77
77
|
return pulumi.get(self, "labels")
|
78
78
|
|
@@ -143,15 +143,13 @@ class _EnvironmentState:
|
|
143
143
|
"""
|
144
144
|
Input properties used for looking up and filtering Environment resources.
|
145
145
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
146
|
-
: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 Terraform, other
|
147
|
-
clients and services.
|
148
146
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
149
147
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
150
|
-
must conform to the following regular expression:
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
148
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
149
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
150
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
151
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
152
|
+
resource.
|
155
153
|
:param pulumi.Input[str] name: Name of the environment.
|
156
154
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
157
155
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -190,10 +188,6 @@ class _EnvironmentState:
|
|
190
188
|
@property
|
191
189
|
@pulumi.getter(name="effectiveLabels")
|
192
190
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
193
|
-
"""
|
194
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
195
|
-
clients and services.
|
196
|
-
"""
|
197
191
|
return pulumi.get(self, "effective_labels")
|
198
192
|
|
199
193
|
@effective_labels.setter
|
@@ -206,11 +200,11 @@ class _EnvironmentState:
|
|
206
200
|
"""
|
207
201
|
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
208
202
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
209
|
-
must conform to the following regular expression:
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
203
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
204
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
205
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
206
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
207
|
+
resource.
|
214
208
|
"""
|
215
209
|
return pulumi.get(self, "labels")
|
216
210
|
|
@@ -321,11 +315,11 @@ class Environment(pulumi.CustomResource):
|
|
321
315
|
:param pulumi.Input[pulumi.InputType['EnvironmentConfigArgs']] config: Configuration parameters for this environment.
|
322
316
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
323
317
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
324
|
-
must conform to the following regular expression:
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
318
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
319
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
320
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
321
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
322
|
+
resource.
|
329
323
|
:param pulumi.Input[str] name: Name of the environment.
|
330
324
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
331
325
|
:param pulumi.Input[str] region: The location or Compute Engine region for the environment.
|
@@ -428,15 +422,13 @@ class Environment(pulumi.CustomResource):
|
|
428
422
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
429
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
430
424
|
:param pulumi.Input[pulumi.InputType['EnvironmentConfigArgs']] config: Configuration parameters for this environment.
|
431
|
-
: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 Terraform, other
|
432
|
-
clients and services.
|
433
425
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
434
426
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
435
|
-
must conform to the following regular expression:
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
427
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
428
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
429
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
430
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
431
|
+
resource.
|
440
432
|
:param pulumi.Input[str] name: Name of the environment.
|
441
433
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
442
434
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -468,10 +460,6 @@ class Environment(pulumi.CustomResource):
|
|
468
460
|
@property
|
469
461
|
@pulumi.getter(name="effectiveLabels")
|
470
462
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
471
|
-
"""
|
472
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
473
|
-
clients and services.
|
474
|
-
"""
|
475
463
|
return pulumi.get(self, "effective_labels")
|
476
464
|
|
477
465
|
@property
|
@@ -480,11 +468,11 @@ class Environment(pulumi.CustomResource):
|
|
480
468
|
"""
|
481
469
|
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
482
470
|
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
483
|
-
must conform to the following regular expression:
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
471
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
472
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
473
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
474
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
475
|
+
resource.
|
488
476
|
"""
|
489
477
|
return pulumi.get(self, "labels")
|
490
478
|
|
@@ -205,7 +205,6 @@ class ForwardingRuleArgs:
|
|
205
205
|
they share at least one port number.
|
206
206
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
207
207
|
If it is not provided, the provider project is used.
|
208
|
-
:param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
209
208
|
:param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
|
210
209
|
This field is not applicable to global forwarding rules.
|
211
210
|
:param pulumi.Input['ForwardingRuleServiceDirectoryRegistrationsArgs'] service_directory_registrations: Service Directory resources to register this forwarding rule with.
|
@@ -654,9 +653,6 @@ class ForwardingRuleArgs:
|
|
654
653
|
@property
|
655
654
|
@pulumi.getter(name="recreateClosedPsc")
|
656
655
|
def recreate_closed_psc(self) -> Optional[pulumi.Input[bool]]:
|
657
|
-
"""
|
658
|
-
This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
659
|
-
"""
|
660
656
|
return pulumi.get(self, "recreate_closed_psc")
|
661
657
|
|
662
658
|
@recreate_closed_psc.setter
|
@@ -973,7 +969,6 @@ class _ForwardingRuleState:
|
|
973
969
|
:param pulumi.Input[str] psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: `STATUS_UNSPECIFIED`, `PENDING`, `ACCEPTED`, `REJECTED`, `CLOSED`
|
974
970
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
975
971
|
and default labels configured on the provider.
|
976
|
-
:param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
977
972
|
:param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
|
978
973
|
This field is not applicable to global forwarding rules.
|
979
974
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
@@ -1529,9 +1524,6 @@ class _ForwardingRuleState:
|
|
1529
1524
|
@property
|
1530
1525
|
@pulumi.getter(name="recreateClosedPsc")
|
1531
1526
|
def recreate_closed_psc(self) -> Optional[pulumi.Input[bool]]:
|
1532
|
-
"""
|
1533
|
-
This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
1534
|
-
"""
|
1535
1527
|
return pulumi.get(self, "recreate_closed_psc")
|
1536
1528
|
|
1537
1529
|
@recreate_closed_psc.setter
|
@@ -2848,7 +2840,6 @@ class ForwardingRule(pulumi.CustomResource):
|
|
2848
2840
|
they share at least one port number.
|
2849
2841
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
2850
2842
|
If it is not provided, the provider project is used.
|
2851
|
-
:param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
2852
2843
|
:param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
|
2853
2844
|
This field is not applicable to global forwarding rules.
|
2854
2845
|
:param pulumi.Input[pulumi.InputType['ForwardingRuleServiceDirectoryRegistrationsArgs']] service_directory_registrations: Service Directory resources to register this forwarding rule with.
|
@@ -4186,7 +4177,6 @@ class ForwardingRule(pulumi.CustomResource):
|
|
4186
4177
|
:param pulumi.Input[str] psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: `STATUS_UNSPECIFIED`, `PENDING`, `ACCEPTED`, `REJECTED`, `CLOSED`
|
4187
4178
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
4188
4179
|
and default labels configured on the provider.
|
4189
|
-
:param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
4190
4180
|
:param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
|
4191
4181
|
This field is not applicable to global forwarding rules.
|
4192
4182
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
@@ -4613,9 +4603,6 @@ class ForwardingRule(pulumi.CustomResource):
|
|
4613
4603
|
@property
|
4614
4604
|
@pulumi.getter(name="recreateClosedPsc")
|
4615
4605
|
def recreate_closed_psc(self) -> pulumi.Output[Optional[bool]]:
|
4616
|
-
"""
|
4617
|
-
This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
|
4618
|
-
"""
|
4619
4606
|
return pulumi.get(self, "recreate_closed_psc")
|
4620
4607
|
|
4621
4608
|
@property
|
@@ -265,8 +265,6 @@ class _GlobalAddressState:
|
|
265
265
|
Possible values are: `EXTERNAL`, `INTERNAL`.
|
266
266
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
267
267
|
:param pulumi.Input[str] description: An optional description of this resource.
|
268
|
-
: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 Terraform, other
|
269
|
-
clients and services.
|
270
268
|
:param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
|
271
269
|
Possible values are: `IPV4`, `IPV6`.
|
272
270
|
:param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
|
@@ -388,10 +386,6 @@ class _GlobalAddressState:
|
|
388
386
|
@property
|
389
387
|
@pulumi.getter(name="effectiveLabels")
|
390
388
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
391
|
-
"""
|
392
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
393
|
-
clients and services.
|
394
|
-
"""
|
395
389
|
return pulumi.get(self, "effective_labels")
|
396
390
|
|
397
391
|
@effective_labels.setter
|
@@ -819,8 +813,6 @@ class GlobalAddress(pulumi.CustomResource):
|
|
819
813
|
Possible values are: `EXTERNAL`, `INTERNAL`.
|
820
814
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
821
815
|
:param pulumi.Input[str] description: An optional description of this resource.
|
822
|
-
: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 Terraform, other
|
823
|
-
clients and services.
|
824
816
|
:param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
|
825
817
|
Possible values are: `IPV4`, `IPV6`.
|
826
818
|
:param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
|
@@ -916,10 +908,6 @@ class GlobalAddress(pulumi.CustomResource):
|
|
916
908
|
@property
|
917
909
|
@pulumi.getter(name="effectiveLabels")
|
918
910
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
919
|
-
"""
|
920
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
921
|
-
clients and services.
|
922
|
-
"""
|
923
911
|
return pulumi.get(self, "effective_labels")
|
924
912
|
|
925
913
|
@property
|