pulumi-oci 2.14.0__py3-none-any.whl → 2.14.0a1730182164__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. pulumi_oci/core/_inputs.py +0 -74
  2. pulumi_oci/core/get_instance.py +1 -1
  3. pulumi_oci/core/get_virtual_circuit.py +4 -18
  4. pulumi_oci/core/instance.py +7 -7
  5. pulumi_oci/core/outputs.py +7 -165
  6. pulumi_oci/core/virtual_circuit.py +2 -30
  7. pulumi_oci/database/_inputs.py +0 -642
  8. pulumi_oci/database/autonomous_container_database.py +14 -14
  9. pulumi_oci/database/autonomous_database.py +0 -75
  10. pulumi_oci/database/get_autonomous_container_database.py +3 -3
  11. pulumi_oci/database/get_autonomous_database.py +1 -29
  12. pulumi_oci/database/get_autonomous_databases.py +28 -22
  13. pulumi_oci/database/outputs.py +89 -1672
  14. pulumi_oci/datascience/_inputs.py +0 -353
  15. pulumi_oci/datascience/get_model.py +1 -85
  16. pulumi_oci/datascience/get_models.py +0 -5
  17. pulumi_oci/datascience/model.py +66 -206
  18. pulumi_oci/datascience/outputs.py +0 -759
  19. pulumi_oci/filestorage/_inputs.py +0 -651
  20. pulumi_oci/filestorage/export.py +3 -96
  21. pulumi_oci/filestorage/file_system.py +0 -93
  22. pulumi_oci/filestorage/filesystem_snapshot_policy.py +0 -93
  23. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -26
  24. pulumi_oci/filestorage/get_outbound_connector.py +1 -26
  25. pulumi_oci/filestorage/get_replication.py +1 -27
  26. pulumi_oci/filestorage/get_snapshot.py +1 -27
  27. pulumi_oci/filestorage/mount_target.py +0 -108
  28. pulumi_oci/filestorage/outbound_connector.py +0 -93
  29. pulumi_oci/filestorage/outputs.py +9 -1225
  30. pulumi_oci/filestorage/replication.py +0 -95
  31. pulumi_oci/filestorage/snapshot.py +2 -97
  32. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -15
  33. pulumi_oci/networkloadbalancer/network_load_balancer.py +0 -47
  34. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  35. pulumi_oci/pulumi-plugin.json +1 -1
  36. {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/METADATA +1 -1
  37. {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/RECORD +39 -39
  38. {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/WHEEL +1 -1
  39. {pulumi_oci-2.14.0.dist-info → pulumi_oci-2.14.0a1730182164.dist-info}/top_level.txt +0 -0
@@ -17,55 +17,37 @@ from . import outputs
17
17
 
18
18
  __all__ = [
19
19
  'ExportExportOption',
20
- 'ExportLock',
21
- 'FileSystemLock',
22
20
  'FileSystemSourceDetail',
23
- 'FilesystemSnapshotPolicyLock',
24
21
  'FilesystemSnapshotPolicySchedule',
25
22
  'MountTargetKerberos',
26
23
  'MountTargetLdapIdmap',
27
- 'MountTargetLock',
28
24
  'OutboundConnectorEndpoint',
29
- 'OutboundConnectorLock',
30
- 'ReplicationLock',
31
- 'SnapshotLock',
32
25
  'GetExportSetsExportSetResult',
33
26
  'GetExportSetsFilterResult',
34
27
  'GetExportsExportResult',
35
28
  'GetExportsExportExportOptionResult',
36
- 'GetExportsExportLockResult',
37
29
  'GetExportsFilterResult',
38
30
  'GetFileSystemsFileSystemResult',
39
- 'GetFileSystemsFileSystemLockResult',
40
31
  'GetFileSystemsFileSystemSourceDetailResult',
41
32
  'GetFileSystemsFilterResult',
42
33
  'GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyResult',
43
- 'GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyLockResult',
44
34
  'GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult',
45
35
  'GetFilesystemSnapshotPoliciesFilterResult',
46
- 'GetFilesystemSnapshotPolicyLockResult',
47
36
  'GetFilesystemSnapshotPolicyScheduleResult',
48
37
  'GetMountTargetsFilterResult',
49
38
  'GetMountTargetsMountTargetResult',
50
39
  'GetMountTargetsMountTargetKerberoResult',
51
40
  'GetMountTargetsMountTargetLdapIdmapResult',
52
- 'GetMountTargetsMountTargetLockResult',
53
41
  'GetOutboundConnectorEndpointResult',
54
- 'GetOutboundConnectorLockResult',
55
42
  'GetOutboundConnectorsFilterResult',
56
43
  'GetOutboundConnectorsOutboundConnectorResult',
57
44
  'GetOutboundConnectorsOutboundConnectorEndpointResult',
58
- 'GetOutboundConnectorsOutboundConnectorLockResult',
59
- 'GetReplicationLockResult',
60
45
  'GetReplicationTargetsFilterResult',
61
46
  'GetReplicationTargetsReplicationTargetResult',
62
47
  'GetReplicationsFilterResult',
63
48
  'GetReplicationsReplicationResult',
64
- 'GetReplicationsReplicationLockResult',
65
- 'GetSnapshotLockResult',
66
49
  'GetSnapshotsFilterResult',
67
50
  'GetSnapshotsSnapshotResult',
68
- 'GetSnapshotsSnapshotLockResult',
69
51
  ]
70
52
 
71
53
  @pulumi.output_type
@@ -201,152 +183,6 @@ class ExportExportOption(dict):
201
183
  return pulumi.get(self, "require_privileged_source_port")
202
184
 
203
185
 
204
- @pulumi.output_type
205
- class ExportLock(dict):
206
- @staticmethod
207
- def __key_warning(key: str):
208
- suggest = None
209
- if key == "relatedResourceId":
210
- suggest = "related_resource_id"
211
- elif key == "timeCreated":
212
- suggest = "time_created"
213
-
214
- if suggest:
215
- pulumi.log.warn(f"Key '{key}' not found in ExportLock. Access the value via the '{suggest}' property getter instead.")
216
-
217
- def __getitem__(self, key: str) -> Any:
218
- ExportLock.__key_warning(key)
219
- return super().__getitem__(key)
220
-
221
- def get(self, key: str, default = None) -> Any:
222
- ExportLock.__key_warning(key)
223
- return super().get(key, default)
224
-
225
- def __init__(__self__, *,
226
- type: str,
227
- message: Optional[str] = None,
228
- related_resource_id: Optional[str] = None,
229
- time_created: Optional[str] = None):
230
- """
231
- :param str type: Type of the lock.
232
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
233
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
234
- :param str time_created: When the lock was created.
235
- """
236
- pulumi.set(__self__, "type", type)
237
- if message is not None:
238
- pulumi.set(__self__, "message", message)
239
- if related_resource_id is not None:
240
- pulumi.set(__self__, "related_resource_id", related_resource_id)
241
- if time_created is not None:
242
- pulumi.set(__self__, "time_created", time_created)
243
-
244
- @property
245
- @pulumi.getter
246
- def type(self) -> str:
247
- """
248
- Type of the lock.
249
- """
250
- return pulumi.get(self, "type")
251
-
252
- @property
253
- @pulumi.getter
254
- def message(self) -> Optional[str]:
255
- """
256
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
257
- """
258
- return pulumi.get(self, "message")
259
-
260
- @property
261
- @pulumi.getter(name="relatedResourceId")
262
- def related_resource_id(self) -> Optional[str]:
263
- """
264
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
265
- """
266
- return pulumi.get(self, "related_resource_id")
267
-
268
- @property
269
- @pulumi.getter(name="timeCreated")
270
- def time_created(self) -> Optional[str]:
271
- """
272
- When the lock was created.
273
- """
274
- return pulumi.get(self, "time_created")
275
-
276
-
277
- @pulumi.output_type
278
- class FileSystemLock(dict):
279
- @staticmethod
280
- def __key_warning(key: str):
281
- suggest = None
282
- if key == "relatedResourceId":
283
- suggest = "related_resource_id"
284
- elif key == "timeCreated":
285
- suggest = "time_created"
286
-
287
- if suggest:
288
- pulumi.log.warn(f"Key '{key}' not found in FileSystemLock. Access the value via the '{suggest}' property getter instead.")
289
-
290
- def __getitem__(self, key: str) -> Any:
291
- FileSystemLock.__key_warning(key)
292
- return super().__getitem__(key)
293
-
294
- def get(self, key: str, default = None) -> Any:
295
- FileSystemLock.__key_warning(key)
296
- return super().get(key, default)
297
-
298
- def __init__(__self__, *,
299
- type: str,
300
- message: Optional[str] = None,
301
- related_resource_id: Optional[str] = None,
302
- time_created: Optional[str] = None):
303
- """
304
- :param str type: Type of the lock.
305
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
306
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
307
- :param str time_created: When the lock was created.
308
- """
309
- pulumi.set(__self__, "type", type)
310
- if message is not None:
311
- pulumi.set(__self__, "message", message)
312
- if related_resource_id is not None:
313
- pulumi.set(__self__, "related_resource_id", related_resource_id)
314
- if time_created is not None:
315
- pulumi.set(__self__, "time_created", time_created)
316
-
317
- @property
318
- @pulumi.getter
319
- def type(self) -> str:
320
- """
321
- Type of the lock.
322
- """
323
- return pulumi.get(self, "type")
324
-
325
- @property
326
- @pulumi.getter
327
- def message(self) -> Optional[str]:
328
- """
329
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
330
- """
331
- return pulumi.get(self, "message")
332
-
333
- @property
334
- @pulumi.getter(name="relatedResourceId")
335
- def related_resource_id(self) -> Optional[str]:
336
- """
337
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
338
- """
339
- return pulumi.get(self, "related_resource_id")
340
-
341
- @property
342
- @pulumi.getter(name="timeCreated")
343
- def time_created(self) -> Optional[str]:
344
- """
345
- When the lock was created.
346
- """
347
- return pulumi.get(self, "time_created")
348
-
349
-
350
186
  @pulumi.output_type
351
187
  class FileSystemSourceDetail(dict):
352
188
  @staticmethod
@@ -397,79 +233,6 @@ class FileSystemSourceDetail(dict):
397
233
  return pulumi.get(self, "source_snapshot_id")
398
234
 
399
235
 
400
- @pulumi.output_type
401
- class FilesystemSnapshotPolicyLock(dict):
402
- @staticmethod
403
- def __key_warning(key: str):
404
- suggest = None
405
- if key == "relatedResourceId":
406
- suggest = "related_resource_id"
407
- elif key == "timeCreated":
408
- suggest = "time_created"
409
-
410
- if suggest:
411
- pulumi.log.warn(f"Key '{key}' not found in FilesystemSnapshotPolicyLock. Access the value via the '{suggest}' property getter instead.")
412
-
413
- def __getitem__(self, key: str) -> Any:
414
- FilesystemSnapshotPolicyLock.__key_warning(key)
415
- return super().__getitem__(key)
416
-
417
- def get(self, key: str, default = None) -> Any:
418
- FilesystemSnapshotPolicyLock.__key_warning(key)
419
- return super().get(key, default)
420
-
421
- def __init__(__self__, *,
422
- type: str,
423
- message: Optional[str] = None,
424
- related_resource_id: Optional[str] = None,
425
- time_created: Optional[str] = None):
426
- """
427
- :param str type: Type of the lock.
428
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
429
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
430
- :param str time_created: When the lock was created.
431
- """
432
- pulumi.set(__self__, "type", type)
433
- if message is not None:
434
- pulumi.set(__self__, "message", message)
435
- if related_resource_id is not None:
436
- pulumi.set(__self__, "related_resource_id", related_resource_id)
437
- if time_created is not None:
438
- pulumi.set(__self__, "time_created", time_created)
439
-
440
- @property
441
- @pulumi.getter
442
- def type(self) -> str:
443
- """
444
- Type of the lock.
445
- """
446
- return pulumi.get(self, "type")
447
-
448
- @property
449
- @pulumi.getter
450
- def message(self) -> Optional[str]:
451
- """
452
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
453
- """
454
- return pulumi.get(self, "message")
455
-
456
- @property
457
- @pulumi.getter(name="relatedResourceId")
458
- def related_resource_id(self) -> Optional[str]:
459
- """
460
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
461
- """
462
- return pulumi.get(self, "related_resource_id")
463
-
464
- @property
465
- @pulumi.getter(name="timeCreated")
466
- def time_created(self) -> Optional[str]:
467
- """
468
- When the lock was created.
469
- """
470
- return pulumi.get(self, "time_created")
471
-
472
-
473
236
  @pulumi.output_type
474
237
  class FilesystemSnapshotPolicySchedule(dict):
475
238
  @staticmethod
@@ -837,79 +600,6 @@ class MountTargetLdapIdmap(dict):
837
600
  return pulumi.get(self, "user_search_base")
838
601
 
839
602
 
840
- @pulumi.output_type
841
- class MountTargetLock(dict):
842
- @staticmethod
843
- def __key_warning(key: str):
844
- suggest = None
845
- if key == "relatedResourceId":
846
- suggest = "related_resource_id"
847
- elif key == "timeCreated":
848
- suggest = "time_created"
849
-
850
- if suggest:
851
- pulumi.log.warn(f"Key '{key}' not found in MountTargetLock. Access the value via the '{suggest}' property getter instead.")
852
-
853
- def __getitem__(self, key: str) -> Any:
854
- MountTargetLock.__key_warning(key)
855
- return super().__getitem__(key)
856
-
857
- def get(self, key: str, default = None) -> Any:
858
- MountTargetLock.__key_warning(key)
859
- return super().get(key, default)
860
-
861
- def __init__(__self__, *,
862
- type: str,
863
- message: Optional[str] = None,
864
- related_resource_id: Optional[str] = None,
865
- time_created: Optional[str] = None):
866
- """
867
- :param str type: Type of the lock.
868
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
869
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
870
- :param str time_created: When the lock was created.
871
- """
872
- pulumi.set(__self__, "type", type)
873
- if message is not None:
874
- pulumi.set(__self__, "message", message)
875
- if related_resource_id is not None:
876
- pulumi.set(__self__, "related_resource_id", related_resource_id)
877
- if time_created is not None:
878
- pulumi.set(__self__, "time_created", time_created)
879
-
880
- @property
881
- @pulumi.getter
882
- def type(self) -> str:
883
- """
884
- Type of the lock.
885
- """
886
- return pulumi.get(self, "type")
887
-
888
- @property
889
- @pulumi.getter
890
- def message(self) -> Optional[str]:
891
- """
892
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
893
- """
894
- return pulumi.get(self, "message")
895
-
896
- @property
897
- @pulumi.getter(name="relatedResourceId")
898
- def related_resource_id(self) -> Optional[str]:
899
- """
900
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
901
- """
902
- return pulumi.get(self, "related_resource_id")
903
-
904
- @property
905
- @pulumi.getter(name="timeCreated")
906
- def time_created(self) -> Optional[str]:
907
- """
908
- When the lock was created.
909
- """
910
- return pulumi.get(self, "time_created")
911
-
912
-
913
603
  @pulumi.output_type
914
604
  class OutboundConnectorEndpoint(dict):
915
605
  def __init__(__self__, *,
@@ -939,225 +629,6 @@ class OutboundConnectorEndpoint(dict):
939
629
  return pulumi.get(self, "port")
940
630
 
941
631
 
942
- @pulumi.output_type
943
- class OutboundConnectorLock(dict):
944
- @staticmethod
945
- def __key_warning(key: str):
946
- suggest = None
947
- if key == "relatedResourceId":
948
- suggest = "related_resource_id"
949
- elif key == "timeCreated":
950
- suggest = "time_created"
951
-
952
- if suggest:
953
- pulumi.log.warn(f"Key '{key}' not found in OutboundConnectorLock. Access the value via the '{suggest}' property getter instead.")
954
-
955
- def __getitem__(self, key: str) -> Any:
956
- OutboundConnectorLock.__key_warning(key)
957
- return super().__getitem__(key)
958
-
959
- def get(self, key: str, default = None) -> Any:
960
- OutboundConnectorLock.__key_warning(key)
961
- return super().get(key, default)
962
-
963
- def __init__(__self__, *,
964
- type: str,
965
- message: Optional[str] = None,
966
- related_resource_id: Optional[str] = None,
967
- time_created: Optional[str] = None):
968
- """
969
- :param str type: Type of the lock.
970
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
971
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
972
- :param str time_created: When the lock was created.
973
- """
974
- pulumi.set(__self__, "type", type)
975
- if message is not None:
976
- pulumi.set(__self__, "message", message)
977
- if related_resource_id is not None:
978
- pulumi.set(__self__, "related_resource_id", related_resource_id)
979
- if time_created is not None:
980
- pulumi.set(__self__, "time_created", time_created)
981
-
982
- @property
983
- @pulumi.getter
984
- def type(self) -> str:
985
- """
986
- Type of the lock.
987
- """
988
- return pulumi.get(self, "type")
989
-
990
- @property
991
- @pulumi.getter
992
- def message(self) -> Optional[str]:
993
- """
994
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
995
- """
996
- return pulumi.get(self, "message")
997
-
998
- @property
999
- @pulumi.getter(name="relatedResourceId")
1000
- def related_resource_id(self) -> Optional[str]:
1001
- """
1002
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1003
- """
1004
- return pulumi.get(self, "related_resource_id")
1005
-
1006
- @property
1007
- @pulumi.getter(name="timeCreated")
1008
- def time_created(self) -> Optional[str]:
1009
- """
1010
- When the lock was created.
1011
- """
1012
- return pulumi.get(self, "time_created")
1013
-
1014
-
1015
- @pulumi.output_type
1016
- class ReplicationLock(dict):
1017
- @staticmethod
1018
- def __key_warning(key: str):
1019
- suggest = None
1020
- if key == "relatedResourceId":
1021
- suggest = "related_resource_id"
1022
- elif key == "timeCreated":
1023
- suggest = "time_created"
1024
-
1025
- if suggest:
1026
- pulumi.log.warn(f"Key '{key}' not found in ReplicationLock. Access the value via the '{suggest}' property getter instead.")
1027
-
1028
- def __getitem__(self, key: str) -> Any:
1029
- ReplicationLock.__key_warning(key)
1030
- return super().__getitem__(key)
1031
-
1032
- def get(self, key: str, default = None) -> Any:
1033
- ReplicationLock.__key_warning(key)
1034
- return super().get(key, default)
1035
-
1036
- def __init__(__self__, *,
1037
- type: str,
1038
- message: Optional[str] = None,
1039
- related_resource_id: Optional[str] = None,
1040
- time_created: Optional[str] = None):
1041
- """
1042
- :param str type: Type of the lock.
1043
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1044
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1045
- :param str time_created: When the lock was created.
1046
- """
1047
- pulumi.set(__self__, "type", type)
1048
- if message is not None:
1049
- pulumi.set(__self__, "message", message)
1050
- if related_resource_id is not None:
1051
- pulumi.set(__self__, "related_resource_id", related_resource_id)
1052
- if time_created is not None:
1053
- pulumi.set(__self__, "time_created", time_created)
1054
-
1055
- @property
1056
- @pulumi.getter
1057
- def type(self) -> str:
1058
- """
1059
- Type of the lock.
1060
- """
1061
- return pulumi.get(self, "type")
1062
-
1063
- @property
1064
- @pulumi.getter
1065
- def message(self) -> Optional[str]:
1066
- """
1067
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1068
- """
1069
- return pulumi.get(self, "message")
1070
-
1071
- @property
1072
- @pulumi.getter(name="relatedResourceId")
1073
- def related_resource_id(self) -> Optional[str]:
1074
- """
1075
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1076
- """
1077
- return pulumi.get(self, "related_resource_id")
1078
-
1079
- @property
1080
- @pulumi.getter(name="timeCreated")
1081
- def time_created(self) -> Optional[str]:
1082
- """
1083
- When the lock was created.
1084
- """
1085
- return pulumi.get(self, "time_created")
1086
-
1087
-
1088
- @pulumi.output_type
1089
- class SnapshotLock(dict):
1090
- @staticmethod
1091
- def __key_warning(key: str):
1092
- suggest = None
1093
- if key == "relatedResourceId":
1094
- suggest = "related_resource_id"
1095
- elif key == "timeCreated":
1096
- suggest = "time_created"
1097
-
1098
- if suggest:
1099
- pulumi.log.warn(f"Key '{key}' not found in SnapshotLock. Access the value via the '{suggest}' property getter instead.")
1100
-
1101
- def __getitem__(self, key: str) -> Any:
1102
- SnapshotLock.__key_warning(key)
1103
- return super().__getitem__(key)
1104
-
1105
- def get(self, key: str, default = None) -> Any:
1106
- SnapshotLock.__key_warning(key)
1107
- return super().get(key, default)
1108
-
1109
- def __init__(__self__, *,
1110
- type: str,
1111
- message: Optional[str] = None,
1112
- related_resource_id: Optional[str] = None,
1113
- time_created: Optional[str] = None):
1114
- """
1115
- :param str type: Type of the lock.
1116
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1117
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1118
- :param str time_created: When the lock was created.
1119
- """
1120
- pulumi.set(__self__, "type", type)
1121
- if message is not None:
1122
- pulumi.set(__self__, "message", message)
1123
- if related_resource_id is not None:
1124
- pulumi.set(__self__, "related_resource_id", related_resource_id)
1125
- if time_created is not None:
1126
- pulumi.set(__self__, "time_created", time_created)
1127
-
1128
- @property
1129
- @pulumi.getter
1130
- def type(self) -> str:
1131
- """
1132
- Type of the lock.
1133
- """
1134
- return pulumi.get(self, "type")
1135
-
1136
- @property
1137
- @pulumi.getter
1138
- def message(self) -> Optional[str]:
1139
- """
1140
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1141
- """
1142
- return pulumi.get(self, "message")
1143
-
1144
- @property
1145
- @pulumi.getter(name="relatedResourceId")
1146
- def related_resource_id(self) -> Optional[str]:
1147
- """
1148
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1149
- """
1150
- return pulumi.get(self, "related_resource_id")
1151
-
1152
- @property
1153
- @pulumi.getter(name="timeCreated")
1154
- def time_created(self) -> Optional[str]:
1155
- """
1156
- When the lock was created.
1157
- """
1158
- return pulumi.get(self, "time_created")
1159
-
1160
-
1161
632
  @pulumi.output_type
1162
633
  class GetExportSetsExportSetResult(dict):
1163
634
  def __init__(__self__, *,
@@ -1306,8 +777,6 @@ class GetExportsExportResult(dict):
1306
777
  file_system_id: str,
1307
778
  id: str,
1308
779
  is_idmap_groups_for_sys_auth: bool,
1309
- is_lock_override: bool,
1310
- locks: Sequence['outputs.GetExportsExportLockResult'],
1311
780
  path: str,
1312
781
  state: str,
1313
782
  time_created: str):
@@ -1317,7 +786,6 @@ class GetExportsExportResult(dict):
1317
786
  :param str file_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
1318
787
  :param str id: Filter results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resouce type.
1319
788
  :param bool is_idmap_groups_for_sys_auth: Whether or not the export should use ID mapping for Unix groups rather than the group list provided within an NFS request's RPC header. When this flag is true the Unix UID from the RPC header is used to retrieve the list of secondary groups from a the ID mapping subsystem. The primary GID is always taken from the RPC header. If ID mapping is not configured, incorrectly configured, unavailable, or cannot be used to determine a list of secondary groups then an empty secondary group list is used for authorization. If the number of groups exceeds the limit of 256 groups, the list retrieved from LDAP is truncated to the first 256 groups read.
1320
- :param Sequence['GetExportsExportLockArgs'] locks: Locks associated with this resource.
1321
789
  :param str path: Path used to access the associated file system.
1322
790
  :param str state: Filter results by the specified lifecycle state. Must be a valid state for the resource type.
1323
791
  :param str time_created: The date and time the export was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
@@ -1327,8 +795,6 @@ class GetExportsExportResult(dict):
1327
795
  pulumi.set(__self__, "file_system_id", file_system_id)
1328
796
  pulumi.set(__self__, "id", id)
1329
797
  pulumi.set(__self__, "is_idmap_groups_for_sys_auth", is_idmap_groups_for_sys_auth)
1330
- pulumi.set(__self__, "is_lock_override", is_lock_override)
1331
- pulumi.set(__self__, "locks", locks)
1332
798
  pulumi.set(__self__, "path", path)
1333
799
  pulumi.set(__self__, "state", state)
1334
800
  pulumi.set(__self__, "time_created", time_created)
@@ -1373,19 +839,6 @@ class GetExportsExportResult(dict):
1373
839
  """
1374
840
  return pulumi.get(self, "is_idmap_groups_for_sys_auth")
1375
841
 
1376
- @property
1377
- @pulumi.getter(name="isLockOverride")
1378
- def is_lock_override(self) -> bool:
1379
- return pulumi.get(self, "is_lock_override")
1380
-
1381
- @property
1382
- @pulumi.getter
1383
- def locks(self) -> Sequence['outputs.GetExportsExportLockResult']:
1384
- """
1385
- Locks associated with this resource.
1386
- """
1387
- return pulumi.get(self, "locks")
1388
-
1389
842
  @property
1390
843
  @pulumi.getter
1391
844
  def path(self) -> str:
@@ -1506,57 +959,6 @@ class GetExportsExportExportOptionResult(dict):
1506
959
  return pulumi.get(self, "source")
1507
960
 
1508
961
 
1509
- @pulumi.output_type
1510
- class GetExportsExportLockResult(dict):
1511
- def __init__(__self__, *,
1512
- message: str,
1513
- related_resource_id: str,
1514
- time_created: str,
1515
- type: str):
1516
- """
1517
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1518
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1519
- :param str time_created: The date and time the export was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1520
- :param str type: Type of the lock.
1521
- """
1522
- pulumi.set(__self__, "message", message)
1523
- pulumi.set(__self__, "related_resource_id", related_resource_id)
1524
- pulumi.set(__self__, "time_created", time_created)
1525
- pulumi.set(__self__, "type", type)
1526
-
1527
- @property
1528
- @pulumi.getter
1529
- def message(self) -> str:
1530
- """
1531
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1532
- """
1533
- return pulumi.get(self, "message")
1534
-
1535
- @property
1536
- @pulumi.getter(name="relatedResourceId")
1537
- def related_resource_id(self) -> str:
1538
- """
1539
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1540
- """
1541
- return pulumi.get(self, "related_resource_id")
1542
-
1543
- @property
1544
- @pulumi.getter(name="timeCreated")
1545
- def time_created(self) -> str:
1546
- """
1547
- The date and time the export was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1548
- """
1549
- return pulumi.get(self, "time_created")
1550
-
1551
- @property
1552
- @pulumi.getter
1553
- def type(self) -> str:
1554
- """
1555
- Type of the lock.
1556
- """
1557
- return pulumi.get(self, "type")
1558
-
1559
-
1560
962
  @pulumi.output_type
1561
963
  class GetExportsFilterResult(dict):
1562
964
  def __init__(__self__, *,
@@ -1599,11 +1001,9 @@ class GetFileSystemsFileSystemResult(dict):
1599
1001
  id: str,
1600
1002
  is_clone_parent: bool,
1601
1003
  is_hydrated: bool,
1602
- is_lock_override: bool,
1603
1004
  is_targetable: bool,
1604
1005
  kms_key_id: str,
1605
1006
  lifecycle_details: str,
1606
- locks: Sequence['outputs.GetFileSystemsFileSystemLockResult'],
1607
1007
  metered_bytes: str,
1608
1008
  replication_target_id: str,
1609
1009
  source_details: Sequence['outputs.GetFileSystemsFileSystemSourceDetailResult'],
@@ -1625,7 +1025,6 @@ class GetFileSystemsFileSystemResult(dict):
1625
1025
  :param bool is_targetable: Specifies whether the file system can be used as a target file system for replication. The system sets this value to `true` if the file system is unexported, hasn't yet been specified as a target file system in any replication resource, and has no user snapshots. After the file system has been specified as a target in a replication, or if the file system contains user snapshots, the system sets this value to `false`. For more information, see [Using Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/using-replication.htm).
1626
1026
  :param str kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key used to encrypt the encryption keys associated with this file system.
1627
1027
  :param str lifecycle_details: Additional information about the current 'lifecycleState'.
1628
- :param Sequence['GetFileSystemsFileSystemLockArgs'] locks: Locks associated with this resource.
1629
1028
  :param str metered_bytes: The number of bytes consumed by the file system, including any snapshots. This number reflects the metered size of the file system and is updated asynchronously with respect to updates to the file system. For more information, see [File System Usage and Metering](https://docs.cloud.oracle.com/iaas/Content/File/Concepts/FSutilization.htm).
1630
1029
  :param str replication_target_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication target associated with the file system. Empty if the file system is not being used as target in a replication.
1631
1030
  :param Sequence['GetFileSystemsFileSystemSourceDetailArgs'] source_details: Source information for the file system.
@@ -1645,11 +1044,9 @@ class GetFileSystemsFileSystemResult(dict):
1645
1044
  pulumi.set(__self__, "id", id)
1646
1045
  pulumi.set(__self__, "is_clone_parent", is_clone_parent)
1647
1046
  pulumi.set(__self__, "is_hydrated", is_hydrated)
1648
- pulumi.set(__self__, "is_lock_override", is_lock_override)
1649
1047
  pulumi.set(__self__, "is_targetable", is_targetable)
1650
1048
  pulumi.set(__self__, "kms_key_id", kms_key_id)
1651
1049
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1652
- pulumi.set(__self__, "locks", locks)
1653
1050
  pulumi.set(__self__, "metered_bytes", metered_bytes)
1654
1051
  pulumi.set(__self__, "replication_target_id", replication_target_id)
1655
1052
  pulumi.set(__self__, "source_details", source_details)
@@ -1750,11 +1147,6 @@ class GetFileSystemsFileSystemResult(dict):
1750
1147
  """
1751
1148
  return pulumi.get(self, "is_hydrated")
1752
1149
 
1753
- @property
1754
- @pulumi.getter(name="isLockOverride")
1755
- def is_lock_override(self) -> bool:
1756
- return pulumi.get(self, "is_lock_override")
1757
-
1758
1150
  @property
1759
1151
  @pulumi.getter(name="isTargetable")
1760
1152
  def is_targetable(self) -> bool:
@@ -1779,14 +1171,6 @@ class GetFileSystemsFileSystemResult(dict):
1779
1171
  """
1780
1172
  return pulumi.get(self, "lifecycle_details")
1781
1173
 
1782
- @property
1783
- @pulumi.getter
1784
- def locks(self) -> Sequence['outputs.GetFileSystemsFileSystemLockResult']:
1785
- """
1786
- Locks associated with this resource.
1787
- """
1788
- return pulumi.get(self, "locks")
1789
-
1790
1174
  @property
1791
1175
  @pulumi.getter(name="meteredBytes")
1792
1176
  def metered_bytes(self) -> str:
@@ -1836,57 +1220,6 @@ class GetFileSystemsFileSystemResult(dict):
1836
1220
  return pulumi.get(self, "time_created")
1837
1221
 
1838
1222
 
1839
- @pulumi.output_type
1840
- class GetFileSystemsFileSystemLockResult(dict):
1841
- def __init__(__self__, *,
1842
- message: str,
1843
- related_resource_id: str,
1844
- time_created: str,
1845
- type: str):
1846
- """
1847
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1848
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1849
- :param str time_created: The date and time the file system was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1850
- :param str type: Type of the lock.
1851
- """
1852
- pulumi.set(__self__, "message", message)
1853
- pulumi.set(__self__, "related_resource_id", related_resource_id)
1854
- pulumi.set(__self__, "time_created", time_created)
1855
- pulumi.set(__self__, "type", type)
1856
-
1857
- @property
1858
- @pulumi.getter
1859
- def message(self) -> str:
1860
- """
1861
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1862
- """
1863
- return pulumi.get(self, "message")
1864
-
1865
- @property
1866
- @pulumi.getter(name="relatedResourceId")
1867
- def related_resource_id(self) -> str:
1868
- """
1869
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1870
- """
1871
- return pulumi.get(self, "related_resource_id")
1872
-
1873
- @property
1874
- @pulumi.getter(name="timeCreated")
1875
- def time_created(self) -> str:
1876
- """
1877
- The date and time the file system was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1878
- """
1879
- return pulumi.get(self, "time_created")
1880
-
1881
- @property
1882
- @pulumi.getter
1883
- def type(self) -> str:
1884
- """
1885
- Type of the lock.
1886
- """
1887
- return pulumi.get(self, "type")
1888
-
1889
-
1890
1223
  @pulumi.output_type
1891
1224
  class GetFileSystemsFileSystemSourceDetailResult(dict):
1892
1225
  def __init__(__self__, *,
@@ -1952,8 +1285,6 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyResult(dict):
1952
1285
  display_name: str,
1953
1286
  freeform_tags: Mapping[str, str],
1954
1287
  id: str,
1955
- is_lock_override: bool,
1956
- locks: Sequence['outputs.GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyLockResult'],
1957
1288
  policy_prefix: str,
1958
1289
  schedules: Sequence['outputs.GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult'],
1959
1290
  state: str,
@@ -1965,7 +1296,6 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyResult(dict):
1965
1296
  :param str display_name: A user-friendly name. It does not have to be unique, and it is changeable. Example: `My resource`
1966
1297
  :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
1967
1298
  :param str id: Filter results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resouce type.
1968
- :param Sequence['GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyLockArgs'] locks: Locks associated with this resource.
1969
1299
  :param str policy_prefix: The prefix to apply to all snapshots created by this policy. Example: `acme`
1970
1300
  :param Sequence['GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleArgs'] schedules: The list of associated snapshot schedules. A maximum of 10 schedules can be associated with a policy.
1971
1301
  :param str state: Filter results by the specified lifecycle state. Must be a valid state for the resource type.
@@ -1977,8 +1307,6 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyResult(dict):
1977
1307
  pulumi.set(__self__, "display_name", display_name)
1978
1308
  pulumi.set(__self__, "freeform_tags", freeform_tags)
1979
1309
  pulumi.set(__self__, "id", id)
1980
- pulumi.set(__self__, "is_lock_override", is_lock_override)
1981
- pulumi.set(__self__, "locks", locks)
1982
1310
  pulumi.set(__self__, "policy_prefix", policy_prefix)
1983
1311
  pulumi.set(__self__, "schedules", schedules)
1984
1312
  pulumi.set(__self__, "state", state)
@@ -2032,19 +1360,6 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyResult(dict):
2032
1360
  """
2033
1361
  return pulumi.get(self, "id")
2034
1362
 
2035
- @property
2036
- @pulumi.getter(name="isLockOverride")
2037
- def is_lock_override(self) -> bool:
2038
- return pulumi.get(self, "is_lock_override")
2039
-
2040
- @property
2041
- @pulumi.getter
2042
- def locks(self) -> Sequence['outputs.GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyLockResult']:
2043
- """
2044
- Locks associated with this resource.
2045
- """
2046
- return pulumi.get(self, "locks")
2047
-
2048
1363
  @property
2049
1364
  @pulumi.getter(name="policyPrefix")
2050
1365
  def policy_prefix(self) -> str:
@@ -2078,57 +1393,6 @@ class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyResult(dict):
2078
1393
  return pulumi.get(self, "time_created")
2079
1394
 
2080
1395
 
2081
- @pulumi.output_type
2082
- class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyLockResult(dict):
2083
- def __init__(__self__, *,
2084
- message: str,
2085
- related_resource_id: str,
2086
- time_created: str,
2087
- type: str):
2088
- """
2089
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2090
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2091
- :param str time_created: The date and time the file system snapshot policy was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2092
- :param str type: Type of the lock.
2093
- """
2094
- pulumi.set(__self__, "message", message)
2095
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2096
- pulumi.set(__self__, "time_created", time_created)
2097
- pulumi.set(__self__, "type", type)
2098
-
2099
- @property
2100
- @pulumi.getter
2101
- def message(self) -> str:
2102
- """
2103
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2104
- """
2105
- return pulumi.get(self, "message")
2106
-
2107
- @property
2108
- @pulumi.getter(name="relatedResourceId")
2109
- def related_resource_id(self) -> str:
2110
- """
2111
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2112
- """
2113
- return pulumi.get(self, "related_resource_id")
2114
-
2115
- @property
2116
- @pulumi.getter(name="timeCreated")
2117
- def time_created(self) -> str:
2118
- """
2119
- The date and time the file system snapshot policy was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2120
- """
2121
- return pulumi.get(self, "time_created")
2122
-
2123
- @property
2124
- @pulumi.getter
2125
- def type(self) -> str:
2126
- """
2127
- Type of the lock.
2128
- """
2129
- return pulumi.get(self, "type")
2130
-
2131
-
2132
1396
  @pulumi.output_type
2133
1397
  class GetFilesystemSnapshotPoliciesFilesystemSnapshotPolicyScheduleResult(dict):
2134
1398
  def __init__(__self__, *,
@@ -2248,69 +1512,18 @@ class GetFilesystemSnapshotPoliciesFilterResult(dict):
2248
1512
 
2249
1513
  @property
2250
1514
  @pulumi.getter
2251
- def name(self) -> str:
2252
- return pulumi.get(self, "name")
2253
-
2254
- @property
2255
- @pulumi.getter
2256
- def values(self) -> Sequence[str]:
2257
- return pulumi.get(self, "values")
2258
-
2259
- @property
2260
- @pulumi.getter
2261
- def regex(self) -> Optional[bool]:
2262
- return pulumi.get(self, "regex")
2263
-
2264
-
2265
- @pulumi.output_type
2266
- class GetFilesystemSnapshotPolicyLockResult(dict):
2267
- def __init__(__self__, *,
2268
- message: str,
2269
- related_resource_id: str,
2270
- time_created: str,
2271
- type: str):
2272
- """
2273
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2274
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2275
- :param str time_created: The date and time the file system snapshot policy was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2276
- :param str type: Type of the lock.
2277
- """
2278
- pulumi.set(__self__, "message", message)
2279
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2280
- pulumi.set(__self__, "time_created", time_created)
2281
- pulumi.set(__self__, "type", type)
2282
-
2283
- @property
2284
- @pulumi.getter
2285
- def message(self) -> str:
2286
- """
2287
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2288
- """
2289
- return pulumi.get(self, "message")
2290
-
2291
- @property
2292
- @pulumi.getter(name="relatedResourceId")
2293
- def related_resource_id(self) -> str:
2294
- """
2295
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2296
- """
2297
- return pulumi.get(self, "related_resource_id")
2298
-
2299
- @property
2300
- @pulumi.getter(name="timeCreated")
2301
- def time_created(self) -> str:
2302
- """
2303
- The date and time the file system snapshot policy was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2304
- """
2305
- return pulumi.get(self, "time_created")
1515
+ def name(self) -> str:
1516
+ return pulumi.get(self, "name")
2306
1517
 
2307
1518
  @property
2308
1519
  @pulumi.getter
2309
- def type(self) -> str:
2310
- """
2311
- Type of the lock.
2312
- """
2313
- return pulumi.get(self, "type")
1520
+ def values(self) -> Sequence[str]:
1521
+ return pulumi.get(self, "values")
1522
+
1523
+ @property
1524
+ @pulumi.getter
1525
+ def regex(self) -> Optional[bool]:
1526
+ return pulumi.get(self, "regex")
2314
1527
 
2315
1528
 
2316
1529
  @pulumi.output_type
@@ -2459,11 +1672,9 @@ class GetMountTargetsMountTargetResult(dict):
2459
1672
  id: str,
2460
1673
  idmap_type: str,
2461
1674
  ip_address: str,
2462
- is_lock_override: bool,
2463
1675
  kerberos: Sequence['outputs.GetMountTargetsMountTargetKerberoResult'],
2464
1676
  ldap_idmaps: Sequence['outputs.GetMountTargetsMountTargetLdapIdmapResult'],
2465
1677
  lifecycle_details: str,
2466
- locks: Sequence['outputs.GetMountTargetsMountTargetLockResult'],
2467
1678
  nsg_ids: Sequence[str],
2468
1679
  observed_throughput: str,
2469
1680
  private_ip_ids: Sequence[str],
@@ -2485,7 +1696,6 @@ class GetMountTargetsMountTargetResult(dict):
2485
1696
  :param Sequence['GetMountTargetsMountTargetKerberoArgs'] kerberos: Allows administrator to configure a mount target to interact with the administrator's Kerberos infrastructure.
2486
1697
  :param Sequence['GetMountTargetsMountTargetLdapIdmapArgs'] ldap_idmaps: Mount target details about the LDAP ID mapping configuration.
2487
1698
  :param str lifecycle_details: Additional information about the current 'lifecycleState'.
2488
- :param Sequence['GetMountTargetsMountTargetLockArgs'] locks: Locks associated with this resource.
2489
1699
  :param Sequence[str] nsg_ids: A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
2490
1700
  :param str observed_throughput: Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
2491
1701
  :param Sequence[str] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
@@ -2506,11 +1716,9 @@ class GetMountTargetsMountTargetResult(dict):
2506
1716
  pulumi.set(__self__, "id", id)
2507
1717
  pulumi.set(__self__, "idmap_type", idmap_type)
2508
1718
  pulumi.set(__self__, "ip_address", ip_address)
2509
- pulumi.set(__self__, "is_lock_override", is_lock_override)
2510
1719
  pulumi.set(__self__, "kerberos", kerberos)
2511
1720
  pulumi.set(__self__, "ldap_idmaps", ldap_idmaps)
2512
1721
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2513
- pulumi.set(__self__, "locks", locks)
2514
1722
  pulumi.set(__self__, "nsg_ids", nsg_ids)
2515
1723
  pulumi.set(__self__, "observed_throughput", observed_throughput)
2516
1724
  pulumi.set(__self__, "private_ip_ids", private_ip_ids)
@@ -2595,11 +1803,6 @@ class GetMountTargetsMountTargetResult(dict):
2595
1803
  def ip_address(self) -> str:
2596
1804
  return pulumi.get(self, "ip_address")
2597
1805
 
2598
- @property
2599
- @pulumi.getter(name="isLockOverride")
2600
- def is_lock_override(self) -> bool:
2601
- return pulumi.get(self, "is_lock_override")
2602
-
2603
1806
  @property
2604
1807
  @pulumi.getter
2605
1808
  def kerberos(self) -> Sequence['outputs.GetMountTargetsMountTargetKerberoResult']:
@@ -2624,14 +1827,6 @@ class GetMountTargetsMountTargetResult(dict):
2624
1827
  """
2625
1828
  return pulumi.get(self, "lifecycle_details")
2626
1829
 
2627
- @property
2628
- @pulumi.getter
2629
- def locks(self) -> Sequence['outputs.GetMountTargetsMountTargetLockResult']:
2630
- """
2631
- Locks associated with this resource.
2632
- """
2633
- return pulumi.get(self, "locks")
2634
-
2635
1830
  @property
2636
1831
  @pulumi.getter(name="nsgIds")
2637
1832
  def nsg_ids(self) -> Sequence[str]:
@@ -2862,57 +2057,6 @@ class GetMountTargetsMountTargetLdapIdmapResult(dict):
2862
2057
  return pulumi.get(self, "user_search_base")
2863
2058
 
2864
2059
 
2865
- @pulumi.output_type
2866
- class GetMountTargetsMountTargetLockResult(dict):
2867
- def __init__(__self__, *,
2868
- message: str,
2869
- related_resource_id: str,
2870
- time_created: str,
2871
- type: str):
2872
- """
2873
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2874
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2875
- :param str time_created: The date and time the mount target was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2876
- :param str type: Type of the lock.
2877
- """
2878
- pulumi.set(__self__, "message", message)
2879
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2880
- pulumi.set(__self__, "time_created", time_created)
2881
- pulumi.set(__self__, "type", type)
2882
-
2883
- @property
2884
- @pulumi.getter
2885
- def message(self) -> str:
2886
- """
2887
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2888
- """
2889
- return pulumi.get(self, "message")
2890
-
2891
- @property
2892
- @pulumi.getter(name="relatedResourceId")
2893
- def related_resource_id(self) -> str:
2894
- """
2895
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2896
- """
2897
- return pulumi.get(self, "related_resource_id")
2898
-
2899
- @property
2900
- @pulumi.getter(name="timeCreated")
2901
- def time_created(self) -> str:
2902
- """
2903
- The date and time the mount target was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2904
- """
2905
- return pulumi.get(self, "time_created")
2906
-
2907
- @property
2908
- @pulumi.getter
2909
- def type(self) -> str:
2910
- """
2911
- Type of the lock.
2912
- """
2913
- return pulumi.get(self, "type")
2914
-
2915
-
2916
2060
  @pulumi.output_type
2917
2061
  class GetOutboundConnectorEndpointResult(dict):
2918
2062
  def __init__(__self__, *,
@@ -2942,57 +2086,6 @@ class GetOutboundConnectorEndpointResult(dict):
2942
2086
  return pulumi.get(self, "port")
2943
2087
 
2944
2088
 
2945
- @pulumi.output_type
2946
- class GetOutboundConnectorLockResult(dict):
2947
- def __init__(__self__, *,
2948
- message: str,
2949
- related_resource_id: str,
2950
- time_created: str,
2951
- type: str):
2952
- """
2953
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2954
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2955
- :param str time_created: The date and time the outbound connector was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2956
- :param str type: Type of the lock.
2957
- """
2958
- pulumi.set(__self__, "message", message)
2959
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2960
- pulumi.set(__self__, "time_created", time_created)
2961
- pulumi.set(__self__, "type", type)
2962
-
2963
- @property
2964
- @pulumi.getter
2965
- def message(self) -> str:
2966
- """
2967
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2968
- """
2969
- return pulumi.get(self, "message")
2970
-
2971
- @property
2972
- @pulumi.getter(name="relatedResourceId")
2973
- def related_resource_id(self) -> str:
2974
- """
2975
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2976
- """
2977
- return pulumi.get(self, "related_resource_id")
2978
-
2979
- @property
2980
- @pulumi.getter(name="timeCreated")
2981
- def time_created(self) -> str:
2982
- """
2983
- The date and time the outbound connector was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
2984
- """
2985
- return pulumi.get(self, "time_created")
2986
-
2987
- @property
2988
- @pulumi.getter
2989
- def type(self) -> str:
2990
- """
2991
- Type of the lock.
2992
- """
2993
- return pulumi.get(self, "type")
2994
-
2995
-
2996
2089
  @pulumi.output_type
2997
2090
  class GetOutboundConnectorsFilterResult(dict):
2998
2091
  def __init__(__self__, *,
@@ -3032,8 +2125,6 @@ class GetOutboundConnectorsOutboundConnectorResult(dict):
3032
2125
  endpoints: Sequence['outputs.GetOutboundConnectorsOutboundConnectorEndpointResult'],
3033
2126
  freeform_tags: Mapping[str, str],
3034
2127
  id: str,
3035
- is_lock_override: bool,
3036
- locks: Sequence['outputs.GetOutboundConnectorsOutboundConnectorLockResult'],
3037
2128
  password_secret_id: str,
3038
2129
  password_secret_version: int,
3039
2130
  state: str,
@@ -3048,7 +2139,6 @@ class GetOutboundConnectorsOutboundConnectorResult(dict):
3048
2139
  :param Sequence['GetOutboundConnectorsOutboundConnectorEndpointArgs'] endpoints: Array of server endpoints to use when connecting with the LDAP bind account.
3049
2140
  :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
3050
2141
  :param str id: Filter results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resouce type.
3051
- :param Sequence['GetOutboundConnectorsOutboundConnectorLockArgs'] locks: Locks associated with this resource.
3052
2142
  :param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the password for the LDAP bind account in the Vault.
3053
2143
  :param int password_secret_version: Version of the password secret in the Vault to use.
3054
2144
  :param str state: Filter results by the specified lifecycle state. Must be a valid state for the resource type.
@@ -3063,8 +2153,6 @@ class GetOutboundConnectorsOutboundConnectorResult(dict):
3063
2153
  pulumi.set(__self__, "endpoints", endpoints)
3064
2154
  pulumi.set(__self__, "freeform_tags", freeform_tags)
3065
2155
  pulumi.set(__self__, "id", id)
3066
- pulumi.set(__self__, "is_lock_override", is_lock_override)
3067
- pulumi.set(__self__, "locks", locks)
3068
2156
  pulumi.set(__self__, "password_secret_id", password_secret_id)
3069
2157
  pulumi.set(__self__, "password_secret_version", password_secret_version)
3070
2158
  pulumi.set(__self__, "state", state)
@@ -3142,19 +2230,6 @@ class GetOutboundConnectorsOutboundConnectorResult(dict):
3142
2230
  """
3143
2231
  return pulumi.get(self, "id")
3144
2232
 
3145
- @property
3146
- @pulumi.getter(name="isLockOverride")
3147
- def is_lock_override(self) -> bool:
3148
- return pulumi.get(self, "is_lock_override")
3149
-
3150
- @property
3151
- @pulumi.getter
3152
- def locks(self) -> Sequence['outputs.GetOutboundConnectorsOutboundConnectorLockResult']:
3153
- """
3154
- Locks associated with this resource.
3155
- """
3156
- return pulumi.get(self, "locks")
3157
-
3158
2233
  @property
3159
2234
  @pulumi.getter(name="passwordSecretId")
3160
2235
  def password_secret_id(self) -> str:
@@ -3217,108 +2292,6 @@ class GetOutboundConnectorsOutboundConnectorEndpointResult(dict):
3217
2292
  return pulumi.get(self, "port")
3218
2293
 
3219
2294
 
3220
- @pulumi.output_type
3221
- class GetOutboundConnectorsOutboundConnectorLockResult(dict):
3222
- def __init__(__self__, *,
3223
- message: str,
3224
- related_resource_id: str,
3225
- time_created: str,
3226
- type: str):
3227
- """
3228
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3229
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3230
- :param str time_created: The date and time the outbound connector was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
3231
- :param str type: Type of the lock.
3232
- """
3233
- pulumi.set(__self__, "message", message)
3234
- pulumi.set(__self__, "related_resource_id", related_resource_id)
3235
- pulumi.set(__self__, "time_created", time_created)
3236
- pulumi.set(__self__, "type", type)
3237
-
3238
- @property
3239
- @pulumi.getter
3240
- def message(self) -> str:
3241
- """
3242
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3243
- """
3244
- return pulumi.get(self, "message")
3245
-
3246
- @property
3247
- @pulumi.getter(name="relatedResourceId")
3248
- def related_resource_id(self) -> str:
3249
- """
3250
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3251
- """
3252
- return pulumi.get(self, "related_resource_id")
3253
-
3254
- @property
3255
- @pulumi.getter(name="timeCreated")
3256
- def time_created(self) -> str:
3257
- """
3258
- The date and time the outbound connector was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
3259
- """
3260
- return pulumi.get(self, "time_created")
3261
-
3262
- @property
3263
- @pulumi.getter
3264
- def type(self) -> str:
3265
- """
3266
- Type of the lock.
3267
- """
3268
- return pulumi.get(self, "type")
3269
-
3270
-
3271
- @pulumi.output_type
3272
- class GetReplicationLockResult(dict):
3273
- def __init__(__self__, *,
3274
- message: str,
3275
- related_resource_id: str,
3276
- time_created: str,
3277
- type: str):
3278
- """
3279
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3280
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3281
- :param str time_created: The date and time the replication was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2021-01-04T20:01:29.100Z`
3282
- :param str type: Type of the lock.
3283
- """
3284
- pulumi.set(__self__, "message", message)
3285
- pulumi.set(__self__, "related_resource_id", related_resource_id)
3286
- pulumi.set(__self__, "time_created", time_created)
3287
- pulumi.set(__self__, "type", type)
3288
-
3289
- @property
3290
- @pulumi.getter
3291
- def message(self) -> str:
3292
- """
3293
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3294
- """
3295
- return pulumi.get(self, "message")
3296
-
3297
- @property
3298
- @pulumi.getter(name="relatedResourceId")
3299
- def related_resource_id(self) -> str:
3300
- """
3301
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3302
- """
3303
- return pulumi.get(self, "related_resource_id")
3304
-
3305
- @property
3306
- @pulumi.getter(name="timeCreated")
3307
- def time_created(self) -> str:
3308
- """
3309
- The date and time the replication was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2021-01-04T20:01:29.100Z`
3310
- """
3311
- return pulumi.get(self, "time_created")
3312
-
3313
- @property
3314
- @pulumi.getter
3315
- def type(self) -> str:
3316
- """
3317
- Type of the lock.
3318
- """
3319
- return pulumi.get(self, "type")
3320
-
3321
-
3322
2295
  @pulumi.output_type
3323
2296
  class GetReplicationTargetsFilterResult(dict):
3324
2297
  def __init__(__self__, *,
@@ -3567,10 +2540,8 @@ class GetReplicationsReplicationResult(dict):
3567
2540
  display_name: str,
3568
2541
  freeform_tags: Mapping[str, str],
3569
2542
  id: str,
3570
- is_lock_override: bool,
3571
2543
  last_snapshot_id: str,
3572
2544
  lifecycle_details: str,
3573
- locks: Sequence['outputs.GetReplicationsReplicationLockResult'],
3574
2545
  recovery_point_time: str,
3575
2546
  replication_interval: str,
3576
2547
  replication_target_id: str,
@@ -3589,7 +2560,6 @@ class GetReplicationsReplicationResult(dict):
3589
2560
  :param str id: Filter results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resouce type.
3590
2561
  :param str last_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
3591
2562
  :param str lifecycle_details: Additional information about the current 'lifecycleState'.
3592
- :param Sequence['GetReplicationsReplicationLockArgs'] locks: Locks associated with this resource.
3593
2563
  :param str recovery_point_time: The [`snapshotTime`](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Snapshot/snapshotTime) of the most recent recoverable replication snapshot in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2021-04-04T20:01:29.100Z`
3594
2564
  :param str replication_interval: Duration in minutes between replication snapshots.
3595
2565
  :param str replication_target_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the [`ReplicationTarget`](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/ReplicationTarget).
@@ -3606,10 +2576,8 @@ class GetReplicationsReplicationResult(dict):
3606
2576
  pulumi.set(__self__, "display_name", display_name)
3607
2577
  pulumi.set(__self__, "freeform_tags", freeform_tags)
3608
2578
  pulumi.set(__self__, "id", id)
3609
- pulumi.set(__self__, "is_lock_override", is_lock_override)
3610
2579
  pulumi.set(__self__, "last_snapshot_id", last_snapshot_id)
3611
2580
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
3612
- pulumi.set(__self__, "locks", locks)
3613
2581
  pulumi.set(__self__, "recovery_point_time", recovery_point_time)
3614
2582
  pulumi.set(__self__, "replication_interval", replication_interval)
3615
2583
  pulumi.set(__self__, "replication_target_id", replication_target_id)
@@ -3682,11 +2650,6 @@ class GetReplicationsReplicationResult(dict):
3682
2650
  """
3683
2651
  return pulumi.get(self, "id")
3684
2652
 
3685
- @property
3686
- @pulumi.getter(name="isLockOverride")
3687
- def is_lock_override(self) -> bool:
3688
- return pulumi.get(self, "is_lock_override")
3689
-
3690
2653
  @property
3691
2654
  @pulumi.getter(name="lastSnapshotId")
3692
2655
  def last_snapshot_id(self) -> str:
@@ -3703,14 +2666,6 @@ class GetReplicationsReplicationResult(dict):
3703
2666
  """
3704
2667
  return pulumi.get(self, "lifecycle_details")
3705
2668
 
3706
- @property
3707
- @pulumi.getter
3708
- def locks(self) -> Sequence['outputs.GetReplicationsReplicationLockResult']:
3709
- """
3710
- Locks associated with this resource.
3711
- """
3712
- return pulumi.get(self, "locks")
3713
-
3714
2669
  @property
3715
2670
  @pulumi.getter(name="recoveryPointTime")
3716
2671
  def recovery_point_time(self) -> str:
@@ -3768,108 +2723,6 @@ class GetReplicationsReplicationResult(dict):
3768
2723
  return pulumi.get(self, "time_created")
3769
2724
 
3770
2725
 
3771
- @pulumi.output_type
3772
- class GetReplicationsReplicationLockResult(dict):
3773
- def __init__(__self__, *,
3774
- message: str,
3775
- related_resource_id: str,
3776
- time_created: str,
3777
- type: str):
3778
- """
3779
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3780
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3781
- :param str time_created: The date and time the replication was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2021-01-04T20:01:29.100Z`
3782
- :param str type: Type of the lock.
3783
- """
3784
- pulumi.set(__self__, "message", message)
3785
- pulumi.set(__self__, "related_resource_id", related_resource_id)
3786
- pulumi.set(__self__, "time_created", time_created)
3787
- pulumi.set(__self__, "type", type)
3788
-
3789
- @property
3790
- @pulumi.getter
3791
- def message(self) -> str:
3792
- """
3793
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3794
- """
3795
- return pulumi.get(self, "message")
3796
-
3797
- @property
3798
- @pulumi.getter(name="relatedResourceId")
3799
- def related_resource_id(self) -> str:
3800
- """
3801
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3802
- """
3803
- return pulumi.get(self, "related_resource_id")
3804
-
3805
- @property
3806
- @pulumi.getter(name="timeCreated")
3807
- def time_created(self) -> str:
3808
- """
3809
- The date and time the replication was created in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2021-01-04T20:01:29.100Z`
3810
- """
3811
- return pulumi.get(self, "time_created")
3812
-
3813
- @property
3814
- @pulumi.getter
3815
- def type(self) -> str:
3816
- """
3817
- Type of the lock.
3818
- """
3819
- return pulumi.get(self, "type")
3820
-
3821
-
3822
- @pulumi.output_type
3823
- class GetSnapshotLockResult(dict):
3824
- def __init__(__self__, *,
3825
- message: str,
3826
- related_resource_id: str,
3827
- time_created: str,
3828
- type: str):
3829
- """
3830
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3831
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3832
- :param str time_created: The date and time the snapshot was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
3833
- :param str type: Type of the lock.
3834
- """
3835
- pulumi.set(__self__, "message", message)
3836
- pulumi.set(__self__, "related_resource_id", related_resource_id)
3837
- pulumi.set(__self__, "time_created", time_created)
3838
- pulumi.set(__self__, "type", type)
3839
-
3840
- @property
3841
- @pulumi.getter
3842
- def message(self) -> str:
3843
- """
3844
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3845
- """
3846
- return pulumi.get(self, "message")
3847
-
3848
- @property
3849
- @pulumi.getter(name="relatedResourceId")
3850
- def related_resource_id(self) -> str:
3851
- """
3852
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3853
- """
3854
- return pulumi.get(self, "related_resource_id")
3855
-
3856
- @property
3857
- @pulumi.getter(name="timeCreated")
3858
- def time_created(self) -> str:
3859
- """
3860
- The date and time the snapshot was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
3861
- """
3862
- return pulumi.get(self, "time_created")
3863
-
3864
- @property
3865
- @pulumi.getter
3866
- def type(self) -> str:
3867
- """
3868
- Type of the lock.
3869
- """
3870
- return pulumi.get(self, "type")
3871
-
3872
-
3873
2726
  @pulumi.output_type
3874
2727
  class GetSnapshotsFilterResult(dict):
3875
2728
  def __init__(__self__, *,
@@ -3913,9 +2766,7 @@ class GetSnapshotsSnapshotResult(dict):
3913
2766
  freeform_tags: Mapping[str, str],
3914
2767
  id: str,
3915
2768
  is_clone_source: bool,
3916
- is_lock_override: bool,
3917
2769
  lifecycle_details: str,
3918
- locks: Sequence['outputs.GetSnapshotsSnapshotLockResult'],
3919
2770
  name: str,
3920
2771
  provenance_id: str,
3921
2772
  snapshot_time: str,
@@ -3931,7 +2782,6 @@ class GetSnapshotsSnapshotResult(dict):
3931
2782
  :param str id: Filter results by [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resouce type.
3932
2783
  :param bool is_clone_source: Specifies whether the snapshot has been cloned. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
3933
2784
  :param str lifecycle_details: Additional information about the current `lifecycleState`.
3934
- :param Sequence['GetSnapshotsSnapshotLockArgs'] locks: Locks associated with this resource.
3935
2785
  :param str name: Name of the snapshot. This value is immutable.
3936
2786
  :param str provenance_id: An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) identifying the parent from which this snapshot was cloned. If this snapshot was not cloned, then the `provenanceId` is the same as the snapshot `id` value. If this snapshot was cloned, then the `provenanceId` value is the parent's `provenanceId`. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
3937
2787
  :param str snapshot_time: The date and time the snapshot was taken, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. This value might be the same or different from `timeCreated` depending on the following factors:
@@ -3949,9 +2799,7 @@ class GetSnapshotsSnapshotResult(dict):
3949
2799
  pulumi.set(__self__, "freeform_tags", freeform_tags)
3950
2800
  pulumi.set(__self__, "id", id)
3951
2801
  pulumi.set(__self__, "is_clone_source", is_clone_source)
3952
- pulumi.set(__self__, "is_lock_override", is_lock_override)
3953
2802
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
3954
- pulumi.set(__self__, "locks", locks)
3955
2803
  pulumi.set(__self__, "name", name)
3956
2804
  pulumi.set(__self__, "provenance_id", provenance_id)
3957
2805
  pulumi.set(__self__, "snapshot_time", snapshot_time)
@@ -4015,11 +2863,6 @@ class GetSnapshotsSnapshotResult(dict):
4015
2863
  """
4016
2864
  return pulumi.get(self, "is_clone_source")
4017
2865
 
4018
- @property
4019
- @pulumi.getter(name="isLockOverride")
4020
- def is_lock_override(self) -> bool:
4021
- return pulumi.get(self, "is_lock_override")
4022
-
4023
2866
  @property
4024
2867
  @pulumi.getter(name="lifecycleDetails")
4025
2868
  def lifecycle_details(self) -> str:
@@ -4028,14 +2871,6 @@ class GetSnapshotsSnapshotResult(dict):
4028
2871
  """
4029
2872
  return pulumi.get(self, "lifecycle_details")
4030
2873
 
4031
- @property
4032
- @pulumi.getter
4033
- def locks(self) -> Sequence['outputs.GetSnapshotsSnapshotLockResult']:
4034
- """
4035
- Locks associated with this resource.
4036
- """
4037
- return pulumi.get(self, "locks")
4038
-
4039
2874
  @property
4040
2875
  @pulumi.getter
4041
2876
  def name(self) -> str:
@@ -4088,54 +2923,3 @@ class GetSnapshotsSnapshotResult(dict):
4088
2923
  return pulumi.get(self, "time_created")
4089
2924
 
4090
2925
 
4091
- @pulumi.output_type
4092
- class GetSnapshotsSnapshotLockResult(dict):
4093
- def __init__(__self__, *,
4094
- message: str,
4095
- related_resource_id: str,
4096
- time_created: str,
4097
- type: str):
4098
- """
4099
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
4100
- :param str related_resource_id: The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
4101
- :param str time_created: The date and time the snapshot was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
4102
- :param str type: Type of the lock.
4103
- """
4104
- pulumi.set(__self__, "message", message)
4105
- pulumi.set(__self__, "related_resource_id", related_resource_id)
4106
- pulumi.set(__self__, "time_created", time_created)
4107
- pulumi.set(__self__, "type", type)
4108
-
4109
- @property
4110
- @pulumi.getter
4111
- def message(self) -> str:
4112
- """
4113
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
4114
- """
4115
- return pulumi.get(self, "message")
4116
-
4117
- @property
4118
- @pulumi.getter(name="relatedResourceId")
4119
- def related_resource_id(self) -> str:
4120
- """
4121
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
4122
- """
4123
- return pulumi.get(self, "related_resource_id")
4124
-
4125
- @property
4126
- @pulumi.getter(name="timeCreated")
4127
- def time_created(self) -> str:
4128
- """
4129
- The date and time the snapshot was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
4130
- """
4131
- return pulumi.get(self, "time_created")
4132
-
4133
- @property
4134
- @pulumi.getter
4135
- def type(self) -> str:
4136
- """
4137
- Type of the lock.
4138
- """
4139
- return pulumi.get(self, "type")
4140
-
4141
-