pulumi-oci 2.1.0__py3-none-any.whl → 2.1.0a1719958917__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 (59) hide show
  1. pulumi_oci/__init__.py +0 -43
  2. pulumi_oci/database/__init__.py +0 -11
  3. pulumi_oci/database/_inputs.py +0 -607
  4. pulumi_oci/database/db_node.py +0 -28
  5. pulumi_oci/database/get_backups.py +5 -22
  6. pulumi_oci/database/get_db_node.py +1 -14
  7. pulumi_oci/database/get_db_nodes.py +2 -2
  8. pulumi_oci/database/get_gi_versions.py +5 -22
  9. pulumi_oci/database/outputs.py +0 -2050
  10. pulumi_oci/database/pluggable_database.py +7 -7
  11. pulumi_oci/databasemigration/__init__.py +0 -6
  12. pulumi_oci/databasemigration/_inputs.py +0 -1577
  13. pulumi_oci/databasemigration/get_job_advisor_report.py +10 -2
  14. pulumi_oci/databasemigration/get_migration_object_types.py +13 -24
  15. pulumi_oci/databasemigration/job.py +20 -16
  16. pulumi_oci/databasemigration/outputs.py +72 -4300
  17. pulumi_oci/filestorage/_inputs.py +18 -10
  18. pulumi_oci/filestorage/export.py +7 -28
  19. pulumi_oci/filestorage/file_system.py +35 -159
  20. pulumi_oci/filestorage/outputs.py +34 -55
  21. pulumi_oci/generativeai/_inputs.py +2 -50
  22. pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -30
  23. pulumi_oci/generativeai/endpoint.py +2 -2
  24. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +47 -2
  25. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +14 -2
  26. pulumi_oci/generativeai/get_endpoint.py +26 -2
  27. pulumi_oci/generativeai/get_endpoints.py +8 -2
  28. pulumi_oci/generativeai/get_model.py +38 -2
  29. pulumi_oci/generativeai/get_models.py +8 -2
  30. pulumi_oci/generativeai/model.py +2 -2
  31. pulumi_oci/generativeai/outputs.py +310 -86
  32. pulumi_oci/pulumi-plugin.json +1 -1
  33. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/METADATA +1 -1
  34. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/RECORD +36 -59
  35. pulumi_oci/database/exadb_vm_cluster.py +0 -1761
  36. pulumi_oci/database/exascale_db_storage_vault.py +0 -787
  37. pulumi_oci/database/get_exadb_vm_cluster.py +0 -614
  38. pulumi_oci/database/get_exadb_vm_cluster_update.py +0 -226
  39. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +0 -153
  40. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +0 -226
  41. pulumi_oci/database/get_exadb_vm_cluster_updates.py +0 -173
  42. pulumi_oci/database/get_exadb_vm_clusters.py +0 -196
  43. pulumi_oci/database/get_exascale_db_storage_vault.py +0 -301
  44. pulumi_oci/database/get_exascale_db_storage_vaults.py +0 -176
  45. pulumi_oci/database/get_gi_version_minor_versions.py +0 -221
  46. pulumi_oci/databasemigration/connection.py +0 -2019
  47. pulumi_oci/databasemigration/get_connection.py +0 -616
  48. pulumi_oci/databasemigration/get_connections.py +0 -225
  49. pulumi_oci/databasemigration/get_migration.py +0 -427
  50. pulumi_oci/databasemigration/get_migrations.py +0 -407
  51. pulumi_oci/databasemigration/migration.py +0 -1471
  52. pulumi_oci/resourcescheduler/__init__.py +0 -12
  53. pulumi_oci/resourcescheduler/_inputs.py +0 -224
  54. pulumi_oci/resourcescheduler/get_schedule.py +0 -340
  55. pulumi_oci/resourcescheduler/get_schedules.py +0 -193
  56. pulumi_oci/resourcescheduler/outputs.py +0 -687
  57. pulumi_oci/resourcescheduler/schedule.py +0 -977
  58. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/WHEEL +0 -0
  59. {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719958917.dist-info}/top_level.txt +0 -0
@@ -11,158 +11,19 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
- 'ConnectionAdditionalAttribute',
15
- 'ConnectionIngressIp',
16
14
  'JobProgress',
17
15
  'JobProgressPhase',
18
16
  'JobProgressPhaseExtract',
19
17
  'JobProgressPhaseLogLocation',
20
18
  'JobUnsupportedObject',
21
- 'MigrationAdvisorSettings',
22
- 'MigrationDataTransferMediumDetails',
23
- 'MigrationDataTransferMediumDetailsObjectStorageBucket',
24
- 'MigrationDataTransferMediumDetailsSource',
25
- 'MigrationDataTransferMediumDetailsTarget',
26
- 'MigrationExcludeObject',
27
- 'MigrationGgsDetails',
28
- 'MigrationGgsDetailsExtract',
29
- 'MigrationGgsDetailsGgsDeployment',
30
- 'MigrationGgsDetailsReplicat',
31
- 'MigrationHubDetails',
32
- 'MigrationHubDetailsExtract',
33
- 'MigrationHubDetailsReplicat',
34
- 'MigrationHubDetailsRestAdminCredentials',
35
- 'MigrationIncludeObject',
36
- 'MigrationInitialLoadSettings',
37
- 'MigrationInitialLoadSettingsDataPumpParameters',
38
- 'MigrationInitialLoadSettingsExportDirectoryObject',
39
- 'MigrationInitialLoadSettingsImportDirectoryObject',
40
- 'MigrationInitialLoadSettingsMetadataRemap',
41
- 'MigrationInitialLoadSettingsTablespaceDetails',
42
- 'GetConnectionAdditionalAttributeResult',
43
- 'GetConnectionIngressIpResult',
44
- 'GetConnectionsConnectionCollectionResult',
45
- 'GetConnectionsConnectionCollectionItemResult',
46
- 'GetConnectionsConnectionCollectionItemAdditionalAttributeResult',
47
- 'GetConnectionsConnectionCollectionItemIngressIpResult',
48
- 'GetConnectionsFilterResult',
49
19
  'GetJobAdvisorReportReportLocationDetailResult',
50
20
  'GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult',
51
21
  'GetJobOutputItemResult',
52
- 'GetMigrationAdvisorSettingResult',
53
- 'GetMigrationDataTransferMediumDetailResult',
54
- 'GetMigrationDataTransferMediumDetailObjectStorageBucketResult',
55
- 'GetMigrationDataTransferMediumDetailSourceResult',
56
- 'GetMigrationDataTransferMediumDetailTargetResult',
57
- 'GetMigrationExcludeObjectResult',
58
- 'GetMigrationGgsDetailResult',
59
- 'GetMigrationGgsDetailExtractResult',
60
- 'GetMigrationGgsDetailGgsDeploymentResult',
61
- 'GetMigrationGgsDetailReplicatResult',
62
- 'GetMigrationHubDetailResult',
63
- 'GetMigrationHubDetailExtractResult',
64
- 'GetMigrationHubDetailReplicatResult',
65
- 'GetMigrationHubDetailRestAdminCredentialResult',
66
- 'GetMigrationIncludeObjectResult',
67
- 'GetMigrationInitialLoadSettingResult',
68
- 'GetMigrationInitialLoadSettingDataPumpParameterResult',
69
- 'GetMigrationInitialLoadSettingExportDirectoryObjectResult',
70
- 'GetMigrationInitialLoadSettingImportDirectoryObjectResult',
71
- 'GetMigrationInitialLoadSettingMetadataRemapResult',
72
- 'GetMigrationInitialLoadSettingTablespaceDetailResult',
73
22
  'GetMigrationObjectTypesFilterResult',
74
23
  'GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionResult',
75
24
  'GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult',
76
- 'GetMigrationsAdvisorSettingResult',
77
- 'GetMigrationsDataTransferMediumDetailResult',
78
- 'GetMigrationsDataTransferMediumDetailObjectStorageBucketResult',
79
- 'GetMigrationsDataTransferMediumDetailSourceResult',
80
- 'GetMigrationsDataTransferMediumDetailTargetResult',
81
- 'GetMigrationsExcludeObjectResult',
82
- 'GetMigrationsGgsDetailResult',
83
- 'GetMigrationsGgsDetailExtractResult',
84
- 'GetMigrationsGgsDetailGgsDeploymentResult',
85
- 'GetMigrationsGgsDetailReplicatResult',
86
- 'GetMigrationsHubDetailResult',
87
- 'GetMigrationsHubDetailExtractResult',
88
- 'GetMigrationsHubDetailReplicatResult',
89
- 'GetMigrationsHubDetailRestAdminCredentialResult',
90
- 'GetMigrationsIncludeObjectResult',
91
- 'GetMigrationsInitialLoadSettingResult',
92
- 'GetMigrationsInitialLoadSettingDataPumpParameterResult',
93
- 'GetMigrationsInitialLoadSettingExportDirectoryObjectResult',
94
- 'GetMigrationsInitialLoadSettingImportDirectoryObjectResult',
95
- 'GetMigrationsInitialLoadSettingMetadataRemapResult',
96
- 'GetMigrationsInitialLoadSettingTablespaceDetailResult',
97
25
  ]
98
26
 
99
- @pulumi.output_type
100
- class ConnectionAdditionalAttribute(dict):
101
- def __init__(__self__, *,
102
- name: Optional[str] = None,
103
- value: Optional[str] = None):
104
- """
105
- :param str name: (Updatable) The name of the property entry.
106
- :param str value: (Updatable) The value of the property entry.
107
- """
108
- if name is not None:
109
- pulumi.set(__self__, "name", name)
110
- if value is not None:
111
- pulumi.set(__self__, "value", value)
112
-
113
- @property
114
- @pulumi.getter
115
- def name(self) -> Optional[str]:
116
- """
117
- (Updatable) The name of the property entry.
118
- """
119
- return pulumi.get(self, "name")
120
-
121
- @property
122
- @pulumi.getter
123
- def value(self) -> Optional[str]:
124
- """
125
- (Updatable) The value of the property entry.
126
- """
127
- return pulumi.get(self, "value")
128
-
129
-
130
- @pulumi.output_type
131
- class ConnectionIngressIp(dict):
132
- @staticmethod
133
- def __key_warning(key: str):
134
- suggest = None
135
- if key == "ingressIp":
136
- suggest = "ingress_ip"
137
-
138
- if suggest:
139
- pulumi.log.warn(f"Key '{key}' not found in ConnectionIngressIp. Access the value via the '{suggest}' property getter instead.")
140
-
141
- def __getitem__(self, key: str) -> Any:
142
- ConnectionIngressIp.__key_warning(key)
143
- return super().__getitem__(key)
144
-
145
- def get(self, key: str, default = None) -> Any:
146
- ConnectionIngressIp.__key_warning(key)
147
- return super().get(key, default)
148
-
149
- def __init__(__self__, *,
150
- ingress_ip: Optional[str] = None):
151
- """
152
- :param str ingress_ip: A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
153
- """
154
- if ingress_ip is not None:
155
- pulumi.set(__self__, "ingress_ip", ingress_ip)
156
-
157
- @property
158
- @pulumi.getter(name="ingressIp")
159
- def ingress_ip(self) -> Optional[str]:
160
- """
161
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
162
- """
163
- return pulumi.get(self, "ingress_ip")
164
-
165
-
166
27
  @pulumi.output_type
167
28
  class JobProgress(dict):
168
29
  @staticmethod
@@ -479,4247 +340,158 @@ class JobUnsupportedObject(dict):
479
340
 
480
341
 
481
342
  @pulumi.output_type
482
- class MigrationAdvisorSettings(dict):
483
- @staticmethod
484
- def __key_warning(key: str):
485
- suggest = None
486
- if key == "isIgnoreErrors":
487
- suggest = "is_ignore_errors"
488
- elif key == "isSkipAdvisor":
489
- suggest = "is_skip_advisor"
490
-
491
- if suggest:
492
- pulumi.log.warn(f"Key '{key}' not found in MigrationAdvisorSettings. Access the value via the '{suggest}' property getter instead.")
493
-
494
- def __getitem__(self, key: str) -> Any:
495
- MigrationAdvisorSettings.__key_warning(key)
496
- return super().__getitem__(key)
497
-
498
- def get(self, key: str, default = None) -> Any:
499
- MigrationAdvisorSettings.__key_warning(key)
500
- return super().get(key, default)
501
-
343
+ class GetJobAdvisorReportReportLocationDetailResult(dict):
502
344
  def __init__(__self__, *,
503
- is_ignore_errors: Optional[bool] = None,
504
- is_skip_advisor: Optional[bool] = None):
345
+ location_in_source: str,
346
+ object_storage_details: Sequence['outputs.GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult']):
505
347
  """
506
- :param bool is_ignore_errors: (Updatable) True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
507
- :param bool is_skip_advisor: (Updatable) True to skip the Pre-Migration Advisor execution. Default is false.
348
+ :param str location_in_source: Path in the Source Registered Connection where the Pre-Migration advisor report can be accessed.
349
+ :param Sequence['GetJobAdvisorReportReportLocationDetailObjectStorageDetailArgs'] object_storage_details: Details to access Pre-Migration Advisor report in the specified Object Storage bucket, if any.
508
350
  """
509
- if is_ignore_errors is not None:
510
- pulumi.set(__self__, "is_ignore_errors", is_ignore_errors)
511
- if is_skip_advisor is not None:
512
- pulumi.set(__self__, "is_skip_advisor", is_skip_advisor)
351
+ pulumi.set(__self__, "location_in_source", location_in_source)
352
+ pulumi.set(__self__, "object_storage_details", object_storage_details)
513
353
 
514
354
  @property
515
- @pulumi.getter(name="isIgnoreErrors")
516
- def is_ignore_errors(self) -> Optional[bool]:
355
+ @pulumi.getter(name="locationInSource")
356
+ def location_in_source(self) -> str:
517
357
  """
518
- (Updatable) True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
358
+ Path in the Source Registered Connection where the Pre-Migration advisor report can be accessed.
519
359
  """
520
- return pulumi.get(self, "is_ignore_errors")
360
+ return pulumi.get(self, "location_in_source")
521
361
 
522
362
  @property
523
- @pulumi.getter(name="isSkipAdvisor")
524
- def is_skip_advisor(self) -> Optional[bool]:
363
+ @pulumi.getter(name="objectStorageDetails")
364
+ def object_storage_details(self) -> Sequence['outputs.GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult']:
525
365
  """
526
- (Updatable) True to skip the Pre-Migration Advisor execution. Default is false.
366
+ Details to access Pre-Migration Advisor report in the specified Object Storage bucket, if any.
527
367
  """
528
- return pulumi.get(self, "is_skip_advisor")
368
+ return pulumi.get(self, "object_storage_details")
529
369
 
530
370
 
531
371
  @pulumi.output_type
532
- class MigrationDataTransferMediumDetails(dict):
533
- @staticmethod
534
- def __key_warning(key: str):
535
- suggest = None
536
- if key == "accessKeyId":
537
- suggest = "access_key_id"
538
- elif key == "objectStorageBucket":
539
- suggest = "object_storage_bucket"
540
- elif key == "secretAccessKey":
541
- suggest = "secret_access_key"
542
- elif key == "sharedStorageMountTargetId":
543
- suggest = "shared_storage_mount_target_id"
544
-
545
- if suggest:
546
- pulumi.log.warn(f"Key '{key}' not found in MigrationDataTransferMediumDetails. Access the value via the '{suggest}' property getter instead.")
547
-
548
- def __getitem__(self, key: str) -> Any:
549
- MigrationDataTransferMediumDetails.__key_warning(key)
550
- return super().__getitem__(key)
551
-
552
- def get(self, key: str, default = None) -> Any:
553
- MigrationDataTransferMediumDetails.__key_warning(key)
554
- return super().get(key, default)
555
-
372
+ class GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult(dict):
556
373
  def __init__(__self__, *,
557
- type: str,
558
- access_key_id: Optional[str] = None,
559
- name: Optional[str] = None,
560
- object_storage_bucket: Optional['outputs.MigrationDataTransferMediumDetailsObjectStorageBucket'] = None,
561
- region: Optional[str] = None,
562
- secret_access_key: Optional[str] = None,
563
- shared_storage_mount_target_id: Optional[str] = None,
564
- source: Optional['outputs.MigrationDataTransferMediumDetailsSource'] = None,
565
- target: Optional['outputs.MigrationDataTransferMediumDetailsTarget'] = None):
566
- """
567
- :param str type: (Updatable) Type of the data transfer medium to use.
568
- :param str access_key_id: (Updatable) AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
569
- :param str name: (Updatable) Name of database link from Oracle Cloud Infrastructure database to on-premise database. ODMS will create link, if the link does not already exist.
570
- :param 'MigrationDataTransferMediumDetailsObjectStorageBucketArgs' object_storage_bucket: (Updatable) In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
571
- :param str region: (Updatable) AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
572
- :param str secret_access_key: (Updatable) AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
573
- :param str shared_storage_mount_target_id: (Updatable) OCID of the shared storage mount target
574
- :param 'MigrationDataTransferMediumDetailsSourceArgs' source: (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL.
575
- :param 'MigrationDataTransferMediumDetailsTargetArgs' target: (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL.
576
- """
577
- pulumi.set(__self__, "type", type)
578
- if access_key_id is not None:
579
- pulumi.set(__self__, "access_key_id", access_key_id)
580
- if name is not None:
581
- pulumi.set(__self__, "name", name)
582
- if object_storage_bucket is not None:
583
- pulumi.set(__self__, "object_storage_bucket", object_storage_bucket)
584
- if region is not None:
585
- pulumi.set(__self__, "region", region)
586
- if secret_access_key is not None:
587
- pulumi.set(__self__, "secret_access_key", secret_access_key)
588
- if shared_storage_mount_target_id is not None:
589
- pulumi.set(__self__, "shared_storage_mount_target_id", shared_storage_mount_target_id)
590
- if source is not None:
591
- pulumi.set(__self__, "source", source)
592
- if target is not None:
593
- pulumi.set(__self__, "target", target)
594
-
595
- @property
596
- @pulumi.getter
597
- def type(self) -> str:
598
- """
599
- (Updatable) Type of the data transfer medium to use.
600
- """
601
- return pulumi.get(self, "type")
602
-
603
- @property
604
- @pulumi.getter(name="accessKeyId")
605
- def access_key_id(self) -> Optional[str]:
606
- """
607
- (Updatable) AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
608
- """
609
- return pulumi.get(self, "access_key_id")
610
-
611
- @property
612
- @pulumi.getter
613
- def name(self) -> Optional[str]:
614
- """
615
- (Updatable) Name of database link from Oracle Cloud Infrastructure database to on-premise database. ODMS will create link, if the link does not already exist.
616
- """
617
- return pulumi.get(self, "name")
618
-
619
- @property
620
- @pulumi.getter(name="objectStorageBucket")
621
- def object_storage_bucket(self) -> Optional['outputs.MigrationDataTransferMediumDetailsObjectStorageBucket']:
374
+ bucket: str,
375
+ namespace: str,
376
+ object: str):
622
377
  """
623
- (Updatable) In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
378
+ :param str bucket: Name of the bucket containing the Pre-Migration Advisor report.
379
+ :param str namespace: Object Storage namespace.
380
+ :param str object: Pre-Migration Advisor report object name.
624
381
  """
625
- return pulumi.get(self, "object_storage_bucket")
382
+ pulumi.set(__self__, "bucket", bucket)
383
+ pulumi.set(__self__, "namespace", namespace)
384
+ pulumi.set(__self__, "object", object)
626
385
 
627
386
  @property
628
387
  @pulumi.getter
629
- def region(self) -> Optional[str]:
630
- """
631
- (Updatable) AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
632
- """
633
- return pulumi.get(self, "region")
634
-
635
- @property
636
- @pulumi.getter(name="secretAccessKey")
637
- def secret_access_key(self) -> Optional[str]:
638
- """
639
- (Updatable) AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
640
- """
641
- return pulumi.get(self, "secret_access_key")
642
-
643
- @property
644
- @pulumi.getter(name="sharedStorageMountTargetId")
645
- def shared_storage_mount_target_id(self) -> Optional[str]:
388
+ def bucket(self) -> str:
646
389
  """
647
- (Updatable) OCID of the shared storage mount target
390
+ Name of the bucket containing the Pre-Migration Advisor report.
648
391
  """
649
- return pulumi.get(self, "shared_storage_mount_target_id")
392
+ return pulumi.get(self, "bucket")
650
393
 
651
394
  @property
652
395
  @pulumi.getter
653
- def source(self) -> Optional['outputs.MigrationDataTransferMediumDetailsSource']:
396
+ def namespace(self) -> str:
654
397
  """
655
- (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL.
398
+ Object Storage namespace.
656
399
  """
657
- return pulumi.get(self, "source")
400
+ return pulumi.get(self, "namespace")
658
401
 
659
402
  @property
660
403
  @pulumi.getter
661
- def target(self) -> Optional['outputs.MigrationDataTransferMediumDetailsTarget']:
404
+ def object(self) -> str:
662
405
  """
663
- (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL.
406
+ Pre-Migration Advisor report object name.
664
407
  """
665
- return pulumi.get(self, "target")
408
+ return pulumi.get(self, "object")
666
409
 
667
410
 
668
411
  @pulumi.output_type
669
- class MigrationDataTransferMediumDetailsObjectStorageBucket(dict):
412
+ class GetJobOutputItemResult(dict):
670
413
  def __init__(__self__, *,
671
- bucket: Optional[str] = None,
672
- namespace: Optional[str] = None):
673
- """
674
- :param str bucket: (Updatable) Bucket name.
675
- :param str namespace: (Updatable) Namespace name of the object store bucket.
676
- """
677
- if bucket is not None:
678
- pulumi.set(__self__, "bucket", bucket)
679
- if namespace is not None:
680
- pulumi.set(__self__, "namespace", namespace)
681
-
682
- @property
683
- @pulumi.getter
684
- def bucket(self) -> Optional[str]:
414
+ message: str):
685
415
  """
686
- (Updatable) Bucket name.
416
+ :param str message: Job output line.
687
417
  """
688
- return pulumi.get(self, "bucket")
418
+ pulumi.set(__self__, "message", message)
689
419
 
690
420
  @property
691
421
  @pulumi.getter
692
- def namespace(self) -> Optional[str]:
422
+ def message(self) -> str:
693
423
  """
694
- (Updatable) Namespace name of the object store bucket.
424
+ Job output line.
695
425
  """
696
- return pulumi.get(self, "namespace")
426
+ return pulumi.get(self, "message")
697
427
 
698
428
 
699
429
  @pulumi.output_type
700
- class MigrationDataTransferMediumDetailsSource(dict):
701
- @staticmethod
702
- def __key_warning(key: str):
703
- suggest = None
704
- if key == "ociHome":
705
- suggest = "oci_home"
706
- elif key == "walletLocation":
707
- suggest = "wallet_location"
708
-
709
- if suggest:
710
- pulumi.log.warn(f"Key '{key}' not found in MigrationDataTransferMediumDetailsSource. Access the value via the '{suggest}' property getter instead.")
711
-
712
- def __getitem__(self, key: str) -> Any:
713
- MigrationDataTransferMediumDetailsSource.__key_warning(key)
714
- return super().__getitem__(key)
715
-
716
- def get(self, key: str, default = None) -> Any:
717
- MigrationDataTransferMediumDetailsSource.__key_warning(key)
718
- return super().get(key, default)
719
-
430
+ class GetMigrationObjectTypesFilterResult(dict):
720
431
  def __init__(__self__, *,
721
- kind: str,
722
- oci_home: Optional[str] = None,
723
- wallet_location: Optional[str] = None):
432
+ name: str,
433
+ values: Sequence[str],
434
+ regex: Optional[bool] = None):
724
435
  """
725
- :param str kind: (Updatable) Type of dump transfer to use during migration in source or target host. Default kind is CURL
726
- :param str oci_home: (Updatable) Path to the Oracle Cloud Infrastructure CLI installation in the node.
727
- :param str wallet_location: (Updatable) Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
436
+ :param str name: Object type name
728
437
  """
729
- pulumi.set(__self__, "kind", kind)
730
- if oci_home is not None:
731
- pulumi.set(__self__, "oci_home", oci_home)
732
- if wallet_location is not None:
733
- pulumi.set(__self__, "wallet_location", wallet_location)
438
+ pulumi.set(__self__, "name", name)
439
+ pulumi.set(__self__, "values", values)
440
+ if regex is not None:
441
+ pulumi.set(__self__, "regex", regex)
734
442
 
735
443
  @property
736
444
  @pulumi.getter
737
- def kind(self) -> str:
445
+ def name(self) -> str:
738
446
  """
739
- (Updatable) Type of dump transfer to use during migration in source or target host. Default kind is CURL
447
+ Object type name
740
448
  """
741
- return pulumi.get(self, "kind")
449
+ return pulumi.get(self, "name")
742
450
 
743
451
  @property
744
- @pulumi.getter(name="ociHome")
745
- def oci_home(self) -> Optional[str]:
746
- """
747
- (Updatable) Path to the Oracle Cloud Infrastructure CLI installation in the node.
748
- """
749
- return pulumi.get(self, "oci_home")
452
+ @pulumi.getter
453
+ def values(self) -> Sequence[str]:
454
+ return pulumi.get(self, "values")
750
455
 
751
456
  @property
752
- @pulumi.getter(name="walletLocation")
753
- def wallet_location(self) -> Optional[str]:
754
- """
755
- (Updatable) Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
756
- """
757
- return pulumi.get(self, "wallet_location")
457
+ @pulumi.getter
458
+ def regex(self) -> Optional[bool]:
459
+ return pulumi.get(self, "regex")
758
460
 
759
461
 
760
462
  @pulumi.output_type
761
- class MigrationDataTransferMediumDetailsTarget(dict):
762
- @staticmethod
763
- def __key_warning(key: str):
764
- suggest = None
765
- if key == "ociHome":
766
- suggest = "oci_home"
767
- elif key == "walletLocation":
768
- suggest = "wallet_location"
769
-
770
- if suggest:
771
- pulumi.log.warn(f"Key '{key}' not found in MigrationDataTransferMediumDetailsTarget. Access the value via the '{suggest}' property getter instead.")
772
-
773
- def __getitem__(self, key: str) -> Any:
774
- MigrationDataTransferMediumDetailsTarget.__key_warning(key)
775
- return super().__getitem__(key)
776
-
777
- def get(self, key: str, default = None) -> Any:
778
- MigrationDataTransferMediumDetailsTarget.__key_warning(key)
779
- return super().get(key, default)
780
-
463
+ class GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionResult(dict):
781
464
  def __init__(__self__, *,
782
- kind: str,
783
- oci_home: Optional[str] = None,
784
- wallet_location: Optional[str] = None):
465
+ items: Sequence['outputs.GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult']):
785
466
  """
786
- :param str kind: (Updatable) Type of dump transfer to use during migration in source or target host. Default kind is CURL
787
- :param str oci_home: (Updatable) Path to the Oracle Cloud Infrastructure CLI installation in the node.
788
- :param str wallet_location: (Updatable) Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
467
+ :param Sequence['GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemArgs'] items: Items in collection.
789
468
  """
790
- pulumi.set(__self__, "kind", kind)
791
- if oci_home is not None:
792
- pulumi.set(__self__, "oci_home", oci_home)
793
- if wallet_location is not None:
794
- pulumi.set(__self__, "wallet_location", wallet_location)
469
+ pulumi.set(__self__, "items", items)
795
470
 
796
471
  @property
797
472
  @pulumi.getter
798
- def kind(self) -> str:
799
- """
800
- (Updatable) Type of dump transfer to use during migration in source or target host. Default kind is CURL
801
- """
802
- return pulumi.get(self, "kind")
803
-
804
- @property
805
- @pulumi.getter(name="ociHome")
806
- def oci_home(self) -> Optional[str]:
807
- """
808
- (Updatable) Path to the Oracle Cloud Infrastructure CLI installation in the node.
809
- """
810
- return pulumi.get(self, "oci_home")
811
-
812
- @property
813
- @pulumi.getter(name="walletLocation")
814
- def wallet_location(self) -> Optional[str]:
473
+ def items(self) -> Sequence['outputs.GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult']:
815
474
  """
816
- (Updatable) Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
475
+ Items in collection.
817
476
  """
818
- return pulumi.get(self, "wallet_location")
477
+ return pulumi.get(self, "items")
819
478
 
820
479
 
821
480
  @pulumi.output_type
822
- class MigrationExcludeObject(dict):
823
- @staticmethod
824
- def __key_warning(key: str):
825
- suggest = None
826
- if key == "isOmitExcludedTableFromReplication":
827
- suggest = "is_omit_excluded_table_from_replication"
828
-
829
- if suggest:
830
- pulumi.log.warn(f"Key '{key}' not found in MigrationExcludeObject. Access the value via the '{suggest}' property getter instead.")
831
-
832
- def __getitem__(self, key: str) -> Any:
833
- MigrationExcludeObject.__key_warning(key)
834
- return super().__getitem__(key)
835
-
836
- def get(self, key: str, default = None) -> Any:
837
- MigrationExcludeObject.__key_warning(key)
838
- return super().get(key, default)
839
-
481
+ class GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult(dict):
840
482
  def __init__(__self__, *,
841
- object: str,
842
- is_omit_excluded_table_from_replication: Optional[bool] = None,
843
- owner: Optional[str] = None,
844
- schema: Optional[str] = None,
845
- type: Optional[str] = None):
846
- """
847
- :param str object: Name of the object (regular expression is allowed)
848
- :param bool is_omit_excluded_table_from_replication: Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and object status EXCLUDE.
849
- :param str owner: Owner of the object (regular expression is allowed)
850
- :param str schema: Schema of the object (regular expression is allowed)
851
- :param str type: Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
852
- """
853
- pulumi.set(__self__, "object", object)
854
- if is_omit_excluded_table_from_replication is not None:
855
- pulumi.set(__self__, "is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
856
- if owner is not None:
857
- pulumi.set(__self__, "owner", owner)
858
- if schema is not None:
859
- pulumi.set(__self__, "schema", schema)
860
- if type is not None:
861
- pulumi.set(__self__, "type", type)
862
-
863
- @property
864
- @pulumi.getter
865
- def object(self) -> str:
866
- """
867
- Name of the object (regular expression is allowed)
868
- """
869
- return pulumi.get(self, "object")
870
-
871
- @property
872
- @pulumi.getter(name="isOmitExcludedTableFromReplication")
873
- def is_omit_excluded_table_from_replication(self) -> Optional[bool]:
874
- """
875
- Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and object status EXCLUDE.
876
- """
877
- return pulumi.get(self, "is_omit_excluded_table_from_replication")
878
-
879
- @property
880
- @pulumi.getter
881
- def owner(self) -> Optional[str]:
483
+ name: str):
882
484
  """
883
- Owner of the object (regular expression is allowed)
485
+ :param str name: Object type name
884
486
  """
885
- return pulumi.get(self, "owner")
487
+ pulumi.set(__self__, "name", name)
886
488
 
887
489
  @property
888
490
  @pulumi.getter
889
- def schema(self) -> Optional[str]:
491
+ def name(self) -> str:
890
492
  """
891
- Schema of the object (regular expression is allowed)
892
- """
893
- return pulumi.get(self, "schema")
894
-
895
- @property
896
- @pulumi.getter
897
- def type(self) -> Optional[str]:
898
- """
899
- Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
900
- """
901
- return pulumi.get(self, "type")
902
-
903
-
904
- @pulumi.output_type
905
- class MigrationGgsDetails(dict):
906
- @staticmethod
907
- def __key_warning(key: str):
908
- suggest = None
909
- if key == "acceptableLag":
910
- suggest = "acceptable_lag"
911
- elif key == "ggsDeployments":
912
- suggest = "ggs_deployments"
913
-
914
- if suggest:
915
- pulumi.log.warn(f"Key '{key}' not found in MigrationGgsDetails. Access the value via the '{suggest}' property getter instead.")
916
-
917
- def __getitem__(self, key: str) -> Any:
918
- MigrationGgsDetails.__key_warning(key)
919
- return super().__getitem__(key)
920
-
921
- def get(self, key: str, default = None) -> Any:
922
- MigrationGgsDetails.__key_warning(key)
923
- return super().get(key, default)
924
-
925
- def __init__(__self__, *,
926
- acceptable_lag: Optional[int] = None,
927
- extract: Optional['outputs.MigrationGgsDetailsExtract'] = None,
928
- ggs_deployments: Optional[Sequence['outputs.MigrationGgsDetailsGgsDeployment']] = None,
929
- replicat: Optional['outputs.MigrationGgsDetailsReplicat'] = None):
930
- """
931
- :param int acceptable_lag: (Updatable) ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
932
- :param 'MigrationGgsDetailsExtractArgs' extract: (Updatable) Parameters for GoldenGate Extract processes.
933
- :param Sequence['MigrationGgsDetailsGgsDeploymentArgs'] ggs_deployments: Details about Oracle GoldenGate GGS Deployment.
934
- :param 'MigrationGgsDetailsReplicatArgs' replicat: (Updatable) Parameters for GoldenGate Replicat processes.
935
- """
936
- if acceptable_lag is not None:
937
- pulumi.set(__self__, "acceptable_lag", acceptable_lag)
938
- if extract is not None:
939
- pulumi.set(__self__, "extract", extract)
940
- if ggs_deployments is not None:
941
- pulumi.set(__self__, "ggs_deployments", ggs_deployments)
942
- if replicat is not None:
943
- pulumi.set(__self__, "replicat", replicat)
944
-
945
- @property
946
- @pulumi.getter(name="acceptableLag")
947
- def acceptable_lag(self) -> Optional[int]:
948
- """
949
- (Updatable) ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
950
- """
951
- return pulumi.get(self, "acceptable_lag")
952
-
953
- @property
954
- @pulumi.getter
955
- def extract(self) -> Optional['outputs.MigrationGgsDetailsExtract']:
956
- """
957
- (Updatable) Parameters for GoldenGate Extract processes.
958
- """
959
- return pulumi.get(self, "extract")
960
-
961
- @property
962
- @pulumi.getter(name="ggsDeployments")
963
- def ggs_deployments(self) -> Optional[Sequence['outputs.MigrationGgsDetailsGgsDeployment']]:
964
- """
965
- Details about Oracle GoldenGate GGS Deployment.
966
- """
967
- return pulumi.get(self, "ggs_deployments")
968
-
969
- @property
970
- @pulumi.getter
971
- def replicat(self) -> Optional['outputs.MigrationGgsDetailsReplicat']:
972
- """
973
- (Updatable) Parameters for GoldenGate Replicat processes.
974
- """
975
- return pulumi.get(self, "replicat")
976
-
977
-
978
- @pulumi.output_type
979
- class MigrationGgsDetailsExtract(dict):
980
- @staticmethod
981
- def __key_warning(key: str):
982
- suggest = None
983
- if key == "longTransDuration":
984
- suggest = "long_trans_duration"
985
- elif key == "performanceProfile":
986
- suggest = "performance_profile"
987
-
988
- if suggest:
989
- pulumi.log.warn(f"Key '{key}' not found in MigrationGgsDetailsExtract. Access the value via the '{suggest}' property getter instead.")
990
-
991
- def __getitem__(self, key: str) -> Any:
992
- MigrationGgsDetailsExtract.__key_warning(key)
993
- return super().__getitem__(key)
994
-
995
- def get(self, key: str, default = None) -> Any:
996
- MigrationGgsDetailsExtract.__key_warning(key)
997
- return super().get(key, default)
998
-
999
- def __init__(__self__, *,
1000
- long_trans_duration: Optional[int] = None,
1001
- performance_profile: Optional[str] = None):
1002
- """
1003
- :param int long_trans_duration: (Updatable) Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
1004
- :param str performance_profile: (Updatable) Extract performance.
1005
- """
1006
- if long_trans_duration is not None:
1007
- pulumi.set(__self__, "long_trans_duration", long_trans_duration)
1008
- if performance_profile is not None:
1009
- pulumi.set(__self__, "performance_profile", performance_profile)
1010
-
1011
- @property
1012
- @pulumi.getter(name="longTransDuration")
1013
- def long_trans_duration(self) -> Optional[int]:
1014
- """
1015
- (Updatable) Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
1016
- """
1017
- return pulumi.get(self, "long_trans_duration")
1018
-
1019
- @property
1020
- @pulumi.getter(name="performanceProfile")
1021
- def performance_profile(self) -> Optional[str]:
1022
- """
1023
- (Updatable) Extract performance.
1024
- """
1025
- return pulumi.get(self, "performance_profile")
1026
-
1027
-
1028
- @pulumi.output_type
1029
- class MigrationGgsDetailsGgsDeployment(dict):
1030
- @staticmethod
1031
- def __key_warning(key: str):
1032
- suggest = None
1033
- if key == "deploymentId":
1034
- suggest = "deployment_id"
1035
- elif key == "ggsAdminCredentialsSecretId":
1036
- suggest = "ggs_admin_credentials_secret_id"
1037
-
1038
- if suggest:
1039
- pulumi.log.warn(f"Key '{key}' not found in MigrationGgsDetailsGgsDeployment. Access the value via the '{suggest}' property getter instead.")
1040
-
1041
- def __getitem__(self, key: str) -> Any:
1042
- MigrationGgsDetailsGgsDeployment.__key_warning(key)
1043
- return super().__getitem__(key)
1044
-
1045
- def get(self, key: str, default = None) -> Any:
1046
- MigrationGgsDetailsGgsDeployment.__key_warning(key)
1047
- return super().get(key, default)
1048
-
1049
- def __init__(__self__, *,
1050
- deployment_id: Optional[str] = None,
1051
- ggs_admin_credentials_secret_id: Optional[str] = None):
1052
- """
1053
- :param str deployment_id: The OCID of the resource being referenced.
1054
- :param str ggs_admin_credentials_secret_id: The OCID of the resource being referenced.
1055
- """
1056
- if deployment_id is not None:
1057
- pulumi.set(__self__, "deployment_id", deployment_id)
1058
- if ggs_admin_credentials_secret_id is not None:
1059
- pulumi.set(__self__, "ggs_admin_credentials_secret_id", ggs_admin_credentials_secret_id)
1060
-
1061
- @property
1062
- @pulumi.getter(name="deploymentId")
1063
- def deployment_id(self) -> Optional[str]:
1064
- """
1065
- The OCID of the resource being referenced.
1066
- """
1067
- return pulumi.get(self, "deployment_id")
1068
-
1069
- @property
1070
- @pulumi.getter(name="ggsAdminCredentialsSecretId")
1071
- def ggs_admin_credentials_secret_id(self) -> Optional[str]:
1072
- """
1073
- The OCID of the resource being referenced.
1074
- """
1075
- return pulumi.get(self, "ggs_admin_credentials_secret_id")
1076
-
1077
-
1078
- @pulumi.output_type
1079
- class MigrationGgsDetailsReplicat(dict):
1080
- @staticmethod
1081
- def __key_warning(key: str):
1082
- suggest = None
1083
- if key == "performanceProfile":
1084
- suggest = "performance_profile"
1085
-
1086
- if suggest:
1087
- pulumi.log.warn(f"Key '{key}' not found in MigrationGgsDetailsReplicat. Access the value via the '{suggest}' property getter instead.")
1088
-
1089
- def __getitem__(self, key: str) -> Any:
1090
- MigrationGgsDetailsReplicat.__key_warning(key)
1091
- return super().__getitem__(key)
1092
-
1093
- def get(self, key: str, default = None) -> Any:
1094
- MigrationGgsDetailsReplicat.__key_warning(key)
1095
- return super().get(key, default)
1096
-
1097
- def __init__(__self__, *,
1098
- performance_profile: Optional[str] = None):
1099
- """
1100
- :param str performance_profile: (Updatable) Replicat performance.
1101
- """
1102
- if performance_profile is not None:
1103
- pulumi.set(__self__, "performance_profile", performance_profile)
1104
-
1105
- @property
1106
- @pulumi.getter(name="performanceProfile")
1107
- def performance_profile(self) -> Optional[str]:
1108
- """
1109
- (Updatable) Replicat performance.
1110
- """
1111
- return pulumi.get(self, "performance_profile")
1112
-
1113
-
1114
- @pulumi.output_type
1115
- class MigrationHubDetails(dict):
1116
- @staticmethod
1117
- def __key_warning(key: str):
1118
- suggest = None
1119
- if key == "keyId":
1120
- suggest = "key_id"
1121
- elif key == "restAdminCredentials":
1122
- suggest = "rest_admin_credentials"
1123
- elif key == "vaultId":
1124
- suggest = "vault_id"
1125
- elif key == "acceptableLag":
1126
- suggest = "acceptable_lag"
1127
- elif key == "computeId":
1128
- suggest = "compute_id"
1129
-
1130
- if suggest:
1131
- pulumi.log.warn(f"Key '{key}' not found in MigrationHubDetails. Access the value via the '{suggest}' property getter instead.")
1132
-
1133
- def __getitem__(self, key: str) -> Any:
1134
- MigrationHubDetails.__key_warning(key)
1135
- return super().__getitem__(key)
1136
-
1137
- def get(self, key: str, default = None) -> Any:
1138
- MigrationHubDetails.__key_warning(key)
1139
- return super().get(key, default)
1140
-
1141
- def __init__(__self__, *,
1142
- key_id: str,
1143
- rest_admin_credentials: 'outputs.MigrationHubDetailsRestAdminCredentials',
1144
- url: str,
1145
- vault_id: str,
1146
- acceptable_lag: Optional[int] = None,
1147
- compute_id: Optional[str] = None,
1148
- extract: Optional['outputs.MigrationHubDetailsExtract'] = None,
1149
- replicat: Optional['outputs.MigrationHubDetailsReplicat'] = None):
1150
- """
1151
- :param str key_id: (Updatable) The OCID of the resource being referenced.
1152
- :param 'MigrationHubDetailsRestAdminCredentialsArgs' rest_admin_credentials: (Updatable) Database Administrator Credentials details.
1153
- :param str url: (Updatable) Endpoint URL.
1154
- :param str vault_id: (Updatable) The OCID of the resource being referenced.
1155
- :param int acceptable_lag: (Updatable) ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
1156
- :param str compute_id: (Updatable) The OCID of the resource being referenced.
1157
- :param 'MigrationHubDetailsExtractArgs' extract: (Updatable) Parameters for GoldenGate Extract processes.
1158
- :param 'MigrationHubDetailsReplicatArgs' replicat: (Updatable) Parameters for GoldenGate Replicat processes.
1159
- """
1160
- pulumi.set(__self__, "key_id", key_id)
1161
- pulumi.set(__self__, "rest_admin_credentials", rest_admin_credentials)
1162
- pulumi.set(__self__, "url", url)
1163
- pulumi.set(__self__, "vault_id", vault_id)
1164
- if acceptable_lag is not None:
1165
- pulumi.set(__self__, "acceptable_lag", acceptable_lag)
1166
- if compute_id is not None:
1167
- pulumi.set(__self__, "compute_id", compute_id)
1168
- if extract is not None:
1169
- pulumi.set(__self__, "extract", extract)
1170
- if replicat is not None:
1171
- pulumi.set(__self__, "replicat", replicat)
1172
-
1173
- @property
1174
- @pulumi.getter(name="keyId")
1175
- def key_id(self) -> str:
1176
- """
1177
- (Updatable) The OCID of the resource being referenced.
1178
- """
1179
- return pulumi.get(self, "key_id")
1180
-
1181
- @property
1182
- @pulumi.getter(name="restAdminCredentials")
1183
- def rest_admin_credentials(self) -> 'outputs.MigrationHubDetailsRestAdminCredentials':
1184
- """
1185
- (Updatable) Database Administrator Credentials details.
1186
- """
1187
- return pulumi.get(self, "rest_admin_credentials")
1188
-
1189
- @property
1190
- @pulumi.getter
1191
- def url(self) -> str:
1192
- """
1193
- (Updatable) Endpoint URL.
1194
- """
1195
- return pulumi.get(self, "url")
1196
-
1197
- @property
1198
- @pulumi.getter(name="vaultId")
1199
- def vault_id(self) -> str:
1200
- """
1201
- (Updatable) The OCID of the resource being referenced.
1202
- """
1203
- return pulumi.get(self, "vault_id")
1204
-
1205
- @property
1206
- @pulumi.getter(name="acceptableLag")
1207
- def acceptable_lag(self) -> Optional[int]:
1208
- """
1209
- (Updatable) ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
1210
- """
1211
- return pulumi.get(self, "acceptable_lag")
1212
-
1213
- @property
1214
- @pulumi.getter(name="computeId")
1215
- def compute_id(self) -> Optional[str]:
1216
- """
1217
- (Updatable) The OCID of the resource being referenced.
1218
- """
1219
- return pulumi.get(self, "compute_id")
1220
-
1221
- @property
1222
- @pulumi.getter
1223
- def extract(self) -> Optional['outputs.MigrationHubDetailsExtract']:
1224
- """
1225
- (Updatable) Parameters for GoldenGate Extract processes.
1226
- """
1227
- return pulumi.get(self, "extract")
1228
-
1229
- @property
1230
- @pulumi.getter
1231
- def replicat(self) -> Optional['outputs.MigrationHubDetailsReplicat']:
1232
- """
1233
- (Updatable) Parameters for GoldenGate Replicat processes.
1234
- """
1235
- return pulumi.get(self, "replicat")
1236
-
1237
-
1238
- @pulumi.output_type
1239
- class MigrationHubDetailsExtract(dict):
1240
- @staticmethod
1241
- def __key_warning(key: str):
1242
- suggest = None
1243
- if key == "longTransDuration":
1244
- suggest = "long_trans_duration"
1245
- elif key == "performanceProfile":
1246
- suggest = "performance_profile"
1247
-
1248
- if suggest:
1249
- pulumi.log.warn(f"Key '{key}' not found in MigrationHubDetailsExtract. Access the value via the '{suggest}' property getter instead.")
1250
-
1251
- def __getitem__(self, key: str) -> Any:
1252
- MigrationHubDetailsExtract.__key_warning(key)
1253
- return super().__getitem__(key)
1254
-
1255
- def get(self, key: str, default = None) -> Any:
1256
- MigrationHubDetailsExtract.__key_warning(key)
1257
- return super().get(key, default)
1258
-
1259
- def __init__(__self__, *,
1260
- long_trans_duration: Optional[int] = None,
1261
- performance_profile: Optional[str] = None):
1262
- """
1263
- :param int long_trans_duration: (Updatable) Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
1264
- :param str performance_profile: (Updatable) Extract performance.
1265
- """
1266
- if long_trans_duration is not None:
1267
- pulumi.set(__self__, "long_trans_duration", long_trans_duration)
1268
- if performance_profile is not None:
1269
- pulumi.set(__self__, "performance_profile", performance_profile)
1270
-
1271
- @property
1272
- @pulumi.getter(name="longTransDuration")
1273
- def long_trans_duration(self) -> Optional[int]:
1274
- """
1275
- (Updatable) Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
1276
- """
1277
- return pulumi.get(self, "long_trans_duration")
1278
-
1279
- @property
1280
- @pulumi.getter(name="performanceProfile")
1281
- def performance_profile(self) -> Optional[str]:
1282
- """
1283
- (Updatable) Extract performance.
1284
- """
1285
- return pulumi.get(self, "performance_profile")
1286
-
1287
-
1288
- @pulumi.output_type
1289
- class MigrationHubDetailsReplicat(dict):
1290
- @staticmethod
1291
- def __key_warning(key: str):
1292
- suggest = None
1293
- if key == "performanceProfile":
1294
- suggest = "performance_profile"
1295
-
1296
- if suggest:
1297
- pulumi.log.warn(f"Key '{key}' not found in MigrationHubDetailsReplicat. Access the value via the '{suggest}' property getter instead.")
1298
-
1299
- def __getitem__(self, key: str) -> Any:
1300
- MigrationHubDetailsReplicat.__key_warning(key)
1301
- return super().__getitem__(key)
1302
-
1303
- def get(self, key: str, default = None) -> Any:
1304
- MigrationHubDetailsReplicat.__key_warning(key)
1305
- return super().get(key, default)
1306
-
1307
- def __init__(__self__, *,
1308
- performance_profile: Optional[str] = None):
1309
- """
1310
- :param str performance_profile: (Updatable) Replicat performance.
1311
- """
1312
- if performance_profile is not None:
1313
- pulumi.set(__self__, "performance_profile", performance_profile)
1314
-
1315
- @property
1316
- @pulumi.getter(name="performanceProfile")
1317
- def performance_profile(self) -> Optional[str]:
1318
- """
1319
- (Updatable) Replicat performance.
1320
- """
1321
- return pulumi.get(self, "performance_profile")
1322
-
1323
-
1324
- @pulumi.output_type
1325
- class MigrationHubDetailsRestAdminCredentials(dict):
1326
- def __init__(__self__, *,
1327
- password: str,
1328
- username: str):
1329
- """
1330
- :param str password: (Updatable) Administrator password
1331
- :param str username: (Updatable) Administrator username
1332
- """
1333
- pulumi.set(__self__, "password", password)
1334
- pulumi.set(__self__, "username", username)
1335
-
1336
- @property
1337
- @pulumi.getter
1338
- def password(self) -> str:
1339
- """
1340
- (Updatable) Administrator password
1341
- """
1342
- return pulumi.get(self, "password")
1343
-
1344
- @property
1345
- @pulumi.getter
1346
- def username(self) -> str:
1347
- """
1348
- (Updatable) Administrator username
1349
- """
1350
- return pulumi.get(self, "username")
1351
-
1352
-
1353
- @pulumi.output_type
1354
- class MigrationIncludeObject(dict):
1355
- @staticmethod
1356
- def __key_warning(key: str):
1357
- suggest = None
1358
- if key == "isOmitExcludedTableFromReplication":
1359
- suggest = "is_omit_excluded_table_from_replication"
1360
-
1361
- if suggest:
1362
- pulumi.log.warn(f"Key '{key}' not found in MigrationIncludeObject. Access the value via the '{suggest}' property getter instead.")
1363
-
1364
- def __getitem__(self, key: str) -> Any:
1365
- MigrationIncludeObject.__key_warning(key)
1366
- return super().__getitem__(key)
1367
-
1368
- def get(self, key: str, default = None) -> Any:
1369
- MigrationIncludeObject.__key_warning(key)
1370
- return super().get(key, default)
1371
-
1372
- def __init__(__self__, *,
1373
- object: str,
1374
- is_omit_excluded_table_from_replication: Optional[bool] = None,
1375
- owner: Optional[str] = None,
1376
- schema: Optional[str] = None,
1377
- type: Optional[str] = None):
1378
- """
1379
- :param str object: Name of the object (regular expression is allowed)
1380
- :param bool is_omit_excluded_table_from_replication: Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and object status EXCLUDE.
1381
- :param str owner: Owner of the object (regular expression is allowed)
1382
- :param str schema: Schema of the object (regular expression is allowed)
1383
- :param str type: Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
1384
- """
1385
- pulumi.set(__self__, "object", object)
1386
- if is_omit_excluded_table_from_replication is not None:
1387
- pulumi.set(__self__, "is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
1388
- if owner is not None:
1389
- pulumi.set(__self__, "owner", owner)
1390
- if schema is not None:
1391
- pulumi.set(__self__, "schema", schema)
1392
- if type is not None:
1393
- pulumi.set(__self__, "type", type)
1394
-
1395
- @property
1396
- @pulumi.getter
1397
- def object(self) -> str:
1398
- """
1399
- Name of the object (regular expression is allowed)
1400
- """
1401
- return pulumi.get(self, "object")
1402
-
1403
- @property
1404
- @pulumi.getter(name="isOmitExcludedTableFromReplication")
1405
- def is_omit_excluded_table_from_replication(self) -> Optional[bool]:
1406
- """
1407
- Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and object status EXCLUDE.
1408
- """
1409
- return pulumi.get(self, "is_omit_excluded_table_from_replication")
1410
-
1411
- @property
1412
- @pulumi.getter
1413
- def owner(self) -> Optional[str]:
1414
- """
1415
- Owner of the object (regular expression is allowed)
1416
- """
1417
- return pulumi.get(self, "owner")
1418
-
1419
- @property
1420
- @pulumi.getter
1421
- def schema(self) -> Optional[str]:
1422
- """
1423
- Schema of the object (regular expression is allowed)
1424
- """
1425
- return pulumi.get(self, "schema")
1426
-
1427
- @property
1428
- @pulumi.getter
1429
- def type(self) -> Optional[str]:
1430
- """
1431
- Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
1432
- """
1433
- return pulumi.get(self, "type")
1434
-
1435
-
1436
- @pulumi.output_type
1437
- class MigrationInitialLoadSettings(dict):
1438
- @staticmethod
1439
- def __key_warning(key: str):
1440
- suggest = None
1441
- if key == "jobMode":
1442
- suggest = "job_mode"
1443
- elif key == "dataPumpParameters":
1444
- suggest = "data_pump_parameters"
1445
- elif key == "exportDirectoryObject":
1446
- suggest = "export_directory_object"
1447
- elif key == "handleGrantErrors":
1448
- suggest = "handle_grant_errors"
1449
- elif key == "importDirectoryObject":
1450
- suggest = "import_directory_object"
1451
- elif key == "isConsistent":
1452
- suggest = "is_consistent"
1453
- elif key == "isIgnoreExistingObjects":
1454
- suggest = "is_ignore_existing_objects"
1455
- elif key == "isTzUtc":
1456
- suggest = "is_tz_utc"
1457
- elif key == "metadataRemaps":
1458
- suggest = "metadata_remaps"
1459
- elif key == "primaryKeyCompatibility":
1460
- suggest = "primary_key_compatibility"
1461
- elif key == "tablespaceDetails":
1462
- suggest = "tablespace_details"
1463
-
1464
- if suggest:
1465
- pulumi.log.warn(f"Key '{key}' not found in MigrationInitialLoadSettings. Access the value via the '{suggest}' property getter instead.")
1466
-
1467
- def __getitem__(self, key: str) -> Any:
1468
- MigrationInitialLoadSettings.__key_warning(key)
1469
- return super().__getitem__(key)
1470
-
1471
- def get(self, key: str, default = None) -> Any:
1472
- MigrationInitialLoadSettings.__key_warning(key)
1473
- return super().get(key, default)
1474
-
1475
- def __init__(__self__, *,
1476
- job_mode: str,
1477
- compatibilities: Optional[Sequence[str]] = None,
1478
- data_pump_parameters: Optional['outputs.MigrationInitialLoadSettingsDataPumpParameters'] = None,
1479
- export_directory_object: Optional['outputs.MigrationInitialLoadSettingsExportDirectoryObject'] = None,
1480
- handle_grant_errors: Optional[str] = None,
1481
- import_directory_object: Optional['outputs.MigrationInitialLoadSettingsImportDirectoryObject'] = None,
1482
- is_consistent: Optional[bool] = None,
1483
- is_ignore_existing_objects: Optional[bool] = None,
1484
- is_tz_utc: Optional[bool] = None,
1485
- metadata_remaps: Optional[Sequence['outputs.MigrationInitialLoadSettingsMetadataRemap']] = None,
1486
- primary_key_compatibility: Optional[str] = None,
1487
- tablespace_details: Optional['outputs.MigrationInitialLoadSettingsTablespaceDetails'] = None):
1488
- """
1489
- :param str job_mode: (Updatable) Oracle Job Mode
1490
- :param Sequence[str] compatibilities: (Updatable) Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
1491
- :param 'MigrationInitialLoadSettingsDataPumpParametersArgs' data_pump_parameters: (Updatable) Optional parameters for Data Pump Export and Import.
1492
- :param 'MigrationInitialLoadSettingsExportDirectoryObjectArgs' export_directory_object: (Updatable) Directory object details, used to define either import or export directory objects in Data Pump Settings. Import directory is required for Non-Autonomous target connections. If specified for an autonomous target, it will show an error. Export directory will error if there are database link details specified.
1493
- :param str handle_grant_errors: (Updatable) The action taken in the event of errors related to GRANT or REVOKE errors.
1494
- :param 'MigrationInitialLoadSettingsImportDirectoryObjectArgs' import_directory_object: (Updatable) Directory object details, used to define either import or export directory objects in Data Pump Settings. Import directory is required for Non-Autonomous target connections. If specified for an autonomous target, it will show an error. Export directory will error if there are database link details specified.
1495
- :param bool is_consistent: (Updatable) Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
1496
- :param bool is_ignore_existing_objects: (Updatable) Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
1497
- :param bool is_tz_utc: (Updatable) Include a statement at the start of the dump to set the time zone to UTC.
1498
- :param Sequence['MigrationInitialLoadSettingsMetadataRemapArgs'] metadata_remaps: (Updatable) Defines remapping to be applied to objects as they are processed.
1499
- :param str primary_key_compatibility: (Updatable) Primary key compatibility option
1500
- :param 'MigrationInitialLoadSettingsTablespaceDetailsArgs' tablespace_details: (Updatable) Migration tablespace settings.
1501
- """
1502
- pulumi.set(__self__, "job_mode", job_mode)
1503
- if compatibilities is not None:
1504
- pulumi.set(__self__, "compatibilities", compatibilities)
1505
- if data_pump_parameters is not None:
1506
- pulumi.set(__self__, "data_pump_parameters", data_pump_parameters)
1507
- if export_directory_object is not None:
1508
- pulumi.set(__self__, "export_directory_object", export_directory_object)
1509
- if handle_grant_errors is not None:
1510
- pulumi.set(__self__, "handle_grant_errors", handle_grant_errors)
1511
- if import_directory_object is not None:
1512
- pulumi.set(__self__, "import_directory_object", import_directory_object)
1513
- if is_consistent is not None:
1514
- pulumi.set(__self__, "is_consistent", is_consistent)
1515
- if is_ignore_existing_objects is not None:
1516
- pulumi.set(__self__, "is_ignore_existing_objects", is_ignore_existing_objects)
1517
- if is_tz_utc is not None:
1518
- pulumi.set(__self__, "is_tz_utc", is_tz_utc)
1519
- if metadata_remaps is not None:
1520
- pulumi.set(__self__, "metadata_remaps", metadata_remaps)
1521
- if primary_key_compatibility is not None:
1522
- pulumi.set(__self__, "primary_key_compatibility", primary_key_compatibility)
1523
- if tablespace_details is not None:
1524
- pulumi.set(__self__, "tablespace_details", tablespace_details)
1525
-
1526
- @property
1527
- @pulumi.getter(name="jobMode")
1528
- def job_mode(self) -> str:
1529
- """
1530
- (Updatable) Oracle Job Mode
1531
- """
1532
- return pulumi.get(self, "job_mode")
1533
-
1534
- @property
1535
- @pulumi.getter
1536
- def compatibilities(self) -> Optional[Sequence[str]]:
1537
- """
1538
- (Updatable) Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
1539
- """
1540
- return pulumi.get(self, "compatibilities")
1541
-
1542
- @property
1543
- @pulumi.getter(name="dataPumpParameters")
1544
- def data_pump_parameters(self) -> Optional['outputs.MigrationInitialLoadSettingsDataPumpParameters']:
1545
- """
1546
- (Updatable) Optional parameters for Data Pump Export and Import.
1547
- """
1548
- return pulumi.get(self, "data_pump_parameters")
1549
-
1550
- @property
1551
- @pulumi.getter(name="exportDirectoryObject")
1552
- def export_directory_object(self) -> Optional['outputs.MigrationInitialLoadSettingsExportDirectoryObject']:
1553
- """
1554
- (Updatable) Directory object details, used to define either import or export directory objects in Data Pump Settings. Import directory is required for Non-Autonomous target connections. If specified for an autonomous target, it will show an error. Export directory will error if there are database link details specified.
1555
- """
1556
- return pulumi.get(self, "export_directory_object")
1557
-
1558
- @property
1559
- @pulumi.getter(name="handleGrantErrors")
1560
- def handle_grant_errors(self) -> Optional[str]:
1561
- """
1562
- (Updatable) The action taken in the event of errors related to GRANT or REVOKE errors.
1563
- """
1564
- return pulumi.get(self, "handle_grant_errors")
1565
-
1566
- @property
1567
- @pulumi.getter(name="importDirectoryObject")
1568
- def import_directory_object(self) -> Optional['outputs.MigrationInitialLoadSettingsImportDirectoryObject']:
1569
- """
1570
- (Updatable) Directory object details, used to define either import or export directory objects in Data Pump Settings. Import directory is required for Non-Autonomous target connections. If specified for an autonomous target, it will show an error. Export directory will error if there are database link details specified.
1571
- """
1572
- return pulumi.get(self, "import_directory_object")
1573
-
1574
- @property
1575
- @pulumi.getter(name="isConsistent")
1576
- def is_consistent(self) -> Optional[bool]:
1577
- """
1578
- (Updatable) Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
1579
- """
1580
- return pulumi.get(self, "is_consistent")
1581
-
1582
- @property
1583
- @pulumi.getter(name="isIgnoreExistingObjects")
1584
- def is_ignore_existing_objects(self) -> Optional[bool]:
1585
- """
1586
- (Updatable) Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
1587
- """
1588
- return pulumi.get(self, "is_ignore_existing_objects")
1589
-
1590
- @property
1591
- @pulumi.getter(name="isTzUtc")
1592
- def is_tz_utc(self) -> Optional[bool]:
1593
- """
1594
- (Updatable) Include a statement at the start of the dump to set the time zone to UTC.
1595
- """
1596
- return pulumi.get(self, "is_tz_utc")
1597
-
1598
- @property
1599
- @pulumi.getter(name="metadataRemaps")
1600
- def metadata_remaps(self) -> Optional[Sequence['outputs.MigrationInitialLoadSettingsMetadataRemap']]:
1601
- """
1602
- (Updatable) Defines remapping to be applied to objects as they are processed.
1603
- """
1604
- return pulumi.get(self, "metadata_remaps")
1605
-
1606
- @property
1607
- @pulumi.getter(name="primaryKeyCompatibility")
1608
- def primary_key_compatibility(self) -> Optional[str]:
1609
- """
1610
- (Updatable) Primary key compatibility option
1611
- """
1612
- return pulumi.get(self, "primary_key_compatibility")
1613
-
1614
- @property
1615
- @pulumi.getter(name="tablespaceDetails")
1616
- def tablespace_details(self) -> Optional['outputs.MigrationInitialLoadSettingsTablespaceDetails']:
1617
- """
1618
- (Updatable) Migration tablespace settings.
1619
- """
1620
- return pulumi.get(self, "tablespace_details")
1621
-
1622
-
1623
- @pulumi.output_type
1624
- class MigrationInitialLoadSettingsDataPumpParameters(dict):
1625
- @staticmethod
1626
- def __key_warning(key: str):
1627
- suggest = None
1628
- if key == "excludeParameters":
1629
- suggest = "exclude_parameters"
1630
- elif key == "exportParallelismDegree":
1631
- suggest = "export_parallelism_degree"
1632
- elif key == "importParallelismDegree":
1633
- suggest = "import_parallelism_degree"
1634
- elif key == "isCluster":
1635
- suggest = "is_cluster"
1636
- elif key == "tableExistsAction":
1637
- suggest = "table_exists_action"
1638
-
1639
- if suggest:
1640
- pulumi.log.warn(f"Key '{key}' not found in MigrationInitialLoadSettingsDataPumpParameters. Access the value via the '{suggest}' property getter instead.")
1641
-
1642
- def __getitem__(self, key: str) -> Any:
1643
- MigrationInitialLoadSettingsDataPumpParameters.__key_warning(key)
1644
- return super().__getitem__(key)
1645
-
1646
- def get(self, key: str, default = None) -> Any:
1647
- MigrationInitialLoadSettingsDataPumpParameters.__key_warning(key)
1648
- return super().get(key, default)
1649
-
1650
- def __init__(__self__, *,
1651
- estimate: Optional[str] = None,
1652
- exclude_parameters: Optional[Sequence[str]] = None,
1653
- export_parallelism_degree: Optional[int] = None,
1654
- import_parallelism_degree: Optional[int] = None,
1655
- is_cluster: Optional[bool] = None,
1656
- table_exists_action: Optional[str] = None):
1657
- """
1658
- :param str estimate: (Updatable) Estimate size of dumps that will be generated.
1659
- :param Sequence[str] exclude_parameters: (Updatable) Exclude paratemers for Export and Import.
1660
- :param int export_parallelism_degree: (Updatable) Maximum number of worker processes that can be used for a Data Pump Export job.
1661
- :param int import_parallelism_degree: (Updatable) Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
1662
- :param bool is_cluster: (Updatable) Set to false to force Data Pump worker process to run on one instance.
1663
- :param str table_exists_action: (Updatable) IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
1664
- """
1665
- if estimate is not None:
1666
- pulumi.set(__self__, "estimate", estimate)
1667
- if exclude_parameters is not None:
1668
- pulumi.set(__self__, "exclude_parameters", exclude_parameters)
1669
- if export_parallelism_degree is not None:
1670
- pulumi.set(__self__, "export_parallelism_degree", export_parallelism_degree)
1671
- if import_parallelism_degree is not None:
1672
- pulumi.set(__self__, "import_parallelism_degree", import_parallelism_degree)
1673
- if is_cluster is not None:
1674
- pulumi.set(__self__, "is_cluster", is_cluster)
1675
- if table_exists_action is not None:
1676
- pulumi.set(__self__, "table_exists_action", table_exists_action)
1677
-
1678
- @property
1679
- @pulumi.getter
1680
- def estimate(self) -> Optional[str]:
1681
- """
1682
- (Updatable) Estimate size of dumps that will be generated.
1683
- """
1684
- return pulumi.get(self, "estimate")
1685
-
1686
- @property
1687
- @pulumi.getter(name="excludeParameters")
1688
- def exclude_parameters(self) -> Optional[Sequence[str]]:
1689
- """
1690
- (Updatable) Exclude paratemers for Export and Import.
1691
- """
1692
- return pulumi.get(self, "exclude_parameters")
1693
-
1694
- @property
1695
- @pulumi.getter(name="exportParallelismDegree")
1696
- def export_parallelism_degree(self) -> Optional[int]:
1697
- """
1698
- (Updatable) Maximum number of worker processes that can be used for a Data Pump Export job.
1699
- """
1700
- return pulumi.get(self, "export_parallelism_degree")
1701
-
1702
- @property
1703
- @pulumi.getter(name="importParallelismDegree")
1704
- def import_parallelism_degree(self) -> Optional[int]:
1705
- """
1706
- (Updatable) Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
1707
- """
1708
- return pulumi.get(self, "import_parallelism_degree")
1709
-
1710
- @property
1711
- @pulumi.getter(name="isCluster")
1712
- def is_cluster(self) -> Optional[bool]:
1713
- """
1714
- (Updatable) Set to false to force Data Pump worker process to run on one instance.
1715
- """
1716
- return pulumi.get(self, "is_cluster")
1717
-
1718
- @property
1719
- @pulumi.getter(name="tableExistsAction")
1720
- def table_exists_action(self) -> Optional[str]:
1721
- """
1722
- (Updatable) IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
1723
- """
1724
- return pulumi.get(self, "table_exists_action")
1725
-
1726
-
1727
- @pulumi.output_type
1728
- class MigrationInitialLoadSettingsExportDirectoryObject(dict):
1729
- def __init__(__self__, *,
1730
- name: Optional[str] = None,
1731
- path: Optional[str] = None):
1732
- """
1733
- :param str name: (Updatable) Name of directory object in database
1734
- :param str path: (Updatable) Absolute path of directory on database server
1735
- """
1736
- if name is not None:
1737
- pulumi.set(__self__, "name", name)
1738
- if path is not None:
1739
- pulumi.set(__self__, "path", path)
1740
-
1741
- @property
1742
- @pulumi.getter
1743
- def name(self) -> Optional[str]:
1744
- """
1745
- (Updatable) Name of directory object in database
1746
- """
1747
- return pulumi.get(self, "name")
1748
-
1749
- @property
1750
- @pulumi.getter
1751
- def path(self) -> Optional[str]:
1752
- """
1753
- (Updatable) Absolute path of directory on database server
1754
- """
1755
- return pulumi.get(self, "path")
1756
-
1757
-
1758
- @pulumi.output_type
1759
- class MigrationInitialLoadSettingsImportDirectoryObject(dict):
1760
- def __init__(__self__, *,
1761
- name: Optional[str] = None,
1762
- path: Optional[str] = None):
1763
- """
1764
- :param str name: (Updatable) Name of directory object in database
1765
- :param str path: (Updatable) Absolute path of directory on database server
1766
- """
1767
- if name is not None:
1768
- pulumi.set(__self__, "name", name)
1769
- if path is not None:
1770
- pulumi.set(__self__, "path", path)
1771
-
1772
- @property
1773
- @pulumi.getter
1774
- def name(self) -> Optional[str]:
1775
- """
1776
- (Updatable) Name of directory object in database
1777
- """
1778
- return pulumi.get(self, "name")
1779
-
1780
- @property
1781
- @pulumi.getter
1782
- def path(self) -> Optional[str]:
1783
- """
1784
- (Updatable) Absolute path of directory on database server
1785
- """
1786
- return pulumi.get(self, "path")
1787
-
1788
-
1789
- @pulumi.output_type
1790
- class MigrationInitialLoadSettingsMetadataRemap(dict):
1791
- @staticmethod
1792
- def __key_warning(key: str):
1793
- suggest = None
1794
- if key == "newValue":
1795
- suggest = "new_value"
1796
- elif key == "oldValue":
1797
- suggest = "old_value"
1798
-
1799
- if suggest:
1800
- pulumi.log.warn(f"Key '{key}' not found in MigrationInitialLoadSettingsMetadataRemap. Access the value via the '{suggest}' property getter instead.")
1801
-
1802
- def __getitem__(self, key: str) -> Any:
1803
- MigrationInitialLoadSettingsMetadataRemap.__key_warning(key)
1804
- return super().__getitem__(key)
1805
-
1806
- def get(self, key: str, default = None) -> Any:
1807
- MigrationInitialLoadSettingsMetadataRemap.__key_warning(key)
1808
- return super().get(key, default)
1809
-
1810
- def __init__(__self__, *,
1811
- new_value: Optional[str] = None,
1812
- old_value: Optional[str] = None,
1813
- type: Optional[str] = None):
1814
- """
1815
- :param str new_value: (Updatable) Specifies the new value that oldValue should be translated into.
1816
- :param str old_value: (Updatable) Specifies the value which needs to be reset.
1817
- :param str type: (Updatable) Type of remap. Refer to [METADATA_REMAP Procedure ](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D)
1818
- """
1819
- if new_value is not None:
1820
- pulumi.set(__self__, "new_value", new_value)
1821
- if old_value is not None:
1822
- pulumi.set(__self__, "old_value", old_value)
1823
- if type is not None:
1824
- pulumi.set(__self__, "type", type)
1825
-
1826
- @property
1827
- @pulumi.getter(name="newValue")
1828
- def new_value(self) -> Optional[str]:
1829
- """
1830
- (Updatable) Specifies the new value that oldValue should be translated into.
1831
- """
1832
- return pulumi.get(self, "new_value")
1833
-
1834
- @property
1835
- @pulumi.getter(name="oldValue")
1836
- def old_value(self) -> Optional[str]:
1837
- """
1838
- (Updatable) Specifies the value which needs to be reset.
1839
- """
1840
- return pulumi.get(self, "old_value")
1841
-
1842
- @property
1843
- @pulumi.getter
1844
- def type(self) -> Optional[str]:
1845
- """
1846
- (Updatable) Type of remap. Refer to [METADATA_REMAP Procedure ](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D)
1847
- """
1848
- return pulumi.get(self, "type")
1849
-
1850
-
1851
- @pulumi.output_type
1852
- class MigrationInitialLoadSettingsTablespaceDetails(dict):
1853
- @staticmethod
1854
- def __key_warning(key: str):
1855
- suggest = None
1856
- if key == "targetType":
1857
- suggest = "target_type"
1858
- elif key == "blockSizeInKbs":
1859
- suggest = "block_size_in_kbs"
1860
- elif key == "extendSizeInMbs":
1861
- suggest = "extend_size_in_mbs"
1862
- elif key == "isAutoCreate":
1863
- suggest = "is_auto_create"
1864
- elif key == "isBigFile":
1865
- suggest = "is_big_file"
1866
- elif key == "remapTarget":
1867
- suggest = "remap_target"
1868
-
1869
- if suggest:
1870
- pulumi.log.warn(f"Key '{key}' not found in MigrationInitialLoadSettingsTablespaceDetails. Access the value via the '{suggest}' property getter instead.")
1871
-
1872
- def __getitem__(self, key: str) -> Any:
1873
- MigrationInitialLoadSettingsTablespaceDetails.__key_warning(key)
1874
- return super().__getitem__(key)
1875
-
1876
- def get(self, key: str, default = None) -> Any:
1877
- MigrationInitialLoadSettingsTablespaceDetails.__key_warning(key)
1878
- return super().get(key, default)
1879
-
1880
- def __init__(__self__, *,
1881
- target_type: str,
1882
- block_size_in_kbs: Optional[str] = None,
1883
- extend_size_in_mbs: Optional[int] = None,
1884
- is_auto_create: Optional[bool] = None,
1885
- is_big_file: Optional[bool] = None,
1886
- remap_target: Optional[str] = None):
1887
- """
1888
- :param str target_type: (Updatable) Type of Database Base Migration Target.
1889
- :param str block_size_in_kbs: (Updatable) Size of Oracle database blocks in KB.
1890
- :param int extend_size_in_mbs: (Updatable) Size to extend the tablespace in MB. Note: Only applicable if 'isBigFile' property is set to true.
1891
- :param bool is_auto_create: (Updatable) Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.
1892
- :param bool is_big_file: (Updatable) Set this property to true to enable tablespace of the type big file.
1893
- :param str remap_target: (Updatable) Name of the tablespace on the target database to which the source database tablespace is to be remapped.
1894
- """
1895
- pulumi.set(__self__, "target_type", target_type)
1896
- if block_size_in_kbs is not None:
1897
- pulumi.set(__self__, "block_size_in_kbs", block_size_in_kbs)
1898
- if extend_size_in_mbs is not None:
1899
- pulumi.set(__self__, "extend_size_in_mbs", extend_size_in_mbs)
1900
- if is_auto_create is not None:
1901
- pulumi.set(__self__, "is_auto_create", is_auto_create)
1902
- if is_big_file is not None:
1903
- pulumi.set(__self__, "is_big_file", is_big_file)
1904
- if remap_target is not None:
1905
- pulumi.set(__self__, "remap_target", remap_target)
1906
-
1907
- @property
1908
- @pulumi.getter(name="targetType")
1909
- def target_type(self) -> str:
1910
- """
1911
- (Updatable) Type of Database Base Migration Target.
1912
- """
1913
- return pulumi.get(self, "target_type")
1914
-
1915
- @property
1916
- @pulumi.getter(name="blockSizeInKbs")
1917
- def block_size_in_kbs(self) -> Optional[str]:
1918
- """
1919
- (Updatable) Size of Oracle database blocks in KB.
1920
- """
1921
- return pulumi.get(self, "block_size_in_kbs")
1922
-
1923
- @property
1924
- @pulumi.getter(name="extendSizeInMbs")
1925
- def extend_size_in_mbs(self) -> Optional[int]:
1926
- """
1927
- (Updatable) Size to extend the tablespace in MB. Note: Only applicable if 'isBigFile' property is set to true.
1928
- """
1929
- return pulumi.get(self, "extend_size_in_mbs")
1930
-
1931
- @property
1932
- @pulumi.getter(name="isAutoCreate")
1933
- def is_auto_create(self) -> Optional[bool]:
1934
- """
1935
- (Updatable) Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.
1936
- """
1937
- return pulumi.get(self, "is_auto_create")
1938
-
1939
- @property
1940
- @pulumi.getter(name="isBigFile")
1941
- def is_big_file(self) -> Optional[bool]:
1942
- """
1943
- (Updatable) Set this property to true to enable tablespace of the type big file.
1944
- """
1945
- return pulumi.get(self, "is_big_file")
1946
-
1947
- @property
1948
- @pulumi.getter(name="remapTarget")
1949
- def remap_target(self) -> Optional[str]:
1950
- """
1951
- (Updatable) Name of the tablespace on the target database to which the source database tablespace is to be remapped.
1952
- """
1953
- return pulumi.get(self, "remap_target")
1954
-
1955
-
1956
- @pulumi.output_type
1957
- class GetConnectionAdditionalAttributeResult(dict):
1958
- def __init__(__self__, *,
1959
- name: str,
1960
- value: str):
1961
- """
1962
- :param str name: The name of the property entry.
1963
- :param str value: The value of the property entry.
1964
- """
1965
- pulumi.set(__self__, "name", name)
1966
- pulumi.set(__self__, "value", value)
1967
-
1968
- @property
1969
- @pulumi.getter
1970
- def name(self) -> str:
1971
- """
1972
- The name of the property entry.
1973
- """
1974
- return pulumi.get(self, "name")
1975
-
1976
- @property
1977
- @pulumi.getter
1978
- def value(self) -> str:
1979
- """
1980
- The value of the property entry.
1981
- """
1982
- return pulumi.get(self, "value")
1983
-
1984
-
1985
- @pulumi.output_type
1986
- class GetConnectionIngressIpResult(dict):
1987
- def __init__(__self__, *,
1988
- ingress_ip: str):
1989
- """
1990
- :param str ingress_ip: A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
1991
- """
1992
- pulumi.set(__self__, "ingress_ip", ingress_ip)
1993
-
1994
- @property
1995
- @pulumi.getter(name="ingressIp")
1996
- def ingress_ip(self) -> str:
1997
- """
1998
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
1999
- """
2000
- return pulumi.get(self, "ingress_ip")
2001
-
2002
-
2003
- @pulumi.output_type
2004
- class GetConnectionsConnectionCollectionResult(dict):
2005
- def __init__(__self__, *,
2006
- items: Sequence['outputs.GetConnectionsConnectionCollectionItemResult']):
2007
- pulumi.set(__self__, "items", items)
2008
-
2009
- @property
2010
- @pulumi.getter
2011
- def items(self) -> Sequence['outputs.GetConnectionsConnectionCollectionItemResult']:
2012
- return pulumi.get(self, "items")
2013
-
2014
-
2015
- @pulumi.output_type
2016
- class GetConnectionsConnectionCollectionItemResult(dict):
2017
- def __init__(__self__, *,
2018
- additional_attributes: Sequence['outputs.GetConnectionsConnectionCollectionItemAdditionalAttributeResult'],
2019
- compartment_id: str,
2020
- connection_string: str,
2021
- connection_type: str,
2022
- database_id: str,
2023
- database_name: str,
2024
- db_system_id: str,
2025
- defined_tags: Mapping[str, Any],
2026
- description: str,
2027
- display_name: str,
2028
- freeform_tags: Mapping[str, Any],
2029
- host: str,
2030
- id: str,
2031
- ingress_ips: Sequence['outputs.GetConnectionsConnectionCollectionItemIngressIpResult'],
2032
- key_id: str,
2033
- lifecycle_details: str,
2034
- nsg_ids: Sequence[str],
2035
- password: str,
2036
- port: int,
2037
- private_endpoint_id: str,
2038
- replication_password: str,
2039
- replication_username: str,
2040
- secret_id: str,
2041
- security_protocol: str,
2042
- ssh_host: str,
2043
- ssh_key: str,
2044
- ssh_sudo_location: str,
2045
- ssh_user: str,
2046
- ssl_ca: str,
2047
- ssl_cert: str,
2048
- ssl_crl: str,
2049
- ssl_key: str,
2050
- ssl_mode: str,
2051
- state: str,
2052
- subnet_id: str,
2053
- system_tags: Mapping[str, Any],
2054
- technology_type: str,
2055
- time_created: str,
2056
- time_updated: str,
2057
- username: str,
2058
- vault_id: str,
2059
- wallet: str):
2060
- """
2061
- :param Sequence['GetConnectionsConnectionCollectionItemAdditionalAttributeArgs'] additional_attributes: An array of name-value pair attribute entries.
2062
- :param str compartment_id: The ID of the compartment in which to list resources.
2063
- :param str connection_string: Connect descriptor or Easy Connect Naming method used to connect to a database.
2064
- :param str connection_type: The array of connection types.
2065
- :param str database_id: The OCID of the database being referenced.
2066
- :param str database_name: The name of the database being referenced.
2067
- :param str db_system_id: The OCID of the database system being referenced.
2068
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2069
- :param str description: A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2070
- :param str display_name: A filter to return only resources that match the entire display name given.
2071
- :param Mapping[str, Any] 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. Example: {"Department": "Finance"}
2072
- :param str host: The IP Address of the host.
2073
- :param str id: The OCID of the connection being referenced.
2074
- :param Sequence['GetConnectionsConnectionCollectionItemIngressIpArgs'] ingress_ips: List of ingress IP addresses from where to connect to this connection's privateIp.
2075
- :param str key_id: The OCID of the key used in cryptographic operations.
2076
- :param str lifecycle_details: The message describing the current state of the connection's lifecycle in detail. For example, can be used to provide actionable information for a connection in a Failed state.
2077
- :param Sequence[str] nsg_ids: An array of Network Security Group OCIDs used to define network access for Connections.
2078
- :param str password: The password (credential) used when creating or updating this resource.
2079
- :param int port: The port to be used for the connection.
2080
- :param str private_endpoint_id: The OCID of the resource being referenced.
2081
- :param str replication_password: The password (credential) used when creating or updating this resource.
2082
- :param str replication_username: The username (credential) used when creating or updating this resource.
2083
- :param str secret_id: The OCID of the resource being referenced.
2084
- :param str security_protocol: Security Protocol to be used for the connection.
2085
- :param str ssh_host: Name of the host the SSH key is valid for.
2086
- :param str ssh_key: Private SSH key string.
2087
- :param str ssh_sudo_location: Sudo location
2088
- :param str ssh_user: The username (credential) used when creating or updating this resource.
2089
- :param str ssl_mode: SSL mode to be used for the connection.
2090
- :param str state: The current state of the Database Migration Deployment.
2091
- :param str subnet_id: Oracle Cloud Infrastructure resource ID.
2092
- :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
2093
- :param str technology_type: The array of technology types.
2094
- :param str time_created: The time when this resource was created. An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
2095
- :param str time_updated: The time when this resource was updated. An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
2096
- :param str username: The username (credential) used when creating or updating this resource.
2097
- :param str vault_id: Oracle Cloud Infrastructure resource ID.
2098
- """
2099
- pulumi.set(__self__, "additional_attributes", additional_attributes)
2100
- pulumi.set(__self__, "compartment_id", compartment_id)
2101
- pulumi.set(__self__, "connection_string", connection_string)
2102
- pulumi.set(__self__, "connection_type", connection_type)
2103
- pulumi.set(__self__, "database_id", database_id)
2104
- pulumi.set(__self__, "database_name", database_name)
2105
- pulumi.set(__self__, "db_system_id", db_system_id)
2106
- pulumi.set(__self__, "defined_tags", defined_tags)
2107
- pulumi.set(__self__, "description", description)
2108
- pulumi.set(__self__, "display_name", display_name)
2109
- pulumi.set(__self__, "freeform_tags", freeform_tags)
2110
- pulumi.set(__self__, "host", host)
2111
- pulumi.set(__self__, "id", id)
2112
- pulumi.set(__self__, "ingress_ips", ingress_ips)
2113
- pulumi.set(__self__, "key_id", key_id)
2114
- pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2115
- pulumi.set(__self__, "nsg_ids", nsg_ids)
2116
- pulumi.set(__self__, "password", password)
2117
- pulumi.set(__self__, "port", port)
2118
- pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
2119
- pulumi.set(__self__, "replication_password", replication_password)
2120
- pulumi.set(__self__, "replication_username", replication_username)
2121
- pulumi.set(__self__, "secret_id", secret_id)
2122
- pulumi.set(__self__, "security_protocol", security_protocol)
2123
- pulumi.set(__self__, "ssh_host", ssh_host)
2124
- pulumi.set(__self__, "ssh_key", ssh_key)
2125
- pulumi.set(__self__, "ssh_sudo_location", ssh_sudo_location)
2126
- pulumi.set(__self__, "ssh_user", ssh_user)
2127
- pulumi.set(__self__, "ssl_ca", ssl_ca)
2128
- pulumi.set(__self__, "ssl_cert", ssl_cert)
2129
- pulumi.set(__self__, "ssl_crl", ssl_crl)
2130
- pulumi.set(__self__, "ssl_key", ssl_key)
2131
- pulumi.set(__self__, "ssl_mode", ssl_mode)
2132
- pulumi.set(__self__, "state", state)
2133
- pulumi.set(__self__, "subnet_id", subnet_id)
2134
- pulumi.set(__self__, "system_tags", system_tags)
2135
- pulumi.set(__self__, "technology_type", technology_type)
2136
- pulumi.set(__self__, "time_created", time_created)
2137
- pulumi.set(__self__, "time_updated", time_updated)
2138
- pulumi.set(__self__, "username", username)
2139
- pulumi.set(__self__, "vault_id", vault_id)
2140
- pulumi.set(__self__, "wallet", wallet)
2141
-
2142
- @property
2143
- @pulumi.getter(name="additionalAttributes")
2144
- def additional_attributes(self) -> Sequence['outputs.GetConnectionsConnectionCollectionItemAdditionalAttributeResult']:
2145
- """
2146
- An array of name-value pair attribute entries.
2147
- """
2148
- return pulumi.get(self, "additional_attributes")
2149
-
2150
- @property
2151
- @pulumi.getter(name="compartmentId")
2152
- def compartment_id(self) -> str:
2153
- """
2154
- The ID of the compartment in which to list resources.
2155
- """
2156
- return pulumi.get(self, "compartment_id")
2157
-
2158
- @property
2159
- @pulumi.getter(name="connectionString")
2160
- def connection_string(self) -> str:
2161
- """
2162
- Connect descriptor or Easy Connect Naming method used to connect to a database.
2163
- """
2164
- return pulumi.get(self, "connection_string")
2165
-
2166
- @property
2167
- @pulumi.getter(name="connectionType")
2168
- def connection_type(self) -> str:
2169
- """
2170
- The array of connection types.
2171
- """
2172
- return pulumi.get(self, "connection_type")
2173
-
2174
- @property
2175
- @pulumi.getter(name="databaseId")
2176
- def database_id(self) -> str:
2177
- """
2178
- The OCID of the database being referenced.
2179
- """
2180
- return pulumi.get(self, "database_id")
2181
-
2182
- @property
2183
- @pulumi.getter(name="databaseName")
2184
- def database_name(self) -> str:
2185
- """
2186
- The name of the database being referenced.
2187
- """
2188
- return pulumi.get(self, "database_name")
2189
-
2190
- @property
2191
- @pulumi.getter(name="dbSystemId")
2192
- def db_system_id(self) -> str:
2193
- """
2194
- The OCID of the database system being referenced.
2195
- """
2196
- return pulumi.get(self, "db_system_id")
2197
-
2198
- @property
2199
- @pulumi.getter(name="definedTags")
2200
- def defined_tags(self) -> Mapping[str, Any]:
2201
- """
2202
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2203
- """
2204
- return pulumi.get(self, "defined_tags")
2205
-
2206
- @property
2207
- @pulumi.getter
2208
- def description(self) -> str:
2209
- """
2210
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
2211
- """
2212
- return pulumi.get(self, "description")
2213
-
2214
- @property
2215
- @pulumi.getter(name="displayName")
2216
- def display_name(self) -> str:
2217
- """
2218
- A filter to return only resources that match the entire display name given.
2219
- """
2220
- return pulumi.get(self, "display_name")
2221
-
2222
- @property
2223
- @pulumi.getter(name="freeformTags")
2224
- def freeform_tags(self) -> Mapping[str, Any]:
2225
- """
2226
- 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. Example: {"Department": "Finance"}
2227
- """
2228
- return pulumi.get(self, "freeform_tags")
2229
-
2230
- @property
2231
- @pulumi.getter
2232
- def host(self) -> str:
2233
- """
2234
- The IP Address of the host.
2235
- """
2236
- return pulumi.get(self, "host")
2237
-
2238
- @property
2239
- @pulumi.getter
2240
- def id(self) -> str:
2241
- """
2242
- The OCID of the connection being referenced.
2243
- """
2244
- return pulumi.get(self, "id")
2245
-
2246
- @property
2247
- @pulumi.getter(name="ingressIps")
2248
- def ingress_ips(self) -> Sequence['outputs.GetConnectionsConnectionCollectionItemIngressIpResult']:
2249
- """
2250
- List of ingress IP addresses from where to connect to this connection's privateIp.
2251
- """
2252
- return pulumi.get(self, "ingress_ips")
2253
-
2254
- @property
2255
- @pulumi.getter(name="keyId")
2256
- def key_id(self) -> str:
2257
- """
2258
- The OCID of the key used in cryptographic operations.
2259
- """
2260
- return pulumi.get(self, "key_id")
2261
-
2262
- @property
2263
- @pulumi.getter(name="lifecycleDetails")
2264
- def lifecycle_details(self) -> str:
2265
- """
2266
- The message describing the current state of the connection's lifecycle in detail. For example, can be used to provide actionable information for a connection in a Failed state.
2267
- """
2268
- return pulumi.get(self, "lifecycle_details")
2269
-
2270
- @property
2271
- @pulumi.getter(name="nsgIds")
2272
- def nsg_ids(self) -> Sequence[str]:
2273
- """
2274
- An array of Network Security Group OCIDs used to define network access for Connections.
2275
- """
2276
- return pulumi.get(self, "nsg_ids")
2277
-
2278
- @property
2279
- @pulumi.getter
2280
- def password(self) -> str:
2281
- """
2282
- The password (credential) used when creating or updating this resource.
2283
- """
2284
- return pulumi.get(self, "password")
2285
-
2286
- @property
2287
- @pulumi.getter
2288
- def port(self) -> int:
2289
- """
2290
- The port to be used for the connection.
2291
- """
2292
- return pulumi.get(self, "port")
2293
-
2294
- @property
2295
- @pulumi.getter(name="privateEndpointId")
2296
- def private_endpoint_id(self) -> str:
2297
- """
2298
- The OCID of the resource being referenced.
2299
- """
2300
- return pulumi.get(self, "private_endpoint_id")
2301
-
2302
- @property
2303
- @pulumi.getter(name="replicationPassword")
2304
- def replication_password(self) -> str:
2305
- """
2306
- The password (credential) used when creating or updating this resource.
2307
- """
2308
- return pulumi.get(self, "replication_password")
2309
-
2310
- @property
2311
- @pulumi.getter(name="replicationUsername")
2312
- def replication_username(self) -> str:
2313
- """
2314
- The username (credential) used when creating or updating this resource.
2315
- """
2316
- return pulumi.get(self, "replication_username")
2317
-
2318
- @property
2319
- @pulumi.getter(name="secretId")
2320
- def secret_id(self) -> str:
2321
- """
2322
- The OCID of the resource being referenced.
2323
- """
2324
- return pulumi.get(self, "secret_id")
2325
-
2326
- @property
2327
- @pulumi.getter(name="securityProtocol")
2328
- def security_protocol(self) -> str:
2329
- """
2330
- Security Protocol to be used for the connection.
2331
- """
2332
- return pulumi.get(self, "security_protocol")
2333
-
2334
- @property
2335
- @pulumi.getter(name="sshHost")
2336
- def ssh_host(self) -> str:
2337
- """
2338
- Name of the host the SSH key is valid for.
2339
- """
2340
- return pulumi.get(self, "ssh_host")
2341
-
2342
- @property
2343
- @pulumi.getter(name="sshKey")
2344
- def ssh_key(self) -> str:
2345
- """
2346
- Private SSH key string.
2347
- """
2348
- return pulumi.get(self, "ssh_key")
2349
-
2350
- @property
2351
- @pulumi.getter(name="sshSudoLocation")
2352
- def ssh_sudo_location(self) -> str:
2353
- """
2354
- Sudo location
2355
- """
2356
- return pulumi.get(self, "ssh_sudo_location")
2357
-
2358
- @property
2359
- @pulumi.getter(name="sshUser")
2360
- def ssh_user(self) -> str:
2361
- """
2362
- The username (credential) used when creating or updating this resource.
2363
- """
2364
- return pulumi.get(self, "ssh_user")
2365
-
2366
- @property
2367
- @pulumi.getter(name="sslCa")
2368
- def ssl_ca(self) -> str:
2369
- return pulumi.get(self, "ssl_ca")
2370
-
2371
- @property
2372
- @pulumi.getter(name="sslCert")
2373
- def ssl_cert(self) -> str:
2374
- return pulumi.get(self, "ssl_cert")
2375
-
2376
- @property
2377
- @pulumi.getter(name="sslCrl")
2378
- def ssl_crl(self) -> str:
2379
- return pulumi.get(self, "ssl_crl")
2380
-
2381
- @property
2382
- @pulumi.getter(name="sslKey")
2383
- def ssl_key(self) -> str:
2384
- return pulumi.get(self, "ssl_key")
2385
-
2386
- @property
2387
- @pulumi.getter(name="sslMode")
2388
- def ssl_mode(self) -> str:
2389
- """
2390
- SSL mode to be used for the connection.
2391
- """
2392
- return pulumi.get(self, "ssl_mode")
2393
-
2394
- @property
2395
- @pulumi.getter
2396
- def state(self) -> str:
2397
- """
2398
- The current state of the Database Migration Deployment.
2399
- """
2400
- return pulumi.get(self, "state")
2401
-
2402
- @property
2403
- @pulumi.getter(name="subnetId")
2404
- def subnet_id(self) -> str:
2405
- """
2406
- Oracle Cloud Infrastructure resource ID.
2407
- """
2408
- return pulumi.get(self, "subnet_id")
2409
-
2410
- @property
2411
- @pulumi.getter(name="systemTags")
2412
- def system_tags(self) -> Mapping[str, Any]:
2413
- """
2414
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
2415
- """
2416
- return pulumi.get(self, "system_tags")
2417
-
2418
- @property
2419
- @pulumi.getter(name="technologyType")
2420
- def technology_type(self) -> str:
2421
- """
2422
- The array of technology types.
2423
- """
2424
- return pulumi.get(self, "technology_type")
2425
-
2426
- @property
2427
- @pulumi.getter(name="timeCreated")
2428
- def time_created(self) -> str:
2429
- """
2430
- The time when this resource was created. An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
2431
- """
2432
- return pulumi.get(self, "time_created")
2433
-
2434
- @property
2435
- @pulumi.getter(name="timeUpdated")
2436
- def time_updated(self) -> str:
2437
- """
2438
- The time when this resource was updated. An RFC3339 formatted datetime string such as `2016-08-25T21:10:29.600Z`.
2439
- """
2440
- return pulumi.get(self, "time_updated")
2441
-
2442
- @property
2443
- @pulumi.getter
2444
- def username(self) -> str:
2445
- """
2446
- The username (credential) used when creating or updating this resource.
2447
- """
2448
- return pulumi.get(self, "username")
2449
-
2450
- @property
2451
- @pulumi.getter(name="vaultId")
2452
- def vault_id(self) -> str:
2453
- """
2454
- Oracle Cloud Infrastructure resource ID.
2455
- """
2456
- return pulumi.get(self, "vault_id")
2457
-
2458
- @property
2459
- @pulumi.getter
2460
- def wallet(self) -> str:
2461
- return pulumi.get(self, "wallet")
2462
-
2463
-
2464
- @pulumi.output_type
2465
- class GetConnectionsConnectionCollectionItemAdditionalAttributeResult(dict):
2466
- def __init__(__self__, *,
2467
- name: str,
2468
- value: str):
2469
- """
2470
- :param str name: The name of the property entry.
2471
- :param str value: The value of the property entry.
2472
- """
2473
- pulumi.set(__self__, "name", name)
2474
- pulumi.set(__self__, "value", value)
2475
-
2476
- @property
2477
- @pulumi.getter
2478
- def name(self) -> str:
2479
- """
2480
- The name of the property entry.
2481
- """
2482
- return pulumi.get(self, "name")
2483
-
2484
- @property
2485
- @pulumi.getter
2486
- def value(self) -> str:
2487
- """
2488
- The value of the property entry.
2489
- """
2490
- return pulumi.get(self, "value")
2491
-
2492
-
2493
- @pulumi.output_type
2494
- class GetConnectionsConnectionCollectionItemIngressIpResult(dict):
2495
- def __init__(__self__, *,
2496
- ingress_ip: str):
2497
- """
2498
- :param str ingress_ip: A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
2499
- """
2500
- pulumi.set(__self__, "ingress_ip", ingress_ip)
2501
-
2502
- @property
2503
- @pulumi.getter(name="ingressIp")
2504
- def ingress_ip(self) -> str:
2505
- """
2506
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
2507
- """
2508
- return pulumi.get(self, "ingress_ip")
2509
-
2510
-
2511
- @pulumi.output_type
2512
- class GetConnectionsFilterResult(dict):
2513
- def __init__(__self__, *,
2514
- name: str,
2515
- values: Sequence[str],
2516
- regex: Optional[bool] = None):
2517
- """
2518
- :param str name: The name of the property entry.
2519
- """
2520
- pulumi.set(__self__, "name", name)
2521
- pulumi.set(__self__, "values", values)
2522
- if regex is not None:
2523
- pulumi.set(__self__, "regex", regex)
2524
-
2525
- @property
2526
- @pulumi.getter
2527
- def name(self) -> str:
2528
- """
2529
- The name of the property entry.
2530
- """
2531
- return pulumi.get(self, "name")
2532
-
2533
- @property
2534
- @pulumi.getter
2535
- def values(self) -> Sequence[str]:
2536
- return pulumi.get(self, "values")
2537
-
2538
- @property
2539
- @pulumi.getter
2540
- def regex(self) -> Optional[bool]:
2541
- return pulumi.get(self, "regex")
2542
-
2543
-
2544
- @pulumi.output_type
2545
- class GetJobAdvisorReportReportLocationDetailResult(dict):
2546
- def __init__(__self__, *,
2547
- location_in_source: str,
2548
- object_storage_details: Sequence['outputs.GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult']):
2549
- """
2550
- :param str location_in_source: File system path on the Source Database host where the Premigration Advisor report can be accessed.
2551
- :param Sequence['GetJobAdvisorReportReportLocationDetailObjectStorageDetailArgs'] object_storage_details: Details to access Premigration Advisor report in the specified Object Storage bucket.
2552
- """
2553
- pulumi.set(__self__, "location_in_source", location_in_source)
2554
- pulumi.set(__self__, "object_storage_details", object_storage_details)
2555
-
2556
- @property
2557
- @pulumi.getter(name="locationInSource")
2558
- def location_in_source(self) -> str:
2559
- """
2560
- File system path on the Source Database host where the Premigration Advisor report can be accessed.
2561
- """
2562
- return pulumi.get(self, "location_in_source")
2563
-
2564
- @property
2565
- @pulumi.getter(name="objectStorageDetails")
2566
- def object_storage_details(self) -> Sequence['outputs.GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult']:
2567
- """
2568
- Details to access Premigration Advisor report in the specified Object Storage bucket.
2569
- """
2570
- return pulumi.get(self, "object_storage_details")
2571
-
2572
-
2573
- @pulumi.output_type
2574
- class GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult(dict):
2575
- def __init__(__self__, *,
2576
- bucket: str,
2577
- namespace: str,
2578
- object: str):
2579
- """
2580
- :param str bucket: Name of the bucket containing the Premigration Advisor report.
2581
- :param str namespace: Object Storage namespace.
2582
- :param str object: Premigration Advisor report object name.
2583
- """
2584
- pulumi.set(__self__, "bucket", bucket)
2585
- pulumi.set(__self__, "namespace", namespace)
2586
- pulumi.set(__self__, "object", object)
2587
-
2588
- @property
2589
- @pulumi.getter
2590
- def bucket(self) -> str:
2591
- """
2592
- Name of the bucket containing the Premigration Advisor report.
2593
- """
2594
- return pulumi.get(self, "bucket")
2595
-
2596
- @property
2597
- @pulumi.getter
2598
- def namespace(self) -> str:
2599
- """
2600
- Object Storage namespace.
2601
- """
2602
- return pulumi.get(self, "namespace")
2603
-
2604
- @property
2605
- @pulumi.getter
2606
- def object(self) -> str:
2607
- """
2608
- Premigration Advisor report object name.
2609
- """
2610
- return pulumi.get(self, "object")
2611
-
2612
-
2613
- @pulumi.output_type
2614
- class GetJobOutputItemResult(dict):
2615
- def __init__(__self__, *,
2616
- message: str):
2617
- """
2618
- :param str message: Job output line.
2619
- """
2620
- pulumi.set(__self__, "message", message)
2621
-
2622
- @property
2623
- @pulumi.getter
2624
- def message(self) -> str:
2625
- """
2626
- Job output line.
2627
- """
2628
- return pulumi.get(self, "message")
2629
-
2630
-
2631
- @pulumi.output_type
2632
- class GetMigrationAdvisorSettingResult(dict):
2633
- def __init__(__self__, *,
2634
- is_ignore_errors: bool,
2635
- is_skip_advisor: bool):
2636
- """
2637
- :param bool is_ignore_errors: True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
2638
- :param bool is_skip_advisor: True to skip the Pre-Migration Advisor execution. Default is false.
2639
- """
2640
- pulumi.set(__self__, "is_ignore_errors", is_ignore_errors)
2641
- pulumi.set(__self__, "is_skip_advisor", is_skip_advisor)
2642
-
2643
- @property
2644
- @pulumi.getter(name="isIgnoreErrors")
2645
- def is_ignore_errors(self) -> bool:
2646
- """
2647
- True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
2648
- """
2649
- return pulumi.get(self, "is_ignore_errors")
2650
-
2651
- @property
2652
- @pulumi.getter(name="isSkipAdvisor")
2653
- def is_skip_advisor(self) -> bool:
2654
- """
2655
- True to skip the Pre-Migration Advisor execution. Default is false.
2656
- """
2657
- return pulumi.get(self, "is_skip_advisor")
2658
-
2659
-
2660
- @pulumi.output_type
2661
- class GetMigrationDataTransferMediumDetailResult(dict):
2662
- def __init__(__self__, *,
2663
- access_key_id: str,
2664
- name: str,
2665
- object_storage_buckets: Sequence['outputs.GetMigrationDataTransferMediumDetailObjectStorageBucketResult'],
2666
- region: str,
2667
- secret_access_key: str,
2668
- shared_storage_mount_target_id: str,
2669
- sources: Sequence['outputs.GetMigrationDataTransferMediumDetailSourceResult'],
2670
- targets: Sequence['outputs.GetMigrationDataTransferMediumDetailTargetResult'],
2671
- type: str):
2672
- """
2673
- :param str access_key_id: AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
2674
- :param str name: Name of directory object in database
2675
- :param Sequence['GetMigrationDataTransferMediumDetailObjectStorageBucketArgs'] object_storage_buckets: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
2676
- :param str region: AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
2677
- :param str secret_access_key: AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
2678
- :param str shared_storage_mount_target_id: OCID of the shared storage mount target
2679
- :param Sequence['GetMigrationDataTransferMediumDetailSourceArgs'] sources: Optional additional properties for dump transfer in source or target host. Default kind is CURL.
2680
- :param Sequence['GetMigrationDataTransferMediumDetailTargetArgs'] targets: Optional additional properties for dump transfer in source or target host. Default kind is CURL.
2681
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
2682
- """
2683
- pulumi.set(__self__, "access_key_id", access_key_id)
2684
- pulumi.set(__self__, "name", name)
2685
- pulumi.set(__self__, "object_storage_buckets", object_storage_buckets)
2686
- pulumi.set(__self__, "region", region)
2687
- pulumi.set(__self__, "secret_access_key", secret_access_key)
2688
- pulumi.set(__self__, "shared_storage_mount_target_id", shared_storage_mount_target_id)
2689
- pulumi.set(__self__, "sources", sources)
2690
- pulumi.set(__self__, "targets", targets)
2691
- pulumi.set(__self__, "type", type)
2692
-
2693
- @property
2694
- @pulumi.getter(name="accessKeyId")
2695
- def access_key_id(self) -> str:
2696
- """
2697
- AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
2698
- """
2699
- return pulumi.get(self, "access_key_id")
2700
-
2701
- @property
2702
- @pulumi.getter
2703
- def name(self) -> str:
2704
- """
2705
- Name of directory object in database
2706
- """
2707
- return pulumi.get(self, "name")
2708
-
2709
- @property
2710
- @pulumi.getter(name="objectStorageBuckets")
2711
- def object_storage_buckets(self) -> Sequence['outputs.GetMigrationDataTransferMediumDetailObjectStorageBucketResult']:
2712
- """
2713
- In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
2714
- """
2715
- return pulumi.get(self, "object_storage_buckets")
2716
-
2717
- @property
2718
- @pulumi.getter
2719
- def region(self) -> str:
2720
- """
2721
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
2722
- """
2723
- return pulumi.get(self, "region")
2724
-
2725
- @property
2726
- @pulumi.getter(name="secretAccessKey")
2727
- def secret_access_key(self) -> str:
2728
- """
2729
- AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
2730
- """
2731
- return pulumi.get(self, "secret_access_key")
2732
-
2733
- @property
2734
- @pulumi.getter(name="sharedStorageMountTargetId")
2735
- def shared_storage_mount_target_id(self) -> str:
2736
- """
2737
- OCID of the shared storage mount target
2738
- """
2739
- return pulumi.get(self, "shared_storage_mount_target_id")
2740
-
2741
- @property
2742
- @pulumi.getter
2743
- def sources(self) -> Sequence['outputs.GetMigrationDataTransferMediumDetailSourceResult']:
2744
- """
2745
- Optional additional properties for dump transfer in source or target host. Default kind is CURL.
2746
- """
2747
- return pulumi.get(self, "sources")
2748
-
2749
- @property
2750
- @pulumi.getter
2751
- def targets(self) -> Sequence['outputs.GetMigrationDataTransferMediumDetailTargetResult']:
2752
- """
2753
- Optional additional properties for dump transfer in source or target host. Default kind is CURL.
2754
- """
2755
- return pulumi.get(self, "targets")
2756
-
2757
- @property
2758
- @pulumi.getter
2759
- def type(self) -> str:
2760
- """
2761
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
2762
- """
2763
- return pulumi.get(self, "type")
2764
-
2765
-
2766
- @pulumi.output_type
2767
- class GetMigrationDataTransferMediumDetailObjectStorageBucketResult(dict):
2768
- def __init__(__self__, *,
2769
- bucket: str,
2770
- namespace: str):
2771
- """
2772
- :param str bucket: Bucket name.
2773
- :param str namespace: Namespace name of the object store bucket.
2774
- """
2775
- pulumi.set(__self__, "bucket", bucket)
2776
- pulumi.set(__self__, "namespace", namespace)
2777
-
2778
- @property
2779
- @pulumi.getter
2780
- def bucket(self) -> str:
2781
- """
2782
- Bucket name.
2783
- """
2784
- return pulumi.get(self, "bucket")
2785
-
2786
- @property
2787
- @pulumi.getter
2788
- def namespace(self) -> str:
2789
- """
2790
- Namespace name of the object store bucket.
2791
- """
2792
- return pulumi.get(self, "namespace")
2793
-
2794
-
2795
- @pulumi.output_type
2796
- class GetMigrationDataTransferMediumDetailSourceResult(dict):
2797
- def __init__(__self__, *,
2798
- kind: str,
2799
- oci_home: str,
2800
- wallet_location: str):
2801
- """
2802
- :param str kind: Type of dump transfer to use during migration in source or target host. Default kind is CURL
2803
- :param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
2804
- :param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
2805
- """
2806
- pulumi.set(__self__, "kind", kind)
2807
- pulumi.set(__self__, "oci_home", oci_home)
2808
- pulumi.set(__self__, "wallet_location", wallet_location)
2809
-
2810
- @property
2811
- @pulumi.getter
2812
- def kind(self) -> str:
2813
- """
2814
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
2815
- """
2816
- return pulumi.get(self, "kind")
2817
-
2818
- @property
2819
- @pulumi.getter(name="ociHome")
2820
- def oci_home(self) -> str:
2821
- """
2822
- Path to the Oracle Cloud Infrastructure CLI installation in the node.
2823
- """
2824
- return pulumi.get(self, "oci_home")
2825
-
2826
- @property
2827
- @pulumi.getter(name="walletLocation")
2828
- def wallet_location(self) -> str:
2829
- """
2830
- Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
2831
- """
2832
- return pulumi.get(self, "wallet_location")
2833
-
2834
-
2835
- @pulumi.output_type
2836
- class GetMigrationDataTransferMediumDetailTargetResult(dict):
2837
- def __init__(__self__, *,
2838
- kind: str,
2839
- oci_home: str,
2840
- wallet_location: str):
2841
- """
2842
- :param str kind: Type of dump transfer to use during migration in source or target host. Default kind is CURL
2843
- :param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
2844
- :param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
2845
- """
2846
- pulumi.set(__self__, "kind", kind)
2847
- pulumi.set(__self__, "oci_home", oci_home)
2848
- pulumi.set(__self__, "wallet_location", wallet_location)
2849
-
2850
- @property
2851
- @pulumi.getter
2852
- def kind(self) -> str:
2853
- """
2854
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
2855
- """
2856
- return pulumi.get(self, "kind")
2857
-
2858
- @property
2859
- @pulumi.getter(name="ociHome")
2860
- def oci_home(self) -> str:
2861
- """
2862
- Path to the Oracle Cloud Infrastructure CLI installation in the node.
2863
- """
2864
- return pulumi.get(self, "oci_home")
2865
-
2866
- @property
2867
- @pulumi.getter(name="walletLocation")
2868
- def wallet_location(self) -> str:
2869
- """
2870
- Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
2871
- """
2872
- return pulumi.get(self, "wallet_location")
2873
-
2874
-
2875
- @pulumi.output_type
2876
- class GetMigrationExcludeObjectResult(dict):
2877
- def __init__(__self__, *,
2878
- is_omit_excluded_table_from_replication: bool,
2879
- object: str,
2880
- owner: str,
2881
- schema: str,
2882
- type: str):
2883
- """
2884
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
2885
- """
2886
- pulumi.set(__self__, "is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
2887
- pulumi.set(__self__, "object", object)
2888
- pulumi.set(__self__, "owner", owner)
2889
- pulumi.set(__self__, "schema", schema)
2890
- pulumi.set(__self__, "type", type)
2891
-
2892
- @property
2893
- @pulumi.getter(name="isOmitExcludedTableFromReplication")
2894
- def is_omit_excluded_table_from_replication(self) -> bool:
2895
- return pulumi.get(self, "is_omit_excluded_table_from_replication")
2896
-
2897
- @property
2898
- @pulumi.getter
2899
- def object(self) -> str:
2900
- return pulumi.get(self, "object")
2901
-
2902
- @property
2903
- @pulumi.getter
2904
- def owner(self) -> str:
2905
- return pulumi.get(self, "owner")
2906
-
2907
- @property
2908
- @pulumi.getter
2909
- def schema(self) -> str:
2910
- return pulumi.get(self, "schema")
2911
-
2912
- @property
2913
- @pulumi.getter
2914
- def type(self) -> str:
2915
- """
2916
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
2917
- """
2918
- return pulumi.get(self, "type")
2919
-
2920
-
2921
- @pulumi.output_type
2922
- class GetMigrationGgsDetailResult(dict):
2923
- def __init__(__self__, *,
2924
- acceptable_lag: int,
2925
- extracts: Sequence['outputs.GetMigrationGgsDetailExtractResult'],
2926
- ggs_deployments: Sequence['outputs.GetMigrationGgsDetailGgsDeploymentResult'],
2927
- replicats: Sequence['outputs.GetMigrationGgsDetailReplicatResult']):
2928
- """
2929
- :param int acceptable_lag: ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
2930
- :param Sequence['GetMigrationGgsDetailExtractArgs'] extracts: Parameters for Extract processes.
2931
- :param Sequence['GetMigrationGgsDetailGgsDeploymentArgs'] ggs_deployments: Details about Oracle GoldenGate GGS Deployment.
2932
- :param Sequence['GetMigrationGgsDetailReplicatArgs'] replicats: Parameters for Replicat processes.
2933
- """
2934
- pulumi.set(__self__, "acceptable_lag", acceptable_lag)
2935
- pulumi.set(__self__, "extracts", extracts)
2936
- pulumi.set(__self__, "ggs_deployments", ggs_deployments)
2937
- pulumi.set(__self__, "replicats", replicats)
2938
-
2939
- @property
2940
- @pulumi.getter(name="acceptableLag")
2941
- def acceptable_lag(self) -> int:
2942
- """
2943
- ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
2944
- """
2945
- return pulumi.get(self, "acceptable_lag")
2946
-
2947
- @property
2948
- @pulumi.getter
2949
- def extracts(self) -> Sequence['outputs.GetMigrationGgsDetailExtractResult']:
2950
- """
2951
- Parameters for Extract processes.
2952
- """
2953
- return pulumi.get(self, "extracts")
2954
-
2955
- @property
2956
- @pulumi.getter(name="ggsDeployments")
2957
- def ggs_deployments(self) -> Sequence['outputs.GetMigrationGgsDetailGgsDeploymentResult']:
2958
- """
2959
- Details about Oracle GoldenGate GGS Deployment.
2960
- """
2961
- return pulumi.get(self, "ggs_deployments")
2962
-
2963
- @property
2964
- @pulumi.getter
2965
- def replicats(self) -> Sequence['outputs.GetMigrationGgsDetailReplicatResult']:
2966
- """
2967
- Parameters for Replicat processes.
2968
- """
2969
- return pulumi.get(self, "replicats")
2970
-
2971
-
2972
- @pulumi.output_type
2973
- class GetMigrationGgsDetailExtractResult(dict):
2974
- def __init__(__self__, *,
2975
- long_trans_duration: int,
2976
- performance_profile: str):
2977
- """
2978
- :param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
2979
- :param str performance_profile: Replicat performance.
2980
- """
2981
- pulumi.set(__self__, "long_trans_duration", long_trans_duration)
2982
- pulumi.set(__self__, "performance_profile", performance_profile)
2983
-
2984
- @property
2985
- @pulumi.getter(name="longTransDuration")
2986
- def long_trans_duration(self) -> int:
2987
- """
2988
- Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
2989
- """
2990
- return pulumi.get(self, "long_trans_duration")
2991
-
2992
- @property
2993
- @pulumi.getter(name="performanceProfile")
2994
- def performance_profile(self) -> str:
2995
- """
2996
- Replicat performance.
2997
- """
2998
- return pulumi.get(self, "performance_profile")
2999
-
3000
-
3001
- @pulumi.output_type
3002
- class GetMigrationGgsDetailGgsDeploymentResult(dict):
3003
- def __init__(__self__, *,
3004
- deployment_id: str,
3005
- ggs_admin_credentials_secret_id: str):
3006
- """
3007
- :param str deployment_id: The OCID of the resource being referenced.
3008
- :param str ggs_admin_credentials_secret_id: The OCID of the resource being referenced.
3009
- """
3010
- pulumi.set(__self__, "deployment_id", deployment_id)
3011
- pulumi.set(__self__, "ggs_admin_credentials_secret_id", ggs_admin_credentials_secret_id)
3012
-
3013
- @property
3014
- @pulumi.getter(name="deploymentId")
3015
- def deployment_id(self) -> str:
3016
- """
3017
- The OCID of the resource being referenced.
3018
- """
3019
- return pulumi.get(self, "deployment_id")
3020
-
3021
- @property
3022
- @pulumi.getter(name="ggsAdminCredentialsSecretId")
3023
- def ggs_admin_credentials_secret_id(self) -> str:
3024
- """
3025
- The OCID of the resource being referenced.
3026
- """
3027
- return pulumi.get(self, "ggs_admin_credentials_secret_id")
3028
-
3029
-
3030
- @pulumi.output_type
3031
- class GetMigrationGgsDetailReplicatResult(dict):
3032
- def __init__(__self__, *,
3033
- performance_profile: str):
3034
- """
3035
- :param str performance_profile: Replicat performance.
3036
- """
3037
- pulumi.set(__self__, "performance_profile", performance_profile)
3038
-
3039
- @property
3040
- @pulumi.getter(name="performanceProfile")
3041
- def performance_profile(self) -> str:
3042
- """
3043
- Replicat performance.
3044
- """
3045
- return pulumi.get(self, "performance_profile")
3046
-
3047
-
3048
- @pulumi.output_type
3049
- class GetMigrationHubDetailResult(dict):
3050
- def __init__(__self__, *,
3051
- acceptable_lag: int,
3052
- compute_id: str,
3053
- extracts: Sequence['outputs.GetMigrationHubDetailExtractResult'],
3054
- key_id: str,
3055
- replicats: Sequence['outputs.GetMigrationHubDetailReplicatResult'],
3056
- rest_admin_credentials: Sequence['outputs.GetMigrationHubDetailRestAdminCredentialResult'],
3057
- url: str,
3058
- vault_id: str):
3059
- """
3060
- :param int acceptable_lag: ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
3061
- :param str compute_id: The OCID of the resource being referenced.
3062
- :param Sequence['GetMigrationHubDetailExtractArgs'] extracts: Parameters for Extract processes.
3063
- :param str key_id: The OCID of the resource being referenced.
3064
- :param Sequence['GetMigrationHubDetailReplicatArgs'] replicats: Parameters for Replicat processes.
3065
- :param Sequence['GetMigrationHubDetailRestAdminCredentialArgs'] rest_admin_credentials: Database Administrator Credentials details.
3066
- :param str url: Endpoint URL.
3067
- :param str vault_id: The OCID of the resource being referenced.
3068
- """
3069
- pulumi.set(__self__, "acceptable_lag", acceptable_lag)
3070
- pulumi.set(__self__, "compute_id", compute_id)
3071
- pulumi.set(__self__, "extracts", extracts)
3072
- pulumi.set(__self__, "key_id", key_id)
3073
- pulumi.set(__self__, "replicats", replicats)
3074
- pulumi.set(__self__, "rest_admin_credentials", rest_admin_credentials)
3075
- pulumi.set(__self__, "url", url)
3076
- pulumi.set(__self__, "vault_id", vault_id)
3077
-
3078
- @property
3079
- @pulumi.getter(name="acceptableLag")
3080
- def acceptable_lag(self) -> int:
3081
- """
3082
- ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
3083
- """
3084
- return pulumi.get(self, "acceptable_lag")
3085
-
3086
- @property
3087
- @pulumi.getter(name="computeId")
3088
- def compute_id(self) -> str:
3089
- """
3090
- The OCID of the resource being referenced.
3091
- """
3092
- return pulumi.get(self, "compute_id")
3093
-
3094
- @property
3095
- @pulumi.getter
3096
- def extracts(self) -> Sequence['outputs.GetMigrationHubDetailExtractResult']:
3097
- """
3098
- Parameters for Extract processes.
3099
- """
3100
- return pulumi.get(self, "extracts")
3101
-
3102
- @property
3103
- @pulumi.getter(name="keyId")
3104
- def key_id(self) -> str:
3105
- """
3106
- The OCID of the resource being referenced.
3107
- """
3108
- return pulumi.get(self, "key_id")
3109
-
3110
- @property
3111
- @pulumi.getter
3112
- def replicats(self) -> Sequence['outputs.GetMigrationHubDetailReplicatResult']:
3113
- """
3114
- Parameters for Replicat processes.
3115
- """
3116
- return pulumi.get(self, "replicats")
3117
-
3118
- @property
3119
- @pulumi.getter(name="restAdminCredentials")
3120
- def rest_admin_credentials(self) -> Sequence['outputs.GetMigrationHubDetailRestAdminCredentialResult']:
3121
- """
3122
- Database Administrator Credentials details.
3123
- """
3124
- return pulumi.get(self, "rest_admin_credentials")
3125
-
3126
- @property
3127
- @pulumi.getter
3128
- def url(self) -> str:
3129
- """
3130
- Endpoint URL.
3131
- """
3132
- return pulumi.get(self, "url")
3133
-
3134
- @property
3135
- @pulumi.getter(name="vaultId")
3136
- def vault_id(self) -> str:
3137
- """
3138
- The OCID of the resource being referenced.
3139
- """
3140
- return pulumi.get(self, "vault_id")
3141
-
3142
-
3143
- @pulumi.output_type
3144
- class GetMigrationHubDetailExtractResult(dict):
3145
- def __init__(__self__, *,
3146
- long_trans_duration: int,
3147
- performance_profile: str):
3148
- """
3149
- :param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
3150
- :param str performance_profile: Replicat performance.
3151
- """
3152
- pulumi.set(__self__, "long_trans_duration", long_trans_duration)
3153
- pulumi.set(__self__, "performance_profile", performance_profile)
3154
-
3155
- @property
3156
- @pulumi.getter(name="longTransDuration")
3157
- def long_trans_duration(self) -> int:
3158
- """
3159
- Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
3160
- """
3161
- return pulumi.get(self, "long_trans_duration")
3162
-
3163
- @property
3164
- @pulumi.getter(name="performanceProfile")
3165
- def performance_profile(self) -> str:
3166
- """
3167
- Replicat performance.
3168
- """
3169
- return pulumi.get(self, "performance_profile")
3170
-
3171
-
3172
- @pulumi.output_type
3173
- class GetMigrationHubDetailReplicatResult(dict):
3174
- def __init__(__self__, *,
3175
- performance_profile: str):
3176
- """
3177
- :param str performance_profile: Replicat performance.
3178
- """
3179
- pulumi.set(__self__, "performance_profile", performance_profile)
3180
-
3181
- @property
3182
- @pulumi.getter(name="performanceProfile")
3183
- def performance_profile(self) -> str:
3184
- """
3185
- Replicat performance.
3186
- """
3187
- return pulumi.get(self, "performance_profile")
3188
-
3189
-
3190
- @pulumi.output_type
3191
- class GetMigrationHubDetailRestAdminCredentialResult(dict):
3192
- def __init__(__self__, *,
3193
- password: str,
3194
- username: str):
3195
- """
3196
- :param str username: Administrator username
3197
- """
3198
- pulumi.set(__self__, "password", password)
3199
- pulumi.set(__self__, "username", username)
3200
-
3201
- @property
3202
- @pulumi.getter
3203
- def password(self) -> str:
3204
- return pulumi.get(self, "password")
3205
-
3206
- @property
3207
- @pulumi.getter
3208
- def username(self) -> str:
3209
- """
3210
- Administrator username
3211
- """
3212
- return pulumi.get(self, "username")
3213
-
3214
-
3215
- @pulumi.output_type
3216
- class GetMigrationIncludeObjectResult(dict):
3217
- def __init__(__self__, *,
3218
- is_omit_excluded_table_from_replication: bool,
3219
- object: str,
3220
- owner: str,
3221
- schema: str,
3222
- type: str):
3223
- """
3224
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3225
- """
3226
- pulumi.set(__self__, "is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
3227
- pulumi.set(__self__, "object", object)
3228
- pulumi.set(__self__, "owner", owner)
3229
- pulumi.set(__self__, "schema", schema)
3230
- pulumi.set(__self__, "type", type)
3231
-
3232
- @property
3233
- @pulumi.getter(name="isOmitExcludedTableFromReplication")
3234
- def is_omit_excluded_table_from_replication(self) -> bool:
3235
- return pulumi.get(self, "is_omit_excluded_table_from_replication")
3236
-
3237
- @property
3238
- @pulumi.getter
3239
- def object(self) -> str:
3240
- return pulumi.get(self, "object")
3241
-
3242
- @property
3243
- @pulumi.getter
3244
- def owner(self) -> str:
3245
- return pulumi.get(self, "owner")
3246
-
3247
- @property
3248
- @pulumi.getter
3249
- def schema(self) -> str:
3250
- return pulumi.get(self, "schema")
3251
-
3252
- @property
3253
- @pulumi.getter
3254
- def type(self) -> str:
3255
- """
3256
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3257
- """
3258
- return pulumi.get(self, "type")
3259
-
3260
-
3261
- @pulumi.output_type
3262
- class GetMigrationInitialLoadSettingResult(dict):
3263
- def __init__(__self__, *,
3264
- compatibilities: Sequence[str],
3265
- data_pump_parameters: Sequence['outputs.GetMigrationInitialLoadSettingDataPumpParameterResult'],
3266
- export_directory_objects: Sequence['outputs.GetMigrationInitialLoadSettingExportDirectoryObjectResult'],
3267
- handle_grant_errors: str,
3268
- import_directory_objects: Sequence['outputs.GetMigrationInitialLoadSettingImportDirectoryObjectResult'],
3269
- is_consistent: bool,
3270
- is_ignore_existing_objects: bool,
3271
- is_tz_utc: bool,
3272
- job_mode: str,
3273
- metadata_remaps: Sequence['outputs.GetMigrationInitialLoadSettingMetadataRemapResult'],
3274
- primary_key_compatibility: str,
3275
- tablespace_details: Sequence['outputs.GetMigrationInitialLoadSettingTablespaceDetailResult']):
3276
- """
3277
- :param Sequence[str] compatibilities: Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
3278
- :param Sequence['GetMigrationInitialLoadSettingDataPumpParameterArgs'] data_pump_parameters: Optional parameters for Data Pump Export and Import.
3279
- :param Sequence['GetMigrationInitialLoadSettingExportDirectoryObjectArgs'] export_directory_objects: Directory object details, used to define either import or export directory objects in Data Pump Settings.
3280
- :param str handle_grant_errors: The action taken in the event of errors related to GRANT or REVOKE errors.
3281
- :param Sequence['GetMigrationInitialLoadSettingImportDirectoryObjectArgs'] import_directory_objects: Directory object details, used to define either import or export directory objects in Data Pump Settings.
3282
- :param bool is_consistent: Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
3283
- :param bool is_ignore_existing_objects: Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
3284
- :param bool is_tz_utc: Include a statement at the start of the dump to set the time zone to UTC.
3285
- :param str job_mode: Oracle Job Mode
3286
- :param Sequence['GetMigrationInitialLoadSettingMetadataRemapArgs'] metadata_remaps: Defines remapping to be applied to objects as they are processed.
3287
- :param str primary_key_compatibility: Primary key compatibility option
3288
- :param Sequence['GetMigrationInitialLoadSettingTablespaceDetailArgs'] tablespace_details: Migration tablespace settings.
3289
- """
3290
- pulumi.set(__self__, "compatibilities", compatibilities)
3291
- pulumi.set(__self__, "data_pump_parameters", data_pump_parameters)
3292
- pulumi.set(__self__, "export_directory_objects", export_directory_objects)
3293
- pulumi.set(__self__, "handle_grant_errors", handle_grant_errors)
3294
- pulumi.set(__self__, "import_directory_objects", import_directory_objects)
3295
- pulumi.set(__self__, "is_consistent", is_consistent)
3296
- pulumi.set(__self__, "is_ignore_existing_objects", is_ignore_existing_objects)
3297
- pulumi.set(__self__, "is_tz_utc", is_tz_utc)
3298
- pulumi.set(__self__, "job_mode", job_mode)
3299
- pulumi.set(__self__, "metadata_remaps", metadata_remaps)
3300
- pulumi.set(__self__, "primary_key_compatibility", primary_key_compatibility)
3301
- pulumi.set(__self__, "tablespace_details", tablespace_details)
3302
-
3303
- @property
3304
- @pulumi.getter
3305
- def compatibilities(self) -> Sequence[str]:
3306
- """
3307
- Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
3308
- """
3309
- return pulumi.get(self, "compatibilities")
3310
-
3311
- @property
3312
- @pulumi.getter(name="dataPumpParameters")
3313
- def data_pump_parameters(self) -> Sequence['outputs.GetMigrationInitialLoadSettingDataPumpParameterResult']:
3314
- """
3315
- Optional parameters for Data Pump Export and Import.
3316
- """
3317
- return pulumi.get(self, "data_pump_parameters")
3318
-
3319
- @property
3320
- @pulumi.getter(name="exportDirectoryObjects")
3321
- def export_directory_objects(self) -> Sequence['outputs.GetMigrationInitialLoadSettingExportDirectoryObjectResult']:
3322
- """
3323
- Directory object details, used to define either import or export directory objects in Data Pump Settings.
3324
- """
3325
- return pulumi.get(self, "export_directory_objects")
3326
-
3327
- @property
3328
- @pulumi.getter(name="handleGrantErrors")
3329
- def handle_grant_errors(self) -> str:
3330
- """
3331
- The action taken in the event of errors related to GRANT or REVOKE errors.
3332
- """
3333
- return pulumi.get(self, "handle_grant_errors")
3334
-
3335
- @property
3336
- @pulumi.getter(name="importDirectoryObjects")
3337
- def import_directory_objects(self) -> Sequence['outputs.GetMigrationInitialLoadSettingImportDirectoryObjectResult']:
3338
- """
3339
- Directory object details, used to define either import or export directory objects in Data Pump Settings.
3340
- """
3341
- return pulumi.get(self, "import_directory_objects")
3342
-
3343
- @property
3344
- @pulumi.getter(name="isConsistent")
3345
- def is_consistent(self) -> bool:
3346
- """
3347
- Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
3348
- """
3349
- return pulumi.get(self, "is_consistent")
3350
-
3351
- @property
3352
- @pulumi.getter(name="isIgnoreExistingObjects")
3353
- def is_ignore_existing_objects(self) -> bool:
3354
- """
3355
- Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
3356
- """
3357
- return pulumi.get(self, "is_ignore_existing_objects")
3358
-
3359
- @property
3360
- @pulumi.getter(name="isTzUtc")
3361
- def is_tz_utc(self) -> bool:
3362
- """
3363
- Include a statement at the start of the dump to set the time zone to UTC.
3364
- """
3365
- return pulumi.get(self, "is_tz_utc")
3366
-
3367
- @property
3368
- @pulumi.getter(name="jobMode")
3369
- def job_mode(self) -> str:
3370
- """
3371
- Oracle Job Mode
3372
- """
3373
- return pulumi.get(self, "job_mode")
3374
-
3375
- @property
3376
- @pulumi.getter(name="metadataRemaps")
3377
- def metadata_remaps(self) -> Sequence['outputs.GetMigrationInitialLoadSettingMetadataRemapResult']:
3378
- """
3379
- Defines remapping to be applied to objects as they are processed.
3380
- """
3381
- return pulumi.get(self, "metadata_remaps")
3382
-
3383
- @property
3384
- @pulumi.getter(name="primaryKeyCompatibility")
3385
- def primary_key_compatibility(self) -> str:
3386
- """
3387
- Primary key compatibility option
3388
- """
3389
- return pulumi.get(self, "primary_key_compatibility")
3390
-
3391
- @property
3392
- @pulumi.getter(name="tablespaceDetails")
3393
- def tablespace_details(self) -> Sequence['outputs.GetMigrationInitialLoadSettingTablespaceDetailResult']:
3394
- """
3395
- Migration tablespace settings.
3396
- """
3397
- return pulumi.get(self, "tablespace_details")
3398
-
3399
-
3400
- @pulumi.output_type
3401
- class GetMigrationInitialLoadSettingDataPumpParameterResult(dict):
3402
- def __init__(__self__, *,
3403
- estimate: str,
3404
- exclude_parameters: Sequence[str],
3405
- export_parallelism_degree: int,
3406
- import_parallelism_degree: int,
3407
- is_cluster: bool,
3408
- table_exists_action: str):
3409
- """
3410
- :param str estimate: Estimate size of dumps that will be generated.
3411
- :param Sequence[str] exclude_parameters: Exclude paratemers for Export and Import.
3412
- :param int export_parallelism_degree: Maximum number of worker processes that can be used for a Data Pump Export job.
3413
- :param int import_parallelism_degree: Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
3414
- :param bool is_cluster: Set to false to force Data Pump worker process to run on one instance.
3415
- :param str table_exists_action: IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
3416
- """
3417
- pulumi.set(__self__, "estimate", estimate)
3418
- pulumi.set(__self__, "exclude_parameters", exclude_parameters)
3419
- pulumi.set(__self__, "export_parallelism_degree", export_parallelism_degree)
3420
- pulumi.set(__self__, "import_parallelism_degree", import_parallelism_degree)
3421
- pulumi.set(__self__, "is_cluster", is_cluster)
3422
- pulumi.set(__self__, "table_exists_action", table_exists_action)
3423
-
3424
- @property
3425
- @pulumi.getter
3426
- def estimate(self) -> str:
3427
- """
3428
- Estimate size of dumps that will be generated.
3429
- """
3430
- return pulumi.get(self, "estimate")
3431
-
3432
- @property
3433
- @pulumi.getter(name="excludeParameters")
3434
- def exclude_parameters(self) -> Sequence[str]:
3435
- """
3436
- Exclude paratemers for Export and Import.
3437
- """
3438
- return pulumi.get(self, "exclude_parameters")
3439
-
3440
- @property
3441
- @pulumi.getter(name="exportParallelismDegree")
3442
- def export_parallelism_degree(self) -> int:
3443
- """
3444
- Maximum number of worker processes that can be used for a Data Pump Export job.
3445
- """
3446
- return pulumi.get(self, "export_parallelism_degree")
3447
-
3448
- @property
3449
- @pulumi.getter(name="importParallelismDegree")
3450
- def import_parallelism_degree(self) -> int:
3451
- """
3452
- Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
3453
- """
3454
- return pulumi.get(self, "import_parallelism_degree")
3455
-
3456
- @property
3457
- @pulumi.getter(name="isCluster")
3458
- def is_cluster(self) -> bool:
3459
- """
3460
- Set to false to force Data Pump worker process to run on one instance.
3461
- """
3462
- return pulumi.get(self, "is_cluster")
3463
-
3464
- @property
3465
- @pulumi.getter(name="tableExistsAction")
3466
- def table_exists_action(self) -> str:
3467
- """
3468
- IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
3469
- """
3470
- return pulumi.get(self, "table_exists_action")
3471
-
3472
-
3473
- @pulumi.output_type
3474
- class GetMigrationInitialLoadSettingExportDirectoryObjectResult(dict):
3475
- def __init__(__self__, *,
3476
- name: str,
3477
- path: str):
3478
- """
3479
- :param str name: Name of directory object in database
3480
- :param str path: Absolute path of directory on database server
3481
- """
3482
- pulumi.set(__self__, "name", name)
3483
- pulumi.set(__self__, "path", path)
3484
-
3485
- @property
3486
- @pulumi.getter
3487
- def name(self) -> str:
3488
- """
3489
- Name of directory object in database
3490
- """
3491
- return pulumi.get(self, "name")
3492
-
3493
- @property
3494
- @pulumi.getter
3495
- def path(self) -> str:
3496
- """
3497
- Absolute path of directory on database server
3498
- """
3499
- return pulumi.get(self, "path")
3500
-
3501
-
3502
- @pulumi.output_type
3503
- class GetMigrationInitialLoadSettingImportDirectoryObjectResult(dict):
3504
- def __init__(__self__, *,
3505
- name: str,
3506
- path: str):
3507
- """
3508
- :param str name: Name of directory object in database
3509
- :param str path: Absolute path of directory on database server
3510
- """
3511
- pulumi.set(__self__, "name", name)
3512
- pulumi.set(__self__, "path", path)
3513
-
3514
- @property
3515
- @pulumi.getter
3516
- def name(self) -> str:
3517
- """
3518
- Name of directory object in database
3519
- """
3520
- return pulumi.get(self, "name")
3521
-
3522
- @property
3523
- @pulumi.getter
3524
- def path(self) -> str:
3525
- """
3526
- Absolute path of directory on database server
3527
- """
3528
- return pulumi.get(self, "path")
3529
-
3530
-
3531
- @pulumi.output_type
3532
- class GetMigrationInitialLoadSettingMetadataRemapResult(dict):
3533
- def __init__(__self__, *,
3534
- new_value: str,
3535
- old_value: str,
3536
- type: str):
3537
- """
3538
- :param str new_value: Specifies the new value that oldValue should be translated into.
3539
- :param str old_value: Specifies the value which needs to be reset.
3540
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3541
- """
3542
- pulumi.set(__self__, "new_value", new_value)
3543
- pulumi.set(__self__, "old_value", old_value)
3544
- pulumi.set(__self__, "type", type)
3545
-
3546
- @property
3547
- @pulumi.getter(name="newValue")
3548
- def new_value(self) -> str:
3549
- """
3550
- Specifies the new value that oldValue should be translated into.
3551
- """
3552
- return pulumi.get(self, "new_value")
3553
-
3554
- @property
3555
- @pulumi.getter(name="oldValue")
3556
- def old_value(self) -> str:
3557
- """
3558
- Specifies the value which needs to be reset.
3559
- """
3560
- return pulumi.get(self, "old_value")
3561
-
3562
- @property
3563
- @pulumi.getter
3564
- def type(self) -> str:
3565
- """
3566
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3567
- """
3568
- return pulumi.get(self, "type")
3569
-
3570
-
3571
- @pulumi.output_type
3572
- class GetMigrationInitialLoadSettingTablespaceDetailResult(dict):
3573
- def __init__(__self__, *,
3574
- block_size_in_kbs: str,
3575
- extend_size_in_mbs: int,
3576
- is_auto_create: bool,
3577
- is_big_file: bool,
3578
- remap_target: str,
3579
- target_type: str):
3580
- """
3581
- :param str block_size_in_kbs: Size of Oracle database blocks in KB.
3582
- :param int extend_size_in_mbs: Size to extend the tablespace in MB. Note: Only applicable if 'isBigFile' property is set to true.
3583
- :param bool is_auto_create: Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.
3584
- :param bool is_big_file: Set this property to true to enable tablespace of the type big file.
3585
- :param str remap_target: Name of the tablespace on the target database to which the source database tablespace is to be remapped.
3586
- :param str target_type: Type of Database Base Migration Target.
3587
- """
3588
- pulumi.set(__self__, "block_size_in_kbs", block_size_in_kbs)
3589
- pulumi.set(__self__, "extend_size_in_mbs", extend_size_in_mbs)
3590
- pulumi.set(__self__, "is_auto_create", is_auto_create)
3591
- pulumi.set(__self__, "is_big_file", is_big_file)
3592
- pulumi.set(__self__, "remap_target", remap_target)
3593
- pulumi.set(__self__, "target_type", target_type)
3594
-
3595
- @property
3596
- @pulumi.getter(name="blockSizeInKbs")
3597
- def block_size_in_kbs(self) -> str:
3598
- """
3599
- Size of Oracle database blocks in KB.
3600
- """
3601
- return pulumi.get(self, "block_size_in_kbs")
3602
-
3603
- @property
3604
- @pulumi.getter(name="extendSizeInMbs")
3605
- def extend_size_in_mbs(self) -> int:
3606
- """
3607
- Size to extend the tablespace in MB. Note: Only applicable if 'isBigFile' property is set to true.
3608
- """
3609
- return pulumi.get(self, "extend_size_in_mbs")
3610
-
3611
- @property
3612
- @pulumi.getter(name="isAutoCreate")
3613
- def is_auto_create(self) -> bool:
3614
- """
3615
- Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.
3616
- """
3617
- return pulumi.get(self, "is_auto_create")
3618
-
3619
- @property
3620
- @pulumi.getter(name="isBigFile")
3621
- def is_big_file(self) -> bool:
3622
- """
3623
- Set this property to true to enable tablespace of the type big file.
3624
- """
3625
- return pulumi.get(self, "is_big_file")
3626
-
3627
- @property
3628
- @pulumi.getter(name="remapTarget")
3629
- def remap_target(self) -> str:
3630
- """
3631
- Name of the tablespace on the target database to which the source database tablespace is to be remapped.
3632
- """
3633
- return pulumi.get(self, "remap_target")
3634
-
3635
- @property
3636
- @pulumi.getter(name="targetType")
3637
- def target_type(self) -> str:
3638
- """
3639
- Type of Database Base Migration Target.
3640
- """
3641
- return pulumi.get(self, "target_type")
3642
-
3643
-
3644
- @pulumi.output_type
3645
- class GetMigrationObjectTypesFilterResult(dict):
3646
- def __init__(__self__, *,
3647
- name: str,
3648
- values: Sequence[str],
3649
- regex: Optional[bool] = None):
3650
- """
3651
- :param str name: Object type name
3652
- """
3653
- pulumi.set(__self__, "name", name)
3654
- pulumi.set(__self__, "values", values)
3655
- if regex is not None:
3656
- pulumi.set(__self__, "regex", regex)
3657
-
3658
- @property
3659
- @pulumi.getter
3660
- def name(self) -> str:
3661
- """
3662
- Object type name
3663
- """
3664
- return pulumi.get(self, "name")
3665
-
3666
- @property
3667
- @pulumi.getter
3668
- def values(self) -> Sequence[str]:
3669
- return pulumi.get(self, "values")
3670
-
3671
- @property
3672
- @pulumi.getter
3673
- def regex(self) -> Optional[bool]:
3674
- return pulumi.get(self, "regex")
3675
-
3676
-
3677
- @pulumi.output_type
3678
- class GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionResult(dict):
3679
- def __init__(__self__, *,
3680
- items: Sequence['outputs.GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult']):
3681
- """
3682
- :param Sequence['GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemArgs'] items: Items in collection.
3683
- """
3684
- pulumi.set(__self__, "items", items)
3685
-
3686
- @property
3687
- @pulumi.getter
3688
- def items(self) -> Sequence['outputs.GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult']:
3689
- """
3690
- Items in collection.
3691
- """
3692
- return pulumi.get(self, "items")
3693
-
3694
-
3695
- @pulumi.output_type
3696
- class GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult(dict):
3697
- def __init__(__self__, *,
3698
- name: str):
3699
- """
3700
- :param str name: Object type name
3701
- """
3702
- pulumi.set(__self__, "name", name)
3703
-
3704
- @property
3705
- @pulumi.getter
3706
- def name(self) -> str:
3707
- """
3708
- Object type name
3709
- """
3710
- return pulumi.get(self, "name")
3711
-
3712
-
3713
- @pulumi.output_type
3714
- class GetMigrationsAdvisorSettingResult(dict):
3715
- def __init__(__self__, *,
3716
- is_ignore_errors: bool,
3717
- is_skip_advisor: bool):
3718
- """
3719
- :param bool is_ignore_errors: True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
3720
- :param bool is_skip_advisor: True to skip the Pre-Migration Advisor execution. Default is false.
3721
- """
3722
- pulumi.set(__self__, "is_ignore_errors", is_ignore_errors)
3723
- pulumi.set(__self__, "is_skip_advisor", is_skip_advisor)
3724
-
3725
- @property
3726
- @pulumi.getter(name="isIgnoreErrors")
3727
- def is_ignore_errors(self) -> bool:
3728
- """
3729
- True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
3730
- """
3731
- return pulumi.get(self, "is_ignore_errors")
3732
-
3733
- @property
3734
- @pulumi.getter(name="isSkipAdvisor")
3735
- def is_skip_advisor(self) -> bool:
3736
- """
3737
- True to skip the Pre-Migration Advisor execution. Default is false.
3738
- """
3739
- return pulumi.get(self, "is_skip_advisor")
3740
-
3741
-
3742
- @pulumi.output_type
3743
- class GetMigrationsDataTransferMediumDetailResult(dict):
3744
- def __init__(__self__, *,
3745
- access_key_id: str,
3746
- name: str,
3747
- object_storage_buckets: Sequence['outputs.GetMigrationsDataTransferMediumDetailObjectStorageBucketResult'],
3748
- region: str,
3749
- secret_access_key: str,
3750
- shared_storage_mount_target_id: str,
3751
- sources: Sequence['outputs.GetMigrationsDataTransferMediumDetailSourceResult'],
3752
- targets: Sequence['outputs.GetMigrationsDataTransferMediumDetailTargetResult'],
3753
- type: str):
3754
- """
3755
- :param str access_key_id: AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3756
- :param str name: Name of directory object in database
3757
- :param Sequence['GetMigrationsDataTransferMediumDetailObjectStorageBucketArgs'] object_storage_buckets: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
3758
- :param str region: AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
3759
- :param str secret_access_key: AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3760
- :param str shared_storage_mount_target_id: OCID of the shared storage mount target
3761
- :param Sequence['GetMigrationsDataTransferMediumDetailSourceArgs'] sources: Optional additional properties for dump transfer in source or target host. Default kind is CURL.
3762
- :param Sequence['GetMigrationsDataTransferMediumDetailTargetArgs'] targets: Optional additional properties for dump transfer in source or target host. Default kind is CURL.
3763
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3764
- """
3765
- pulumi.set(__self__, "access_key_id", access_key_id)
3766
- pulumi.set(__self__, "name", name)
3767
- pulumi.set(__self__, "object_storage_buckets", object_storage_buckets)
3768
- pulumi.set(__self__, "region", region)
3769
- pulumi.set(__self__, "secret_access_key", secret_access_key)
3770
- pulumi.set(__self__, "shared_storage_mount_target_id", shared_storage_mount_target_id)
3771
- pulumi.set(__self__, "sources", sources)
3772
- pulumi.set(__self__, "targets", targets)
3773
- pulumi.set(__self__, "type", type)
3774
-
3775
- @property
3776
- @pulumi.getter(name="accessKeyId")
3777
- def access_key_id(self) -> str:
3778
- """
3779
- AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3780
- """
3781
- return pulumi.get(self, "access_key_id")
3782
-
3783
- @property
3784
- @pulumi.getter
3785
- def name(self) -> str:
3786
- """
3787
- Name of directory object in database
3788
- """
3789
- return pulumi.get(self, "name")
3790
-
3791
- @property
3792
- @pulumi.getter(name="objectStorageBuckets")
3793
- def object_storage_buckets(self) -> Sequence['outputs.GetMigrationsDataTransferMediumDetailObjectStorageBucketResult']:
3794
- """
3795
- In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
3796
- """
3797
- return pulumi.get(self, "object_storage_buckets")
3798
-
3799
- @property
3800
- @pulumi.getter
3801
- def region(self) -> str:
3802
- """
3803
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
3804
- """
3805
- return pulumi.get(self, "region")
3806
-
3807
- @property
3808
- @pulumi.getter(name="secretAccessKey")
3809
- def secret_access_key(self) -> str:
3810
- """
3811
- AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3812
- """
3813
- return pulumi.get(self, "secret_access_key")
3814
-
3815
- @property
3816
- @pulumi.getter(name="sharedStorageMountTargetId")
3817
- def shared_storage_mount_target_id(self) -> str:
3818
- """
3819
- OCID of the shared storage mount target
3820
- """
3821
- return pulumi.get(self, "shared_storage_mount_target_id")
3822
-
3823
- @property
3824
- @pulumi.getter
3825
- def sources(self) -> Sequence['outputs.GetMigrationsDataTransferMediumDetailSourceResult']:
3826
- """
3827
- Optional additional properties for dump transfer in source or target host. Default kind is CURL.
3828
- """
3829
- return pulumi.get(self, "sources")
3830
-
3831
- @property
3832
- @pulumi.getter
3833
- def targets(self) -> Sequence['outputs.GetMigrationsDataTransferMediumDetailTargetResult']:
3834
- """
3835
- Optional additional properties for dump transfer in source or target host. Default kind is CURL.
3836
- """
3837
- return pulumi.get(self, "targets")
3838
-
3839
- @property
3840
- @pulumi.getter
3841
- def type(self) -> str:
3842
- """
3843
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3844
- """
3845
- return pulumi.get(self, "type")
3846
-
3847
-
3848
- @pulumi.output_type
3849
- class GetMigrationsDataTransferMediumDetailObjectStorageBucketResult(dict):
3850
- def __init__(__self__, *,
3851
- bucket: str,
3852
- namespace: str):
3853
- """
3854
- :param str bucket: Bucket name.
3855
- :param str namespace: Namespace name of the object store bucket.
3856
- """
3857
- pulumi.set(__self__, "bucket", bucket)
3858
- pulumi.set(__self__, "namespace", namespace)
3859
-
3860
- @property
3861
- @pulumi.getter
3862
- def bucket(self) -> str:
3863
- """
3864
- Bucket name.
3865
- """
3866
- return pulumi.get(self, "bucket")
3867
-
3868
- @property
3869
- @pulumi.getter
3870
- def namespace(self) -> str:
3871
- """
3872
- Namespace name of the object store bucket.
3873
- """
3874
- return pulumi.get(self, "namespace")
3875
-
3876
-
3877
- @pulumi.output_type
3878
- class GetMigrationsDataTransferMediumDetailSourceResult(dict):
3879
- def __init__(__self__, *,
3880
- kind: str,
3881
- oci_home: str,
3882
- wallet_location: str):
3883
- """
3884
- :param str kind: Type of dump transfer to use during migration in source or target host. Default kind is CURL
3885
- :param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
3886
- :param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
3887
- """
3888
- pulumi.set(__self__, "kind", kind)
3889
- pulumi.set(__self__, "oci_home", oci_home)
3890
- pulumi.set(__self__, "wallet_location", wallet_location)
3891
-
3892
- @property
3893
- @pulumi.getter
3894
- def kind(self) -> str:
3895
- """
3896
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
3897
- """
3898
- return pulumi.get(self, "kind")
3899
-
3900
- @property
3901
- @pulumi.getter(name="ociHome")
3902
- def oci_home(self) -> str:
3903
- """
3904
- Path to the Oracle Cloud Infrastructure CLI installation in the node.
3905
- """
3906
- return pulumi.get(self, "oci_home")
3907
-
3908
- @property
3909
- @pulumi.getter(name="walletLocation")
3910
- def wallet_location(self) -> str:
3911
- """
3912
- Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
3913
- """
3914
- return pulumi.get(self, "wallet_location")
3915
-
3916
-
3917
- @pulumi.output_type
3918
- class GetMigrationsDataTransferMediumDetailTargetResult(dict):
3919
- def __init__(__self__, *,
3920
- kind: str,
3921
- oci_home: str,
3922
- wallet_location: str):
3923
- """
3924
- :param str kind: Type of dump transfer to use during migration in source or target host. Default kind is CURL
3925
- :param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
3926
- :param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
3927
- """
3928
- pulumi.set(__self__, "kind", kind)
3929
- pulumi.set(__self__, "oci_home", oci_home)
3930
- pulumi.set(__self__, "wallet_location", wallet_location)
3931
-
3932
- @property
3933
- @pulumi.getter
3934
- def kind(self) -> str:
3935
- """
3936
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
3937
- """
3938
- return pulumi.get(self, "kind")
3939
-
3940
- @property
3941
- @pulumi.getter(name="ociHome")
3942
- def oci_home(self) -> str:
3943
- """
3944
- Path to the Oracle Cloud Infrastructure CLI installation in the node.
3945
- """
3946
- return pulumi.get(self, "oci_home")
3947
-
3948
- @property
3949
- @pulumi.getter(name="walletLocation")
3950
- def wallet_location(self) -> str:
3951
- """
3952
- Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
3953
- """
3954
- return pulumi.get(self, "wallet_location")
3955
-
3956
-
3957
- @pulumi.output_type
3958
- class GetMigrationsExcludeObjectResult(dict):
3959
- def __init__(__self__, *,
3960
- is_omit_excluded_table_from_replication: bool,
3961
- object: str,
3962
- owner: str,
3963
- schema: str,
3964
- type: str):
3965
- """
3966
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3967
- """
3968
- pulumi.set(__self__, "is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
3969
- pulumi.set(__self__, "object", object)
3970
- pulumi.set(__self__, "owner", owner)
3971
- pulumi.set(__self__, "schema", schema)
3972
- pulumi.set(__self__, "type", type)
3973
-
3974
- @property
3975
- @pulumi.getter(name="isOmitExcludedTableFromReplication")
3976
- def is_omit_excluded_table_from_replication(self) -> bool:
3977
- return pulumi.get(self, "is_omit_excluded_table_from_replication")
3978
-
3979
- @property
3980
- @pulumi.getter
3981
- def object(self) -> str:
3982
- return pulumi.get(self, "object")
3983
-
3984
- @property
3985
- @pulumi.getter
3986
- def owner(self) -> str:
3987
- return pulumi.get(self, "owner")
3988
-
3989
- @property
3990
- @pulumi.getter
3991
- def schema(self) -> str:
3992
- return pulumi.get(self, "schema")
3993
-
3994
- @property
3995
- @pulumi.getter
3996
- def type(self) -> str:
3997
- """
3998
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
3999
- """
4000
- return pulumi.get(self, "type")
4001
-
4002
-
4003
- @pulumi.output_type
4004
- class GetMigrationsGgsDetailResult(dict):
4005
- def __init__(__self__, *,
4006
- acceptable_lag: int,
4007
- extracts: Sequence['outputs.GetMigrationsGgsDetailExtractResult'],
4008
- ggs_deployments: Sequence['outputs.GetMigrationsGgsDetailGgsDeploymentResult'],
4009
- replicats: Sequence['outputs.GetMigrationsGgsDetailReplicatResult']):
4010
- """
4011
- :param int acceptable_lag: ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
4012
- :param Sequence['GetMigrationsGgsDetailExtractArgs'] extracts: Parameters for Extract processes.
4013
- :param Sequence['GetMigrationsGgsDetailGgsDeploymentArgs'] ggs_deployments: Details about Oracle GoldenGate GGS Deployment.
4014
- :param Sequence['GetMigrationsGgsDetailReplicatArgs'] replicats: Parameters for Replicat processes.
4015
- """
4016
- pulumi.set(__self__, "acceptable_lag", acceptable_lag)
4017
- pulumi.set(__self__, "extracts", extracts)
4018
- pulumi.set(__self__, "ggs_deployments", ggs_deployments)
4019
- pulumi.set(__self__, "replicats", replicats)
4020
-
4021
- @property
4022
- @pulumi.getter(name="acceptableLag")
4023
- def acceptable_lag(self) -> int:
4024
- """
4025
- ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
4026
- """
4027
- return pulumi.get(self, "acceptable_lag")
4028
-
4029
- @property
4030
- @pulumi.getter
4031
- def extracts(self) -> Sequence['outputs.GetMigrationsGgsDetailExtractResult']:
4032
- """
4033
- Parameters for Extract processes.
4034
- """
4035
- return pulumi.get(self, "extracts")
4036
-
4037
- @property
4038
- @pulumi.getter(name="ggsDeployments")
4039
- def ggs_deployments(self) -> Sequence['outputs.GetMigrationsGgsDetailGgsDeploymentResult']:
4040
- """
4041
- Details about Oracle GoldenGate GGS Deployment.
4042
- """
4043
- return pulumi.get(self, "ggs_deployments")
4044
-
4045
- @property
4046
- @pulumi.getter
4047
- def replicats(self) -> Sequence['outputs.GetMigrationsGgsDetailReplicatResult']:
4048
- """
4049
- Parameters for Replicat processes.
4050
- """
4051
- return pulumi.get(self, "replicats")
4052
-
4053
-
4054
- @pulumi.output_type
4055
- class GetMigrationsGgsDetailExtractResult(dict):
4056
- def __init__(__self__, *,
4057
- long_trans_duration: int,
4058
- performance_profile: str):
4059
- """
4060
- :param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
4061
- :param str performance_profile: Replicat performance.
4062
- """
4063
- pulumi.set(__self__, "long_trans_duration", long_trans_duration)
4064
- pulumi.set(__self__, "performance_profile", performance_profile)
4065
-
4066
- @property
4067
- @pulumi.getter(name="longTransDuration")
4068
- def long_trans_duration(self) -> int:
4069
- """
4070
- Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
4071
- """
4072
- return pulumi.get(self, "long_trans_duration")
4073
-
4074
- @property
4075
- @pulumi.getter(name="performanceProfile")
4076
- def performance_profile(self) -> str:
4077
- """
4078
- Replicat performance.
4079
- """
4080
- return pulumi.get(self, "performance_profile")
4081
-
4082
-
4083
- @pulumi.output_type
4084
- class GetMigrationsGgsDetailGgsDeploymentResult(dict):
4085
- def __init__(__self__, *,
4086
- deployment_id: str,
4087
- ggs_admin_credentials_secret_id: str):
4088
- """
4089
- :param str deployment_id: The OCID of the resource being referenced.
4090
- :param str ggs_admin_credentials_secret_id: The OCID of the resource being referenced.
4091
- """
4092
- pulumi.set(__self__, "deployment_id", deployment_id)
4093
- pulumi.set(__self__, "ggs_admin_credentials_secret_id", ggs_admin_credentials_secret_id)
4094
-
4095
- @property
4096
- @pulumi.getter(name="deploymentId")
4097
- def deployment_id(self) -> str:
4098
- """
4099
- The OCID of the resource being referenced.
4100
- """
4101
- return pulumi.get(self, "deployment_id")
4102
-
4103
- @property
4104
- @pulumi.getter(name="ggsAdminCredentialsSecretId")
4105
- def ggs_admin_credentials_secret_id(self) -> str:
4106
- """
4107
- The OCID of the resource being referenced.
4108
- """
4109
- return pulumi.get(self, "ggs_admin_credentials_secret_id")
4110
-
4111
-
4112
- @pulumi.output_type
4113
- class GetMigrationsGgsDetailReplicatResult(dict):
4114
- def __init__(__self__, *,
4115
- performance_profile: str):
4116
- """
4117
- :param str performance_profile: Replicat performance.
4118
- """
4119
- pulumi.set(__self__, "performance_profile", performance_profile)
4120
-
4121
- @property
4122
- @pulumi.getter(name="performanceProfile")
4123
- def performance_profile(self) -> str:
4124
- """
4125
- Replicat performance.
4126
- """
4127
- return pulumi.get(self, "performance_profile")
4128
-
4129
-
4130
- @pulumi.output_type
4131
- class GetMigrationsHubDetailResult(dict):
4132
- def __init__(__self__, *,
4133
- acceptable_lag: int,
4134
- compute_id: str,
4135
- extracts: Sequence['outputs.GetMigrationsHubDetailExtractResult'],
4136
- key_id: str,
4137
- replicats: Sequence['outputs.GetMigrationsHubDetailReplicatResult'],
4138
- rest_admin_credentials: Sequence['outputs.GetMigrationsHubDetailRestAdminCredentialResult'],
4139
- url: str,
4140
- vault_id: str):
4141
- """
4142
- :param int acceptable_lag: ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
4143
- :param str compute_id: The OCID of the resource being referenced.
4144
- :param Sequence['GetMigrationsHubDetailExtractArgs'] extracts: Parameters for Extract processes.
4145
- :param str key_id: The OCID of the resource being referenced.
4146
- :param Sequence['GetMigrationsHubDetailReplicatArgs'] replicats: Parameters for Replicat processes.
4147
- :param Sequence['GetMigrationsHubDetailRestAdminCredentialArgs'] rest_admin_credentials: Database Administrator Credentials details.
4148
- :param str url: Endpoint URL.
4149
- :param str vault_id: The OCID of the resource being referenced.
4150
- """
4151
- pulumi.set(__self__, "acceptable_lag", acceptable_lag)
4152
- pulumi.set(__self__, "compute_id", compute_id)
4153
- pulumi.set(__self__, "extracts", extracts)
4154
- pulumi.set(__self__, "key_id", key_id)
4155
- pulumi.set(__self__, "replicats", replicats)
4156
- pulumi.set(__self__, "rest_admin_credentials", rest_admin_credentials)
4157
- pulumi.set(__self__, "url", url)
4158
- pulumi.set(__self__, "vault_id", vault_id)
4159
-
4160
- @property
4161
- @pulumi.getter(name="acceptableLag")
4162
- def acceptable_lag(self) -> int:
4163
- """
4164
- ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
4165
- """
4166
- return pulumi.get(self, "acceptable_lag")
4167
-
4168
- @property
4169
- @pulumi.getter(name="computeId")
4170
- def compute_id(self) -> str:
4171
- """
4172
- The OCID of the resource being referenced.
4173
- """
4174
- return pulumi.get(self, "compute_id")
4175
-
4176
- @property
4177
- @pulumi.getter
4178
- def extracts(self) -> Sequence['outputs.GetMigrationsHubDetailExtractResult']:
4179
- """
4180
- Parameters for Extract processes.
4181
- """
4182
- return pulumi.get(self, "extracts")
4183
-
4184
- @property
4185
- @pulumi.getter(name="keyId")
4186
- def key_id(self) -> str:
4187
- """
4188
- The OCID of the resource being referenced.
4189
- """
4190
- return pulumi.get(self, "key_id")
4191
-
4192
- @property
4193
- @pulumi.getter
4194
- def replicats(self) -> Sequence['outputs.GetMigrationsHubDetailReplicatResult']:
4195
- """
4196
- Parameters for Replicat processes.
4197
- """
4198
- return pulumi.get(self, "replicats")
4199
-
4200
- @property
4201
- @pulumi.getter(name="restAdminCredentials")
4202
- def rest_admin_credentials(self) -> Sequence['outputs.GetMigrationsHubDetailRestAdminCredentialResult']:
4203
- """
4204
- Database Administrator Credentials details.
4205
- """
4206
- return pulumi.get(self, "rest_admin_credentials")
4207
-
4208
- @property
4209
- @pulumi.getter
4210
- def url(self) -> str:
4211
- """
4212
- Endpoint URL.
4213
- """
4214
- return pulumi.get(self, "url")
4215
-
4216
- @property
4217
- @pulumi.getter(name="vaultId")
4218
- def vault_id(self) -> str:
4219
- """
4220
- The OCID of the resource being referenced.
4221
- """
4222
- return pulumi.get(self, "vault_id")
4223
-
4224
-
4225
- @pulumi.output_type
4226
- class GetMigrationsHubDetailExtractResult(dict):
4227
- def __init__(__self__, *,
4228
- long_trans_duration: int,
4229
- performance_profile: str):
4230
- """
4231
- :param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
4232
- :param str performance_profile: Replicat performance.
4233
- """
4234
- pulumi.set(__self__, "long_trans_duration", long_trans_duration)
4235
- pulumi.set(__self__, "performance_profile", performance_profile)
4236
-
4237
- @property
4238
- @pulumi.getter(name="longTransDuration")
4239
- def long_trans_duration(self) -> int:
4240
- """
4241
- Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
4242
- """
4243
- return pulumi.get(self, "long_trans_duration")
4244
-
4245
- @property
4246
- @pulumi.getter(name="performanceProfile")
4247
- def performance_profile(self) -> str:
4248
- """
4249
- Replicat performance.
4250
- """
4251
- return pulumi.get(self, "performance_profile")
4252
-
4253
-
4254
- @pulumi.output_type
4255
- class GetMigrationsHubDetailReplicatResult(dict):
4256
- def __init__(__self__, *,
4257
- performance_profile: str):
4258
- """
4259
- :param str performance_profile: Replicat performance.
4260
- """
4261
- pulumi.set(__self__, "performance_profile", performance_profile)
4262
-
4263
- @property
4264
- @pulumi.getter(name="performanceProfile")
4265
- def performance_profile(self) -> str:
4266
- """
4267
- Replicat performance.
4268
- """
4269
- return pulumi.get(self, "performance_profile")
4270
-
4271
-
4272
- @pulumi.output_type
4273
- class GetMigrationsHubDetailRestAdminCredentialResult(dict):
4274
- def __init__(__self__, *,
4275
- password: str,
4276
- username: str):
4277
- """
4278
- :param str username: Administrator username
4279
- """
4280
- pulumi.set(__self__, "password", password)
4281
- pulumi.set(__self__, "username", username)
4282
-
4283
- @property
4284
- @pulumi.getter
4285
- def password(self) -> str:
4286
- return pulumi.get(self, "password")
4287
-
4288
- @property
4289
- @pulumi.getter
4290
- def username(self) -> str:
4291
- """
4292
- Administrator username
4293
- """
4294
- return pulumi.get(self, "username")
4295
-
4296
-
4297
- @pulumi.output_type
4298
- class GetMigrationsIncludeObjectResult(dict):
4299
- def __init__(__self__, *,
4300
- is_omit_excluded_table_from_replication: bool,
4301
- object: str,
4302
- owner: str,
4303
- schema: str,
4304
- type: str):
4305
- """
4306
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
4307
- """
4308
- pulumi.set(__self__, "is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
4309
- pulumi.set(__self__, "object", object)
4310
- pulumi.set(__self__, "owner", owner)
4311
- pulumi.set(__self__, "schema", schema)
4312
- pulumi.set(__self__, "type", type)
4313
-
4314
- @property
4315
- @pulumi.getter(name="isOmitExcludedTableFromReplication")
4316
- def is_omit_excluded_table_from_replication(self) -> bool:
4317
- return pulumi.get(self, "is_omit_excluded_table_from_replication")
4318
-
4319
- @property
4320
- @pulumi.getter
4321
- def object(self) -> str:
4322
- return pulumi.get(self, "object")
4323
-
4324
- @property
4325
- @pulumi.getter
4326
- def owner(self) -> str:
4327
- return pulumi.get(self, "owner")
4328
-
4329
- @property
4330
- @pulumi.getter
4331
- def schema(self) -> str:
4332
- return pulumi.get(self, "schema")
4333
-
4334
- @property
4335
- @pulumi.getter
4336
- def type(self) -> str:
4337
- """
4338
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
4339
- """
4340
- return pulumi.get(self, "type")
4341
-
4342
-
4343
- @pulumi.output_type
4344
- class GetMigrationsInitialLoadSettingResult(dict):
4345
- def __init__(__self__, *,
4346
- compatibilities: Sequence[str],
4347
- data_pump_parameters: Sequence['outputs.GetMigrationsInitialLoadSettingDataPumpParameterResult'],
4348
- export_directory_objects: Sequence['outputs.GetMigrationsInitialLoadSettingExportDirectoryObjectResult'],
4349
- handle_grant_errors: str,
4350
- import_directory_objects: Sequence['outputs.GetMigrationsInitialLoadSettingImportDirectoryObjectResult'],
4351
- is_consistent: bool,
4352
- is_ignore_existing_objects: bool,
4353
- is_tz_utc: bool,
4354
- job_mode: str,
4355
- metadata_remaps: Sequence['outputs.GetMigrationsInitialLoadSettingMetadataRemapResult'],
4356
- primary_key_compatibility: str,
4357
- tablespace_details: Sequence['outputs.GetMigrationsInitialLoadSettingTablespaceDetailResult']):
4358
- """
4359
- :param Sequence[str] compatibilities: Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
4360
- :param Sequence['GetMigrationsInitialLoadSettingDataPumpParameterArgs'] data_pump_parameters: Optional parameters for Data Pump Export and Import.
4361
- :param Sequence['GetMigrationsInitialLoadSettingExportDirectoryObjectArgs'] export_directory_objects: Directory object details, used to define either import or export directory objects in Data Pump Settings.
4362
- :param str handle_grant_errors: The action taken in the event of errors related to GRANT or REVOKE errors.
4363
- :param Sequence['GetMigrationsInitialLoadSettingImportDirectoryObjectArgs'] import_directory_objects: Directory object details, used to define either import or export directory objects in Data Pump Settings.
4364
- :param bool is_consistent: Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
4365
- :param bool is_ignore_existing_objects: Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
4366
- :param bool is_tz_utc: Include a statement at the start of the dump to set the time zone to UTC.
4367
- :param str job_mode: Oracle Job Mode
4368
- :param Sequence['GetMigrationsInitialLoadSettingMetadataRemapArgs'] metadata_remaps: Defines remapping to be applied to objects as they are processed.
4369
- :param str primary_key_compatibility: Primary key compatibility option
4370
- :param Sequence['GetMigrationsInitialLoadSettingTablespaceDetailArgs'] tablespace_details: Migration tablespace settings.
4371
- """
4372
- pulumi.set(__self__, "compatibilities", compatibilities)
4373
- pulumi.set(__self__, "data_pump_parameters", data_pump_parameters)
4374
- pulumi.set(__self__, "export_directory_objects", export_directory_objects)
4375
- pulumi.set(__self__, "handle_grant_errors", handle_grant_errors)
4376
- pulumi.set(__self__, "import_directory_objects", import_directory_objects)
4377
- pulumi.set(__self__, "is_consistent", is_consistent)
4378
- pulumi.set(__self__, "is_ignore_existing_objects", is_ignore_existing_objects)
4379
- pulumi.set(__self__, "is_tz_utc", is_tz_utc)
4380
- pulumi.set(__self__, "job_mode", job_mode)
4381
- pulumi.set(__self__, "metadata_remaps", metadata_remaps)
4382
- pulumi.set(__self__, "primary_key_compatibility", primary_key_compatibility)
4383
- pulumi.set(__self__, "tablespace_details", tablespace_details)
4384
-
4385
- @property
4386
- @pulumi.getter
4387
- def compatibilities(self) -> Sequence[str]:
4388
- """
4389
- Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.
4390
- """
4391
- return pulumi.get(self, "compatibilities")
4392
-
4393
- @property
4394
- @pulumi.getter(name="dataPumpParameters")
4395
- def data_pump_parameters(self) -> Sequence['outputs.GetMigrationsInitialLoadSettingDataPumpParameterResult']:
4396
- """
4397
- Optional parameters for Data Pump Export and Import.
4398
- """
4399
- return pulumi.get(self, "data_pump_parameters")
4400
-
4401
- @property
4402
- @pulumi.getter(name="exportDirectoryObjects")
4403
- def export_directory_objects(self) -> Sequence['outputs.GetMigrationsInitialLoadSettingExportDirectoryObjectResult']:
4404
- """
4405
- Directory object details, used to define either import or export directory objects in Data Pump Settings.
4406
- """
4407
- return pulumi.get(self, "export_directory_objects")
4408
-
4409
- @property
4410
- @pulumi.getter(name="handleGrantErrors")
4411
- def handle_grant_errors(self) -> str:
4412
- """
4413
- The action taken in the event of errors related to GRANT or REVOKE errors.
4414
- """
4415
- return pulumi.get(self, "handle_grant_errors")
4416
-
4417
- @property
4418
- @pulumi.getter(name="importDirectoryObjects")
4419
- def import_directory_objects(self) -> Sequence['outputs.GetMigrationsInitialLoadSettingImportDirectoryObjectResult']:
4420
- """
4421
- Directory object details, used to define either import or export directory objects in Data Pump Settings.
4422
- """
4423
- return pulumi.get(self, "import_directory_objects")
4424
-
4425
- @property
4426
- @pulumi.getter(name="isConsistent")
4427
- def is_consistent(self) -> bool:
4428
- """
4429
- Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
4430
- """
4431
- return pulumi.get(self, "is_consistent")
4432
-
4433
- @property
4434
- @pulumi.getter(name="isIgnoreExistingObjects")
4435
- def is_ignore_existing_objects(self) -> bool:
4436
- """
4437
- Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
4438
- """
4439
- return pulumi.get(self, "is_ignore_existing_objects")
4440
-
4441
- @property
4442
- @pulumi.getter(name="isTzUtc")
4443
- def is_tz_utc(self) -> bool:
4444
- """
4445
- Include a statement at the start of the dump to set the time zone to UTC.
4446
- """
4447
- return pulumi.get(self, "is_tz_utc")
4448
-
4449
- @property
4450
- @pulumi.getter(name="jobMode")
4451
- def job_mode(self) -> str:
4452
- """
4453
- Oracle Job Mode
4454
- """
4455
- return pulumi.get(self, "job_mode")
4456
-
4457
- @property
4458
- @pulumi.getter(name="metadataRemaps")
4459
- def metadata_remaps(self) -> Sequence['outputs.GetMigrationsInitialLoadSettingMetadataRemapResult']:
4460
- """
4461
- Defines remapping to be applied to objects as they are processed.
4462
- """
4463
- return pulumi.get(self, "metadata_remaps")
4464
-
4465
- @property
4466
- @pulumi.getter(name="primaryKeyCompatibility")
4467
- def primary_key_compatibility(self) -> str:
4468
- """
4469
- Primary key compatibility option
4470
- """
4471
- return pulumi.get(self, "primary_key_compatibility")
4472
-
4473
- @property
4474
- @pulumi.getter(name="tablespaceDetails")
4475
- def tablespace_details(self) -> Sequence['outputs.GetMigrationsInitialLoadSettingTablespaceDetailResult']:
4476
- """
4477
- Migration tablespace settings.
4478
- """
4479
- return pulumi.get(self, "tablespace_details")
4480
-
4481
-
4482
- @pulumi.output_type
4483
- class GetMigrationsInitialLoadSettingDataPumpParameterResult(dict):
4484
- def __init__(__self__, *,
4485
- estimate: str,
4486
- exclude_parameters: Sequence[str],
4487
- export_parallelism_degree: int,
4488
- import_parallelism_degree: int,
4489
- is_cluster: bool,
4490
- table_exists_action: str):
4491
- """
4492
- :param str estimate: Estimate size of dumps that will be generated.
4493
- :param Sequence[str] exclude_parameters: Exclude paratemers for Export and Import.
4494
- :param int export_parallelism_degree: Maximum number of worker processes that can be used for a Data Pump Export job.
4495
- :param int import_parallelism_degree: Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
4496
- :param bool is_cluster: Set to false to force Data Pump worker process to run on one instance.
4497
- :param str table_exists_action: IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
4498
- """
4499
- pulumi.set(__self__, "estimate", estimate)
4500
- pulumi.set(__self__, "exclude_parameters", exclude_parameters)
4501
- pulumi.set(__self__, "export_parallelism_degree", export_parallelism_degree)
4502
- pulumi.set(__self__, "import_parallelism_degree", import_parallelism_degree)
4503
- pulumi.set(__self__, "is_cluster", is_cluster)
4504
- pulumi.set(__self__, "table_exists_action", table_exists_action)
4505
-
4506
- @property
4507
- @pulumi.getter
4508
- def estimate(self) -> str:
4509
- """
4510
- Estimate size of dumps that will be generated.
4511
- """
4512
- return pulumi.get(self, "estimate")
4513
-
4514
- @property
4515
- @pulumi.getter(name="excludeParameters")
4516
- def exclude_parameters(self) -> Sequence[str]:
4517
- """
4518
- Exclude paratemers for Export and Import.
4519
- """
4520
- return pulumi.get(self, "exclude_parameters")
4521
-
4522
- @property
4523
- @pulumi.getter(name="exportParallelismDegree")
4524
- def export_parallelism_degree(self) -> int:
4525
- """
4526
- Maximum number of worker processes that can be used for a Data Pump Export job.
4527
- """
4528
- return pulumi.get(self, "export_parallelism_degree")
4529
-
4530
- @property
4531
- @pulumi.getter(name="importParallelismDegree")
4532
- def import_parallelism_degree(self) -> int:
4533
- """
4534
- Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
4535
- """
4536
- return pulumi.get(self, "import_parallelism_degree")
4537
-
4538
- @property
4539
- @pulumi.getter(name="isCluster")
4540
- def is_cluster(self) -> bool:
4541
- """
4542
- Set to false to force Data Pump worker process to run on one instance.
4543
- """
4544
- return pulumi.get(self, "is_cluster")
4545
-
4546
- @property
4547
- @pulumi.getter(name="tableExistsAction")
4548
- def table_exists_action(self) -> str:
4549
- """
4550
- IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
4551
- """
4552
- return pulumi.get(self, "table_exists_action")
4553
-
4554
-
4555
- @pulumi.output_type
4556
- class GetMigrationsInitialLoadSettingExportDirectoryObjectResult(dict):
4557
- def __init__(__self__, *,
4558
- name: str,
4559
- path: str):
4560
- """
4561
- :param str name: Name of directory object in database
4562
- :param str path: Absolute path of directory on database server
4563
- """
4564
- pulumi.set(__self__, "name", name)
4565
- pulumi.set(__self__, "path", path)
4566
-
4567
- @property
4568
- @pulumi.getter
4569
- def name(self) -> str:
4570
- """
4571
- Name of directory object in database
4572
- """
4573
- return pulumi.get(self, "name")
4574
-
4575
- @property
4576
- @pulumi.getter
4577
- def path(self) -> str:
4578
- """
4579
- Absolute path of directory on database server
4580
- """
4581
- return pulumi.get(self, "path")
4582
-
4583
-
4584
- @pulumi.output_type
4585
- class GetMigrationsInitialLoadSettingImportDirectoryObjectResult(dict):
4586
- def __init__(__self__, *,
4587
- name: str,
4588
- path: str):
4589
- """
4590
- :param str name: Name of directory object in database
4591
- :param str path: Absolute path of directory on database server
4592
- """
4593
- pulumi.set(__self__, "name", name)
4594
- pulumi.set(__self__, "path", path)
4595
-
4596
- @property
4597
- @pulumi.getter
4598
- def name(self) -> str:
4599
- """
4600
- Name of directory object in database
493
+ Object type name
4601
494
  """
4602
495
  return pulumi.get(self, "name")
4603
496
 
4604
- @property
4605
- @pulumi.getter
4606
- def path(self) -> str:
4607
- """
4608
- Absolute path of directory on database server
4609
- """
4610
- return pulumi.get(self, "path")
4611
-
4612
-
4613
- @pulumi.output_type
4614
- class GetMigrationsInitialLoadSettingMetadataRemapResult(dict):
4615
- def __init__(__self__, *,
4616
- new_value: str,
4617
- old_value: str,
4618
- type: str):
4619
- """
4620
- :param str new_value: Specifies the new value that oldValue should be translated into.
4621
- :param str old_value: Specifies the value which needs to be reset.
4622
- :param str type: The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
4623
- """
4624
- pulumi.set(__self__, "new_value", new_value)
4625
- pulumi.set(__self__, "old_value", old_value)
4626
- pulumi.set(__self__, "type", type)
4627
-
4628
- @property
4629
- @pulumi.getter(name="newValue")
4630
- def new_value(self) -> str:
4631
- """
4632
- Specifies the new value that oldValue should be translated into.
4633
- """
4634
- return pulumi.get(self, "new_value")
4635
-
4636
- @property
4637
- @pulumi.getter(name="oldValue")
4638
- def old_value(self) -> str:
4639
- """
4640
- Specifies the value which needs to be reset.
4641
- """
4642
- return pulumi.get(self, "old_value")
4643
-
4644
- @property
4645
- @pulumi.getter
4646
- def type(self) -> str:
4647
- """
4648
- The type of the migration to be performed. Example: ONLINE if no downtime is preferred for a migration. This method uses Oracle GoldenGate for replication.
4649
- """
4650
- return pulumi.get(self, "type")
4651
-
4652
-
4653
- @pulumi.output_type
4654
- class GetMigrationsInitialLoadSettingTablespaceDetailResult(dict):
4655
- def __init__(__self__, *,
4656
- block_size_in_kbs: str,
4657
- extend_size_in_mbs: int,
4658
- is_auto_create: bool,
4659
- is_big_file: bool,
4660
- remap_target: str,
4661
- target_type: str):
4662
- """
4663
- :param str block_size_in_kbs: Size of Oracle database blocks in KB.
4664
- :param int extend_size_in_mbs: Size to extend the tablespace in MB. Note: Only applicable if 'isBigFile' property is set to true.
4665
- :param bool is_auto_create: Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.
4666
- :param bool is_big_file: Set this property to true to enable tablespace of the type big file.
4667
- :param str remap_target: Name of the tablespace on the target database to which the source database tablespace is to be remapped.
4668
- :param str target_type: Type of Database Base Migration Target.
4669
- """
4670
- pulumi.set(__self__, "block_size_in_kbs", block_size_in_kbs)
4671
- pulumi.set(__self__, "extend_size_in_mbs", extend_size_in_mbs)
4672
- pulumi.set(__self__, "is_auto_create", is_auto_create)
4673
- pulumi.set(__self__, "is_big_file", is_big_file)
4674
- pulumi.set(__self__, "remap_target", remap_target)
4675
- pulumi.set(__self__, "target_type", target_type)
4676
-
4677
- @property
4678
- @pulumi.getter(name="blockSizeInKbs")
4679
- def block_size_in_kbs(self) -> str:
4680
- """
4681
- Size of Oracle database blocks in KB.
4682
- """
4683
- return pulumi.get(self, "block_size_in_kbs")
4684
-
4685
- @property
4686
- @pulumi.getter(name="extendSizeInMbs")
4687
- def extend_size_in_mbs(self) -> int:
4688
- """
4689
- Size to extend the tablespace in MB. Note: Only applicable if 'isBigFile' property is set to true.
4690
- """
4691
- return pulumi.get(self, "extend_size_in_mbs")
4692
-
4693
- @property
4694
- @pulumi.getter(name="isAutoCreate")
4695
- def is_auto_create(self) -> bool:
4696
- """
4697
- Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.
4698
- """
4699
- return pulumi.get(self, "is_auto_create")
4700
-
4701
- @property
4702
- @pulumi.getter(name="isBigFile")
4703
- def is_big_file(self) -> bool:
4704
- """
4705
- Set this property to true to enable tablespace of the type big file.
4706
- """
4707
- return pulumi.get(self, "is_big_file")
4708
-
4709
- @property
4710
- @pulumi.getter(name="remapTarget")
4711
- def remap_target(self) -> str:
4712
- """
4713
- Name of the tablespace on the target database to which the source database tablespace is to be remapped.
4714
- """
4715
- return pulumi.get(self, "remap_target")
4716
-
4717
- @property
4718
- @pulumi.getter(name="targetType")
4719
- def target_type(self) -> str:
4720
- """
4721
- Type of Database Base Migration Target.
4722
- """
4723
- return pulumi.get(self, "target_type")
4724
-
4725
497