pulumi-oci 1.42.0a1719036487__py3-none-any.whl → 1.42.0a1719301332__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.0a1719036487.dist-info → pulumi_oci-1.42.0a1719301332.dist-info}/METADATA +1 -1
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719301332.dist-info}/RECORD +60 -60
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719301332.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719301332.dist-info}/top_level.txt +0 -0
pulumi_oci/dns/outputs.py
CHANGED
@@ -1339,13 +1339,11 @@ class GetRecordsRecordResult(dict):
|
|
1339
1339
|
|
1340
1340
|
@property
|
1341
1341
|
@pulumi.getter
|
1342
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
1342
1343
|
def domain(self) -> str:
|
1343
1344
|
"""
|
1344
1345
|
Search by domain. Will match any record whose domain (case-insensitive) equals the provided value.
|
1345
1346
|
"""
|
1346
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
1347
|
-
pulumi.log.warn("""domain is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
1348
|
-
|
1349
1347
|
return pulumi.get(self, "domain")
|
1350
1348
|
|
1351
1349
|
@property
|
@@ -1374,24 +1372,20 @@ class GetRecordsRecordResult(dict):
|
|
1374
1372
|
|
1375
1373
|
@property
|
1376
1374
|
@pulumi.getter
|
1375
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
1377
1376
|
def rtype(self) -> str:
|
1378
1377
|
"""
|
1379
1378
|
Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
|
1380
1379
|
"""
|
1381
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
1382
|
-
pulumi.log.warn("""rtype is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
1383
|
-
|
1384
1380
|
return pulumi.get(self, "rtype")
|
1385
1381
|
|
1386
1382
|
@property
|
1387
1383
|
@pulumi.getter(name="zoneNameOrId")
|
1384
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
1388
1385
|
def zone_name_or_id(self) -> str:
|
1389
1386
|
"""
|
1390
1387
|
The name or OCID of the target zone.
|
1391
1388
|
"""
|
1392
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
1393
|
-
pulumi.log.warn("""zone_name_or_id is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
1394
|
-
|
1395
1389
|
return pulumi.get(self, "zone_name_or_id")
|
1396
1390
|
|
1397
1391
|
@property
|
pulumi_oci/dns/record.py
CHANGED
@@ -54,13 +54,11 @@ class RecordArgs:
|
|
54
54
|
|
55
55
|
@property
|
56
56
|
@pulumi.getter
|
57
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
57
58
|
def domain(self) -> pulumi.Input[str]:
|
58
59
|
"""
|
59
60
|
The fully qualified domain name where the record can be located. Domain value is case insensitive.
|
60
61
|
"""
|
61
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
62
|
-
pulumi.log.warn("""domain is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
63
|
-
|
64
62
|
return pulumi.get(self, "domain")
|
65
63
|
|
66
64
|
@domain.setter
|
@@ -69,13 +67,11 @@ class RecordArgs:
|
|
69
67
|
|
70
68
|
@property
|
71
69
|
@pulumi.getter
|
70
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
72
71
|
def rtype(self) -> pulumi.Input[str]:
|
73
72
|
"""
|
74
73
|
The canonical name for the record's type, such as A or CNAME. For more information, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
|
75
74
|
"""
|
76
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
77
|
-
pulumi.log.warn("""rtype is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
78
|
-
|
79
75
|
return pulumi.get(self, "rtype")
|
80
76
|
|
81
77
|
@rtype.setter
|
@@ -84,6 +80,7 @@ class RecordArgs:
|
|
84
80
|
|
85
81
|
@property
|
86
82
|
@pulumi.getter(name="zoneNameOrId")
|
83
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
87
84
|
def zone_name_or_id(self) -> pulumi.Input[str]:
|
88
85
|
"""
|
89
86
|
The name or OCID of the target zone.
|
@@ -92,9 +89,6 @@ class RecordArgs:
|
|
92
89
|
** IMPORTANT **
|
93
90
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
94
91
|
"""
|
95
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
96
|
-
pulumi.log.warn("""zone_name_or_id is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
97
|
-
|
98
92
|
return pulumi.get(self, "zone_name_or_id")
|
99
93
|
|
100
94
|
@zone_name_or_id.setter
|
@@ -208,13 +202,11 @@ class _RecordState:
|
|
208
202
|
|
209
203
|
@property
|
210
204
|
@pulumi.getter
|
205
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
211
206
|
def domain(self) -> Optional[pulumi.Input[str]]:
|
212
207
|
"""
|
213
208
|
The fully qualified domain name where the record can be located. Domain value is case insensitive.
|
214
209
|
"""
|
215
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
216
|
-
pulumi.log.warn("""domain is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
217
|
-
|
218
210
|
return pulumi.get(self, "domain")
|
219
211
|
|
220
212
|
@domain.setter
|
@@ -271,13 +263,11 @@ class _RecordState:
|
|
271
263
|
|
272
264
|
@property
|
273
265
|
@pulumi.getter
|
266
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
274
267
|
def rtype(self) -> Optional[pulumi.Input[str]]:
|
275
268
|
"""
|
276
269
|
The canonical name for the record's type, such as A or CNAME. For more information, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
|
277
270
|
"""
|
278
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
279
|
-
pulumi.log.warn("""rtype is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
280
|
-
|
281
271
|
return pulumi.get(self, "rtype")
|
282
272
|
|
283
273
|
@rtype.setter
|
@@ -298,6 +288,7 @@ class _RecordState:
|
|
298
288
|
|
299
289
|
@property
|
300
290
|
@pulumi.getter(name="zoneNameOrId")
|
291
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
301
292
|
def zone_name_or_id(self) -> Optional[pulumi.Input[str]]:
|
302
293
|
"""
|
303
294
|
The name or OCID of the target zone.
|
@@ -306,9 +297,6 @@ class _RecordState:
|
|
306
297
|
** IMPORTANT **
|
307
298
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
308
299
|
"""
|
309
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
310
|
-
pulumi.log.warn("""zone_name_or_id is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
311
|
-
|
312
300
|
return pulumi.get(self, "zone_name_or_id")
|
313
301
|
|
314
302
|
@zone_name_or_id.setter
|
@@ -517,13 +505,11 @@ class Record(pulumi.CustomResource):
|
|
517
505
|
|
518
506
|
@property
|
519
507
|
@pulumi.getter
|
508
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
520
509
|
def domain(self) -> pulumi.Output[str]:
|
521
510
|
"""
|
522
511
|
The fully qualified domain name where the record can be located. Domain value is case insensitive.
|
523
512
|
"""
|
524
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
525
|
-
pulumi.log.warn("""domain is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
526
|
-
|
527
513
|
return pulumi.get(self, "domain")
|
528
514
|
|
529
515
|
@property
|
@@ -560,13 +546,11 @@ class Record(pulumi.CustomResource):
|
|
560
546
|
|
561
547
|
@property
|
562
548
|
@pulumi.getter
|
549
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
563
550
|
def rtype(self) -> pulumi.Output[str]:
|
564
551
|
"""
|
565
552
|
The canonical name for the record's type, such as A or CNAME. For more information, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
|
566
553
|
"""
|
567
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
568
|
-
pulumi.log.warn("""rtype is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
569
|
-
|
570
554
|
return pulumi.get(self, "rtype")
|
571
555
|
|
572
556
|
@property
|
@@ -579,6 +563,7 @@ class Record(pulumi.CustomResource):
|
|
579
563
|
|
580
564
|
@property
|
581
565
|
@pulumi.getter(name="zoneNameOrId")
|
566
|
+
@_utilities.deprecated("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
582
567
|
def zone_name_or_id(self) -> pulumi.Output[str]:
|
583
568
|
"""
|
584
569
|
The name or OCID of the target zone.
|
@@ -587,8 +572,5 @@ class Record(pulumi.CustomResource):
|
|
587
572
|
** IMPORTANT **
|
588
573
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
589
574
|
"""
|
590
|
-
warnings.warn("""The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""", DeprecationWarning)
|
591
|
-
pulumi.log.warn("""zone_name_or_id is deprecated: The 'oci_dns_record' resource has been deprecated. Please use 'oci_dns_rrset' instead.""")
|
592
|
-
|
593
575
|
return pulumi.get(self, "zone_name_or_id")
|
594
576
|
|
pulumi_oci/identity/outputs.py
CHANGED
@@ -140473,10 +140473,8 @@ class GetPoliciesPolicyResult(dict):
|
|
140473
140473
|
|
140474
140474
|
@property
|
140475
140475
|
@pulumi.getter(name="ETag")
|
140476
|
+
@_utilities.deprecated("""The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
140476
140477
|
def e_tag(self) -> str:
|
140477
|
-
warnings.warn("""The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
140478
|
-
pulumi.log.warn("""e_tag is deprecated: The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
140479
|
-
|
140480
140478
|
return pulumi.get(self, "e_tag")
|
140481
140479
|
|
140482
140480
|
@property
|
@@ -140529,10 +140527,8 @@ class GetPoliciesPolicyResult(dict):
|
|
140529
140527
|
|
140530
140528
|
@property
|
140531
140529
|
@pulumi.getter(name="lastUpdateETag")
|
140530
|
+
@_utilities.deprecated("""The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
140532
140531
|
def last_update_e_tag(self) -> str:
|
140533
|
-
warnings.warn("""The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
140534
|
-
pulumi.log.warn("""last_update_e_tag is deprecated: The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
140535
|
-
|
140536
140532
|
return pulumi.get(self, "last_update_e_tag")
|
140537
140533
|
|
140538
140534
|
@property
|
@@ -140545,10 +140541,8 @@ class GetPoliciesPolicyResult(dict):
|
|
140545
140541
|
|
140546
140542
|
@property
|
140547
140543
|
@pulumi.getter(name="policyHash")
|
140544
|
+
@_utilities.deprecated("""The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
140548
140545
|
def policy_hash(self) -> str:
|
140549
|
-
warnings.warn("""The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
140550
|
-
pulumi.log.warn("""policy_hash is deprecated: The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
140551
|
-
|
140552
140546
|
return pulumi.get(self, "policy_hash")
|
140553
140547
|
|
140554
140548
|
@property
|
pulumi_oci/identity/policy.py
CHANGED
@@ -207,10 +207,8 @@ class _PolicyState:
|
|
207
207
|
|
208
208
|
@property
|
209
209
|
@pulumi.getter(name="ETag")
|
210
|
+
@_utilities.deprecated("""The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
210
211
|
def e_tag(self) -> Optional[pulumi.Input[str]]:
|
211
|
-
warnings.warn("""The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
212
|
-
pulumi.log.warn("""e_tag is deprecated: The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
213
|
-
|
214
212
|
return pulumi.get(self, "e_tag")
|
215
213
|
|
216
214
|
@e_tag.setter
|
@@ -279,10 +277,8 @@ class _PolicyState:
|
|
279
277
|
|
280
278
|
@property
|
281
279
|
@pulumi.getter(name="lastUpdateETag")
|
280
|
+
@_utilities.deprecated("""The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
282
281
|
def last_update_e_tag(self) -> Optional[pulumi.Input[str]]:
|
283
|
-
warnings.warn("""The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
284
|
-
pulumi.log.warn("""last_update_e_tag is deprecated: The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
285
|
-
|
286
282
|
return pulumi.get(self, "last_update_e_tag")
|
287
283
|
|
288
284
|
@last_update_e_tag.setter
|
@@ -303,10 +299,8 @@ class _PolicyState:
|
|
303
299
|
|
304
300
|
@property
|
305
301
|
@pulumi.getter(name="policyHash")
|
302
|
+
@_utilities.deprecated("""The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
306
303
|
def policy_hash(self) -> Optional[pulumi.Input[str]]:
|
307
|
-
warnings.warn("""The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
308
|
-
pulumi.log.warn("""policy_hash is deprecated: The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
309
|
-
|
310
304
|
return pulumi.get(self, "policy_hash")
|
311
305
|
|
312
306
|
@policy_hash.setter
|
@@ -605,10 +599,8 @@ class Policy(pulumi.CustomResource):
|
|
605
599
|
|
606
600
|
@property
|
607
601
|
@pulumi.getter(name="ETag")
|
602
|
+
@_utilities.deprecated("""The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
608
603
|
def e_tag(self) -> pulumi.Output[str]:
|
609
|
-
warnings.warn("""The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
610
|
-
pulumi.log.warn("""e_tag is deprecated: The 'ETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
611
|
-
|
612
604
|
return pulumi.get(self, "e_tag")
|
613
605
|
|
614
606
|
@property
|
@@ -653,10 +645,8 @@ class Policy(pulumi.CustomResource):
|
|
653
645
|
|
654
646
|
@property
|
655
647
|
@pulumi.getter(name="lastUpdateETag")
|
648
|
+
@_utilities.deprecated("""The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
656
649
|
def last_update_e_tag(self) -> pulumi.Output[str]:
|
657
|
-
warnings.warn("""The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
658
|
-
pulumi.log.warn("""last_update_e_tag is deprecated: The 'lastUpdateETag' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
659
|
-
|
660
650
|
return pulumi.get(self, "last_update_e_tag")
|
661
651
|
|
662
652
|
@property
|
@@ -669,10 +659,8 @@ class Policy(pulumi.CustomResource):
|
|
669
659
|
|
670
660
|
@property
|
671
661
|
@pulumi.getter(name="policyHash")
|
662
|
+
@_utilities.deprecated("""The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
672
663
|
def policy_hash(self) -> pulumi.Output[str]:
|
673
|
-
warnings.warn("""The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
674
|
-
pulumi.log.warn("""policy_hash is deprecated: The 'policyHash' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
675
|
-
|
676
664
|
return pulumi.get(self, "policy_hash")
|
677
665
|
|
678
666
|
@property
|
@@ -445,13 +445,11 @@ class _LoadBalancerState:
|
|
445
445
|
|
446
446
|
@property
|
447
447
|
@pulumi.getter(name="ipAddresses")
|
448
|
+
@_utilities.deprecated("""The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""")
|
448
449
|
def ip_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
449
450
|
"""
|
450
451
|
An array of IP addresses. Deprecated: use ip_address_details instead
|
451
452
|
"""
|
452
|
-
warnings.warn("""The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""", DeprecationWarning)
|
453
|
-
pulumi.log.warn("""ip_addresses is deprecated: The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""")
|
454
|
-
|
455
453
|
return pulumi.get(self, "ip_addresses")
|
456
454
|
|
457
455
|
@ip_addresses.setter
|
@@ -1044,13 +1042,11 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1044
1042
|
|
1045
1043
|
@property
|
1046
1044
|
@pulumi.getter(name="ipAddresses")
|
1045
|
+
@_utilities.deprecated("""The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""")
|
1047
1046
|
def ip_addresses(self) -> pulumi.Output[Sequence[str]]:
|
1048
1047
|
"""
|
1049
1048
|
An array of IP addresses. Deprecated: use ip_address_details instead
|
1050
1049
|
"""
|
1051
|
-
warnings.warn("""The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""", DeprecationWarning)
|
1052
|
-
pulumi.log.warn("""ip_addresses is deprecated: The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""")
|
1053
|
-
|
1054
1050
|
return pulumi.get(self, "ip_addresses")
|
1055
1051
|
|
1056
1052
|
@property
|
@@ -3810,13 +3810,11 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3810
3810
|
|
3811
3811
|
@property
|
3812
3812
|
@pulumi.getter(name="ipAddresses")
|
3813
|
+
@_utilities.deprecated("""The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""")
|
3813
3814
|
def ip_addresses(self) -> Sequence[str]:
|
3814
3815
|
"""
|
3815
3816
|
An array of IP addresses. Deprecated: use ip_address_details instead.
|
3816
3817
|
"""
|
3817
|
-
warnings.warn("""The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""", DeprecationWarning)
|
3818
|
-
pulumi.log.warn("""ip_addresses is deprecated: The 'ip_addresses' field has been deprecated. Please use 'ip_address_details' instead.""")
|
3819
|
-
|
3820
3818
|
return pulumi.get(self, "ip_addresses")
|
3821
3819
|
|
3822
3820
|
@property
|
pulumi_oci/mysql/_inputs.py
CHANGED
@@ -1995,13 +1995,11 @@ class MysqlConfigurationVariablesArgs:
|
|
1995
1995
|
|
1996
1996
|
@property
|
1997
1997
|
@pulumi.getter(name="generatedRandomPasswordLength")
|
1998
|
+
@_utilities.deprecated("""The 'generated_random_password_length' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1998
1999
|
def generated_random_password_length(self) -> Optional[pulumi.Input[int]]:
|
1999
2000
|
"""
|
2000
2001
|
("generated_random_password_length") DEPRECATED -- variable should not be settable and will be ignored
|
2001
2002
|
"""
|
2002
|
-
warnings.warn("""The 'generated_random_password_length' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2003
|
-
pulumi.log.warn("""generated_random_password_length is deprecated: The 'generated_random_password_length' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2004
|
-
|
2005
2003
|
return pulumi.get(self, "generated_random_password_length")
|
2006
2004
|
|
2007
2005
|
@generated_random_password_length.setter
|
@@ -2444,13 +2442,11 @@ class MysqlConfigurationVariablesArgs:
|
|
2444
2442
|
|
2445
2443
|
@property
|
2446
2444
|
@pulumi.getter(name="mysqlZstdDefaultCompressionLevel")
|
2445
|
+
@_utilities.deprecated("""The 'mysql_zstd_default_compression_level' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2447
2446
|
def mysql_zstd_default_compression_level(self) -> Optional[pulumi.Input[int]]:
|
2448
2447
|
"""
|
2449
2448
|
DEPRECATED -- typo of mysqlx_zstd_default_compression_level. variable will be ignored.
|
2450
2449
|
"""
|
2451
|
-
warnings.warn("""The 'mysql_zstd_default_compression_level' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2452
|
-
pulumi.log.warn("""mysql_zstd_default_compression_level is deprecated: The 'mysql_zstd_default_compression_level' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2453
|
-
|
2454
2450
|
return pulumi.get(self, "mysql_zstd_default_compression_level")
|
2455
2451
|
|
2456
2452
|
@mysql_zstd_default_compression_level.setter
|
@@ -2497,13 +2493,11 @@ class MysqlConfigurationVariablesArgs:
|
|
2497
2493
|
|
2498
2494
|
@property
|
2499
2495
|
@pulumi.getter(name="mysqlxDocumentIdUniquePrefix")
|
2496
|
+
@_utilities.deprecated("""The 'mysqlx_document_id_unique_prefix' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2500
2497
|
def mysqlx_document_id_unique_prefix(self) -> Optional[pulumi.Input[int]]:
|
2501
2498
|
"""
|
2502
2499
|
("mysqlx_document_id_unique_prefix") DEPRECATED -- variable should not be settable and will be ignored
|
2503
2500
|
"""
|
2504
|
-
warnings.warn("""The 'mysqlx_document_id_unique_prefix' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2505
|
-
pulumi.log.warn("""mysqlx_document_id_unique_prefix is deprecated: The 'mysqlx_document_id_unique_prefix' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2506
|
-
|
2507
2501
|
return pulumi.get(self, "mysqlx_document_id_unique_prefix")
|
2508
2502
|
|
2509
2503
|
@mysqlx_document_id_unique_prefix.setter
|
@@ -2524,13 +2518,11 @@ class MysqlConfigurationVariablesArgs:
|
|
2524
2518
|
|
2525
2519
|
@property
|
2526
2520
|
@pulumi.getter(name="mysqlxIdleWorkerThreadTimeout")
|
2521
|
+
@_utilities.deprecated("""The 'mysqlx_idle_worker_thread_timeout' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2527
2522
|
def mysqlx_idle_worker_thread_timeout(self) -> Optional[pulumi.Input[int]]:
|
2528
2523
|
"""
|
2529
2524
|
("mysqlx_idle_worker_thread_timeout") DEPRECATED -- variable should not be settable and will be ignored
|
2530
2525
|
"""
|
2531
|
-
warnings.warn("""The 'mysqlx_idle_worker_thread_timeout' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2532
|
-
pulumi.log.warn("""mysqlx_idle_worker_thread_timeout is deprecated: The 'mysqlx_idle_worker_thread_timeout' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2533
|
-
|
2534
2526
|
return pulumi.get(self, "mysqlx_idle_worker_thread_timeout")
|
2535
2527
|
|
2536
2528
|
@mysqlx_idle_worker_thread_timeout.setter
|
@@ -2591,13 +2583,11 @@ class MysqlConfigurationVariablesArgs:
|
|
2591
2583
|
|
2592
2584
|
@property
|
2593
2585
|
@pulumi.getter(name="mysqlxMinWorkerThreads")
|
2586
|
+
@_utilities.deprecated("""The 'mysqlx_min_worker_threads' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2594
2587
|
def mysqlx_min_worker_threads(self) -> Optional[pulumi.Input[int]]:
|
2595
2588
|
"""
|
2596
2589
|
("mysqlx_min_worker_threads") DEPRECATED -- variable should not be settable and will be ignored
|
2597
2590
|
"""
|
2598
|
-
warnings.warn("""The 'mysqlx_min_worker_threads' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2599
|
-
pulumi.log.warn("""mysqlx_min_worker_threads is deprecated: The 'mysqlx_min_worker_threads' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2600
|
-
|
2601
2591
|
return pulumi.get(self, "mysqlx_min_worker_threads")
|
2602
2592
|
|
2603
2593
|
@mysqlx_min_worker_threads.setter
|
@@ -2712,13 +2702,11 @@ class MysqlConfigurationVariablesArgs:
|
|
2712
2702
|
|
2713
2703
|
@property
|
2714
2704
|
@pulumi.getter(name="queryAllocBlockSize")
|
2705
|
+
@_utilities.deprecated("""The 'query_alloc_block_size' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2715
2706
|
def query_alloc_block_size(self) -> Optional[pulumi.Input[str]]:
|
2716
2707
|
"""
|
2717
2708
|
("query_alloc_block_size") DEPRECATED -- variable should not be settable and will be ignored
|
2718
2709
|
"""
|
2719
|
-
warnings.warn("""The 'query_alloc_block_size' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2720
|
-
pulumi.log.warn("""query_alloc_block_size is deprecated: The 'query_alloc_block_size' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2721
|
-
|
2722
2710
|
return pulumi.get(self, "query_alloc_block_size")
|
2723
2711
|
|
2724
2712
|
@query_alloc_block_size.setter
|
@@ -2727,13 +2715,11 @@ class MysqlConfigurationVariablesArgs:
|
|
2727
2715
|
|
2728
2716
|
@property
|
2729
2717
|
@pulumi.getter(name="queryPreallocSize")
|
2718
|
+
@_utilities.deprecated("""The 'query_prealloc_size' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2730
2719
|
def query_prealloc_size(self) -> Optional[pulumi.Input[str]]:
|
2731
2720
|
"""
|
2732
2721
|
("query_prealloc_size") DEPRECATED -- variable should not be settable and will be ignored
|
2733
2722
|
"""
|
2734
|
-
warnings.warn("""The 'query_prealloc_size' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2735
|
-
pulumi.log.warn("""query_prealloc_size is deprecated: The 'query_prealloc_size' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2736
|
-
|
2737
2723
|
return pulumi.get(self, "query_prealloc_size")
|
2738
2724
|
|
2739
2725
|
@query_prealloc_size.setter
|