pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__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 +80 -0
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +257 -12
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +28 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +575 -8
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/oci/__init__.py +9 -0
- pulumi_oci/oci/_inputs.py +420 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +1009 -0
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetGiVersionsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getGiVersions.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, availability_domain=None, compartment_id=None, filters=None, gi_versions=None, id=None, resource_id=None, shape=None):
|
31
|
+
def __init__(__self__, availability_domain=None, compartment_id=None, filters=None, gi_versions=None, id=None, resource_id=None, shape=None, shape_attribute=None):
|
32
32
|
if availability_domain and not isinstance(availability_domain, str):
|
33
33
|
raise TypeError("Expected argument 'availability_domain' to be a str")
|
34
34
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -50,6 +50,9 @@ class GetGiVersionsResult:
|
|
50
50
|
if shape and not isinstance(shape, str):
|
51
51
|
raise TypeError("Expected argument 'shape' to be a str")
|
52
52
|
pulumi.set(__self__, "shape", shape)
|
53
|
+
if shape_attribute and not isinstance(shape_attribute, str):
|
54
|
+
raise TypeError("Expected argument 'shape_attribute' to be a str")
|
55
|
+
pulumi.set(__self__, "shape_attribute", shape_attribute)
|
53
56
|
|
54
57
|
@_builtins.property
|
55
58
|
@pulumi.getter(name="availabilityDomain")
|
@@ -92,6 +95,11 @@ class GetGiVersionsResult:
|
|
92
95
|
def shape(self) -> Optional[_builtins.str]:
|
93
96
|
return pulumi.get(self, "shape")
|
94
97
|
|
98
|
+
@_builtins.property
|
99
|
+
@pulumi.getter(name="shapeAttribute")
|
100
|
+
def shape_attribute(self) -> Optional[_builtins.str]:
|
101
|
+
return pulumi.get(self, "shape_attribute")
|
102
|
+
|
95
103
|
|
96
104
|
class AwaitableGetGiVersionsResult(GetGiVersionsResult):
|
97
105
|
# pylint: disable=using-constant-test
|
@@ -105,7 +113,8 @@ class AwaitableGetGiVersionsResult(GetGiVersionsResult):
|
|
105
113
|
gi_versions=self.gi_versions,
|
106
114
|
id=self.id,
|
107
115
|
resource_id=self.resource_id,
|
108
|
-
shape=self.shape
|
116
|
+
shape=self.shape,
|
117
|
+
shape_attribute=self.shape_attribute)
|
109
118
|
|
110
119
|
|
111
120
|
def get_gi_versions(availability_domain: Optional[_builtins.str] = None,
|
@@ -113,6 +122,7 @@ def get_gi_versions(availability_domain: Optional[_builtins.str] = None,
|
|
113
122
|
filters: Optional[Sequence[Union['GetGiVersionsFilterArgs', 'GetGiVersionsFilterArgsDict']]] = None,
|
114
123
|
resource_id: Optional[_builtins.str] = None,
|
115
124
|
shape: Optional[_builtins.str] = None,
|
125
|
+
shape_attribute: Optional[_builtins.str] = None,
|
116
126
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGiVersionsResult:
|
117
127
|
"""
|
118
128
|
This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
|
@@ -128,7 +138,8 @@ def get_gi_versions(availability_domain: Optional[_builtins.str] = None,
|
|
128
138
|
test_gi_versions = oci.Database.get_gi_versions(compartment_id=compartment_id,
|
129
139
|
availability_domain=gi_version_availability_domain,
|
130
140
|
resource_id=test_resource["id"],
|
131
|
-
shape=gi_version_shape
|
141
|
+
shape=gi_version_shape,
|
142
|
+
shape_attribute=gi_version_shape_attribute)
|
132
143
|
```
|
133
144
|
|
134
145
|
|
@@ -136,6 +147,7 @@ def get_gi_versions(availability_domain: Optional[_builtins.str] = None,
|
|
136
147
|
:param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
137
148
|
:param _builtins.str resource_id: If provided, filters the results for the specified resource Id.
|
138
149
|
:param _builtins.str shape: If provided, filters the results for the given shape.
|
150
|
+
:param _builtins.str shape_attribute: If provided and applicable, return the results based on the shapeAttribute provided
|
139
151
|
"""
|
140
152
|
__args__ = dict()
|
141
153
|
__args__['availabilityDomain'] = availability_domain
|
@@ -143,6 +155,7 @@ def get_gi_versions(availability_domain: Optional[_builtins.str] = None,
|
|
143
155
|
__args__['filters'] = filters
|
144
156
|
__args__['resourceId'] = resource_id
|
145
157
|
__args__['shape'] = shape
|
158
|
+
__args__['shapeAttribute'] = shape_attribute
|
146
159
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
160
|
__ret__ = pulumi.runtime.invoke('oci:Database/getGiVersions:getGiVersions', __args__, opts=opts, typ=GetGiVersionsResult).value
|
148
161
|
|
@@ -153,12 +166,14 @@ def get_gi_versions(availability_domain: Optional[_builtins.str] = None,
|
|
153
166
|
gi_versions=pulumi.get(__ret__, 'gi_versions'),
|
154
167
|
id=pulumi.get(__ret__, 'id'),
|
155
168
|
resource_id=pulumi.get(__ret__, 'resource_id'),
|
156
|
-
shape=pulumi.get(__ret__, 'shape')
|
169
|
+
shape=pulumi.get(__ret__, 'shape'),
|
170
|
+
shape_attribute=pulumi.get(__ret__, 'shape_attribute'))
|
157
171
|
def get_gi_versions_output(availability_domain: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
158
172
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
159
173
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetGiVersionsFilterArgs', 'GetGiVersionsFilterArgsDict']]]]] = None,
|
160
174
|
resource_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
161
175
|
shape: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
176
|
+
shape_attribute: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
162
177
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGiVersionsResult]:
|
163
178
|
"""
|
164
179
|
This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
|
@@ -174,7 +189,8 @@ def get_gi_versions_output(availability_domain: Optional[pulumi.Input[Optional[_
|
|
174
189
|
test_gi_versions = oci.Database.get_gi_versions(compartment_id=compartment_id,
|
175
190
|
availability_domain=gi_version_availability_domain,
|
176
191
|
resource_id=test_resource["id"],
|
177
|
-
shape=gi_version_shape
|
192
|
+
shape=gi_version_shape,
|
193
|
+
shape_attribute=gi_version_shape_attribute)
|
178
194
|
```
|
179
195
|
|
180
196
|
|
@@ -182,6 +198,7 @@ def get_gi_versions_output(availability_domain: Optional[pulumi.Input[Optional[_
|
|
182
198
|
:param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
183
199
|
:param _builtins.str resource_id: If provided, filters the results for the specified resource Id.
|
184
200
|
:param _builtins.str shape: If provided, filters the results for the given shape.
|
201
|
+
:param _builtins.str shape_attribute: If provided and applicable, return the results based on the shapeAttribute provided
|
185
202
|
"""
|
186
203
|
__args__ = dict()
|
187
204
|
__args__['availabilityDomain'] = availability_domain
|
@@ -189,6 +206,7 @@ def get_gi_versions_output(availability_domain: Optional[pulumi.Input[Optional[_
|
|
189
206
|
__args__['filters'] = filters
|
190
207
|
__args__['resourceId'] = resource_id
|
191
208
|
__args__['shape'] = shape
|
209
|
+
__args__['shapeAttribute'] = shape_attribute
|
192
210
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
193
211
|
__ret__ = pulumi.runtime.invoke_output('oci:Database/getGiVersions:getGiVersions', __args__, opts=opts, typ=GetGiVersionsResult)
|
194
212
|
return __ret__.apply(lambda __response__: GetGiVersionsResult(
|
@@ -198,4 +216,5 @@ def get_gi_versions_output(availability_domain: Optional[pulumi.Input[Optional[_
|
|
198
216
|
gi_versions=pulumi.get(__response__, 'gi_versions'),
|
199
217
|
id=pulumi.get(__response__, 'id'),
|
200
218
|
resource_id=pulumi.get(__response__, 'resource_id'),
|
201
|
-
shape=pulumi.get(__response__, 'shape')
|
219
|
+
shape=pulumi.get(__response__, 'shape'),
|
220
|
+
shape_attribute=pulumi.get(__response__, 'shape_attribute')))
|