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.
- pulumi_gcp/__init__.py +40 -0
- pulumi_gcp/alloydb/_inputs.py +74 -0
- pulumi_gcp/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +90 -81
- pulumi_gcp/alloydb/outputs.py +98 -0
- pulumi_gcp/apigee/environment.py +47 -0
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/applicationintegration/__init__.py +1 -0
- pulumi_gcp/applicationintegration/_inputs.py +843 -0
- pulumi_gcp/applicationintegration/auth_config.py +998 -0
- pulumi_gcp/applicationintegration/outputs.py +891 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- pulumi_gcp/certificateauthority/_inputs.py +92 -12
- pulumi_gcp/certificateauthority/authority.py +117 -27
- pulumi_gcp/certificateauthority/certificate.py +176 -0
- pulumi_gcp/certificateauthority/outputs.py +144 -12
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/__init__.py +1 -0
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/composer/user_workloads_secret.py +441 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +121 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/global_forwarding_rule.py +0 -282
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +120 -65
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/compute/region_target_https_proxy.py +257 -0
- pulumi_gcp/compute/region_url_map.py +0 -470
- pulumi_gcp/compute/security_policy_rule.py +850 -0
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataloss/__init__.py +1 -0
- pulumi_gcp/dataloss/_inputs.py +1040 -0
- pulumi_gcp/dataloss/outputs.py +1123 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +2 -36
- pulumi_gcp/filestore/get_instance.py +11 -1
- pulumi_gcp/filestore/instance.py +101 -0
- pulumi_gcp/firebase/_inputs.py +16 -0
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/hosting_version.py +44 -0
- pulumi_gcp/firebase/outputs.py +12 -0
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/logging/folder_sink.py +54 -0
- pulumi_gcp/logging/organization_sink.py +54 -0
- pulumi_gcp/monitoring/_inputs.py +46 -2
- pulumi_gcp/monitoring/outputs.py +40 -2
- pulumi_gcp/monitoring/uptime_check_config.py +6 -0
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/get_secret.py +13 -3
- pulumi_gcp/secretmanager/outputs.py +20 -1
- pulumi_gcp/secretmanager/secret.py +90 -15
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/get_bucket_objects.py +153 -0
- pulumi_gcp/storage/outputs.py +63 -0
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +106 -100
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -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
|
|