pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__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 +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -74
- pulumi_gcp/alloydb/backup.py +12 -0
- pulumi_gcp/alloydb/cluster.py +12 -0
- pulumi_gcp/alloydb/instance.py +81 -90
- pulumi_gcp/alloydb/outputs.py +0 -98
- pulumi_gcp/apigee/environment.py +0 -47
- pulumi_gcp/apigee/sharedflow.py +20 -0
- pulumi_gcp/appengine/flexible_app_version.py +20 -0
- pulumi_gcp/applicationintegration/__init__.py +0 -1
- pulumi_gcp/applicationintegration/_inputs.py +0 -843
- pulumi_gcp/applicationintegration/outputs.py +0 -891
- pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
- pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
- pulumi_gcp/certificateauthority/_inputs.py +12 -92
- pulumi_gcp/certificateauthority/authority.py +27 -117
- pulumi_gcp/certificateauthority/certificate.py +0 -176
- pulumi_gcp/certificateauthority/outputs.py +12 -144
- pulumi_gcp/cloudbuild/worker_pool.py +12 -0
- pulumi_gcp/cloudbuildv2/connection.py +12 -0
- pulumi_gcp/cloudbuildv2/repository.py +12 -0
- pulumi_gcp/clouddeploy/automation.py +12 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
- pulumi_gcp/clouddeploy/target.py +12 -0
- pulumi_gcp/cloudrunv2/job.py +12 -0
- pulumi_gcp/cloudrunv2/service.py +12 -0
- pulumi_gcp/composer/__init__.py +0 -1
- pulumi_gcp/composer/environment.py +47 -35
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +58 -121
- pulumi_gcp/compute/forwarding_rule.py +13 -0
- pulumi_gcp/compute/global_address.py +12 -0
- pulumi_gcp/compute/global_forwarding_rule.py +282 -0
- pulumi_gcp/compute/instance_from_machine_image.py +46 -14
- pulumi_gcp/compute/instance_from_template.py +46 -14
- pulumi_gcp/compute/outputs.py +65 -120
- pulumi_gcp/compute/region_instance_template.py +13 -0
- pulumi_gcp/compute/region_target_https_proxy.py +0 -257
- pulumi_gcp/compute/region_url_map.py +470 -0
- pulumi_gcp/container/attached_cluster.py +12 -0
- pulumi_gcp/container/aws_cluster.py +12 -0
- pulumi_gcp/container/aws_node_pool.py +12 -0
- pulumi_gcp/container/azure_cluster.py +12 -0
- pulumi_gcp/container/azure_node_pool.py +12 -0
- pulumi_gcp/container/cluster.py +20 -0
- pulumi_gcp/dataflow/flex_template_job.py +39 -0
- pulumi_gcp/dataloss/__init__.py +0 -1
- pulumi_gcp/dataloss/_inputs.py +0 -1040
- pulumi_gcp/dataloss/outputs.py +0 -1123
- pulumi_gcp/dataproc/cluster.py +20 -0
- pulumi_gcp/dataproc/workflow_template.py +26 -21
- pulumi_gcp/deploymentmanager/deployment.py +34 -0
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +36 -2
- pulumi_gcp/filestore/get_instance.py +1 -11
- pulumi_gcp/filestore/instance.py +0 -101
- pulumi_gcp/firebase/_inputs.py +0 -16
- pulumi_gcp/firebase/android_app.py +27 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
- pulumi_gcp/firebase/app_check_service_config.py +125 -0
- pulumi_gcp/firebase/apple_app.py +27 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
- pulumi_gcp/firebase/hosting_version.py +0 -44
- pulumi_gcp/firebase/outputs.py +0 -12
- pulumi_gcp/firebase/web_app.py +20 -0
- pulumi_gcp/firestore/database.py +68 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
- pulumi_gcp/logging/folder_sink.py +0 -54
- pulumi_gcp/logging/organization_sink.py +0 -54
- pulumi_gcp/monitoring/_inputs.py +2 -46
- pulumi_gcp/monitoring/outputs.py +2 -40
- pulumi_gcp/monitoring/uptime_check_config.py +0 -6
- pulumi_gcp/netapp/active_directory.py +20 -0
- pulumi_gcp/netapp/volume_replication.py +68 -0
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/secretmanager/get_secret.py +3 -13
- pulumi_gcp/secretmanager/outputs.py +1 -20
- pulumi_gcp/secretmanager/secret.py +15 -90
- pulumi_gcp/servicenetworking/connection.py +20 -0
- pulumi_gcp/spanner/database.py +41 -0
- pulumi_gcp/spanner/instance.py +40 -0
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/bucket.py +12 -0
- pulumi_gcp/storage/outputs.py +0 -63
- pulumi_gcp/workstations/workstation.py +12 -0
- pulumi_gcp/workstations/workstation_cluster.py +12 -0
- pulumi_gcp/workstations/workstation_config.py +12 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
- pulumi_gcp/applicationintegration/auth_config.py +0 -998
- pulumi_gcp/composer/user_workloads_secret.py +0 -441
- pulumi_gcp/compute/security_policy_rule.py +0 -850
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
- pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
- pulumi_gcp/storage/get_bucket_objects.py +0 -153
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataproc/cluster.py
CHANGED
@@ -27,6 +27,8 @@ class ClusterArgs:
|
|
27
27
|
The set of arguments for constructing a Cluster resource.
|
28
28
|
:param pulumi.Input['ClusterClusterConfigArgs'] cluster_config: Allows you to configure various aspects of the cluster.
|
29
29
|
Structure defined below.
|
30
|
+
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
31
|
+
terraform apply
|
30
32
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
31
33
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
32
34
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -72,6 +74,10 @@ class ClusterArgs:
|
|
72
74
|
@property
|
73
75
|
@pulumi.getter(name="gracefulDecommissionTimeout")
|
74
76
|
def graceful_decommission_timeout(self) -> Optional[pulumi.Input[str]]:
|
77
|
+
"""
|
78
|
+
The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
79
|
+
terraform apply
|
80
|
+
"""
|
75
81
|
return pulumi.get(self, "graceful_decommission_timeout")
|
76
82
|
|
77
83
|
@graceful_decommission_timeout.setter
|
@@ -166,6 +172,8 @@ class _ClusterState:
|
|
166
172
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
|
167
173
|
instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
|
168
174
|
which is the name of the cluster.
|
175
|
+
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
176
|
+
terraform apply
|
169
177
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
170
178
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
171
179
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -230,6 +238,10 @@ class _ClusterState:
|
|
230
238
|
@property
|
231
239
|
@pulumi.getter(name="gracefulDecommissionTimeout")
|
232
240
|
def graceful_decommission_timeout(self) -> Optional[pulumi.Input[str]]:
|
241
|
+
"""
|
242
|
+
The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
243
|
+
terraform apply
|
244
|
+
"""
|
233
245
|
return pulumi.get(self, "graceful_decommission_timeout")
|
234
246
|
|
235
247
|
@graceful_decommission_timeout.setter
|
@@ -443,6 +455,8 @@ class Cluster(pulumi.CustomResource):
|
|
443
455
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
444
456
|
:param pulumi.Input[pulumi.InputType['ClusterClusterConfigArgs']] cluster_config: Allows you to configure various aspects of the cluster.
|
445
457
|
Structure defined below.
|
458
|
+
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
459
|
+
terraform apply
|
446
460
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
447
461
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
448
462
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -645,6 +659,8 @@ class Cluster(pulumi.CustomResource):
|
|
645
659
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
|
646
660
|
instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
|
647
661
|
which is the name of the cluster.
|
662
|
+
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
663
|
+
terraform apply
|
648
664
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
649
665
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
650
666
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -697,6 +713,10 @@ class Cluster(pulumi.CustomResource):
|
|
697
713
|
@property
|
698
714
|
@pulumi.getter(name="gracefulDecommissionTimeout")
|
699
715
|
def graceful_decommission_timeout(self) -> pulumi.Output[Optional[str]]:
|
716
|
+
"""
|
717
|
+
The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
718
|
+
terraform apply
|
719
|
+
"""
|
700
720
|
return pulumi.get(self, "graceful_decommission_timeout")
|
701
721
|
|
702
722
|
@property
|
@@ -34,9 +34,8 @@ class WorkflowTemplateArgs:
|
|
34
34
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
35
35
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
36
36
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
37
|
-
on a [managed
|
38
|
-
cluster
|
39
|
-
the cluster is deleted.
|
37
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
38
|
+
cluster is deleted.
|
40
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
41
40
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
42
41
|
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
@@ -112,9 +111,8 @@ class WorkflowTemplateArgs:
|
|
112
111
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
113
112
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
114
113
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
115
|
-
on a [managed
|
116
|
-
cluster
|
117
|
-
the cluster is deleted.
|
114
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
115
|
+
cluster is deleted.
|
118
116
|
"""
|
119
117
|
return pulumi.get(self, "dag_timeout")
|
120
118
|
|
@@ -215,9 +213,10 @@ class _WorkflowTemplateState:
|
|
215
213
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
216
214
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
217
215
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
218
|
-
on a [managed
|
219
|
-
cluster
|
220
|
-
|
216
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
217
|
+
cluster is deleted.
|
218
|
+
: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 Terraform, other
|
219
|
+
clients and services.
|
221
220
|
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
222
221
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
223
222
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
@@ -285,9 +284,8 @@ class _WorkflowTemplateState:
|
|
285
284
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
286
285
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
287
286
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
288
|
-
on a [managed
|
289
|
-
cluster
|
290
|
-
the cluster is deleted.
|
287
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
288
|
+
cluster is deleted.
|
291
289
|
"""
|
292
290
|
return pulumi.get(self, "dag_timeout")
|
293
291
|
|
@@ -298,6 +296,10 @@ class _WorkflowTemplateState:
|
|
298
296
|
@property
|
299
297
|
@pulumi.getter(name="effectiveLabels")
|
300
298
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
299
|
+
"""
|
300
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
301
|
+
clients and services.
|
302
|
+
"""
|
301
303
|
return pulumi.get(self, "effective_labels")
|
302
304
|
|
303
305
|
@effective_labels.setter
|
@@ -544,9 +546,8 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
544
546
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
545
547
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
546
548
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
547
|
-
on a [managed
|
548
|
-
cluster
|
549
|
-
the cluster is deleted.
|
549
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
550
|
+
cluster is deleted.
|
550
551
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
551
552
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
552
553
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
@@ -746,9 +747,10 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
746
747
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
747
748
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
748
749
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
749
|
-
on a [managed
|
750
|
-
cluster
|
751
|
-
|
750
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
751
|
+
cluster is deleted.
|
752
|
+
: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 Terraform, other
|
753
|
+
clients and services.
|
752
754
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
753
755
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
754
756
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
@@ -801,15 +803,18 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
801
803
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
802
804
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
803
805
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
804
|
-
on a [managed
|
805
|
-
cluster
|
806
|
-
the cluster is deleted.
|
806
|
+
on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
|
807
|
+
cluster is deleted.
|
807
808
|
"""
|
808
809
|
return pulumi.get(self, "dag_timeout")
|
809
810
|
|
810
811
|
@property
|
811
812
|
@pulumi.getter(name="effectiveLabels")
|
812
813
|
def effective_labels(self) -> pulumi.Output[Mapping[str, Any]]:
|
814
|
+
"""
|
815
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
816
|
+
clients and services.
|
817
|
+
"""
|
813
818
|
return pulumi.get(self, "effective_labels")
|
814
819
|
|
815
820
|
@property
|
@@ -40,6 +40,10 @@ class DeploymentArgs:
|
|
40
40
|
:param pulumi.Input[str] description: Optional user-provided description of deployment.
|
41
41
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentLabelArgs']]] labels: Key-value pairs to apply to this labels.
|
42
42
|
:param pulumi.Input[str] name: Unique name for the deployment
|
43
|
+
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
44
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
45
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
46
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
43
47
|
"""
|
44
48
|
pulumi.set(__self__, "target", target)
|
45
49
|
if create_policy is not None:
|
@@ -140,6 +144,12 @@ class DeploymentArgs:
|
|
140
144
|
@property
|
141
145
|
@pulumi.getter
|
142
146
|
def preview(self) -> Optional[pulumi.Input[bool]]:
|
147
|
+
"""
|
148
|
+
If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
149
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
150
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
151
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
152
|
+
"""
|
143
153
|
return pulumi.get(self, "preview")
|
144
154
|
|
145
155
|
@preview.setter
|
@@ -186,6 +196,10 @@ class _DeploymentState:
|
|
186
196
|
:param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
|
187
197
|
was successfully deployed.
|
188
198
|
:param pulumi.Input[str] name: Unique name for the deployment
|
199
|
+
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
200
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
201
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
202
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
189
203
|
:param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
|
190
204
|
:param pulumi.Input['DeploymentTargetArgs'] target: Parameters that define your deployment, including the deployment
|
191
205
|
configuration and relevant templates.
|
@@ -308,6 +322,12 @@ class _DeploymentState:
|
|
308
322
|
@property
|
309
323
|
@pulumi.getter
|
310
324
|
def preview(self) -> Optional[pulumi.Input[bool]]:
|
325
|
+
"""
|
326
|
+
If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
327
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
328
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
329
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
330
|
+
"""
|
311
331
|
return pulumi.get(self, "preview")
|
312
332
|
|
313
333
|
@preview.setter
|
@@ -437,6 +457,10 @@ class Deployment(pulumi.CustomResource):
|
|
437
457
|
:param pulumi.Input[str] description: Optional user-provided description of deployment.
|
438
458
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeploymentLabelArgs']]]] labels: Key-value pairs to apply to this labels.
|
439
459
|
:param pulumi.Input[str] name: Unique name for the deployment
|
460
|
+
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
461
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
462
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
463
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
440
464
|
:param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
|
441
465
|
configuration and relevant templates.
|
442
466
|
Structure is documented below.
|
@@ -594,6 +618,10 @@ class Deployment(pulumi.CustomResource):
|
|
594
618
|
:param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
|
595
619
|
was successfully deployed.
|
596
620
|
:param pulumi.Input[str] name: Unique name for the deployment
|
621
|
+
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
622
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
623
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
624
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
597
625
|
:param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
|
598
626
|
:param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
|
599
627
|
configuration and relevant templates.
|
@@ -682,6 +710,12 @@ class Deployment(pulumi.CustomResource):
|
|
682
710
|
@property
|
683
711
|
@pulumi.getter
|
684
712
|
def preview(self) -> pulumi.Output[Optional[bool]]:
|
713
|
+
"""
|
714
|
+
If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
715
|
+
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
716
|
+
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
717
|
+
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
718
|
+
"""
|
685
719
|
return pulumi.get(self, "preview")
|
686
720
|
|
687
721
|
@property
|
pulumi_gcp/dns/_inputs.py
CHANGED
@@ -690,7 +690,7 @@ class RecordSetRoutingPolicyArgs:
|
|
690
690
|
:param pulumi.Input[bool] enable_geo_fencing: Specifies whether to enable fencing for geo queries.
|
691
691
|
:param pulumi.Input[Sequence[pulumi.Input['RecordSetRoutingPolicyGeoArgs']]] geos: The configuration for Geolocation based routing policy.
|
692
692
|
Structure is documented below.
|
693
|
-
:param pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs'] primary_backup: The configuration for a
|
693
|
+
:param pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs'] primary_backup: The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
|
694
694
|
Structure is documented below.
|
695
695
|
:param pulumi.Input[Sequence[pulumi.Input['RecordSetRoutingPolicyWrrArgs']]] wrrs: The configuration for Weighted Round Robin based routing policy.
|
696
696
|
Structure is documented below.
|
@@ -733,7 +733,7 @@ class RecordSetRoutingPolicyArgs:
|
|
733
733
|
@pulumi.getter(name="primaryBackup")
|
734
734
|
def primary_backup(self) -> Optional[pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs']]:
|
735
735
|
"""
|
736
|
-
The configuration for a
|
736
|
+
The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
|
737
737
|
Structure is documented below.
|
738
738
|
"""
|
739
739
|
return pulumi.get(self, "primary_backup")
|
pulumi_gcp/dns/outputs.py
CHANGED
@@ -841,7 +841,7 @@ class RecordSetRoutingPolicy(dict):
|
|
841
841
|
:param bool enable_geo_fencing: Specifies whether to enable fencing for geo queries.
|
842
842
|
:param Sequence['RecordSetRoutingPolicyGeoArgs'] geos: The configuration for Geolocation based routing policy.
|
843
843
|
Structure is documented below.
|
844
|
-
:param 'RecordSetRoutingPolicyPrimaryBackupArgs' primary_backup: The configuration for a
|
844
|
+
:param 'RecordSetRoutingPolicyPrimaryBackupArgs' primary_backup: The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
|
845
845
|
Structure is documented below.
|
846
846
|
:param Sequence['RecordSetRoutingPolicyWrrArgs'] wrrs: The configuration for Weighted Round Robin based routing policy.
|
847
847
|
Structure is documented below.
|
@@ -876,7 +876,7 @@ class RecordSetRoutingPolicy(dict):
|
|
876
876
|
@pulumi.getter(name="primaryBackup")
|
877
877
|
def primary_backup(self) -> Optional['outputs.RecordSetRoutingPolicyPrimaryBackup']:
|
878
878
|
"""
|
879
|
-
The configuration for a
|
879
|
+
The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy.
|
880
880
|
Structure is documented below.
|
881
881
|
"""
|
882
882
|
return pulumi.get(self, "primary_backup")
|
pulumi_gcp/dns/record_set.py
CHANGED
@@ -36,6 +36,10 @@ class RecordSetArgs:
|
|
36
36
|
:param pulumi.Input['RecordSetRoutingPolicyArgs'] routing_policy: The configuration for steering traffic based on query.
|
37
37
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
38
38
|
Structure is documented below.
|
39
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
40
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
41
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
42
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
39
43
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
40
44
|
"""
|
41
45
|
pulumi.set(__self__, "managed_zone", managed_zone)
|
@@ -119,6 +123,12 @@ class RecordSetArgs:
|
|
119
123
|
@property
|
120
124
|
@pulumi.getter
|
121
125
|
def rrdatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
126
|
+
"""
|
127
|
+
The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
128
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
129
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
130
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
131
|
+
"""
|
122
132
|
return pulumi.get(self, "rrdatas")
|
123
133
|
|
124
134
|
@rrdatas.setter
|
@@ -158,6 +168,10 @@ class _RecordSetState:
|
|
158
168
|
:param pulumi.Input['RecordSetRoutingPolicyArgs'] routing_policy: The configuration for steering traffic based on query.
|
159
169
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
160
170
|
Structure is documented below.
|
171
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
172
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
173
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
174
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
161
175
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
162
176
|
:param pulumi.Input[str] type: The DNS record set type.
|
163
177
|
|
@@ -233,6 +247,12 @@ class _RecordSetState:
|
|
233
247
|
@property
|
234
248
|
@pulumi.getter
|
235
249
|
def rrdatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
250
|
+
"""
|
251
|
+
The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
252
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
253
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
254
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
255
|
+
"""
|
236
256
|
return pulumi.get(self, "rrdatas")
|
237
257
|
|
238
258
|
@rrdatas.setter
|
@@ -416,7 +436,7 @@ class RecordSet(pulumi.CustomResource):
|
|
416
436
|
))
|
417
437
|
```
|
418
438
|
|
419
|
-
###
|
439
|
+
### Primary-Backup
|
420
440
|
|
421
441
|
```python
|
422
442
|
import pulumi
|
@@ -506,6 +526,10 @@ class RecordSet(pulumi.CustomResource):
|
|
506
526
|
:param pulumi.Input[pulumi.InputType['RecordSetRoutingPolicyArgs']] routing_policy: The configuration for steering traffic based on query.
|
507
527
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
508
528
|
Structure is documented below.
|
529
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
530
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
531
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
532
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
509
533
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
510
534
|
:param pulumi.Input[str] type: The DNS record set type.
|
511
535
|
|
@@ -654,7 +678,7 @@ class RecordSet(pulumi.CustomResource):
|
|
654
678
|
))
|
655
679
|
```
|
656
680
|
|
657
|
-
###
|
681
|
+
### Primary-Backup
|
658
682
|
|
659
683
|
```python
|
660
684
|
import pulumi
|
@@ -810,6 +834,10 @@ class RecordSet(pulumi.CustomResource):
|
|
810
834
|
:param pulumi.Input[pulumi.InputType['RecordSetRoutingPolicyArgs']] routing_policy: The configuration for steering traffic based on query.
|
811
835
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
812
836
|
Structure is documented below.
|
837
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
838
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
839
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
840
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
813
841
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
814
842
|
:param pulumi.Input[str] type: The DNS record set type.
|
815
843
|
|
@@ -867,6 +895,12 @@ class RecordSet(pulumi.CustomResource):
|
|
867
895
|
@property
|
868
896
|
@pulumi.getter
|
869
897
|
def rrdatas(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
898
|
+
"""
|
899
|
+
The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
900
|
+
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
901
|
+
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
902
|
+
string (e.g. "first255characters\\"\\"morecharacters").
|
903
|
+
"""
|
870
904
|
return pulumi.get(self, "rrdatas")
|
871
905
|
|
872
906
|
@property
|
@@ -22,7 +22,7 @@ class GetInstanceResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getInstance.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, create_time=None, description=None, effective_labels=None, etag=None, file_shares=None, id=None, kms_key_name=None, labels=None, location=None, name=None, networks=None, project=None,
|
25
|
+
def __init__(__self__, create_time=None, description=None, effective_labels=None, etag=None, file_shares=None, id=None, kms_key_name=None, labels=None, location=None, name=None, networks=None, project=None, pulumi_labels=None, tier=None, zone=None):
|
26
26
|
if create_time and not isinstance(create_time, str):
|
27
27
|
raise TypeError("Expected argument 'create_time' to be a str")
|
28
28
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -59,9 +59,6 @@ class GetInstanceResult:
|
|
59
59
|
if project and not isinstance(project, str):
|
60
60
|
raise TypeError("Expected argument 'project' to be a str")
|
61
61
|
pulumi.set(__self__, "project", project)
|
62
|
-
if protocol and not isinstance(protocol, str):
|
63
|
-
raise TypeError("Expected argument 'protocol' to be a str")
|
64
|
-
pulumi.set(__self__, "protocol", protocol)
|
65
62
|
if pulumi_labels and not isinstance(pulumi_labels, dict):
|
66
63
|
raise TypeError("Expected argument 'pulumi_labels' to be a dict")
|
67
64
|
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
@@ -135,11 +132,6 @@ class GetInstanceResult:
|
|
135
132
|
def project(self) -> Optional[str]:
|
136
133
|
return pulumi.get(self, "project")
|
137
134
|
|
138
|
-
@property
|
139
|
-
@pulumi.getter
|
140
|
-
def protocol(self) -> str:
|
141
|
-
return pulumi.get(self, "protocol")
|
142
|
-
|
143
135
|
@property
|
144
136
|
@pulumi.getter(name="pulumiLabels")
|
145
137
|
def pulumi_labels(self) -> Mapping[str, str]:
|
@@ -174,7 +166,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
|
|
174
166
|
name=self.name,
|
175
167
|
networks=self.networks,
|
176
168
|
project=self.project,
|
177
|
-
protocol=self.protocol,
|
178
169
|
pulumi_labels=self.pulumi_labels,
|
179
170
|
tier=self.tier,
|
180
171
|
zone=self.zone)
|
@@ -219,7 +210,6 @@ def get_instance(location: Optional[str] = None,
|
|
219
210
|
name=pulumi.get(__ret__, 'name'),
|
220
211
|
networks=pulumi.get(__ret__, 'networks'),
|
221
212
|
project=pulumi.get(__ret__, 'project'),
|
222
|
-
protocol=pulumi.get(__ret__, 'protocol'),
|
223
213
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
224
214
|
tier=pulumi.get(__ret__, 'tier'),
|
225
215
|
zone=pulumi.get(__ret__, 'zone'))
|