pulumi-gcp 7.20.0a1713984378__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 (131) hide show
  1. pulumi_gcp/__init__.py +48 -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/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -24,6 +24,7 @@ class OrganizationSinkArgs:
24
24
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationSinkExclusionArgs']]]] = None,
25
25
  filter: Optional[pulumi.Input[str]] = None,
26
26
  include_children: Optional[pulumi.Input[bool]] = None,
27
+ intercept_children: Optional[pulumi.Input[bool]] = None,
27
28
  name: Optional[pulumi.Input[str]] = None):
28
29
  """
29
30
  The set of arguments for constructing a OrganizationSink resource.
@@ -46,6 +47,8 @@ class OrganizationSinkArgs:
46
47
  write a filter.
47
48
  :param pulumi.Input[bool] include_children: Whether or not to include children organizations in the sink export. If true, logs
48
49
  associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
50
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
51
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
49
52
  :param pulumi.Input[str] name: The name of the logging sink.
50
53
  """
51
54
  pulumi.set(__self__, "destination", destination)
@@ -62,6 +65,8 @@ class OrganizationSinkArgs:
62
65
  pulumi.set(__self__, "filter", filter)
63
66
  if include_children is not None:
64
67
  pulumi.set(__self__, "include_children", include_children)
68
+ if intercept_children is not None:
69
+ pulumi.set(__self__, "intercept_children", intercept_children)
65
70
  if name is not None:
66
71
  pulumi.set(__self__, "name", name)
67
72
 
@@ -172,6 +177,19 @@ class OrganizationSinkArgs:
172
177
  def include_children(self, value: Optional[pulumi.Input[bool]]):
173
178
  pulumi.set(self, "include_children", value)
174
179
 
180
+ @property
181
+ @pulumi.getter(name="interceptChildren")
182
+ def intercept_children(self) -> Optional[pulumi.Input[bool]]:
183
+ """
184
+ Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
185
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
186
+ """
187
+ return pulumi.get(self, "intercept_children")
188
+
189
+ @intercept_children.setter
190
+ def intercept_children(self, value: Optional[pulumi.Input[bool]]):
191
+ pulumi.set(self, "intercept_children", value)
192
+
175
193
  @property
176
194
  @pulumi.getter
177
195
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -195,6 +213,7 @@ class _OrganizationSinkState:
195
213
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['OrganizationSinkExclusionArgs']]]] = None,
196
214
  filter: Optional[pulumi.Input[str]] = None,
197
215
  include_children: Optional[pulumi.Input[bool]] = None,
216
+ intercept_children: Optional[pulumi.Input[bool]] = None,
198
217
  name: Optional[pulumi.Input[str]] = None,
199
218
  org_id: Optional[pulumi.Input[str]] = None,
200
219
  writer_identity: Optional[pulumi.Input[str]] = None):
@@ -218,6 +237,8 @@ class _OrganizationSinkState:
218
237
  write a filter.
219
238
  :param pulumi.Input[bool] include_children: Whether or not to include children organizations in the sink export. If true, logs
220
239
  associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
240
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
241
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
221
242
  :param pulumi.Input[str] name: The name of the logging sink.
222
243
  :param pulumi.Input[str] org_id: The numeric ID of the organization to be exported to the sink.
223
244
  :param pulumi.Input[str] writer_identity: The identity associated with this sink. This identity must be granted write access to the
@@ -237,6 +258,8 @@ class _OrganizationSinkState:
237
258
  pulumi.set(__self__, "filter", filter)
238
259
  if include_children is not None:
239
260
  pulumi.set(__self__, "include_children", include_children)
261
+ if intercept_children is not None:
262
+ pulumi.set(__self__, "intercept_children", intercept_children)
240
263
  if name is not None:
241
264
  pulumi.set(__self__, "name", name)
242
265
  if org_id is not None:
@@ -339,6 +362,19 @@ class _OrganizationSinkState:
339
362
  def include_children(self, value: Optional[pulumi.Input[bool]]):
340
363
  pulumi.set(self, "include_children", value)
341
364
 
365
+ @property
366
+ @pulumi.getter(name="interceptChildren")
367
+ def intercept_children(self) -> Optional[pulumi.Input[bool]]:
368
+ """
369
+ Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
370
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
371
+ """
372
+ return pulumi.get(self, "intercept_children")
373
+
374
+ @intercept_children.setter
375
+ def intercept_children(self, value: Optional[pulumi.Input[bool]]):
376
+ pulumi.set(self, "intercept_children", value)
377
+
342
378
  @property
343
379
  @pulumi.getter
344
380
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -389,6 +425,7 @@ class OrganizationSink(pulumi.CustomResource):
389
425
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OrganizationSinkExclusionArgs']]]]] = None,
390
426
  filter: Optional[pulumi.Input[str]] = None,
391
427
  include_children: Optional[pulumi.Input[bool]] = None,
428
+ intercept_children: Optional[pulumi.Input[bool]] = None,
392
429
  name: Optional[pulumi.Input[str]] = None,
393
430
  org_id: Optional[pulumi.Input[str]] = None,
394
431
  __props__=None):
@@ -451,6 +488,8 @@ class OrganizationSink(pulumi.CustomResource):
451
488
  write a filter.
452
489
  :param pulumi.Input[bool] include_children: Whether or not to include children organizations in the sink export. If true, logs
453
490
  associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
491
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
492
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
454
493
  :param pulumi.Input[str] name: The name of the logging sink.
455
494
  :param pulumi.Input[str] org_id: The numeric ID of the organization to be exported to the sink.
456
495
  """
@@ -521,6 +560,7 @@ class OrganizationSink(pulumi.CustomResource):
521
560
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OrganizationSinkExclusionArgs']]]]] = None,
522
561
  filter: Optional[pulumi.Input[str]] = None,
523
562
  include_children: Optional[pulumi.Input[bool]] = None,
563
+ intercept_children: Optional[pulumi.Input[bool]] = None,
524
564
  name: Optional[pulumi.Input[str]] = None,
525
565
  org_id: Optional[pulumi.Input[str]] = None,
526
566
  __props__=None):
@@ -541,6 +581,7 @@ class OrganizationSink(pulumi.CustomResource):
541
581
  __props__.__dict__["exclusions"] = exclusions
542
582
  __props__.__dict__["filter"] = filter
543
583
  __props__.__dict__["include_children"] = include_children
584
+ __props__.__dict__["intercept_children"] = intercept_children
544
585
  __props__.__dict__["name"] = name
545
586
  if org_id is None and not opts.urn:
546
587
  raise TypeError("Missing required property 'org_id'")
@@ -563,6 +604,7 @@ class OrganizationSink(pulumi.CustomResource):
563
604
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OrganizationSinkExclusionArgs']]]]] = None,
564
605
  filter: Optional[pulumi.Input[str]] = None,
565
606
  include_children: Optional[pulumi.Input[bool]] = None,
607
+ intercept_children: Optional[pulumi.Input[bool]] = None,
566
608
  name: Optional[pulumi.Input[str]] = None,
567
609
  org_id: Optional[pulumi.Input[str]] = None,
568
610
  writer_identity: Optional[pulumi.Input[str]] = None) -> 'OrganizationSink':
@@ -591,6 +633,8 @@ class OrganizationSink(pulumi.CustomResource):
591
633
  write a filter.
592
634
  :param pulumi.Input[bool] include_children: Whether or not to include children organizations in the sink export. If true, logs
593
635
  associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
636
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
637
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
594
638
  :param pulumi.Input[str] name: The name of the logging sink.
595
639
  :param pulumi.Input[str] org_id: The numeric ID of the organization to be exported to the sink.
596
640
  :param pulumi.Input[str] writer_identity: The identity associated with this sink. This identity must be granted write access to the
@@ -607,6 +651,7 @@ class OrganizationSink(pulumi.CustomResource):
607
651
  __props__.__dict__["exclusions"] = exclusions
608
652
  __props__.__dict__["filter"] = filter
609
653
  __props__.__dict__["include_children"] = include_children
654
+ __props__.__dict__["intercept_children"] = intercept_children
610
655
  __props__.__dict__["name"] = name
611
656
  __props__.__dict__["org_id"] = org_id
612
657
  __props__.__dict__["writer_identity"] = writer_identity
@@ -679,6 +724,15 @@ class OrganizationSink(pulumi.CustomResource):
679
724
  """
680
725
  return pulumi.get(self, "include_children")
681
726
 
727
+ @property
728
+ @pulumi.getter(name="interceptChildren")
729
+ def intercept_children(self) -> pulumi.Output[Optional[bool]]:
730
+ """
731
+ Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
732
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
733
+ """
734
+ return pulumi.get(self, "intercept_children")
735
+
682
736
  @property
683
737
  @pulumi.getter
684
738
  def name(self) -> pulumi.Output[str]:
@@ -60,6 +60,7 @@ __all__ = [
60
60
  'UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs',
61
61
  'UptimeCheckConfigHttpCheckAuthInfoArgs',
62
62
  'UptimeCheckConfigHttpCheckPingConfigArgs',
63
+ 'UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs',
63
64
  'UptimeCheckConfigMonitoredResourceArgs',
64
65
  'UptimeCheckConfigResourceGroupArgs',
65
66
  'UptimeCheckConfigSyntheticMonitorArgs',
@@ -3722,12 +3723,13 @@ class UptimeCheckConfigHttpCheckArgs:
3722
3723
  ping_config: Optional[pulumi.Input['UptimeCheckConfigHttpCheckPingConfigArgs']] = None,
3723
3724
  port: Optional[pulumi.Input[int]] = None,
3724
3725
  request_method: Optional[pulumi.Input[str]] = None,
3726
+ service_agent_authentication: Optional[pulumi.Input['UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs']] = None,
3725
3727
  use_ssl: Optional[pulumi.Input[bool]] = None,
3726
3728
  validate_ssl: Optional[pulumi.Input[bool]] = None):
3727
3729
  """
3728
3730
  :param pulumi.Input[Sequence[pulumi.Input['UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs']]] accepted_response_status_codes: If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
3729
3731
  Structure is documented below.
3730
- :param pulumi.Input['UptimeCheckConfigHttpCheckAuthInfoArgs'] auth_info: The authentication information. Optional when creating an HTTP check; defaults to empty.
3732
+ :param pulumi.Input['UptimeCheckConfigHttpCheckAuthInfoArgs'] auth_info: The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields.
3731
3733
  Structure is documented below.
3732
3734
  :param pulumi.Input[str] body: The request body associated with the HTTP POST request. If `content_type` is `URL_ENCODED`, the body passed in must be URL-encoded. Users can provide a `Content-Length` header via the `headers` field or the API will do so. If the `request_method` is `GET` and `body` is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note - As with all bytes fields JSON representations are base64 encoded. e.g. `foo=bar` in URL-encoded form is `foo%3Dbar` and in base64 encoding is `Zm9vJTI1M0RiYXI=`.
3733
3735
  :param pulumi.Input[str] content_type: The content type to use for the check.
@@ -3742,6 +3744,8 @@ class UptimeCheckConfigHttpCheckArgs:
3742
3744
  :param pulumi.Input[str] request_method: The HTTP request method to use for the check. If set to `METHOD_UNSPECIFIED` then `request_method` defaults to `GET`.
3743
3745
  Default value is `GET`.
3744
3746
  Possible values are: `METHOD_UNSPECIFIED`, `GET`, `POST`.
3747
+ :param pulumi.Input['UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs'] service_agent_authentication: The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields.
3748
+ Structure is documented below.
3745
3749
  :param pulumi.Input[bool] use_ssl: If true, use HTTPS instead of HTTP to run the check.
3746
3750
  :param pulumi.Input[bool] validate_ssl: Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where `monitored_resource` is set to `uptime_url`. If `use_ssl` is `false`, setting `validate_ssl` to `true` has no effect.
3747
3751
  """
@@ -3767,6 +3771,8 @@ class UptimeCheckConfigHttpCheckArgs:
3767
3771
  pulumi.set(__self__, "port", port)
3768
3772
  if request_method is not None:
3769
3773
  pulumi.set(__self__, "request_method", request_method)
3774
+ if service_agent_authentication is not None:
3775
+ pulumi.set(__self__, "service_agent_authentication", service_agent_authentication)
3770
3776
  if use_ssl is not None:
3771
3777
  pulumi.set(__self__, "use_ssl", use_ssl)
3772
3778
  if validate_ssl is not None:
@@ -3789,7 +3795,7 @@ class UptimeCheckConfigHttpCheckArgs:
3789
3795
  @pulumi.getter(name="authInfo")
3790
3796
  def auth_info(self) -> Optional[pulumi.Input['UptimeCheckConfigHttpCheckAuthInfoArgs']]:
3791
3797
  """
3792
- The authentication information. Optional when creating an HTTP check; defaults to empty.
3798
+ The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields.
3793
3799
  Structure is documented below.
3794
3800
  """
3795
3801
  return pulumi.get(self, "auth_info")
@@ -3910,6 +3916,19 @@ class UptimeCheckConfigHttpCheckArgs:
3910
3916
  def request_method(self, value: Optional[pulumi.Input[str]]):
3911
3917
  pulumi.set(self, "request_method", value)
3912
3918
 
3919
+ @property
3920
+ @pulumi.getter(name="serviceAgentAuthentication")
3921
+ def service_agent_authentication(self) -> Optional[pulumi.Input['UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs']]:
3922
+ """
3923
+ The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields.
3924
+ Structure is documented below.
3925
+ """
3926
+ return pulumi.get(self, "service_agent_authentication")
3927
+
3928
+ @service_agent_authentication.setter
3929
+ def service_agent_authentication(self, value: Optional[pulumi.Input['UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs']]):
3930
+ pulumi.set(self, "service_agent_authentication", value)
3931
+
3913
3932
  @property
3914
3933
  @pulumi.getter(name="useSsl")
3915
3934
  def use_ssl(self) -> Optional[pulumi.Input[bool]]:
@@ -4037,6 +4056,31 @@ class UptimeCheckConfigHttpCheckPingConfigArgs:
4037
4056
  pulumi.set(self, "pings_count", value)
4038
4057
 
4039
4058
 
4059
+ @pulumi.input_type
4060
+ class UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs:
4061
+ def __init__(__self__, *,
4062
+ type: Optional[pulumi.Input[str]] = None):
4063
+ """
4064
+ :param pulumi.Input[str] type: The type of authentication to use.
4065
+ Possible values are: `SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED`, `OIDC_TOKEN`.
4066
+ """
4067
+ if type is not None:
4068
+ pulumi.set(__self__, "type", type)
4069
+
4070
+ @property
4071
+ @pulumi.getter
4072
+ def type(self) -> Optional[pulumi.Input[str]]:
4073
+ """
4074
+ The type of authentication to use.
4075
+ Possible values are: `SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED`, `OIDC_TOKEN`.
4076
+ """
4077
+ return pulumi.get(self, "type")
4078
+
4079
+ @type.setter
4080
+ def type(self, value: Optional[pulumi.Input[str]]):
4081
+ pulumi.set(self, "type", value)
4082
+
4083
+
4040
4084
  @pulumi.input_type
4041
4085
  class UptimeCheckConfigMonitoredResourceArgs:
4042
4086
  def __init__(__self__, *,
@@ -61,6 +61,7 @@ __all__ = [
61
61
  'UptimeCheckConfigHttpCheckAcceptedResponseStatusCode',
62
62
  'UptimeCheckConfigHttpCheckAuthInfo',
63
63
  'UptimeCheckConfigHttpCheckPingConfig',
64
+ 'UptimeCheckConfigHttpCheckServiceAgentAuthentication',
64
65
  'UptimeCheckConfigMonitoredResource',
65
66
  'UptimeCheckConfigResourceGroup',
66
67
  'UptimeCheckConfigSyntheticMonitor',
@@ -3825,6 +3826,8 @@ class UptimeCheckConfigHttpCheck(dict):
3825
3826
  suggest = "ping_config"
3826
3827
  elif key == "requestMethod":
3827
3828
  suggest = "request_method"
3829
+ elif key == "serviceAgentAuthentication":
3830
+ suggest = "service_agent_authentication"
3828
3831
  elif key == "useSsl":
3829
3832
  suggest = "use_ssl"
3830
3833
  elif key == "validateSsl":
@@ -3853,12 +3856,13 @@ class UptimeCheckConfigHttpCheck(dict):
3853
3856
  ping_config: Optional['outputs.UptimeCheckConfigHttpCheckPingConfig'] = None,
3854
3857
  port: Optional[int] = None,
3855
3858
  request_method: Optional[str] = None,
3859
+ service_agent_authentication: Optional['outputs.UptimeCheckConfigHttpCheckServiceAgentAuthentication'] = None,
3856
3860
  use_ssl: Optional[bool] = None,
3857
3861
  validate_ssl: Optional[bool] = None):
3858
3862
  """
3859
3863
  :param Sequence['UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs'] accepted_response_status_codes: If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
3860
3864
  Structure is documented below.
3861
- :param 'UptimeCheckConfigHttpCheckAuthInfoArgs' auth_info: The authentication information. Optional when creating an HTTP check; defaults to empty.
3865
+ :param 'UptimeCheckConfigHttpCheckAuthInfoArgs' auth_info: The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields.
3862
3866
  Structure is documented below.
3863
3867
  :param str body: The request body associated with the HTTP POST request. If `content_type` is `URL_ENCODED`, the body passed in must be URL-encoded. Users can provide a `Content-Length` header via the `headers` field or the API will do so. If the `request_method` is `GET` and `body` is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note - As with all bytes fields JSON representations are base64 encoded. e.g. `foo=bar` in URL-encoded form is `foo%3Dbar` and in base64 encoding is `Zm9vJTI1M0RiYXI=`.
3864
3868
  :param str content_type: The content type to use for the check.
@@ -3873,6 +3877,8 @@ class UptimeCheckConfigHttpCheck(dict):
3873
3877
  :param str request_method: The HTTP request method to use for the check. If set to `METHOD_UNSPECIFIED` then `request_method` defaults to `GET`.
3874
3878
  Default value is `GET`.
3875
3879
  Possible values are: `METHOD_UNSPECIFIED`, `GET`, `POST`.
3880
+ :param 'UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs' service_agent_authentication: The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields.
3881
+ Structure is documented below.
3876
3882
  :param bool use_ssl: If true, use HTTPS instead of HTTP to run the check.
3877
3883
  :param bool validate_ssl: Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where `monitored_resource` is set to `uptime_url`. If `use_ssl` is `false`, setting `validate_ssl` to `true` has no effect.
3878
3884
  """
@@ -3898,6 +3904,8 @@ class UptimeCheckConfigHttpCheck(dict):
3898
3904
  pulumi.set(__self__, "port", port)
3899
3905
  if request_method is not None:
3900
3906
  pulumi.set(__self__, "request_method", request_method)
3907
+ if service_agent_authentication is not None:
3908
+ pulumi.set(__self__, "service_agent_authentication", service_agent_authentication)
3901
3909
  if use_ssl is not None:
3902
3910
  pulumi.set(__self__, "use_ssl", use_ssl)
3903
3911
  if validate_ssl is not None:
@@ -3916,7 +3924,7 @@ class UptimeCheckConfigHttpCheck(dict):
3916
3924
  @pulumi.getter(name="authInfo")
3917
3925
  def auth_info(self) -> Optional['outputs.UptimeCheckConfigHttpCheckAuthInfo']:
3918
3926
  """
3919
- The authentication information. Optional when creating an HTTP check; defaults to empty.
3927
+ The authentication information using username and password. Optional when creating an HTTP check; defaults to empty. Do not use with other authentication fields.
3920
3928
  Structure is documented below.
3921
3929
  """
3922
3930
  return pulumi.get(self, "auth_info")
@@ -3997,6 +4005,15 @@ class UptimeCheckConfigHttpCheck(dict):
3997
4005
  """
3998
4006
  return pulumi.get(self, "request_method")
3999
4007
 
4008
+ @property
4009
+ @pulumi.getter(name="serviceAgentAuthentication")
4010
+ def service_agent_authentication(self) -> Optional['outputs.UptimeCheckConfigHttpCheckServiceAgentAuthentication']:
4011
+ """
4012
+ The authentication information using the Monitoring Service Agent. Optional when creating an HTTPS check; defaults to empty. Do not use with other authentication fields.
4013
+ Structure is documented below.
4014
+ """
4015
+ return pulumi.get(self, "service_agent_authentication")
4016
+
4000
4017
  @property
4001
4018
  @pulumi.getter(name="useSsl")
4002
4019
  def use_ssl(self) -> Optional[bool]:
@@ -4132,6 +4149,27 @@ class UptimeCheckConfigHttpCheckPingConfig(dict):
4132
4149
  return pulumi.get(self, "pings_count")
4133
4150
 
4134
4151
 
4152
+ @pulumi.output_type
4153
+ class UptimeCheckConfigHttpCheckServiceAgentAuthentication(dict):
4154
+ def __init__(__self__, *,
4155
+ type: Optional[str] = None):
4156
+ """
4157
+ :param str type: The type of authentication to use.
4158
+ Possible values are: `SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED`, `OIDC_TOKEN`.
4159
+ """
4160
+ if type is not None:
4161
+ pulumi.set(__self__, "type", type)
4162
+
4163
+ @property
4164
+ @pulumi.getter
4165
+ def type(self) -> Optional[str]:
4166
+ """
4167
+ The type of authentication to use.
4168
+ Possible values are: `SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED`, `OIDC_TOKEN`.
4169
+ """
4170
+ return pulumi.get(self, "type")
4171
+
4172
+
4135
4173
  @pulumi.output_type
4136
4174
  class UptimeCheckConfigMonitoredResource(dict):
4137
4175
  def __init__(__self__, *,
@@ -655,6 +655,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
655
655
  port=443,
656
656
  use_ssl=True,
657
657
  validate_ssl=True,
658
+ service_agent_authentication=gcp.monitoring.UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs(
659
+ type="OIDC_TOKEN",
660
+ ),
658
661
  ),
659
662
  monitored_resource=gcp.monitoring.UptimeCheckConfigMonitoredResourceArgs(
660
663
  type="uptime_url",
@@ -893,6 +896,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
893
896
  port=443,
894
897
  use_ssl=True,
895
898
  validate_ssl=True,
899
+ service_agent_authentication=gcp.monitoring.UptimeCheckConfigHttpCheckServiceAgentAuthenticationArgs(
900
+ type="OIDC_TOKEN",
901
+ ),
896
902
  ),
897
903
  monitored_resource=gcp.monitoring.UptimeCheckConfigMonitoredResourceArgs(
898
904
  type="uptime_url",
@@ -42,8 +42,6 @@ class ActiveDirectoryArgs:
42
42
  :param pulumi.Input[str] net_bios_prefix: NetBIOS name prefix of the server to be created.
43
43
  A five-character random ID is generated automatically, for example, -6f9a, and appended to the prefix. The full UNC share path will have the following format:
44
44
  `\\\\NetBIOS_PREFIX-ABCD.DOMAIN_NAME\\SHARE_NAME`
45
- :param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
46
- re-apply the password, unless you use a new password in Terraform.
47
45
  :param pulumi.Input[str] username: Username for the Active Directory account with permissions to create the compute account within the specified organizational unit.
48
46
  :param pulumi.Input[bool] aes_encryption: Enables AES-128 and AES-256 encryption for Kerberos-based communication with Active Directory.
49
47
  :param pulumi.Input[Sequence[pulumi.Input[str]]] backup_operators: Domain user/group accounts to be added to the Backup Operators group of the SMB service. The Backup Operators group allows members to backup and restore files regardless of whether they have read or write access to the files. Comma-separated list.
@@ -158,10 +156,6 @@ class ActiveDirectoryArgs:
158
156
  @property
159
157
  @pulumi.getter
160
158
  def password(self) -> pulumi.Input[str]:
161
- """
162
- Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
163
- re-apply the password, unless you use a new password in Terraform.
164
- """
165
159
  return pulumi.get(self, "password")
166
160
 
167
161
  @password.setter
@@ -416,8 +410,6 @@ class _ActiveDirectoryState:
416
410
  This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
417
411
  :param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
418
412
  Defaults to `CN=Computers` if left empty.
419
- :param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
420
- re-apply the password, unless you use a new password in Terraform.
421
413
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
422
414
  If it is not provided, the provider project is used.
423
415
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
@@ -697,10 +689,6 @@ class _ActiveDirectoryState:
697
689
  @property
698
690
  @pulumi.getter
699
691
  def password(self) -> Optional[pulumi.Input[str]]:
700
- """
701
- Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
702
- re-apply the password, unless you use a new password in Terraform.
703
- """
704
692
  return pulumi.get(self, "password")
705
693
 
706
694
  @password.setter
@@ -919,8 +907,6 @@ class ActiveDirectory(pulumi.CustomResource):
919
907
  This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
920
908
  :param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
921
909
  Defaults to `CN=Computers` if left empty.
922
- :param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
923
- re-apply the password, unless you use a new password in Terraform.
924
910
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
925
911
  If it is not provided, the provider project is used.
926
912
  :param pulumi.Input[Sequence[pulumi.Input[str]]] security_operators: Domain accounts that require elevated privileges such as `SeSecurityPrivilege` to manage security logs. Comma-separated list.
@@ -1157,8 +1143,6 @@ class ActiveDirectory(pulumi.CustomResource):
1157
1143
  This option can be used to temporarily switch such volumes to AUTH_SYS authentication (user ID + 1-16 groups).
1158
1144
  :param pulumi.Input[str] organizational_unit: Name of the Organizational Unit where you intend to create the computer account for NetApp Volumes.
1159
1145
  Defaults to `CN=Computers` if left empty.
1160
- :param pulumi.Input[str] password: Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
1161
- re-apply the password, unless you use a new password in Terraform.
1162
1146
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1163
1147
  If it is not provided, the provider project is used.
1164
1148
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
@@ -1350,10 +1334,6 @@ class ActiveDirectory(pulumi.CustomResource):
1350
1334
  @property
1351
1335
  @pulumi.getter
1352
1336
  def password(self) -> pulumi.Output[str]:
1353
- """
1354
- Password for specified username. Note - Manual changes done to the password will not be detected. Terraform will not
1355
- re-apply the password, unless you use a new password in Terraform.
1356
- """
1357
1337
  return pulumi.get(self, "password")
1358
1338
 
1359
1339
  @property
@@ -34,11 +34,6 @@ class VolumeReplicationArgs:
34
34
  :param pulumi.Input[str] replication_schedule: Specifies the replication interval.
35
35
  Possible values are: `EVERY_10_MINUTES`, `HOURLY`, `DAILY`.
36
36
  :param pulumi.Input[str] volume_name: The name of the existing source volume.
37
- :param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
38
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
39
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
40
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
41
- avoid accidental volume deletion. Handle with care. Default is false.
42
37
  :param pulumi.Input[str] description: An description of this resource.
43
38
  :param pulumi.Input['VolumeReplicationDestinationVolumeParametersArgs'] destination_volume_parameters: Destination volume parameters.
44
39
  Structure is documented below.
@@ -60,9 +55,6 @@ class VolumeReplicationArgs:
60
55
  and act independently from the source volume.
61
56
  Set to true to enable/resume the mirror. WARNING: Resuming a mirror overwrites any changes
62
57
  done to the destination volume with the content of the source volume.
63
- :param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
64
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
65
- parameter to true. Default is false.
66
58
  """
67
59
  pulumi.set(__self__, "location", location)
68
60
  pulumi.set(__self__, "replication_schedule", replication_schedule)
@@ -126,13 +118,6 @@ class VolumeReplicationArgs:
126
118
  @property
127
119
  @pulumi.getter(name="deleteDestinationVolume")
128
120
  def delete_destination_volume(self) -> Optional[pulumi.Input[bool]]:
129
- """
130
- A destination volume is created as part of replication creation. The destination volume will not became under Terraform
131
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
132
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
133
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
134
- avoid accidental volume deletion. Handle with care. Default is false.
135
- """
136
121
  return pulumi.get(self, "delete_destination_volume")
137
122
 
138
123
  @delete_destination_volume.setter
@@ -240,11 +225,6 @@ class VolumeReplicationArgs:
240
225
  @property
241
226
  @pulumi.getter(name="waitForMirror")
242
227
  def wait_for_mirror(self) -> Optional[pulumi.Input[bool]]:
243
- """
244
- Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
245
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
246
- parameter to true. Default is false.
247
- """
248
228
  return pulumi.get(self, "wait_for_mirror")
249
229
 
250
230
  @wait_for_mirror.setter
@@ -281,11 +261,6 @@ class _VolumeReplicationState:
281
261
  """
282
262
  Input properties used for looking up and filtering VolumeReplication resources.
283
263
  :param pulumi.Input[str] create_time: Create time of the active directory. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
284
- :param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
285
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
286
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
287
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
288
- avoid accidental volume deletion. Handle with care. Default is false.
289
264
  :param pulumi.Input[str] description: An description of this resource.
290
265
  :param pulumi.Input[str] destination_volume: Full resource name of destination volume with format: `projects/{{project}}/locations/{{location}}/volumes/{{volumeId}}`
291
266
  :param pulumi.Input['VolumeReplicationDestinationVolumeParametersArgs'] destination_volume_parameters: Destination volume parameters.
@@ -330,9 +305,6 @@ class _VolumeReplicationState:
330
305
  :param pulumi.Input[Sequence[pulumi.Input['VolumeReplicationTransferStatArgs']]] transfer_stats: Replication transfer statistics. All statistics are updated every 5 minutes.
331
306
  Structure is documented below.
332
307
  :param pulumi.Input[str] volume_name: The name of the existing source volume.
333
- :param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
334
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
335
- parameter to true. Default is false.
336
308
  """
337
309
  if create_time is not None:
338
310
  pulumi.set(__self__, "create_time", create_time)
@@ -396,13 +368,6 @@ class _VolumeReplicationState:
396
368
  @property
397
369
  @pulumi.getter(name="deleteDestinationVolume")
398
370
  def delete_destination_volume(self) -> Optional[pulumi.Input[bool]]:
399
- """
400
- A destination volume is created as part of replication creation. The destination volume will not became under Terraform
401
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
402
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
403
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
404
- avoid accidental volume deletion. Handle with care. Default is false.
405
- """
406
371
  return pulumi.get(self, "delete_destination_volume")
407
372
 
408
373
  @delete_destination_volume.setter
@@ -676,11 +641,6 @@ class _VolumeReplicationState:
676
641
  @property
677
642
  @pulumi.getter(name="waitForMirror")
678
643
  def wait_for_mirror(self) -> Optional[pulumi.Input[bool]]:
679
- """
680
- Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
681
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
682
- parameter to true. Default is false.
683
- """
684
644
  return pulumi.get(self, "wait_for_mirror")
685
645
 
686
646
  @wait_for_mirror.setter
@@ -778,11 +738,6 @@ class VolumeReplication(pulumi.CustomResource):
778
738
 
779
739
  :param str resource_name: The name of the resource.
780
740
  :param pulumi.ResourceOptions opts: Options for the resource.
781
- :param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
782
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
783
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
784
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
785
- avoid accidental volume deletion. Handle with care. Default is false.
786
741
  :param pulumi.Input[str] description: An description of this resource.
787
742
  :param pulumi.Input[pulumi.InputType['VolumeReplicationDestinationVolumeParametersArgs']] destination_volume_parameters: Destination volume parameters.
788
743
  Structure is documented below.
@@ -808,9 +763,6 @@ class VolumeReplication(pulumi.CustomResource):
808
763
  :param pulumi.Input[str] replication_schedule: Specifies the replication interval.
809
764
  Possible values are: `EVERY_10_MINUTES`, `HOURLY`, `DAILY`.
810
765
  :param pulumi.Input[str] volume_name: The name of the existing source volume.
811
- :param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
812
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
813
- parameter to true. Default is false.
814
766
  """
815
767
  ...
816
768
  @overload
@@ -996,11 +948,6 @@ class VolumeReplication(pulumi.CustomResource):
996
948
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
997
949
  :param pulumi.ResourceOptions opts: Options for the resource.
998
950
  :param pulumi.Input[str] create_time: Create time of the active directory. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
999
- :param pulumi.Input[bool] delete_destination_volume: A destination volume is created as part of replication creation. The destination volume will not became under Terraform
1000
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
1001
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
1002
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
1003
- avoid accidental volume deletion. Handle with care. Default is false.
1004
951
  :param pulumi.Input[str] description: An description of this resource.
1005
952
  :param pulumi.Input[str] destination_volume: Full resource name of destination volume with format: `projects/{{project}}/locations/{{location}}/volumes/{{volumeId}}`
1006
953
  :param pulumi.Input[pulumi.InputType['VolumeReplicationDestinationVolumeParametersArgs']] destination_volume_parameters: Destination volume parameters.
@@ -1045,9 +992,6 @@ class VolumeReplication(pulumi.CustomResource):
1045
992
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VolumeReplicationTransferStatArgs']]]] transfer_stats: Replication transfer statistics. All statistics are updated every 5 minutes.
1046
993
  Structure is documented below.
1047
994
  :param pulumi.Input[str] volume_name: The name of the existing source volume.
1048
- :param pulumi.Input[bool] wait_for_mirror: Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
1049
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
1050
- parameter to true. Default is false.
1051
995
  """
1052
996
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1053
997
 
@@ -1089,13 +1033,6 @@ class VolumeReplication(pulumi.CustomResource):
1089
1033
  @property
1090
1034
  @pulumi.getter(name="deleteDestinationVolume")
1091
1035
  def delete_destination_volume(self) -> pulumi.Output[Optional[bool]]:
1092
- """
1093
- A destination volume is created as part of replication creation. The destination volume will not became under Terraform
1094
- management unless you import it manually. If you delete the replication, this volume will remain. Setting this parameter
1095
- to true will delete the *current* destination volume when destroying the replication. If you reversed the replication
1096
- direction, this will be your former source volume! For production use, it is recommended to keep this parameter false to
1097
- avoid accidental volume deletion. Handle with care. Default is false.
1098
- """
1099
1036
  return pulumi.get(self, "delete_destination_volume")
1100
1037
 
1101
1038
  @property
@@ -1285,10 +1222,5 @@ class VolumeReplication(pulumi.CustomResource):
1285
1222
  @property
1286
1223
  @pulumi.getter(name="waitForMirror")
1287
1224
  def wait_for_mirror(self) -> pulumi.Output[Optional[bool]]:
1288
- """
1289
- Replication resource state is independent of mirror_state. With enough data, it can take many hours for mirror_state to
1290
- reach MIRRORED. If you want Terraform to wait for the mirror to finish on create/stop/resume operations, set this
1291
- parameter to true. Default is false.
1292
- """
1293
1225
  return pulumi.get(self, "wait_for_mirror")
1294
1226
 
@@ -6,6 +6,7 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .hub import *
9
+ from .internal_range import *
9
10
  from .policy_based_route import *
10
11
  from .service_connection_policy import *
11
12
  from .spoke import *