pulumi-oci 2.6.0a1723011044__py3-none-any.whl → 2.6.0a1723107075__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 (62) hide show
  1. pulumi_oci/__init__.py +32 -0
  2. pulumi_oci/bigdataservice/_inputs.py +157 -14
  3. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  4. pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
  5. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  6. pulumi_oci/bigdataservice/outputs.py +257 -30
  7. pulumi_oci/devops/__init__.py +6 -0
  8. pulumi_oci/devops/_inputs.py +531 -32
  9. pulumi_oci/devops/get_build_runs.py +0 -5
  10. pulumi_oci/devops/get_project_repository_setting.py +129 -0
  11. pulumi_oci/devops/get_repositories.py +1 -1
  12. pulumi_oci/devops/get_repository.py +17 -4
  13. pulumi_oci/devops/get_repository_diffs.py +20 -3
  14. pulumi_oci/devops/get_repository_protected_branches.py +150 -0
  15. pulumi_oci/devops/get_repository_ref.py +2 -2
  16. pulumi_oci/devops/get_repository_setting.py +142 -0
  17. pulumi_oci/devops/get_triggers.py +0 -5
  18. pulumi_oci/devops/outputs.py +1216 -180
  19. pulumi_oci/devops/project_repository_setting.py +338 -0
  20. pulumi_oci/devops/repository.py +66 -75
  21. pulumi_oci/devops/repository_protected_branch_management.py +333 -0
  22. pulumi_oci/devops/repository_ref.py +2 -2
  23. pulumi_oci/devops/repository_setting.py +391 -0
  24. pulumi_oci/jms/__init__.py +4 -0
  25. pulumi_oci/jms/_inputs.py +80 -0
  26. pulumi_oci/jms/get_agent_installers.py +190 -0
  27. pulumi_oci/jms/get_fleet_blocklists.py +2 -2
  28. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
  29. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
  30. pulumi_oci/jms/get_fleet_export_setting.py +3 -3
  31. pulumi_oci/jms/get_fleet_export_status.py +2 -2
  32. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
  33. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
  34. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
  35. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
  36. pulumi_oci/jms/get_fleets.py +2 -2
  37. pulumi_oci/jms/get_installation_site.py +4 -4
  38. pulumi_oci/jms/get_installation_sites.py +4 -4
  39. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
  40. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
  41. pulumi_oci/jms/get_java_family.py +14 -1
  42. pulumi_oci/jms/get_jms_plugin.py +313 -0
  43. pulumi_oci/jms/get_jms_plugins.py +291 -0
  44. pulumi_oci/jms/jms_plugin.py +731 -0
  45. pulumi_oci/jms/outputs.py +488 -32
  46. pulumi_oci/osmanagementhub/get_software_source.py +19 -1
  47. pulumi_oci/osmanagementhub/software_source.py +82 -0
  48. pulumi_oci/psql/_inputs.py +8 -4
  49. pulumi_oci/psql/backup.py +4 -4
  50. pulumi_oci/psql/configuration.py +141 -38
  51. pulumi_oci/psql/db_system.py +53 -55
  52. pulumi_oci/psql/get_backup.py +1 -1
  53. pulumi_oci/psql/get_configuration.py +27 -1
  54. pulumi_oci/psql/get_configurations.py +2 -2
  55. pulumi_oci/psql/get_default_configuration.py +15 -2
  56. pulumi_oci/psql/get_default_configurations.py +2 -2
  57. pulumi_oci/psql/outputs.py +176 -13
  58. pulumi_oci/pulumi-plugin.json +1 -1
  59. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/METADATA +1 -1
  60. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/RECORD +62 -52
  61. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/WHEEL +0 -0
  62. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/top_level.txt +0 -0
@@ -23,11 +23,12 @@ class RepositoryArgs:
23
23
  description: Optional[pulumi.Input[str]] = None,
24
24
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
25
25
  mirror_repository_config: Optional[pulumi.Input['RepositoryMirrorRepositoryConfigArgs']] = None,
26
- name: Optional[pulumi.Input[str]] = None):
26
+ name: Optional[pulumi.Input[str]] = None,
27
+ parent_repository_id: Optional[pulumi.Input[str]] = None):
27
28
  """
28
29
  The set of arguments for constructing a Repository resource.
29
30
  :param pulumi.Input[str] project_id: The OCID of the DevOps project containing the repository.
30
- :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
31
+ :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
31
32
 
32
33
 
33
34
  ** IMPORTANT **
@@ -37,7 +38,8 @@ class RepositoryArgs:
37
38
  :param pulumi.Input[str] description: (Updatable) Details of the repository. Avoid entering confidential information.
38
39
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
39
40
  :param pulumi.Input['RepositoryMirrorRepositoryConfigArgs'] mirror_repository_config: (Updatable) Configuration information for mirroring the repository.
40
- :param pulumi.Input[str] name: (Updatable) Unique name of a repository.
41
+ :param pulumi.Input[str] name: (Updatable) Name of the repository. Should be unique within the project.
42
+ :param pulumi.Input[str] parent_repository_id: The OCID of the parent repository.
41
43
  """
42
44
  pulumi.set(__self__, "project_id", project_id)
43
45
  pulumi.set(__self__, "repository_type", repository_type)
@@ -53,6 +55,8 @@ class RepositoryArgs:
53
55
  pulumi.set(__self__, "mirror_repository_config", mirror_repository_config)
54
56
  if name is not None:
55
57
  pulumi.set(__self__, "name", name)
58
+ if parent_repository_id is not None:
59
+ pulumi.set(__self__, "parent_repository_id", parent_repository_id)
56
60
 
57
61
  @property
58
62
  @pulumi.getter(name="projectId")
@@ -70,7 +74,7 @@ class RepositoryArgs:
70
74
  @pulumi.getter(name="repositoryType")
71
75
  def repository_type(self) -> pulumi.Input[str]:
72
76
  """
73
- (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
77
+ (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
74
78
 
75
79
 
76
80
  ** IMPORTANT **
@@ -146,7 +150,7 @@ class RepositoryArgs:
146
150
  @pulumi.getter
147
151
  def name(self) -> Optional[pulumi.Input[str]]:
148
152
  """
149
- (Updatable) Unique name of a repository.
153
+ (Updatable) Name of the repository. Should be unique within the project.
150
154
  """
151
155
  return pulumi.get(self, "name")
152
156
 
@@ -154,6 +158,18 @@ class RepositoryArgs:
154
158
  def name(self, value: Optional[pulumi.Input[str]]):
155
159
  pulumi.set(self, "name", value)
156
160
 
161
+ @property
162
+ @pulumi.getter(name="parentRepositoryId")
163
+ def parent_repository_id(self) -> Optional[pulumi.Input[str]]:
164
+ """
165
+ The OCID of the parent repository.
166
+ """
167
+ return pulumi.get(self, "parent_repository_id")
168
+
169
+ @parent_repository_id.setter
170
+ def parent_repository_id(self, value: Optional[pulumi.Input[str]]):
171
+ pulumi.set(self, "parent_repository_id", value)
172
+
157
173
 
158
174
  @pulumi.input_type
159
175
  class _RepositoryState:
@@ -170,6 +186,7 @@ class _RepositoryState:
170
186
  mirror_repository_config: Optional[pulumi.Input['RepositoryMirrorRepositoryConfigArgs']] = None,
171
187
  name: Optional[pulumi.Input[str]] = None,
172
188
  namespace: Optional[pulumi.Input[str]] = None,
189
+ parent_repository_id: Optional[pulumi.Input[str]] = None,
173
190
  project_id: Optional[pulumi.Input[str]] = None,
174
191
  project_name: Optional[pulumi.Input[str]] = None,
175
192
  repository_type: Optional[pulumi.Input[str]] = None,
@@ -192,11 +209,12 @@ class _RepositoryState:
192
209
  :param pulumi.Input[str] http_url: HTTP URL that you use to git clone, pull and push.
193
210
  :param pulumi.Input[str] lifecyle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
194
211
  :param pulumi.Input['RepositoryMirrorRepositoryConfigArgs'] mirror_repository_config: (Updatable) Configuration information for mirroring the repository.
195
- :param pulumi.Input[str] name: (Updatable) Unique name of a repository.
212
+ :param pulumi.Input[str] name: (Updatable) Name of the repository. Should be unique within the project.
196
213
  :param pulumi.Input[str] namespace: Tenancy unique namespace.
214
+ :param pulumi.Input[str] parent_repository_id: The OCID of the parent repository.
197
215
  :param pulumi.Input[str] project_id: The OCID of the DevOps project containing the repository.
198
216
  :param pulumi.Input[str] project_name: Unique project name in a namespace.
199
- :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
217
+ :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
200
218
 
201
219
 
202
220
  ** IMPORTANT **
@@ -207,7 +225,7 @@ class _RepositoryState:
207
225
  :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
208
226
  :param pulumi.Input[str] time_created: The time the repository was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
209
227
  :param pulumi.Input[str] time_updated: The time the repository was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
210
- :param pulumi.Input[Sequence[pulumi.Input[str]]] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
228
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
211
229
  """
212
230
  if branch_count is not None:
213
231
  pulumi.set(__self__, "branch_count", branch_count)
@@ -233,6 +251,8 @@ class _RepositoryState:
233
251
  pulumi.set(__self__, "name", name)
234
252
  if namespace is not None:
235
253
  pulumi.set(__self__, "namespace", namespace)
254
+ if parent_repository_id is not None:
255
+ pulumi.set(__self__, "parent_repository_id", parent_repository_id)
236
256
  if project_id is not None:
237
257
  pulumi.set(__self__, "project_id", project_id)
238
258
  if project_name is not None:
@@ -378,7 +398,7 @@ class _RepositoryState:
378
398
  @pulumi.getter
379
399
  def name(self) -> Optional[pulumi.Input[str]]:
380
400
  """
381
- (Updatable) Unique name of a repository.
401
+ (Updatable) Name of the repository. Should be unique within the project.
382
402
  """
383
403
  return pulumi.get(self, "name")
384
404
 
@@ -398,6 +418,18 @@ class _RepositoryState:
398
418
  def namespace(self, value: Optional[pulumi.Input[str]]):
399
419
  pulumi.set(self, "namespace", value)
400
420
 
421
+ @property
422
+ @pulumi.getter(name="parentRepositoryId")
423
+ def parent_repository_id(self) -> Optional[pulumi.Input[str]]:
424
+ """
425
+ The OCID of the parent repository.
426
+ """
427
+ return pulumi.get(self, "parent_repository_id")
428
+
429
+ @parent_repository_id.setter
430
+ def parent_repository_id(self, value: Optional[pulumi.Input[str]]):
431
+ pulumi.set(self, "parent_repository_id", value)
432
+
401
433
  @property
402
434
  @pulumi.getter(name="projectId")
403
435
  def project_id(self) -> Optional[pulumi.Input[str]]:
@@ -426,7 +458,7 @@ class _RepositoryState:
426
458
  @pulumi.getter(name="repositoryType")
427
459
  def repository_type(self) -> Optional[pulumi.Input[str]]:
428
460
  """
429
- (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
461
+ (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
430
462
 
431
463
 
432
464
  ** IMPORTANT **
@@ -514,7 +546,7 @@ class _RepositoryState:
514
546
  @pulumi.getter(name="triggerBuildEvents")
515
547
  def trigger_build_events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
516
548
  """
517
- Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
549
+ Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
518
550
  """
519
551
  return pulumi.get(self, "trigger_build_events")
520
552
 
@@ -534,6 +566,7 @@ class Repository(pulumi.CustomResource):
534
566
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
535
567
  mirror_repository_config: Optional[pulumi.Input[pulumi.InputType['RepositoryMirrorRepositoryConfigArgs']]] = None,
536
568
  name: Optional[pulumi.Input[str]] = None,
569
+ parent_repository_id: Optional[pulumi.Input[str]] = None,
537
570
  project_id: Optional[pulumi.Input[str]] = None,
538
571
  repository_type: Optional[pulumi.Input[str]] = None,
539
572
  __props__=None):
@@ -542,34 +575,6 @@ class Repository(pulumi.CustomResource):
542
575
 
543
576
  Creates a new repository.
544
577
 
545
- ## Example Usage
546
-
547
- ```python
548
- import pulumi
549
- import pulumi_oci as oci
550
-
551
- test_repository = oci.dev_ops.Repository("test_repository",
552
- name=repository_name,
553
- project_id=test_project["id"],
554
- repository_type=repository_repository_type,
555
- default_branch=repository_default_branch,
556
- defined_tags={
557
- "foo-namespace.bar-key": "value",
558
- },
559
- description=repository_description,
560
- freeform_tags={
561
- "bar-key": "value",
562
- },
563
- mirror_repository_config=oci.dev_ops.RepositoryMirrorRepositoryConfigArgs(
564
- connector_id=test_connector["id"],
565
- repository_url=repository_mirror_repository_config_repository_url,
566
- trigger_schedule=oci.dev_ops.RepositoryMirrorRepositoryConfigTriggerScheduleArgs(
567
- schedule_type=repository_mirror_repository_config_trigger_schedule_schedule_type,
568
- custom_schedule=repository_mirror_repository_config_trigger_schedule_custom_schedule,
569
- ),
570
- ))
571
- ```
572
-
573
578
  ## Import
574
579
 
575
580
  Repositories can be imported using the `id`, e.g.
@@ -585,9 +590,10 @@ class Repository(pulumi.CustomResource):
585
590
  :param pulumi.Input[str] description: (Updatable) Details of the repository. Avoid entering confidential information.
586
591
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
587
592
  :param pulumi.Input[pulumi.InputType['RepositoryMirrorRepositoryConfigArgs']] mirror_repository_config: (Updatable) Configuration information for mirroring the repository.
588
- :param pulumi.Input[str] name: (Updatable) Unique name of a repository.
593
+ :param pulumi.Input[str] name: (Updatable) Name of the repository. Should be unique within the project.
594
+ :param pulumi.Input[str] parent_repository_id: The OCID of the parent repository.
589
595
  :param pulumi.Input[str] project_id: The OCID of the DevOps project containing the repository.
590
- :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
596
+ :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
591
597
 
592
598
 
593
599
  ** IMPORTANT **
@@ -604,34 +610,6 @@ class Repository(pulumi.CustomResource):
604
610
 
605
611
  Creates a new repository.
606
612
 
607
- ## Example Usage
608
-
609
- ```python
610
- import pulumi
611
- import pulumi_oci as oci
612
-
613
- test_repository = oci.dev_ops.Repository("test_repository",
614
- name=repository_name,
615
- project_id=test_project["id"],
616
- repository_type=repository_repository_type,
617
- default_branch=repository_default_branch,
618
- defined_tags={
619
- "foo-namespace.bar-key": "value",
620
- },
621
- description=repository_description,
622
- freeform_tags={
623
- "bar-key": "value",
624
- },
625
- mirror_repository_config=oci.dev_ops.RepositoryMirrorRepositoryConfigArgs(
626
- connector_id=test_connector["id"],
627
- repository_url=repository_mirror_repository_config_repository_url,
628
- trigger_schedule=oci.dev_ops.RepositoryMirrorRepositoryConfigTriggerScheduleArgs(
629
- schedule_type=repository_mirror_repository_config_trigger_schedule_schedule_type,
630
- custom_schedule=repository_mirror_repository_config_trigger_schedule_custom_schedule,
631
- ),
632
- ))
633
- ```
634
-
635
613
  ## Import
636
614
 
637
615
  Repositories can be imported using the `id`, e.g.
@@ -661,6 +639,7 @@ class Repository(pulumi.CustomResource):
661
639
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
662
640
  mirror_repository_config: Optional[pulumi.Input[pulumi.InputType['RepositoryMirrorRepositoryConfigArgs']]] = None,
663
641
  name: Optional[pulumi.Input[str]] = None,
642
+ parent_repository_id: Optional[pulumi.Input[str]] = None,
664
643
  project_id: Optional[pulumi.Input[str]] = None,
665
644
  repository_type: Optional[pulumi.Input[str]] = None,
666
645
  __props__=None):
@@ -678,6 +657,7 @@ class Repository(pulumi.CustomResource):
678
657
  __props__.__dict__["freeform_tags"] = freeform_tags
679
658
  __props__.__dict__["mirror_repository_config"] = mirror_repository_config
680
659
  __props__.__dict__["name"] = name
660
+ __props__.__dict__["parent_repository_id"] = parent_repository_id
681
661
  if project_id is None and not opts.urn:
682
662
  raise TypeError("Missing required property 'project_id'")
683
663
  __props__.__dict__["project_id"] = project_id
@@ -720,6 +700,7 @@ class Repository(pulumi.CustomResource):
720
700
  mirror_repository_config: Optional[pulumi.Input[pulumi.InputType['RepositoryMirrorRepositoryConfigArgs']]] = None,
721
701
  name: Optional[pulumi.Input[str]] = None,
722
702
  namespace: Optional[pulumi.Input[str]] = None,
703
+ parent_repository_id: Optional[pulumi.Input[str]] = None,
723
704
  project_id: Optional[pulumi.Input[str]] = None,
724
705
  project_name: Optional[pulumi.Input[str]] = None,
725
706
  repository_type: Optional[pulumi.Input[str]] = None,
@@ -747,11 +728,12 @@ class Repository(pulumi.CustomResource):
747
728
  :param pulumi.Input[str] http_url: HTTP URL that you use to git clone, pull and push.
748
729
  :param pulumi.Input[str] lifecyle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
749
730
  :param pulumi.Input[pulumi.InputType['RepositoryMirrorRepositoryConfigArgs']] mirror_repository_config: (Updatable) Configuration information for mirroring the repository.
750
- :param pulumi.Input[str] name: (Updatable) Unique name of a repository.
731
+ :param pulumi.Input[str] name: (Updatable) Name of the repository. Should be unique within the project.
751
732
  :param pulumi.Input[str] namespace: Tenancy unique namespace.
733
+ :param pulumi.Input[str] parent_repository_id: The OCID of the parent repository.
752
734
  :param pulumi.Input[str] project_id: The OCID of the DevOps project containing the repository.
753
735
  :param pulumi.Input[str] project_name: Unique project name in a namespace.
754
- :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
736
+ :param pulumi.Input[str] repository_type: (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
755
737
 
756
738
 
757
739
  ** IMPORTANT **
@@ -762,7 +744,7 @@ class Repository(pulumi.CustomResource):
762
744
  :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
763
745
  :param pulumi.Input[str] time_created: The time the repository was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
764
746
  :param pulumi.Input[str] time_updated: The time the repository was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
765
- :param pulumi.Input[Sequence[pulumi.Input[str]]] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
747
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
766
748
  """
767
749
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
768
750
 
@@ -780,6 +762,7 @@ class Repository(pulumi.CustomResource):
780
762
  __props__.__dict__["mirror_repository_config"] = mirror_repository_config
781
763
  __props__.__dict__["name"] = name
782
764
  __props__.__dict__["namespace"] = namespace
765
+ __props__.__dict__["parent_repository_id"] = parent_repository_id
783
766
  __props__.__dict__["project_id"] = project_id
784
767
  __props__.__dict__["project_name"] = project_name
785
768
  __props__.__dict__["repository_type"] = repository_type
@@ -876,7 +859,7 @@ class Repository(pulumi.CustomResource):
876
859
  @pulumi.getter
877
860
  def name(self) -> pulumi.Output[str]:
878
861
  """
879
- (Updatable) Unique name of a repository.
862
+ (Updatable) Name of the repository. Should be unique within the project.
880
863
  """
881
864
  return pulumi.get(self, "name")
882
865
 
@@ -888,6 +871,14 @@ class Repository(pulumi.CustomResource):
888
871
  """
889
872
  return pulumi.get(self, "namespace")
890
873
 
874
+ @property
875
+ @pulumi.getter(name="parentRepositoryId")
876
+ def parent_repository_id(self) -> pulumi.Output[str]:
877
+ """
878
+ The OCID of the parent repository.
879
+ """
880
+ return pulumi.get(self, "parent_repository_id")
881
+
891
882
  @property
892
883
  @pulumi.getter(name="projectId")
893
884
  def project_id(self) -> pulumi.Output[str]:
@@ -908,7 +899,7 @@ class Repository(pulumi.CustomResource):
908
899
  @pulumi.getter(name="repositoryType")
909
900
  def repository_type(self) -> pulumi.Output[str]:
910
901
  """
911
- (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED`
902
+ (Updatable) Type of repository. Allowed values: `MIRRORED` `HOSTED` `FORKED`
912
903
 
913
904
 
914
905
  ** IMPORTANT **
@@ -968,7 +959,7 @@ class Repository(pulumi.CustomResource):
968
959
  @pulumi.getter(name="triggerBuildEvents")
969
960
  def trigger_build_events(self) -> pulumi.Output[Sequence[str]]:
970
961
  """
971
- Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
962
+ Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
972
963
  """
973
964
  return pulumi.get(self, "trigger_build_events")
974
965