pulumi-oci 2.6.0__py3-none-any.whl → 2.6.0a1722924801__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +0 -32
- pulumi_oci/bigdataservice/_inputs.py +14 -157
- pulumi_oci/bigdataservice/bds_instance.py +0 -128
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +3 -64
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
- pulumi_oci/bigdataservice/outputs.py +30 -257
- pulumi_oci/devops/__init__.py +0 -6
- pulumi_oci/devops/_inputs.py +32 -531
- pulumi_oci/devops/get_build_runs.py +5 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +4 -17
- pulumi_oci/devops/get_repository_diffs.py +3 -20
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_triggers.py +5 -0
- pulumi_oci/devops/outputs.py +162 -1198
- pulumi_oci/devops/repository.py +75 -66
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/jms/__init__.py +0 -4
- pulumi_oci/jms/_inputs.py +0 -80
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +3 -29
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +3 -97
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +5 -45
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +5 -25
- pulumi_oci/jms/get_fleets.py +2 -2
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
- pulumi_oci/jms/get_java_family.py +1 -14
- pulumi_oci/jms/outputs.py +32 -488
- pulumi_oci/osmanagementhub/get_software_source.py +1 -19
- pulumi_oci/osmanagementhub/software_source.py +0 -82
- pulumi_oci/psql/_inputs.py +4 -8
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +38 -141
- pulumi_oci/psql/db_system.py +55 -53
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +1 -27
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +2 -15
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +13 -176
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/METADATA +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/RECORD +52 -62
- pulumi_oci/devops/get_project_repository_setting.py +0 -129
- pulumi_oci/devops/get_repository_protected_branches.py +0 -150
- pulumi_oci/devops/get_repository_setting.py +0 -142
- pulumi_oci/devops/project_repository_setting.py +0 -338
- pulumi_oci/devops/repository_protected_branch_management.py +0 -333
- pulumi_oci/devops/repository_setting.py +0 -391
- pulumi_oci/jms/get_agent_installers.py +0 -190
- pulumi_oci/jms/get_jms_plugin.py +0 -313
- pulumi_oci/jms/get_jms_plugins.py +0 -291
- pulumi_oci/jms/jms_plugin.py +0 -731
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/top_level.txt +0 -0
@@ -1,129 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
|
13
|
-
__all__ = [
|
14
|
-
'GetProjectRepositorySettingResult',
|
15
|
-
'AwaitableGetProjectRepositorySettingResult',
|
16
|
-
'get_project_repository_setting',
|
17
|
-
'get_project_repository_setting_output',
|
18
|
-
]
|
19
|
-
|
20
|
-
@pulumi.output_type
|
21
|
-
class GetProjectRepositorySettingResult:
|
22
|
-
"""
|
23
|
-
A collection of values returned by getProjectRepositorySetting.
|
24
|
-
"""
|
25
|
-
def __init__(__self__, approval_rules=None, id=None, merge_settings=None, project_id=None):
|
26
|
-
if approval_rules and not isinstance(approval_rules, list):
|
27
|
-
raise TypeError("Expected argument 'approval_rules' to be a list")
|
28
|
-
pulumi.set(__self__, "approval_rules", approval_rules)
|
29
|
-
if id and not isinstance(id, str):
|
30
|
-
raise TypeError("Expected argument 'id' to be a str")
|
31
|
-
pulumi.set(__self__, "id", id)
|
32
|
-
if merge_settings and not isinstance(merge_settings, list):
|
33
|
-
raise TypeError("Expected argument 'merge_settings' to be a list")
|
34
|
-
pulumi.set(__self__, "merge_settings", merge_settings)
|
35
|
-
if project_id and not isinstance(project_id, str):
|
36
|
-
raise TypeError("Expected argument 'project_id' to be a str")
|
37
|
-
pulumi.set(__self__, "project_id", project_id)
|
38
|
-
|
39
|
-
@property
|
40
|
-
@pulumi.getter(name="approvalRules")
|
41
|
-
def approval_rules(self) -> Sequence['outputs.GetProjectRepositorySettingApprovalRuleResult']:
|
42
|
-
"""
|
43
|
-
List of approval rules which must be statisfied before pull requests which match the rules can be merged
|
44
|
-
"""
|
45
|
-
return pulumi.get(self, "approval_rules")
|
46
|
-
|
47
|
-
@property
|
48
|
-
@pulumi.getter
|
49
|
-
def id(self) -> str:
|
50
|
-
return pulumi.get(self, "id")
|
51
|
-
|
52
|
-
@property
|
53
|
-
@pulumi.getter(name="mergeSettings")
|
54
|
-
def merge_settings(self) -> Sequence['outputs.GetProjectRepositorySettingMergeSettingResult']:
|
55
|
-
"""
|
56
|
-
Enabled and disabled merge strategies for a project or repository, also contains a default strategy.
|
57
|
-
"""
|
58
|
-
return pulumi.get(self, "merge_settings")
|
59
|
-
|
60
|
-
@property
|
61
|
-
@pulumi.getter(name="projectId")
|
62
|
-
def project_id(self) -> str:
|
63
|
-
return pulumi.get(self, "project_id")
|
64
|
-
|
65
|
-
|
66
|
-
class AwaitableGetProjectRepositorySettingResult(GetProjectRepositorySettingResult):
|
67
|
-
# pylint: disable=using-constant-test
|
68
|
-
def __await__(self):
|
69
|
-
if False:
|
70
|
-
yield self
|
71
|
-
return GetProjectRepositorySettingResult(
|
72
|
-
approval_rules=self.approval_rules,
|
73
|
-
id=self.id,
|
74
|
-
merge_settings=self.merge_settings,
|
75
|
-
project_id=self.project_id)
|
76
|
-
|
77
|
-
|
78
|
-
def get_project_repository_setting(project_id: Optional[str] = None,
|
79
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectRepositorySettingResult:
|
80
|
-
"""
|
81
|
-
This data source provides details about a specific Project Repository Setting resource in Oracle Cloud Infrastructure Devops service.
|
82
|
-
|
83
|
-
Retrieves a project's repository settings details.
|
84
|
-
|
85
|
-
## Example Usage
|
86
|
-
|
87
|
-
```python
|
88
|
-
import pulumi
|
89
|
-
import pulumi_oci as oci
|
90
|
-
|
91
|
-
test_project_repository_setting = oci.DevOps.get_project_repository_setting(project_id=test_project["id"])
|
92
|
-
```
|
93
|
-
|
94
|
-
|
95
|
-
:param str project_id: Unique project identifier.
|
96
|
-
"""
|
97
|
-
__args__ = dict()
|
98
|
-
__args__['projectId'] = project_id
|
99
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
100
|
-
__ret__ = pulumi.runtime.invoke('oci:DevOps/getProjectRepositorySetting:getProjectRepositorySetting', __args__, opts=opts, typ=GetProjectRepositorySettingResult).value
|
101
|
-
|
102
|
-
return AwaitableGetProjectRepositorySettingResult(
|
103
|
-
approval_rules=pulumi.get(__ret__, 'approval_rules'),
|
104
|
-
id=pulumi.get(__ret__, 'id'),
|
105
|
-
merge_settings=pulumi.get(__ret__, 'merge_settings'),
|
106
|
-
project_id=pulumi.get(__ret__, 'project_id'))
|
107
|
-
|
108
|
-
|
109
|
-
@_utilities.lift_output_func(get_project_repository_setting)
|
110
|
-
def get_project_repository_setting_output(project_id: Optional[pulumi.Input[str]] = None,
|
111
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectRepositorySettingResult]:
|
112
|
-
"""
|
113
|
-
This data source provides details about a specific Project Repository Setting resource in Oracle Cloud Infrastructure Devops service.
|
114
|
-
|
115
|
-
Retrieves a project's repository settings details.
|
116
|
-
|
117
|
-
## Example Usage
|
118
|
-
|
119
|
-
```python
|
120
|
-
import pulumi
|
121
|
-
import pulumi_oci as oci
|
122
|
-
|
123
|
-
test_project_repository_setting = oci.DevOps.get_project_repository_setting(project_id=test_project["id"])
|
124
|
-
```
|
125
|
-
|
126
|
-
|
127
|
-
:param str project_id: Unique project identifier.
|
128
|
-
"""
|
129
|
-
...
|
@@ -1,150 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
from ._inputs import *
|
13
|
-
|
14
|
-
__all__ = [
|
15
|
-
'GetRepositoryProtectedBranchesResult',
|
16
|
-
'AwaitableGetRepositoryProtectedBranchesResult',
|
17
|
-
'get_repository_protected_branches',
|
18
|
-
'get_repository_protected_branches_output',
|
19
|
-
]
|
20
|
-
|
21
|
-
@pulumi.output_type
|
22
|
-
class GetRepositoryProtectedBranchesResult:
|
23
|
-
"""
|
24
|
-
A collection of values returned by getRepositoryProtectedBranches.
|
25
|
-
"""
|
26
|
-
def __init__(__self__, filters=None, id=None, name=None, protected_branch_collections=None, repository_id=None):
|
27
|
-
if filters and not isinstance(filters, list):
|
28
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
29
|
-
pulumi.set(__self__, "filters", filters)
|
30
|
-
if id and not isinstance(id, str):
|
31
|
-
raise TypeError("Expected argument 'id' to be a str")
|
32
|
-
pulumi.set(__self__, "id", id)
|
33
|
-
if name and not isinstance(name, str):
|
34
|
-
raise TypeError("Expected argument 'name' to be a str")
|
35
|
-
pulumi.set(__self__, "name", name)
|
36
|
-
if protected_branch_collections and not isinstance(protected_branch_collections, list):
|
37
|
-
raise TypeError("Expected argument 'protected_branch_collections' to be a list")
|
38
|
-
pulumi.set(__self__, "protected_branch_collections", protected_branch_collections)
|
39
|
-
if repository_id and not isinstance(repository_id, str):
|
40
|
-
raise TypeError("Expected argument 'repository_id' to be a str")
|
41
|
-
pulumi.set(__self__, "repository_id", repository_id)
|
42
|
-
|
43
|
-
@property
|
44
|
-
@pulumi.getter
|
45
|
-
def filters(self) -> Optional[Sequence['outputs.GetRepositoryProtectedBranchesFilterResult']]:
|
46
|
-
return pulumi.get(self, "filters")
|
47
|
-
|
48
|
-
@property
|
49
|
-
@pulumi.getter
|
50
|
-
def id(self) -> str:
|
51
|
-
"""
|
52
|
-
The provider-assigned unique ID for this managed resource.
|
53
|
-
"""
|
54
|
-
return pulumi.get(self, "id")
|
55
|
-
|
56
|
-
@property
|
57
|
-
@pulumi.getter
|
58
|
-
def name(self) -> Optional[str]:
|
59
|
-
return pulumi.get(self, "name")
|
60
|
-
|
61
|
-
@property
|
62
|
-
@pulumi.getter(name="protectedBranchCollections")
|
63
|
-
def protected_branch_collections(self) -> Sequence['outputs.GetRepositoryProtectedBranchesProtectedBranchCollectionResult']:
|
64
|
-
"""
|
65
|
-
The list of protected_branch_collection.
|
66
|
-
"""
|
67
|
-
return pulumi.get(self, "protected_branch_collections")
|
68
|
-
|
69
|
-
@property
|
70
|
-
@pulumi.getter(name="repositoryId")
|
71
|
-
def repository_id(self) -> str:
|
72
|
-
return pulumi.get(self, "repository_id")
|
73
|
-
|
74
|
-
|
75
|
-
class AwaitableGetRepositoryProtectedBranchesResult(GetRepositoryProtectedBranchesResult):
|
76
|
-
# pylint: disable=using-constant-test
|
77
|
-
def __await__(self):
|
78
|
-
if False:
|
79
|
-
yield self
|
80
|
-
return GetRepositoryProtectedBranchesResult(
|
81
|
-
filters=self.filters,
|
82
|
-
id=self.id,
|
83
|
-
name=self.name,
|
84
|
-
protected_branch_collections=self.protected_branch_collections,
|
85
|
-
repository_id=self.repository_id)
|
86
|
-
|
87
|
-
|
88
|
-
def get_repository_protected_branches(filters: Optional[Sequence[pulumi.InputType['GetRepositoryProtectedBranchesFilterArgs']]] = None,
|
89
|
-
name: Optional[str] = None,
|
90
|
-
repository_id: Optional[str] = None,
|
91
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRepositoryProtectedBranchesResult:
|
92
|
-
"""
|
93
|
-
This data source provides the list of Repository Protected Branches in Oracle Cloud Infrastructure Devops service.
|
94
|
-
|
95
|
-
Returns a list of Protected Branches.
|
96
|
-
|
97
|
-
## Example Usage
|
98
|
-
|
99
|
-
```python
|
100
|
-
import pulumi
|
101
|
-
import pulumi_oci as oci
|
102
|
-
|
103
|
-
test_repository_protected_branches = oci.DevOps.get_repository_protected_branches(repository_id=test_repository["id"],
|
104
|
-
name=repository_protected_branch_name)
|
105
|
-
```
|
106
|
-
|
107
|
-
|
108
|
-
:param str name: A filter to return only resources that match the given branch name.
|
109
|
-
:param str repository_id: Unique repository identifier.
|
110
|
-
"""
|
111
|
-
__args__ = dict()
|
112
|
-
__args__['filters'] = filters
|
113
|
-
__args__['name'] = name
|
114
|
-
__args__['repositoryId'] = repository_id
|
115
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
116
|
-
__ret__ = pulumi.runtime.invoke('oci:DevOps/getRepositoryProtectedBranches:getRepositoryProtectedBranches', __args__, opts=opts, typ=GetRepositoryProtectedBranchesResult).value
|
117
|
-
|
118
|
-
return AwaitableGetRepositoryProtectedBranchesResult(
|
119
|
-
filters=pulumi.get(__ret__, 'filters'),
|
120
|
-
id=pulumi.get(__ret__, 'id'),
|
121
|
-
name=pulumi.get(__ret__, 'name'),
|
122
|
-
protected_branch_collections=pulumi.get(__ret__, 'protected_branch_collections'),
|
123
|
-
repository_id=pulumi.get(__ret__, 'repository_id'))
|
124
|
-
|
125
|
-
|
126
|
-
@_utilities.lift_output_func(get_repository_protected_branches)
|
127
|
-
def get_repository_protected_branches_output(filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetRepositoryProtectedBranchesFilterArgs']]]]] = None,
|
128
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
129
|
-
repository_id: Optional[pulumi.Input[str]] = None,
|
130
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRepositoryProtectedBranchesResult]:
|
131
|
-
"""
|
132
|
-
This data source provides the list of Repository Protected Branches in Oracle Cloud Infrastructure Devops service.
|
133
|
-
|
134
|
-
Returns a list of Protected Branches.
|
135
|
-
|
136
|
-
## Example Usage
|
137
|
-
|
138
|
-
```python
|
139
|
-
import pulumi
|
140
|
-
import pulumi_oci as oci
|
141
|
-
|
142
|
-
test_repository_protected_branches = oci.DevOps.get_repository_protected_branches(repository_id=test_repository["id"],
|
143
|
-
name=repository_protected_branch_name)
|
144
|
-
```
|
145
|
-
|
146
|
-
|
147
|
-
:param str name: A filter to return only resources that match the given branch name.
|
148
|
-
:param str repository_id: Unique repository identifier.
|
149
|
-
"""
|
150
|
-
...
|
@@ -1,142 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
|
13
|
-
__all__ = [
|
14
|
-
'GetRepositorySettingResult',
|
15
|
-
'AwaitableGetRepositorySettingResult',
|
16
|
-
'get_repository_setting',
|
17
|
-
'get_repository_setting_output',
|
18
|
-
]
|
19
|
-
|
20
|
-
@pulumi.output_type
|
21
|
-
class GetRepositorySettingResult:
|
22
|
-
"""
|
23
|
-
A collection of values returned by getRepositorySetting.
|
24
|
-
"""
|
25
|
-
def __init__(__self__, approval_rules=None, id=None, merge_checks=None, merge_settings=None, repository_id=None):
|
26
|
-
if approval_rules and not isinstance(approval_rules, list):
|
27
|
-
raise TypeError("Expected argument 'approval_rules' to be a list")
|
28
|
-
pulumi.set(__self__, "approval_rules", approval_rules)
|
29
|
-
if id and not isinstance(id, str):
|
30
|
-
raise TypeError("Expected argument 'id' to be a str")
|
31
|
-
pulumi.set(__self__, "id", id)
|
32
|
-
if merge_checks and not isinstance(merge_checks, list):
|
33
|
-
raise TypeError("Expected argument 'merge_checks' to be a list")
|
34
|
-
pulumi.set(__self__, "merge_checks", merge_checks)
|
35
|
-
if merge_settings and not isinstance(merge_settings, list):
|
36
|
-
raise TypeError("Expected argument 'merge_settings' to be a list")
|
37
|
-
pulumi.set(__self__, "merge_settings", merge_settings)
|
38
|
-
if repository_id and not isinstance(repository_id, str):
|
39
|
-
raise TypeError("Expected argument 'repository_id' to be a str")
|
40
|
-
pulumi.set(__self__, "repository_id", repository_id)
|
41
|
-
|
42
|
-
@property
|
43
|
-
@pulumi.getter(name="approvalRules")
|
44
|
-
def approval_rules(self) -> Sequence['outputs.GetRepositorySettingApprovalRuleResult']:
|
45
|
-
"""
|
46
|
-
List of approval rules which must be statisfied before pull requests which match the rules can be merged
|
47
|
-
"""
|
48
|
-
return pulumi.get(self, "approval_rules")
|
49
|
-
|
50
|
-
@property
|
51
|
-
@pulumi.getter
|
52
|
-
def id(self) -> str:
|
53
|
-
return pulumi.get(self, "id")
|
54
|
-
|
55
|
-
@property
|
56
|
-
@pulumi.getter(name="mergeChecks")
|
57
|
-
def merge_checks(self) -> Sequence['outputs.GetRepositorySettingMergeCheckResult']:
|
58
|
-
"""
|
59
|
-
Criteria which must be satisfied to merge a pull request.
|
60
|
-
"""
|
61
|
-
return pulumi.get(self, "merge_checks")
|
62
|
-
|
63
|
-
@property
|
64
|
-
@pulumi.getter(name="mergeSettings")
|
65
|
-
def merge_settings(self) -> Sequence['outputs.GetRepositorySettingMergeSettingResult']:
|
66
|
-
"""
|
67
|
-
Enabled and disabled merge strategies for a project or repository, also contains a default strategy.
|
68
|
-
"""
|
69
|
-
return pulumi.get(self, "merge_settings")
|
70
|
-
|
71
|
-
@property
|
72
|
-
@pulumi.getter(name="repositoryId")
|
73
|
-
def repository_id(self) -> str:
|
74
|
-
return pulumi.get(self, "repository_id")
|
75
|
-
|
76
|
-
|
77
|
-
class AwaitableGetRepositorySettingResult(GetRepositorySettingResult):
|
78
|
-
# pylint: disable=using-constant-test
|
79
|
-
def __await__(self):
|
80
|
-
if False:
|
81
|
-
yield self
|
82
|
-
return GetRepositorySettingResult(
|
83
|
-
approval_rules=self.approval_rules,
|
84
|
-
id=self.id,
|
85
|
-
merge_checks=self.merge_checks,
|
86
|
-
merge_settings=self.merge_settings,
|
87
|
-
repository_id=self.repository_id)
|
88
|
-
|
89
|
-
|
90
|
-
def get_repository_setting(repository_id: Optional[str] = None,
|
91
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRepositorySettingResult:
|
92
|
-
"""
|
93
|
-
This data source provides details about a specific Repository Setting resource in Oracle Cloud Infrastructure Devops service.
|
94
|
-
|
95
|
-
Retrieves a repository's settings details.
|
96
|
-
|
97
|
-
## Example Usage
|
98
|
-
|
99
|
-
```python
|
100
|
-
import pulumi
|
101
|
-
import pulumi_oci as oci
|
102
|
-
|
103
|
-
test_repository_setting = oci.DevOps.get_repository_setting(repository_id=test_repository["id"])
|
104
|
-
```
|
105
|
-
|
106
|
-
|
107
|
-
:param str repository_id: Unique repository identifier.
|
108
|
-
"""
|
109
|
-
__args__ = dict()
|
110
|
-
__args__['repositoryId'] = repository_id
|
111
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
112
|
-
__ret__ = pulumi.runtime.invoke('oci:DevOps/getRepositorySetting:getRepositorySetting', __args__, opts=opts, typ=GetRepositorySettingResult).value
|
113
|
-
|
114
|
-
return AwaitableGetRepositorySettingResult(
|
115
|
-
approval_rules=pulumi.get(__ret__, 'approval_rules'),
|
116
|
-
id=pulumi.get(__ret__, 'id'),
|
117
|
-
merge_checks=pulumi.get(__ret__, 'merge_checks'),
|
118
|
-
merge_settings=pulumi.get(__ret__, 'merge_settings'),
|
119
|
-
repository_id=pulumi.get(__ret__, 'repository_id'))
|
120
|
-
|
121
|
-
|
122
|
-
@_utilities.lift_output_func(get_repository_setting)
|
123
|
-
def get_repository_setting_output(repository_id: Optional[pulumi.Input[str]] = None,
|
124
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRepositorySettingResult]:
|
125
|
-
"""
|
126
|
-
This data source provides details about a specific Repository Setting resource in Oracle Cloud Infrastructure Devops service.
|
127
|
-
|
128
|
-
Retrieves a repository's settings details.
|
129
|
-
|
130
|
-
## Example Usage
|
131
|
-
|
132
|
-
```python
|
133
|
-
import pulumi
|
134
|
-
import pulumi_oci as oci
|
135
|
-
|
136
|
-
test_repository_setting = oci.DevOps.get_repository_setting(repository_id=test_repository["id"])
|
137
|
-
```
|
138
|
-
|
139
|
-
|
140
|
-
:param str repository_id: Unique repository identifier.
|
141
|
-
"""
|
142
|
-
...
|