pulumi-oci 1.42.0a1718951234__py3-none-any.whl → 1.42.0a1719263894__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_oci/_utilities.py +35 -0
- pulumi_oci/budget/budget.py +3 -9
- pulumi_oci/budget/get_budget.py +1 -3
- pulumi_oci/budget/outputs.py +1 -3
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +2 -2
- pulumi_oci/containerengine/get_node_pool.py +2 -6
- pulumi_oci/containerengine/node_pool.py +6 -18
- pulumi_oci/containerengine/outputs.py +2 -6
- pulumi_oci/core/_inputs.py +5 -15
- pulumi_oci/core/boot_volume.py +3 -9
- pulumi_oci/core/get_boot_volume.py +1 -3
- pulumi_oci/core/get_instance.py +3 -9
- pulumi_oci/core/get_virtual_circuit.py +2 -6
- pulumi_oci/core/get_volume.py +2 -6
- pulumi_oci/core/instance.py +9 -27
- pulumi_oci/core/outputs.py +24 -72
- pulumi_oci/core/virtual_circuit.py +5 -15
- pulumi_oci/core/volume.py +6 -18
- pulumi_oci/core/volume_attachment.py +3 -9
- pulumi_oci/core/volume_backup.py +4 -12
- pulumi_oci/core/volume_group.py +3 -9
- pulumi_oci/database/autonomous_database.py +3 -9
- pulumi_oci/database/autonomous_exadata_infrastructure.py +3 -9
- pulumi_oci/database/backup_destination.py +3 -9
- pulumi_oci/database/get_autonomous_database.py +1 -3
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -3
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -3
- pulumi_oci/database/get_backup_destination.py +1 -3
- pulumi_oci/database/outputs.py +4 -12
- pulumi_oci/datasafe/discovery_jobs_result.py +7 -21
- pulumi_oci/datasafe/get_discovery_jobs_result.py +2 -6
- pulumi_oci/datasafe/outputs.py +3 -9
- pulumi_oci/dns/get_records.py +1 -3
- pulumi_oci/dns/outputs.py +3 -9
- pulumi_oci/dns/record.py +9 -27
- pulumi_oci/identity/outputs.py +3 -9
- pulumi_oci/identity/policy.py +6 -18
- pulumi_oci/loadbalancer/load_balancer.py +2 -6
- pulumi_oci/loadbalancer/outputs.py +1 -3
- pulumi_oci/mysql/_inputs.py +7 -21
- pulumi_oci/mysql/outputs.py +21 -63
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -3
- pulumi_oci/objectstorage/get_replication_policy.py +1 -3
- pulumi_oci/objectstorage/outputs.py +2 -6
- pulumi_oci/objectstorage/preauthrequest.py +3 -9
- pulumi_oci/objectstorage/replication_policy.py +3 -9
- pulumi_oci/ocvp/esxi_host.py +18 -54
- pulumi_oci/ocvp/get_exsi_host.py +6 -18
- pulumi_oci/ocvp/get_sddc.py +31 -93
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -3
- pulumi_oci/ocvp/outputs.py +39 -117
- pulumi_oci/ocvp/sddc.py +83 -249
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -3
- pulumi_oci/recoverymod/outputs.py +1 -3
- pulumi_oci/recoverymod/recovery_service_subnet.py +3 -9
- {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/METADATA +1 -1
- {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/RECORD +60 -60
- {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/top_level.txt +0 -0
@@ -114,13 +114,11 @@ class VolumeAttachmentArgs:
|
|
114
114
|
|
115
115
|
@property
|
116
116
|
@pulumi.getter(name="compartmentId")
|
117
|
+
@_utilities.deprecated("""The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
117
118
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
118
119
|
"""
|
119
120
|
The OCID of the compartment.
|
120
121
|
"""
|
121
|
-
warnings.warn("""The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
122
|
-
pulumi.log.warn("""compartment_id is deprecated: The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
123
|
-
|
124
122
|
return pulumi.get(self, "compartment_id")
|
125
123
|
|
126
124
|
@compartment_id.setter
|
@@ -384,13 +382,11 @@ class _VolumeAttachmentState:
|
|
384
382
|
|
385
383
|
@property
|
386
384
|
@pulumi.getter(name="compartmentId")
|
385
|
+
@_utilities.deprecated("""The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
387
386
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
388
387
|
"""
|
389
388
|
The OCID of the compartment.
|
390
389
|
"""
|
391
|
-
warnings.warn("""The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
392
|
-
pulumi.log.warn("""compartment_id is deprecated: The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
393
|
-
|
394
390
|
return pulumi.get(self, "compartment_id")
|
395
391
|
|
396
392
|
@compartment_id.setter
|
@@ -939,13 +935,11 @@ class VolumeAttachment(pulumi.CustomResource):
|
|
939
935
|
|
940
936
|
@property
|
941
937
|
@pulumi.getter(name="compartmentId")
|
938
|
+
@_utilities.deprecated("""The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
942
939
|
def compartment_id(self) -> pulumi.Output[str]:
|
943
940
|
"""
|
944
941
|
The OCID of the compartment.
|
945
942
|
"""
|
946
|
-
warnings.warn("""The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
947
|
-
pulumi.log.warn("""compartment_id is deprecated: The 'compartment_id' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
948
|
-
|
949
943
|
return pulumi.get(self, "compartment_id")
|
950
944
|
|
951
945
|
@property
|
pulumi_oci/core/volume_backup.py
CHANGED
@@ -324,13 +324,11 @@ class _VolumeBackupState:
|
|
324
324
|
|
325
325
|
@property
|
326
326
|
@pulumi.getter(name="sizeInMbs")
|
327
|
+
@_utilities.deprecated("""The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.""")
|
327
328
|
def size_in_mbs(self) -> Optional[pulumi.Input[str]]:
|
328
329
|
"""
|
329
330
|
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use `size_in_gbs`.
|
330
331
|
"""
|
331
|
-
warnings.warn("""The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.""", DeprecationWarning)
|
332
|
-
pulumi.log.warn("""size_in_mbs is deprecated: The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.""")
|
333
|
-
|
334
332
|
return pulumi.get(self, "size_in_mbs")
|
335
333
|
|
336
334
|
@size_in_mbs.setter
|
@@ -447,13 +445,11 @@ class _VolumeBackupState:
|
|
447
445
|
|
448
446
|
@property
|
449
447
|
@pulumi.getter(name="uniqueSizeInMbs")
|
448
|
+
@_utilities.deprecated("""The 'unique_size_in_mbs' field has been deprecated. Please use 'unique_size_in_gbs' instead.""")
|
450
449
|
def unique_size_in_mbs(self) -> Optional[pulumi.Input[str]]:
|
451
450
|
"""
|
452
451
|
The size used by the backup, in MBs. It is typically smaller than sizeInMBs, depending on the space consumed on the volume and whether the backup is full or incremental. This field is deprecated. Please use uniqueSizeInGBs.
|
453
452
|
"""
|
454
|
-
warnings.warn("""The 'unique_size_in_mbs' field has been deprecated. Please use 'unique_size_in_gbs' instead.""", DeprecationWarning)
|
455
|
-
pulumi.log.warn("""unique_size_in_mbs is deprecated: The 'unique_size_in_mbs' field has been deprecated. Please use 'unique_size_in_gbs' instead.""")
|
456
|
-
|
457
453
|
return pulumi.get(self, "unique_size_in_mbs")
|
458
454
|
|
459
455
|
@unique_size_in_mbs.setter
|
@@ -768,13 +764,11 @@ class VolumeBackup(pulumi.CustomResource):
|
|
768
764
|
|
769
765
|
@property
|
770
766
|
@pulumi.getter(name="sizeInMbs")
|
767
|
+
@_utilities.deprecated("""The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.""")
|
771
768
|
def size_in_mbs(self) -> pulumi.Output[str]:
|
772
769
|
"""
|
773
770
|
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use `size_in_gbs`.
|
774
771
|
"""
|
775
|
-
warnings.warn("""The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.""", DeprecationWarning)
|
776
|
-
pulumi.log.warn("""size_in_mbs is deprecated: The 'size_in_mbs' field has been deprecated. Please use 'size_in_gbs' instead.""")
|
777
|
-
|
778
772
|
return pulumi.get(self, "size_in_mbs")
|
779
773
|
|
780
774
|
@property
|
@@ -851,13 +845,11 @@ class VolumeBackup(pulumi.CustomResource):
|
|
851
845
|
|
852
846
|
@property
|
853
847
|
@pulumi.getter(name="uniqueSizeInMbs")
|
848
|
+
@_utilities.deprecated("""The 'unique_size_in_mbs' field has been deprecated. Please use 'unique_size_in_gbs' instead.""")
|
854
849
|
def unique_size_in_mbs(self) -> pulumi.Output[str]:
|
855
850
|
"""
|
856
851
|
The size used by the backup, in MBs. It is typically smaller than sizeInMBs, depending on the space consumed on the volume and whether the backup is full or incremental. This field is deprecated. Please use uniqueSizeInGBs.
|
857
852
|
"""
|
858
|
-
warnings.warn("""The 'unique_size_in_mbs' field has been deprecated. Please use 'unique_size_in_gbs' instead.""", DeprecationWarning)
|
859
|
-
pulumi.log.warn("""unique_size_in_mbs is deprecated: The 'unique_size_in_mbs' field has been deprecated. Please use 'unique_size_in_gbs' instead.""")
|
860
|
-
|
861
853
|
return pulumi.get(self, "unique_size_in_mbs")
|
862
854
|
|
863
855
|
@property
|
pulumi_oci/core/volume_group.py
CHANGED
@@ -107,13 +107,11 @@ class VolumeGroupArgs:
|
|
107
107
|
|
108
108
|
@property
|
109
109
|
@pulumi.getter(name="backupPolicyId")
|
110
|
+
@_utilities.deprecated("""The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""")
|
110
111
|
def backup_policy_id(self) -> Optional[pulumi.Input[str]]:
|
111
112
|
"""
|
112
113
|
If provided, specifies the ID of the volume backup policy to assign to the newly created volume group. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a volume group.
|
113
114
|
"""
|
114
|
-
warnings.warn("""The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""", DeprecationWarning)
|
115
|
-
pulumi.log.warn("""backup_policy_id is deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""")
|
116
|
-
|
117
115
|
return pulumi.get(self, "backup_policy_id")
|
118
116
|
|
119
117
|
@backup_policy_id.setter
|
@@ -307,13 +305,11 @@ class _VolumeGroupState:
|
|
307
305
|
|
308
306
|
@property
|
309
307
|
@pulumi.getter(name="backupPolicyId")
|
308
|
+
@_utilities.deprecated("""The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""")
|
310
309
|
def backup_policy_id(self) -> Optional[pulumi.Input[str]]:
|
311
310
|
"""
|
312
311
|
If provided, specifies the ID of the volume backup policy to assign to the newly created volume group. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a volume group.
|
313
312
|
"""
|
314
|
-
warnings.warn("""The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""", DeprecationWarning)
|
315
|
-
pulumi.log.warn("""backup_policy_id is deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""")
|
316
|
-
|
317
313
|
return pulumi.get(self, "backup_policy_id")
|
318
314
|
|
319
315
|
@backup_policy_id.setter
|
@@ -759,13 +755,11 @@ class VolumeGroup(pulumi.CustomResource):
|
|
759
755
|
|
760
756
|
@property
|
761
757
|
@pulumi.getter(name="backupPolicyId")
|
758
|
+
@_utilities.deprecated("""The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""")
|
762
759
|
def backup_policy_id(self) -> pulumi.Output[str]:
|
763
760
|
"""
|
764
761
|
If provided, specifies the ID of the volume backup policy to assign to the newly created volume group. If omitted, no policy will be assigned. This field is deprecated. Use the `core_get_volume_backup_policy_assignments` instead to assign a backup policy to a volume group.
|
765
762
|
"""
|
766
|
-
warnings.warn("""The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""", DeprecationWarning)
|
767
|
-
pulumi.log.warn("""backup_policy_id is deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.""")
|
768
|
-
|
769
763
|
return pulumi.get(self, "backup_policy_id")
|
770
764
|
|
771
765
|
@property
|
@@ -942,6 +942,7 @@ class AutonomousDatabaseArgs:
|
|
942
942
|
|
943
943
|
@property
|
944
944
|
@pulumi.getter(name="isShrinkOnly")
|
945
|
+
@_utilities.deprecated("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
945
946
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
946
947
|
"""
|
947
948
|
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where `is_dedicated` is false.
|
@@ -949,9 +950,6 @@ class AutonomousDatabaseArgs:
|
|
949
950
|
** IMPORTANT **
|
950
951
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
951
952
|
"""
|
952
|
-
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
953
|
-
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
954
|
-
|
955
953
|
return pulumi.get(self, "is_shrink_only")
|
956
954
|
|
957
955
|
@is_shrink_only.setter
|
@@ -2745,6 +2743,7 @@ class _AutonomousDatabaseState:
|
|
2745
2743
|
|
2746
2744
|
@property
|
2747
2745
|
@pulumi.getter(name="isShrinkOnly")
|
2746
|
+
@_utilities.deprecated("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
2748
2747
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
2749
2748
|
"""
|
2750
2749
|
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where `is_dedicated` is false.
|
@@ -2752,9 +2751,6 @@ class _AutonomousDatabaseState:
|
|
2752
2751
|
** IMPORTANT **
|
2753
2752
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2754
2753
|
"""
|
2755
|
-
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
2756
|
-
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
2757
|
-
|
2758
2754
|
return pulumi.get(self, "is_shrink_only")
|
2759
2755
|
|
2760
2756
|
@is_shrink_only.setter
|
@@ -5207,6 +5203,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5207
5203
|
|
5208
5204
|
@property
|
5209
5205
|
@pulumi.getter(name="isShrinkOnly")
|
5206
|
+
@_utilities.deprecated("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
5210
5207
|
def is_shrink_only(self) -> pulumi.Output[Optional[bool]]:
|
5211
5208
|
"""
|
5212
5209
|
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where `is_dedicated` is false.
|
@@ -5214,9 +5211,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5214
5211
|
** IMPORTANT **
|
5215
5212
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5216
5213
|
"""
|
5217
|
-
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
5218
|
-
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
5219
|
-
|
5220
5214
|
return pulumi.get(self, "is_shrink_only")
|
5221
5215
|
|
5222
5216
|
@property
|
@@ -78,13 +78,11 @@ class AutonomousExadataInfrastructureArgs:
|
|
78
78
|
|
79
79
|
@property
|
80
80
|
@pulumi.getter(name="availabilityDomain")
|
81
|
+
@_utilities.deprecated("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
81
82
|
def availability_domain(self) -> pulumi.Input[str]:
|
82
83
|
"""
|
83
84
|
The availability domain where the Autonomous Exadata Infrastructure is located.
|
84
85
|
"""
|
85
|
-
warnings.warn("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""", DeprecationWarning)
|
86
|
-
pulumi.log.warn("""availability_domain is deprecated: Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
87
|
-
|
88
86
|
return pulumi.get(self, "availability_domain")
|
89
87
|
|
90
88
|
@availability_domain.setter
|
@@ -336,13 +334,11 @@ class _AutonomousExadataInfrastructureState:
|
|
336
334
|
|
337
335
|
@property
|
338
336
|
@pulumi.getter(name="availabilityDomain")
|
337
|
+
@_utilities.deprecated("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
339
338
|
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
340
339
|
"""
|
341
340
|
The availability domain where the Autonomous Exadata Infrastructure is located.
|
342
341
|
"""
|
343
|
-
warnings.warn("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""", DeprecationWarning)
|
344
|
-
pulumi.log.warn("""availability_domain is deprecated: Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
345
|
-
|
346
342
|
return pulumi.get(self, "availability_domain")
|
347
343
|
|
348
344
|
@availability_domain.setter
|
@@ -912,13 +908,11 @@ class AutonomousExadataInfrastructure(pulumi.CustomResource):
|
|
912
908
|
|
913
909
|
@property
|
914
910
|
@pulumi.getter(name="availabilityDomain")
|
911
|
+
@_utilities.deprecated("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
915
912
|
def availability_domain(self) -> pulumi.Output[str]:
|
916
913
|
"""
|
917
914
|
The availability domain where the Autonomous Exadata Infrastructure is located.
|
918
915
|
"""
|
919
|
-
warnings.warn("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""", DeprecationWarning)
|
920
|
-
pulumi.log.warn("""availability_domain is deprecated: Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
921
|
-
|
922
916
|
return pulumi.get(self, "availability_domain")
|
923
917
|
|
924
918
|
@property
|
@@ -134,13 +134,11 @@ class BackupDestinationArgs:
|
|
134
134
|
|
135
135
|
@property
|
136
136
|
@pulumi.getter(name="localMountPointPath")
|
137
|
+
@_utilities.deprecated("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
137
138
|
def local_mount_point_path(self) -> Optional[pulumi.Input[str]]:
|
138
139
|
"""
|
139
140
|
(Updatable) **Deprecated.** The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS.
|
140
141
|
"""
|
141
|
-
warnings.warn("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""", DeprecationWarning)
|
142
|
-
pulumi.log.warn("""local_mount_point_path is deprecated: The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
143
|
-
|
144
142
|
return pulumi.get(self, "local_mount_point_path")
|
145
143
|
|
146
144
|
@local_mount_point_path.setter
|
@@ -340,13 +338,11 @@ class _BackupDestinationState:
|
|
340
338
|
|
341
339
|
@property
|
342
340
|
@pulumi.getter(name="localMountPointPath")
|
341
|
+
@_utilities.deprecated("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
343
342
|
def local_mount_point_path(self) -> Optional[pulumi.Input[str]]:
|
344
343
|
"""
|
345
344
|
(Updatable) **Deprecated.** The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS.
|
346
345
|
"""
|
347
|
-
warnings.warn("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""", DeprecationWarning)
|
348
|
-
pulumi.log.warn("""local_mount_point_path is deprecated: The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
349
|
-
|
350
346
|
return pulumi.get(self, "local_mount_point_path")
|
351
347
|
|
352
348
|
@local_mount_point_path.setter
|
@@ -756,13 +752,11 @@ class BackupDestination(pulumi.CustomResource):
|
|
756
752
|
|
757
753
|
@property
|
758
754
|
@pulumi.getter(name="localMountPointPath")
|
755
|
+
@_utilities.deprecated("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
759
756
|
def local_mount_point_path(self) -> pulumi.Output[str]:
|
760
757
|
"""
|
761
758
|
(Updatable) **Deprecated.** The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS.
|
762
759
|
"""
|
763
|
-
warnings.warn("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""", DeprecationWarning)
|
764
|
-
pulumi.log.warn("""local_mount_point_path is deprecated: The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
765
|
-
|
766
760
|
return pulumi.get(self, "local_mount_point_path")
|
767
761
|
|
768
762
|
@property
|
@@ -881,10 +881,8 @@ class GetAutonomousDatabaseResult:
|
|
881
881
|
|
882
882
|
@property
|
883
883
|
@pulumi.getter(name="isShrinkOnly")
|
884
|
+
@_utilities.deprecated("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
884
885
|
def is_shrink_only(self) -> bool:
|
885
|
-
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
886
|
-
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
887
|
-
|
888
886
|
return pulumi.get(self, "is_shrink_only")
|
889
887
|
|
890
888
|
@property
|
@@ -43,10 +43,8 @@ class GetAutonomousDatabaseWalletResult:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
@pulumi.getter(name="autonomousDatabaseId")
|
46
|
+
@_utilities.deprecated("""The 'data.oci_database_autonomous_database_wallet' resource has been deprecated. Please use 'oci_database_autonomous_database_wallet' instead.""")
|
46
47
|
def autonomous_database_id(self) -> str:
|
47
|
-
warnings.warn("""The 'data.oci_database_autonomous_database_wallet' resource has been deprecated. Please use 'oci_database_autonomous_database_wallet' instead.""", DeprecationWarning)
|
48
|
-
pulumi.log.warn("""autonomous_database_id is deprecated: The 'data.oci_database_autonomous_database_wallet' resource has been deprecated. Please use 'oci_database_autonomous_database_wallet' instead.""")
|
49
|
-
|
50
48
|
return pulumi.get(self, "autonomous_database_id")
|
51
49
|
|
52
50
|
@property
|
@@ -100,13 +100,11 @@ class GetAutonomousExadataInfrastructureResult:
|
|
100
100
|
|
101
101
|
@property
|
102
102
|
@pulumi.getter(name="availabilityDomain")
|
103
|
+
@_utilities.deprecated("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
103
104
|
def availability_domain(self) -> str:
|
104
105
|
"""
|
105
106
|
The name of the availability domain that the Autonomous Exadata Infrastructure is located in.
|
106
107
|
"""
|
107
|
-
warnings.warn("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""", DeprecationWarning)
|
108
|
-
pulumi.log.warn("""availability_domain is deprecated: Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
109
|
-
|
110
108
|
return pulumi.get(self, "availability_domain")
|
111
109
|
|
112
110
|
@property
|
@@ -149,13 +149,11 @@ class GetBackupDestinationResult:
|
|
149
149
|
|
150
150
|
@property
|
151
151
|
@pulumi.getter(name="localMountPointPath")
|
152
|
+
@_utilities.deprecated("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
152
153
|
def local_mount_point_path(self) -> str:
|
153
154
|
"""
|
154
155
|
The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.
|
155
156
|
"""
|
156
|
-
warnings.warn("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""", DeprecationWarning)
|
157
|
-
pulumi.log.warn("""local_mount_point_path is deprecated: The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
158
|
-
|
159
157
|
return pulumi.get(self, "local_mount_point_path")
|
160
158
|
|
161
159
|
@property
|
pulumi_oci/database/outputs.py
CHANGED
@@ -17368,10 +17368,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17368
17368
|
|
17369
17369
|
@property
|
17370
17370
|
@pulumi.getter(name="isShrinkOnly")
|
17371
|
+
@_utilities.deprecated("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
17371
17372
|
def is_shrink_only(self) -> bool:
|
17372
|
-
warnings.warn("""The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""", DeprecationWarning)
|
17373
|
-
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
17374
|
-
|
17375
17373
|
return pulumi.get(self, "is_shrink_only")
|
17376
17374
|
|
17377
17375
|
@property
|
@@ -21738,13 +21736,11 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureResult(d
|
|
21738
21736
|
|
21739
21737
|
@property
|
21740
21738
|
@pulumi.getter(name="availabilityDomain")
|
21739
|
+
@_utilities.deprecated("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
21741
21740
|
def availability_domain(self) -> str:
|
21742
21741
|
"""
|
21743
21742
|
A filter to return only resources that match the given availability domain exactly.
|
21744
21743
|
"""
|
21745
|
-
warnings.warn("""Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""", DeprecationWarning)
|
21746
|
-
pulumi.log.warn("""availability_domain is deprecated: Autonomous Exadata Infrastructure resource is now end-of-life.Please provision cloud autonomous vm cluster instead.""")
|
21747
|
-
|
21748
21744
|
return pulumi.get(self, "availability_domain")
|
21749
21745
|
|
21750
21746
|
@property
|
@@ -24230,13 +24226,11 @@ class GetBackupDestinationsBackupDestinationResult(dict):
|
|
24230
24226
|
|
24231
24227
|
@property
|
24232
24228
|
@pulumi.getter(name="localMountPointPath")
|
24229
|
+
@_utilities.deprecated("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
24233
24230
|
def local_mount_point_path(self) -> str:
|
24234
24231
|
"""
|
24235
24232
|
The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.
|
24236
24233
|
"""
|
24237
|
-
warnings.warn("""The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""", DeprecationWarning)
|
24238
|
-
pulumi.log.warn("""local_mount_point_path is deprecated: The 'local_mount_point_path' field has been deprecated. Please use 'local_mount_point_path under mount_type_details' instead.""")
|
24239
|
-
|
24240
24234
|
return pulumi.get(self, "local_mount_point_path")
|
24241
24235
|
|
24242
24236
|
@property
|
@@ -34484,13 +34478,11 @@ class GetDbSystemShapesDbSystemShapeResult(dict):
|
|
34484
34478
|
|
34485
34479
|
@property
|
34486
34480
|
@pulumi.getter
|
34481
|
+
@_utilities.deprecated("""The 'shape' field has been deprecated. Please use 'name' instead.""")
|
34487
34482
|
def shape(self) -> str:
|
34488
34483
|
"""
|
34489
34484
|
Deprecated. Use `name` instead of `shape`.
|
34490
34485
|
"""
|
34491
|
-
warnings.warn("""The 'shape' field has been deprecated. Please use 'name' instead.""", DeprecationWarning)
|
34492
|
-
pulumi.log.warn("""shape is deprecated: The 'shape' field has been deprecated. Please use 'name' instead.""")
|
34493
|
-
|
34494
34486
|
return pulumi.get(self, "shape")
|
34495
34487
|
|
34496
34488
|
@property
|
@@ -28,13 +28,11 @@ class DiscoveryJobsResultArgs:
|
|
28
28
|
|
29
29
|
@property
|
30
30
|
@pulumi.getter(name="discoveryJobId")
|
31
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
31
32
|
def discovery_job_id(self) -> pulumi.Input[str]:
|
32
33
|
"""
|
33
34
|
The OCID of the discovery job.
|
34
35
|
"""
|
35
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
36
|
-
pulumi.log.warn("""discovery_job_id is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
37
|
-
|
38
36
|
return pulumi.get(self, "discovery_job_id")
|
39
37
|
|
40
38
|
@discovery_job_id.setter
|
@@ -200,13 +198,11 @@ class _DiscoveryJobsResultState:
|
|
200
198
|
|
201
199
|
@property
|
202
200
|
@pulumi.getter(name="discoveryJobId")
|
201
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
203
202
|
def discovery_job_id(self) -> Optional[pulumi.Input[str]]:
|
204
203
|
"""
|
205
204
|
The OCID of the discovery job.
|
206
205
|
"""
|
207
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
208
|
-
pulumi.log.warn("""discovery_job_id is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
209
|
-
|
210
206
|
return pulumi.get(self, "discovery_job_id")
|
211
207
|
|
212
208
|
@discovery_job_id.setter
|
@@ -215,13 +211,11 @@ class _DiscoveryJobsResultState:
|
|
215
211
|
|
216
212
|
@property
|
217
213
|
@pulumi.getter(name="discoveryType")
|
214
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
218
215
|
def discovery_type(self) -> Optional[pulumi.Input[str]]:
|
219
216
|
"""
|
220
217
|
The type of the discovery result. It can be one of the following three types: NEW: A new sensitive column in the target database that is not in the sensitive data model. DELETED: A column that is present in the sensitive data model but has been deleted from the target database. MODIFIED: A column that is present in the target database as well as the sensitive data model but some of its attributes have been modified.
|
221
218
|
"""
|
222
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
223
|
-
pulumi.log.warn("""discovery_type is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
224
|
-
|
225
219
|
return pulumi.get(self, "discovery_type")
|
226
220
|
|
227
221
|
@discovery_type.setter
|
@@ -254,13 +248,11 @@ class _DiscoveryJobsResultState:
|
|
254
248
|
|
255
249
|
@property
|
256
250
|
@pulumi.getter
|
251
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
257
252
|
def key(self) -> Optional[pulumi.Input[str]]:
|
258
253
|
"""
|
259
254
|
The unique key that identifies the discovery result.
|
260
255
|
"""
|
261
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
262
|
-
pulumi.log.warn("""key is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
263
|
-
|
264
256
|
return pulumi.get(self, "key")
|
265
257
|
|
266
258
|
@key.setter
|
@@ -622,24 +614,20 @@ class DiscoveryJobsResult(pulumi.CustomResource):
|
|
622
614
|
|
623
615
|
@property
|
624
616
|
@pulumi.getter(name="discoveryJobId")
|
617
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
625
618
|
def discovery_job_id(self) -> pulumi.Output[str]:
|
626
619
|
"""
|
627
620
|
The OCID of the discovery job.
|
628
621
|
"""
|
629
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
630
|
-
pulumi.log.warn("""discovery_job_id is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
631
|
-
|
632
622
|
return pulumi.get(self, "discovery_job_id")
|
633
623
|
|
634
624
|
@property
|
635
625
|
@pulumi.getter(name="discoveryType")
|
626
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
636
627
|
def discovery_type(self) -> pulumi.Output[str]:
|
637
628
|
"""
|
638
629
|
The type of the discovery result. It can be one of the following three types: NEW: A new sensitive column in the target database that is not in the sensitive data model. DELETED: A column that is present in the sensitive data model but has been deleted from the target database. MODIFIED: A column that is present in the target database as well as the sensitive data model but some of its attributes have been modified.
|
639
630
|
"""
|
640
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
641
|
-
pulumi.log.warn("""discovery_type is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
642
|
-
|
643
631
|
return pulumi.get(self, "discovery_type")
|
644
632
|
|
645
633
|
@property
|
@@ -660,13 +648,11 @@ class DiscoveryJobsResult(pulumi.CustomResource):
|
|
660
648
|
|
661
649
|
@property
|
662
650
|
@pulumi.getter
|
651
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
663
652
|
def key(self) -> pulumi.Output[str]:
|
664
653
|
"""
|
665
654
|
The unique key that identifies the discovery result.
|
666
655
|
"""
|
667
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
668
|
-
pulumi.log.warn("""key is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
669
|
-
|
670
656
|
return pulumi.get(self, "key")
|
671
657
|
|
672
658
|
@property
|
@@ -140,13 +140,11 @@ class GetDiscoveryJobsResultResult:
|
|
140
140
|
|
141
141
|
@property
|
142
142
|
@pulumi.getter(name="discoveryType")
|
143
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
143
144
|
def discovery_type(self) -> str:
|
144
145
|
"""
|
145
146
|
The type of the discovery result. It can be one of the following three types: NEW: A new sensitive column in the target database that is not in the sensitive data model. DELETED: A column that is present in the sensitive data model but has been deleted from the target database. MODIFIED: A column that is present in the target database as well as the sensitive data model but some of its attributes have been modified.
|
146
147
|
"""
|
147
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
148
|
-
pulumi.log.warn("""discovery_type is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
149
|
-
|
150
148
|
return pulumi.get(self, "discovery_type")
|
151
149
|
|
152
150
|
@property
|
@@ -172,13 +170,11 @@ class GetDiscoveryJobsResultResult:
|
|
172
170
|
|
173
171
|
@property
|
174
172
|
@pulumi.getter
|
173
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
175
174
|
def key(self) -> str:
|
176
175
|
"""
|
177
176
|
The unique key that identifies the discovery result.
|
178
177
|
"""
|
179
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
180
|
-
pulumi.log.warn("""key is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
181
|
-
|
182
178
|
return pulumi.get(self, "key")
|
183
179
|
|
184
180
|
@property
|
pulumi_oci/datasafe/outputs.py
CHANGED
@@ -10209,24 +10209,20 @@ class GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemResult(dict):
|
|
10209
10209
|
|
10210
10210
|
@property
|
10211
10211
|
@pulumi.getter(name="discoveryJobId")
|
10212
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
10212
10213
|
def discovery_job_id(self) -> str:
|
10213
10214
|
"""
|
10214
10215
|
The OCID of the discovery job.
|
10215
10216
|
"""
|
10216
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
10217
|
-
pulumi.log.warn("""discovery_job_id is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
10218
|
-
|
10219
10217
|
return pulumi.get(self, "discovery_job_id")
|
10220
10218
|
|
10221
10219
|
@property
|
10222
10220
|
@pulumi.getter(name="discoveryType")
|
10221
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
10223
10222
|
def discovery_type(self) -> str:
|
10224
10223
|
"""
|
10225
10224
|
A filter to return only the resources that match the specified discovery type.
|
10226
10225
|
"""
|
10227
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
10228
|
-
pulumi.log.warn("""discovery_type is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
10229
|
-
|
10230
10226
|
return pulumi.get(self, "discovery_type")
|
10231
10227
|
|
10232
10228
|
@property
|
@@ -10247,13 +10243,11 @@ class GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemResult(dict):
|
|
10247
10243
|
|
10248
10244
|
@property
|
10249
10245
|
@pulumi.getter
|
10246
|
+
@_utilities.deprecated("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
10250
10247
|
def key(self) -> str:
|
10251
10248
|
"""
|
10252
10249
|
The unique key that identifies the discovery result.
|
10253
10250
|
"""
|
10254
|
-
warnings.warn("""The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""", DeprecationWarning)
|
10255
|
-
pulumi.log.warn("""key is deprecated: The 'oci_data_safe_discovery_jobs_result' resource has been deprecated. It is no longer supported.""")
|
10256
|
-
|
10257
10251
|
return pulumi.get(self, "key")
|
10258
10252
|
|
10259
10253
|
@property
|
pulumi_oci/dns/get_records.py
CHANGED
@@ -117,13 +117,11 @@ class GetRecordsResult:
|
|
117
117
|
|
118
118
|
@property
|
119
119
|
@pulumi.getter(name="zoneNameOrId")
|
120
|
+
@_utilities.deprecated("""The 'oci_dns_records' resource has been deprecated. Please use 'oci_dns_rrsets' instead.""")
|
120
121
|
def zone_name_or_id(self) -> str:
|
121
122
|
"""
|
122
123
|
The name or OCID of the target zone.
|
123
124
|
"""
|
124
|
-
warnings.warn("""The 'oci_dns_records' resource has been deprecated. Please use 'oci_dns_rrsets' instead.""", DeprecationWarning)
|
125
|
-
pulumi.log.warn("""zone_name_or_id is deprecated: The 'oci_dns_records' resource has been deprecated. Please use 'oci_dns_rrsets' instead.""")
|
126
|
-
|
127
125
|
return pulumi.get(self, "zone_name_or_id")
|
128
126
|
|
129
127
|
@property
|