pulumi-gcp 7.20.0a1713986537__py3-none-any.whl → 7.21.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.
Files changed (106) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/sharedflow.py +0 -20
  9. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  10. pulumi_gcp/applicationintegration/__init__.py +1 -0
  11. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  12. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  13. pulumi_gcp/applicationintegration/outputs.py +891 -0
  14. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  15. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  16. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  17. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  18. pulumi_gcp/certificateauthority/authority.py +117 -27
  19. pulumi_gcp/certificateauthority/certificate.py +176 -0
  20. pulumi_gcp/certificateauthority/outputs.py +144 -12
  21. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  22. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  23. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  24. pulumi_gcp/clouddeploy/automation.py +0 -12
  25. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  26. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  27. pulumi_gcp/clouddeploy/target.py +0 -12
  28. pulumi_gcp/cloudrunv2/job.py +0 -12
  29. pulumi_gcp/cloudrunv2/service.py +0 -12
  30. pulumi_gcp/composer/__init__.py +1 -0
  31. pulumi_gcp/composer/environment.py +35 -47
  32. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  33. pulumi_gcp/compute/__init__.py +1 -0
  34. pulumi_gcp/compute/_inputs.py +121 -58
  35. pulumi_gcp/compute/forwarding_rule.py +0 -13
  36. pulumi_gcp/compute/global_address.py +0 -12
  37. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  38. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  39. pulumi_gcp/compute/instance_from_template.py +14 -46
  40. pulumi_gcp/compute/outputs.py +120 -65
  41. pulumi_gcp/compute/region_instance_template.py +0 -13
  42. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  43. pulumi_gcp/compute/region_url_map.py +0 -470
  44. pulumi_gcp/compute/security_policy_rule.py +850 -0
  45. pulumi_gcp/container/attached_cluster.py +0 -12
  46. pulumi_gcp/container/aws_cluster.py +0 -12
  47. pulumi_gcp/container/aws_node_pool.py +0 -12
  48. pulumi_gcp/container/azure_cluster.py +0 -12
  49. pulumi_gcp/container/azure_node_pool.py +0 -12
  50. pulumi_gcp/container/cluster.py +0 -20
  51. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  52. pulumi_gcp/dataloss/__init__.py +1 -0
  53. pulumi_gcp/dataloss/_inputs.py +1040 -0
  54. pulumi_gcp/dataloss/outputs.py +1123 -0
  55. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  56. pulumi_gcp/dataproc/cluster.py +0 -20
  57. pulumi_gcp/dataproc/workflow_template.py +21 -26
  58. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  59. pulumi_gcp/dns/_inputs.py +2 -2
  60. pulumi_gcp/dns/outputs.py +2 -2
  61. pulumi_gcp/dns/record_set.py +2 -36
  62. pulumi_gcp/filestore/get_instance.py +11 -1
  63. pulumi_gcp/filestore/instance.py +101 -0
  64. pulumi_gcp/firebase/_inputs.py +16 -0
  65. pulumi_gcp/firebase/android_app.py +0 -27
  66. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  67. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  68. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  69. pulumi_gcp/firebase/apple_app.py +0 -27
  70. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  71. pulumi_gcp/firebase/hosting_version.py +44 -0
  72. pulumi_gcp/firebase/outputs.py +12 -0
  73. pulumi_gcp/firebase/web_app.py +0 -20
  74. pulumi_gcp/firestore/database.py +0 -68
  75. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  76. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  77. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  78. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  79. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  80. pulumi_gcp/logging/folder_sink.py +54 -0
  81. pulumi_gcp/logging/organization_sink.py +54 -0
  82. pulumi_gcp/monitoring/_inputs.py +46 -2
  83. pulumi_gcp/monitoring/outputs.py +40 -2
  84. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  85. pulumi_gcp/netapp/active_directory.py +0 -20
  86. pulumi_gcp/netapp/volume_replication.py +0 -68
  87. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  88. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  89. pulumi_gcp/provider.py +3 -1
  90. pulumi_gcp/secretmanager/get_secret.py +13 -3
  91. pulumi_gcp/secretmanager/outputs.py +20 -1
  92. pulumi_gcp/secretmanager/secret.py +90 -15
  93. pulumi_gcp/servicenetworking/connection.py +0 -20
  94. pulumi_gcp/spanner/database.py +0 -41
  95. pulumi_gcp/spanner/instance.py +0 -40
  96. pulumi_gcp/storage/__init__.py +1 -0
  97. pulumi_gcp/storage/bucket.py +0 -12
  98. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  99. pulumi_gcp/storage/outputs.py +63 -0
  100. pulumi_gcp/workstations/workstation.py +0 -12
  101. pulumi_gcp/workstations/workstation_cluster.py +0 -12
  102. pulumi_gcp/workstations/workstation_config.py +0 -12
  103. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  104. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +106 -100
  105. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  106. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -27,8 +27,6 @@ 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
32
30
  :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.
33
31
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
34
32
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -74,10 +72,6 @@ class ClusterArgs:
74
72
  @property
75
73
  @pulumi.getter(name="gracefulDecommissionTimeout")
76
74
  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
- """
81
75
  return pulumi.get(self, "graceful_decommission_timeout")
82
76
 
83
77
  @graceful_decommission_timeout.setter
@@ -172,8 +166,6 @@ class _ClusterState:
172
166
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
173
167
  instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
174
168
  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
177
169
  :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.
178
170
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
179
171
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -238,10 +230,6 @@ class _ClusterState:
238
230
  @property
239
231
  @pulumi.getter(name="gracefulDecommissionTimeout")
240
232
  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
- """
245
233
  return pulumi.get(self, "graceful_decommission_timeout")
246
234
 
247
235
  @graceful_decommission_timeout.setter
@@ -455,8 +443,6 @@ class Cluster(pulumi.CustomResource):
455
443
  :param pulumi.ResourceOptions opts: Options for the resource.
456
444
  :param pulumi.Input[pulumi.InputType['ClusterClusterConfigArgs']] cluster_config: Allows you to configure various aspects of the cluster.
457
445
  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
460
446
  :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.
461
447
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
462
448
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -659,8 +645,6 @@ class Cluster(pulumi.CustomResource):
659
645
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
660
646
  instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
661
647
  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
664
648
  :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.
665
649
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
666
650
  to the field 'effective_labels' for all of the labels present on the resource.
@@ -713,10 +697,6 @@ class Cluster(pulumi.CustomResource):
713
697
  @property
714
698
  @pulumi.getter(name="gracefulDecommissionTimeout")
715
699
  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
- """
720
700
  return pulumi.get(self, "graceful_decommission_timeout")
721
701
 
722
702
  @property
@@ -34,8 +34,9 @@ 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 cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
38
- cluster is deleted.
37
+ on a [managed
38
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
39
+ the cluster is deleted.
39
40
  :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
40
41
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
41
42
  1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
@@ -111,8 +112,9 @@ class WorkflowTemplateArgs:
111
112
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
112
113
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
113
114
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
114
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
115
- cluster is deleted.
115
+ on a [managed
116
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
117
+ the cluster is deleted.
116
118
  """
117
119
  return pulumi.get(self, "dag_timeout")
118
120
 
@@ -213,10 +215,9 @@ class _WorkflowTemplateState:
213
215
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
214
216
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
215
217
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
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.
218
+ on a [managed
219
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
220
+ the cluster is deleted.
220
221
  :param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
221
222
  :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
222
223
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -284,8 +285,9 @@ class _WorkflowTemplateState:
284
285
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
285
286
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
286
287
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
287
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
288
- cluster is deleted.
288
+ on a [managed
289
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
290
+ the cluster is deleted.
289
291
  """
290
292
  return pulumi.get(self, "dag_timeout")
291
293
 
@@ -296,10 +298,6 @@ class _WorkflowTemplateState:
296
298
  @property
297
299
  @pulumi.getter(name="effectiveLabels")
298
300
  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
- """
303
301
  return pulumi.get(self, "effective_labels")
304
302
 
305
303
  @effective_labels.setter
@@ -546,8 +544,9 @@ class WorkflowTemplate(pulumi.CustomResource):
546
544
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
547
545
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
548
546
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
549
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
550
- cluster is deleted.
547
+ on a [managed
548
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
549
+ the cluster is deleted.
551
550
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
552
551
  :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
553
552
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -747,10 +746,9 @@ class WorkflowTemplate(pulumi.CustomResource):
747
746
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
748
747
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
749
748
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
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.
749
+ on a [managed
750
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
751
+ the cluster is deleted.
754
752
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
755
753
  :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
756
754
  by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
@@ -803,18 +801,15 @@ class WorkflowTemplate(pulumi.CustomResource):
803
801
  duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
804
802
  minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
805
803
  the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
806
- on a [managed cluster](/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the
807
- cluster is deleted.
804
+ on a [managed
805
+ cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
806
+ the cluster is deleted.
808
807
  """
809
808
  return pulumi.get(self, "dag_timeout")
810
809
 
811
810
  @property
812
811
  @pulumi.getter(name="effectiveLabels")
813
812
  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
- """
818
813
  return pulumi.get(self, "effective_labels")
819
814
 
820
815
  @property
@@ -40,10 +40,6 @@ 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.
47
43
  """
48
44
  pulumi.set(__self__, "target", target)
49
45
  if create_policy is not None:
@@ -144,12 +140,6 @@ class DeploymentArgs:
144
140
  @property
145
141
  @pulumi.getter
146
142
  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
- """
153
143
  return pulumi.get(self, "preview")
154
144
 
155
145
  @preview.setter
@@ -196,10 +186,6 @@ class _DeploymentState:
196
186
  :param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
197
187
  was successfully deployed.
198
188
  :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.
203
189
  :param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
204
190
  :param pulumi.Input['DeploymentTargetArgs'] target: Parameters that define your deployment, including the deployment
205
191
  configuration and relevant templates.
@@ -322,12 +308,6 @@ class _DeploymentState:
322
308
  @property
323
309
  @pulumi.getter
324
310
  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
- """
331
311
  return pulumi.get(self, "preview")
332
312
 
333
313
  @preview.setter
@@ -457,10 +437,6 @@ class Deployment(pulumi.CustomResource):
457
437
  :param pulumi.Input[str] description: Optional user-provided description of deployment.
458
438
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeploymentLabelArgs']]]] labels: Key-value pairs to apply to this labels.
459
439
  :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.
464
440
  :param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
465
441
  configuration and relevant templates.
466
442
  Structure is documented below.
@@ -618,10 +594,6 @@ class Deployment(pulumi.CustomResource):
618
594
  :param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
619
595
  was successfully deployed.
620
596
  :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.
625
597
  :param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
626
598
  :param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
627
599
  configuration and relevant templates.
@@ -710,12 +682,6 @@ class Deployment(pulumi.CustomResource):
710
682
  @property
711
683
  @pulumi.getter
712
684
  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
- """
719
685
  return pulumi.get(self, "preview")
720
686
 
721
687
  @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 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.
693
+ :param pulumi.Input['RecordSetRoutingPolicyPrimaryBackupArgs'] primary_backup: The configuration for a failover 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 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.
736
+ The configuration for a failover 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 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.
844
+ :param 'RecordSetRoutingPolicyPrimaryBackupArgs' primary_backup: The configuration for a failover 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 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.
879
+ The configuration for a failover 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")
@@ -36,10 +36,6 @@ 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").
43
39
  :param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
44
40
  """
45
41
  pulumi.set(__self__, "managed_zone", managed_zone)
@@ -123,12 +119,6 @@ class RecordSetArgs:
123
119
  @property
124
120
  @pulumi.getter
125
121
  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
- """
132
122
  return pulumi.get(self, "rrdatas")
133
123
 
134
124
  @rrdatas.setter
@@ -168,10 +158,6 @@ class _RecordSetState:
168
158
  :param pulumi.Input['RecordSetRoutingPolicyArgs'] routing_policy: The configuration for steering traffic based on query.
169
159
  Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
170
160
  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").
175
161
  :param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
176
162
  :param pulumi.Input[str] type: The DNS record set type.
177
163
 
@@ -247,12 +233,6 @@ class _RecordSetState:
247
233
  @property
248
234
  @pulumi.getter
249
235
  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
- """
256
236
  return pulumi.get(self, "rrdatas")
257
237
 
258
238
  @rrdatas.setter
@@ -436,7 +416,7 @@ class RecordSet(pulumi.CustomResource):
436
416
  ))
437
417
  ```
438
418
 
439
- ### Primary-Backup
419
+ ### Failover
440
420
 
441
421
  ```python
442
422
  import pulumi
@@ -526,10 +506,6 @@ class RecordSet(pulumi.CustomResource):
526
506
  :param pulumi.Input[pulumi.InputType['RecordSetRoutingPolicyArgs']] routing_policy: The configuration for steering traffic based on query.
527
507
  Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
528
508
  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").
533
509
  :param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
534
510
  :param pulumi.Input[str] type: The DNS record set type.
535
511
 
@@ -678,7 +654,7 @@ class RecordSet(pulumi.CustomResource):
678
654
  ))
679
655
  ```
680
656
 
681
- ### Primary-Backup
657
+ ### Failover
682
658
 
683
659
  ```python
684
660
  import pulumi
@@ -834,10 +810,6 @@ class RecordSet(pulumi.CustomResource):
834
810
  :param pulumi.Input[pulumi.InputType['RecordSetRoutingPolicyArgs']] routing_policy: The configuration for steering traffic based on query.
835
811
  Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
836
812
  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").
841
813
  :param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
842
814
  :param pulumi.Input[str] type: The DNS record set type.
843
815
 
@@ -895,12 +867,6 @@ class RecordSet(pulumi.CustomResource):
895
867
  @property
896
868
  @pulumi.getter
897
869
  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
- """
904
870
  return pulumi.get(self, "rrdatas")
905
871
 
906
872
  @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, pulumi_labels=None, tier=None, zone=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, protocol=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,6 +59,9 @@ 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)
62
65
  if pulumi_labels and not isinstance(pulumi_labels, dict):
63
66
  raise TypeError("Expected argument 'pulumi_labels' to be a dict")
64
67
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
@@ -132,6 +135,11 @@ class GetInstanceResult:
132
135
  def project(self) -> Optional[str]:
133
136
  return pulumi.get(self, "project")
134
137
 
138
+ @property
139
+ @pulumi.getter
140
+ def protocol(self) -> str:
141
+ return pulumi.get(self, "protocol")
142
+
135
143
  @property
136
144
  @pulumi.getter(name="pulumiLabels")
137
145
  def pulumi_labels(self) -> Mapping[str, str]:
@@ -166,6 +174,7 @@ class AwaitableGetInstanceResult(GetInstanceResult):
166
174
  name=self.name,
167
175
  networks=self.networks,
168
176
  project=self.project,
177
+ protocol=self.protocol,
169
178
  pulumi_labels=self.pulumi_labels,
170
179
  tier=self.tier,
171
180
  zone=self.zone)
@@ -210,6 +219,7 @@ def get_instance(location: Optional[str] = None,
210
219
  name=pulumi.get(__ret__, 'name'),
211
220
  networks=pulumi.get(__ret__, 'networks'),
212
221
  project=pulumi.get(__ret__, 'project'),
222
+ protocol=pulumi.get(__ret__, 'protocol'),
213
223
  pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
214
224
  tier=pulumi.get(__ret__, 'tier'),
215
225
  zone=pulumi.get(__ret__, 'zone'))