pulumi-oci 3.8.0a1758168665__py3-none-any.whl → 3.9.0a1758687119__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 +24 -0
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +550 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/cloud_exadata_infrastructure_configure_exascale_management.py +1308 -0
- pulumi_oci/database/cloud_vm_cluster.py +77 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +29 -1
- pulumi_oci/database/outputs.py +515 -0
- pulumi_oci/datasafe/_inputs.py +180 -0
- pulumi_oci/datasafe/audit_policy_management.py +7 -7
- pulumi_oci/datasafe/audit_trail_management.py +2 -0
- pulumi_oci/datasafe/discovery_jobs_result.py +40 -0
- pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/get_discovery_jobs_result.py +29 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +23 -1
- pulumi_oci/datasafe/get_masking_reports.py +20 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +26 -3
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +30 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +44 -3
- pulumi_oci/datasafe/outputs.py +400 -2
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +58 -0
- pulumi_oci/jms/__init__.py +16 -0
- pulumi_oci/jms/_inputs.py +2068 -29
- pulumi_oci/jms/fleet.py +56 -0
- pulumi_oci/jms/get_fleet.py +29 -1
- pulumi_oci/jms/get_fleet_containers.py +289 -0
- pulumi_oci/jms/get_fleet_export_setting.py +16 -1
- pulumi_oci/jms/get_fleet_library_applications.py +280 -0
- pulumi_oci/jms/get_fleet_library_managed_instances.py +280 -0
- pulumi_oci/jms/get_fleet_summarize_library_inventory.py +211 -0
- pulumi_oci/jms/get_fleet_uncorrelated_package_applications.py +239 -0
- pulumi_oci/jms/get_fleet_uncorrelated_package_managed_instances.py +242 -0
- pulumi_oci/jms/get_fleet_uncorrelated_packages.py +242 -0
- pulumi_oci/jms/get_java_family.py +15 -1
- pulumi_oci/jms/get_jms_plugin.py +2 -2
- pulumi_oci/jms/get_jms_plugins.py +4 -4
- pulumi_oci/jms/get_task_schedule.py +262 -0
- pulumi_oci/jms/get_task_schedules.py +218 -0
- pulumi_oci/jms/get_utils_analyze_applications_configuration.py +153 -0
- pulumi_oci/jms/get_utils_java_migration_analysi.py +316 -0
- pulumi_oci/jms/get_utils_java_migration_analysis.py +177 -0
- pulumi_oci/jms/get_utils_performance_tuning_analysi.py +274 -0
- pulumi_oci/jms/get_utils_performance_tuning_analysis.py +196 -0
- pulumi_oci/jms/get_utils_subscription_acknowledgment_configuration.py +161 -0
- pulumi_oci/jms/jms_plugin.py +36 -15
- pulumi_oci/jms/outputs.py +8500 -3920
- pulumi_oci/jms/task_schedule.py +658 -0
- pulumi_oci/marketplace/__init__.py +2 -0
- pulumi_oci/marketplace/_inputs.py +49 -0
- pulumi_oci/marketplace/get_marketplace_metadata_public_keys.py +144 -0
- pulumi_oci/marketplace/marketplace_external_attested_metadata.py +298 -0
- pulumi_oci/marketplace/outputs.py +124 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +29 -1
- pulumi_oci/redis/outputs.py +22 -0
- pulumi_oci/redis/redis_cluster.py +56 -0
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/METADATA +1 -1
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/RECORD +62 -43
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.8.0a1758168665.dist-info → pulumi_oci-3.9.0a1758687119.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,316 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetUtilsJavaMigrationAnalysiResult',
|
20
|
+
'AwaitableGetUtilsJavaMigrationAnalysiResult',
|
21
|
+
'get_utils_java_migration_analysi',
|
22
|
+
'get_utils_java_migration_analysi_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetUtilsJavaMigrationAnalysiResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getUtilsJavaMigrationAnalysi.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, analysis_project_name=None, analysis_result_files=None, analysis_result_object_storage_path=None, bucket=None, compartment_id=None, created_bies=None, id=None, input_applications_object_storage_paths=None, java_migration_analysis_id=None, metadata=None, namespace=None, target_jdk_version=None, time_created=None, time_finished=None, time_started=None, work_request_id=None):
|
31
|
+
if analysis_project_name and not isinstance(analysis_project_name, str):
|
32
|
+
raise TypeError("Expected argument 'analysis_project_name' to be a str")
|
33
|
+
pulumi.set(__self__, "analysis_project_name", analysis_project_name)
|
34
|
+
if analysis_result_files and not isinstance(analysis_result_files, list):
|
35
|
+
raise TypeError("Expected argument 'analysis_result_files' to be a list")
|
36
|
+
pulumi.set(__self__, "analysis_result_files", analysis_result_files)
|
37
|
+
if analysis_result_object_storage_path and not isinstance(analysis_result_object_storage_path, str):
|
38
|
+
raise TypeError("Expected argument 'analysis_result_object_storage_path' to be a str")
|
39
|
+
pulumi.set(__self__, "analysis_result_object_storage_path", analysis_result_object_storage_path)
|
40
|
+
if bucket and not isinstance(bucket, str):
|
41
|
+
raise TypeError("Expected argument 'bucket' to be a str")
|
42
|
+
pulumi.set(__self__, "bucket", bucket)
|
43
|
+
if compartment_id and not isinstance(compartment_id, str):
|
44
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
45
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
46
|
+
if created_bies and not isinstance(created_bies, list):
|
47
|
+
raise TypeError("Expected argument 'created_bies' to be a list")
|
48
|
+
pulumi.set(__self__, "created_bies", created_bies)
|
49
|
+
if id and not isinstance(id, str):
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
51
|
+
pulumi.set(__self__, "id", id)
|
52
|
+
if input_applications_object_storage_paths and not isinstance(input_applications_object_storage_paths, list):
|
53
|
+
raise TypeError("Expected argument 'input_applications_object_storage_paths' to be a list")
|
54
|
+
pulumi.set(__self__, "input_applications_object_storage_paths", input_applications_object_storage_paths)
|
55
|
+
if java_migration_analysis_id and not isinstance(java_migration_analysis_id, str):
|
56
|
+
raise TypeError("Expected argument 'java_migration_analysis_id' to be a str")
|
57
|
+
pulumi.set(__self__, "java_migration_analysis_id", java_migration_analysis_id)
|
58
|
+
if metadata and not isinstance(metadata, str):
|
59
|
+
raise TypeError("Expected argument 'metadata' to be a str")
|
60
|
+
pulumi.set(__self__, "metadata", metadata)
|
61
|
+
if namespace and not isinstance(namespace, str):
|
62
|
+
raise TypeError("Expected argument 'namespace' to be a str")
|
63
|
+
pulumi.set(__self__, "namespace", namespace)
|
64
|
+
if target_jdk_version and not isinstance(target_jdk_version, str):
|
65
|
+
raise TypeError("Expected argument 'target_jdk_version' to be a str")
|
66
|
+
pulumi.set(__self__, "target_jdk_version", target_jdk_version)
|
67
|
+
if time_created and not isinstance(time_created, str):
|
68
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
69
|
+
pulumi.set(__self__, "time_created", time_created)
|
70
|
+
if time_finished and not isinstance(time_finished, str):
|
71
|
+
raise TypeError("Expected argument 'time_finished' to be a str")
|
72
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
73
|
+
if time_started and not isinstance(time_started, str):
|
74
|
+
raise TypeError("Expected argument 'time_started' to be a str")
|
75
|
+
pulumi.set(__self__, "time_started", time_started)
|
76
|
+
if work_request_id and not isinstance(work_request_id, str):
|
77
|
+
raise TypeError("Expected argument 'work_request_id' to be a str")
|
78
|
+
pulumi.set(__self__, "work_request_id", work_request_id)
|
79
|
+
|
80
|
+
@_builtins.property
|
81
|
+
@pulumi.getter(name="analysisProjectName")
|
82
|
+
def analysis_project_name(self) -> _builtins.str:
|
83
|
+
"""
|
84
|
+
Name of the analysis project.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "analysis_project_name")
|
87
|
+
|
88
|
+
@_builtins.property
|
89
|
+
@pulumi.getter(name="analysisResultFiles")
|
90
|
+
def analysis_result_files(self) -> Sequence[_builtins.str]:
|
91
|
+
"""
|
92
|
+
The analysis application file names result in the Object Storage.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "analysis_result_files")
|
95
|
+
|
96
|
+
@_builtins.property
|
97
|
+
@pulumi.getter(name="analysisResultObjectStoragePath")
|
98
|
+
def analysis_result_object_storage_path(self) -> _builtins.str:
|
99
|
+
"""
|
100
|
+
Path to the Object Storage analysis application result.
|
101
|
+
"""
|
102
|
+
return pulumi.get(self, "analysis_result_object_storage_path")
|
103
|
+
|
104
|
+
@_builtins.property
|
105
|
+
@pulumi.getter
|
106
|
+
def bucket(self) -> _builtins.str:
|
107
|
+
"""
|
108
|
+
Object storage bucket name.
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "bucket")
|
111
|
+
|
112
|
+
@_builtins.property
|
113
|
+
@pulumi.getter(name="compartmentId")
|
114
|
+
def compartment_id(self) -> Optional[_builtins.str]:
|
115
|
+
"""
|
116
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
117
|
+
"""
|
118
|
+
return pulumi.get(self, "compartment_id")
|
119
|
+
|
120
|
+
@_builtins.property
|
121
|
+
@pulumi.getter(name="createdBies")
|
122
|
+
def created_bies(self) -> Sequence['outputs.GetUtilsJavaMigrationAnalysiCreatedByResult']:
|
123
|
+
"""
|
124
|
+
An authorized principal.
|
125
|
+
"""
|
126
|
+
return pulumi.get(self, "created_bies")
|
127
|
+
|
128
|
+
@_builtins.property
|
129
|
+
@pulumi.getter
|
130
|
+
def id(self) -> _builtins.str:
|
131
|
+
"""
|
132
|
+
The provider-assigned unique ID for this managed resource.
|
133
|
+
"""
|
134
|
+
return pulumi.get(self, "id")
|
135
|
+
|
136
|
+
@_builtins.property
|
137
|
+
@pulumi.getter(name="inputApplicationsObjectStoragePaths")
|
138
|
+
def input_applications_object_storage_paths(self) -> Sequence[_builtins.str]:
|
139
|
+
"""
|
140
|
+
Object storage paths to the input files applications to be analysed.
|
141
|
+
"""
|
142
|
+
return pulumi.get(self, "input_applications_object_storage_paths")
|
143
|
+
|
144
|
+
@_builtins.property
|
145
|
+
@pulumi.getter(name="javaMigrationAnalysisId")
|
146
|
+
def java_migration_analysis_id(self) -> _builtins.str:
|
147
|
+
return pulumi.get(self, "java_migration_analysis_id")
|
148
|
+
|
149
|
+
@_builtins.property
|
150
|
+
@pulumi.getter
|
151
|
+
def metadata(self) -> _builtins.str:
|
152
|
+
"""
|
153
|
+
Additional info reserved for future use.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "metadata")
|
156
|
+
|
157
|
+
@_builtins.property
|
158
|
+
@pulumi.getter
|
159
|
+
def namespace(self) -> _builtins.str:
|
160
|
+
"""
|
161
|
+
Object storage namespace.
|
162
|
+
"""
|
163
|
+
return pulumi.get(self, "namespace")
|
164
|
+
|
165
|
+
@_builtins.property
|
166
|
+
@pulumi.getter(name="targetJdkVersion")
|
167
|
+
def target_jdk_version(self) -> _builtins.str:
|
168
|
+
"""
|
169
|
+
Jdk Version of the Java Migration Analysis target.
|
170
|
+
"""
|
171
|
+
return pulumi.get(self, "target_jdk_version")
|
172
|
+
|
173
|
+
@_builtins.property
|
174
|
+
@pulumi.getter(name="timeCreated")
|
175
|
+
def time_created(self) -> _builtins.str:
|
176
|
+
"""
|
177
|
+
The date and time the Java Migration Analysis was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
178
|
+
"""
|
179
|
+
return pulumi.get(self, "time_created")
|
180
|
+
|
181
|
+
@_builtins.property
|
182
|
+
@pulumi.getter(name="timeFinished")
|
183
|
+
def time_finished(self) -> _builtins.str:
|
184
|
+
"""
|
185
|
+
The date and time the Java Migration Analysis was finished, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
186
|
+
"""
|
187
|
+
return pulumi.get(self, "time_finished")
|
188
|
+
|
189
|
+
@_builtins.property
|
190
|
+
@pulumi.getter(name="timeStarted")
|
191
|
+
def time_started(self) -> _builtins.str:
|
192
|
+
"""
|
193
|
+
The date and time the Java Migration Analysis was started, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
194
|
+
"""
|
195
|
+
return pulumi.get(self, "time_started")
|
196
|
+
|
197
|
+
@_builtins.property
|
198
|
+
@pulumi.getter(name="workRequestId")
|
199
|
+
def work_request_id(self) -> _builtins.str:
|
200
|
+
"""
|
201
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Work Request.
|
202
|
+
"""
|
203
|
+
return pulumi.get(self, "work_request_id")
|
204
|
+
|
205
|
+
|
206
|
+
class AwaitableGetUtilsJavaMigrationAnalysiResult(GetUtilsJavaMigrationAnalysiResult):
|
207
|
+
# pylint: disable=using-constant-test
|
208
|
+
def __await__(self):
|
209
|
+
if False:
|
210
|
+
yield self
|
211
|
+
return GetUtilsJavaMigrationAnalysiResult(
|
212
|
+
analysis_project_name=self.analysis_project_name,
|
213
|
+
analysis_result_files=self.analysis_result_files,
|
214
|
+
analysis_result_object_storage_path=self.analysis_result_object_storage_path,
|
215
|
+
bucket=self.bucket,
|
216
|
+
compartment_id=self.compartment_id,
|
217
|
+
created_bies=self.created_bies,
|
218
|
+
id=self.id,
|
219
|
+
input_applications_object_storage_paths=self.input_applications_object_storage_paths,
|
220
|
+
java_migration_analysis_id=self.java_migration_analysis_id,
|
221
|
+
metadata=self.metadata,
|
222
|
+
namespace=self.namespace,
|
223
|
+
target_jdk_version=self.target_jdk_version,
|
224
|
+
time_created=self.time_created,
|
225
|
+
time_finished=self.time_finished,
|
226
|
+
time_started=self.time_started,
|
227
|
+
work_request_id=self.work_request_id)
|
228
|
+
|
229
|
+
|
230
|
+
def get_utils_java_migration_analysi(compartment_id: Optional[_builtins.str] = None,
|
231
|
+
java_migration_analysis_id: Optional[_builtins.str] = None,
|
232
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUtilsJavaMigrationAnalysiResult:
|
233
|
+
"""
|
234
|
+
This data source provides details about a specific Java Migration Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
|
235
|
+
|
236
|
+
Gets information about a Java Migration Analysis.
|
237
|
+
|
238
|
+
## Example Usage
|
239
|
+
|
240
|
+
```python
|
241
|
+
import pulumi
|
242
|
+
import pulumi_oci as oci
|
243
|
+
|
244
|
+
test_java_migration_analysi = oci.Jms.get_utils_java_migration_analysi(java_migration_analysis_id=test_java_migration_analysi_oci_jms_utils_java_migration_analysi["id"])
|
245
|
+
```
|
246
|
+
|
247
|
+
|
248
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
249
|
+
:param _builtins.str java_migration_analysis_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
250
|
+
"""
|
251
|
+
__args__ = dict()
|
252
|
+
__args__['compartmentId'] = compartment_id
|
253
|
+
__args__['javaMigrationAnalysisId'] = java_migration_analysis_id
|
254
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
255
|
+
__ret__ = pulumi.runtime.invoke('oci:Jms/getUtilsJavaMigrationAnalysi:getUtilsJavaMigrationAnalysi', __args__, opts=opts, typ=GetUtilsJavaMigrationAnalysiResult).value
|
256
|
+
|
257
|
+
return AwaitableGetUtilsJavaMigrationAnalysiResult(
|
258
|
+
analysis_project_name=pulumi.get(__ret__, 'analysis_project_name'),
|
259
|
+
analysis_result_files=pulumi.get(__ret__, 'analysis_result_files'),
|
260
|
+
analysis_result_object_storage_path=pulumi.get(__ret__, 'analysis_result_object_storage_path'),
|
261
|
+
bucket=pulumi.get(__ret__, 'bucket'),
|
262
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
263
|
+
created_bies=pulumi.get(__ret__, 'created_bies'),
|
264
|
+
id=pulumi.get(__ret__, 'id'),
|
265
|
+
input_applications_object_storage_paths=pulumi.get(__ret__, 'input_applications_object_storage_paths'),
|
266
|
+
java_migration_analysis_id=pulumi.get(__ret__, 'java_migration_analysis_id'),
|
267
|
+
metadata=pulumi.get(__ret__, 'metadata'),
|
268
|
+
namespace=pulumi.get(__ret__, 'namespace'),
|
269
|
+
target_jdk_version=pulumi.get(__ret__, 'target_jdk_version'),
|
270
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
271
|
+
time_finished=pulumi.get(__ret__, 'time_finished'),
|
272
|
+
time_started=pulumi.get(__ret__, 'time_started'),
|
273
|
+
work_request_id=pulumi.get(__ret__, 'work_request_id'))
|
274
|
+
def get_utils_java_migration_analysi_output(compartment_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
275
|
+
java_migration_analysis_id: Optional[pulumi.Input[_builtins.str]] = None,
|
276
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUtilsJavaMigrationAnalysiResult]:
|
277
|
+
"""
|
278
|
+
This data source provides details about a specific Java Migration Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
|
279
|
+
|
280
|
+
Gets information about a Java Migration Analysis.
|
281
|
+
|
282
|
+
## Example Usage
|
283
|
+
|
284
|
+
```python
|
285
|
+
import pulumi
|
286
|
+
import pulumi_oci as oci
|
287
|
+
|
288
|
+
test_java_migration_analysi = oci.Jms.get_utils_java_migration_analysi(java_migration_analysis_id=test_java_migration_analysi_oci_jms_utils_java_migration_analysi["id"])
|
289
|
+
```
|
290
|
+
|
291
|
+
|
292
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
293
|
+
:param _builtins.str java_migration_analysis_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
294
|
+
"""
|
295
|
+
__args__ = dict()
|
296
|
+
__args__['compartmentId'] = compartment_id
|
297
|
+
__args__['javaMigrationAnalysisId'] = java_migration_analysis_id
|
298
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
299
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Jms/getUtilsJavaMigrationAnalysi:getUtilsJavaMigrationAnalysi', __args__, opts=opts, typ=GetUtilsJavaMigrationAnalysiResult)
|
300
|
+
return __ret__.apply(lambda __response__: GetUtilsJavaMigrationAnalysiResult(
|
301
|
+
analysis_project_name=pulumi.get(__response__, 'analysis_project_name'),
|
302
|
+
analysis_result_files=pulumi.get(__response__, 'analysis_result_files'),
|
303
|
+
analysis_result_object_storage_path=pulumi.get(__response__, 'analysis_result_object_storage_path'),
|
304
|
+
bucket=pulumi.get(__response__, 'bucket'),
|
305
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
306
|
+
created_bies=pulumi.get(__response__, 'created_bies'),
|
307
|
+
id=pulumi.get(__response__, 'id'),
|
308
|
+
input_applications_object_storage_paths=pulumi.get(__response__, 'input_applications_object_storage_paths'),
|
309
|
+
java_migration_analysis_id=pulumi.get(__response__, 'java_migration_analysis_id'),
|
310
|
+
metadata=pulumi.get(__response__, 'metadata'),
|
311
|
+
namespace=pulumi.get(__response__, 'namespace'),
|
312
|
+
target_jdk_version=pulumi.get(__response__, 'target_jdk_version'),
|
313
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
314
|
+
time_finished=pulumi.get(__response__, 'time_finished'),
|
315
|
+
time_started=pulumi.get(__response__, 'time_started'),
|
316
|
+
work_request_id=pulumi.get(__response__, 'work_request_id')))
|
@@ -0,0 +1,177 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetUtilsJavaMigrationAnalysisResult',
|
21
|
+
'AwaitableGetUtilsJavaMigrationAnalysisResult',
|
22
|
+
'get_utils_java_migration_analysis',
|
23
|
+
'get_utils_java_migration_analysis_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetUtilsJavaMigrationAnalysisResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getUtilsJavaMigrationAnalysis.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, analysis_project_name=None, compartment_id=None, filters=None, id=None, java_migration_analysis_collections=None):
|
32
|
+
if analysis_project_name and not isinstance(analysis_project_name, str):
|
33
|
+
raise TypeError("Expected argument 'analysis_project_name' to be a str")
|
34
|
+
pulumi.set(__self__, "analysis_project_name", analysis_project_name)
|
35
|
+
if compartment_id and not isinstance(compartment_id, str):
|
36
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
37
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if id and not isinstance(id, str):
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
43
|
+
pulumi.set(__self__, "id", id)
|
44
|
+
if java_migration_analysis_collections and not isinstance(java_migration_analysis_collections, list):
|
45
|
+
raise TypeError("Expected argument 'java_migration_analysis_collections' to be a list")
|
46
|
+
pulumi.set(__self__, "java_migration_analysis_collections", java_migration_analysis_collections)
|
47
|
+
|
48
|
+
@_builtins.property
|
49
|
+
@pulumi.getter(name="analysisProjectName")
|
50
|
+
def analysis_project_name(self) -> Optional[_builtins.str]:
|
51
|
+
"""
|
52
|
+
Name of the analysis project.
|
53
|
+
"""
|
54
|
+
return pulumi.get(self, "analysis_project_name")
|
55
|
+
|
56
|
+
@_builtins.property
|
57
|
+
@pulumi.getter(name="compartmentId")
|
58
|
+
def compartment_id(self) -> Optional[_builtins.str]:
|
59
|
+
"""
|
60
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
61
|
+
"""
|
62
|
+
return pulumi.get(self, "compartment_id")
|
63
|
+
|
64
|
+
@_builtins.property
|
65
|
+
@pulumi.getter
|
66
|
+
def filters(self) -> Optional[Sequence['outputs.GetUtilsJavaMigrationAnalysisFilterResult']]:
|
67
|
+
return pulumi.get(self, "filters")
|
68
|
+
|
69
|
+
@_builtins.property
|
70
|
+
@pulumi.getter
|
71
|
+
def id(self) -> Optional[_builtins.str]:
|
72
|
+
"""
|
73
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "id")
|
76
|
+
|
77
|
+
@_builtins.property
|
78
|
+
@pulumi.getter(name="javaMigrationAnalysisCollections")
|
79
|
+
def java_migration_analysis_collections(self) -> Sequence['outputs.GetUtilsJavaMigrationAnalysisJavaMigrationAnalysisCollectionResult']:
|
80
|
+
"""
|
81
|
+
The list of java_migration_analysis_collection.
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "java_migration_analysis_collections")
|
84
|
+
|
85
|
+
|
86
|
+
class AwaitableGetUtilsJavaMigrationAnalysisResult(GetUtilsJavaMigrationAnalysisResult):
|
87
|
+
# pylint: disable=using-constant-test
|
88
|
+
def __await__(self):
|
89
|
+
if False:
|
90
|
+
yield self
|
91
|
+
return GetUtilsJavaMigrationAnalysisResult(
|
92
|
+
analysis_project_name=self.analysis_project_name,
|
93
|
+
compartment_id=self.compartment_id,
|
94
|
+
filters=self.filters,
|
95
|
+
id=self.id,
|
96
|
+
java_migration_analysis_collections=self.java_migration_analysis_collections)
|
97
|
+
|
98
|
+
|
99
|
+
def get_utils_java_migration_analysis(analysis_project_name: Optional[_builtins.str] = None,
|
100
|
+
compartment_id: Optional[_builtins.str] = None,
|
101
|
+
filters: Optional[Sequence[Union['GetUtilsJavaMigrationAnalysisFilterArgs', 'GetUtilsJavaMigrationAnalysisFilterArgsDict']]] = None,
|
102
|
+
id: Optional[_builtins.str] = None,
|
103
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUtilsJavaMigrationAnalysisResult:
|
104
|
+
"""
|
105
|
+
This data source provides the list of Java Migration Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
106
|
+
|
107
|
+
Gets a list of Java Migration Analysis.
|
108
|
+
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_oci as oci
|
114
|
+
|
115
|
+
test_java_migration_analysis = oci.Jms.get_utils_java_migration_analysis(analysis_project_name=test_project["name"],
|
116
|
+
compartment_id=compartment_id,
|
117
|
+
id=java_migration_analysi_id)
|
118
|
+
```
|
119
|
+
|
120
|
+
|
121
|
+
:param _builtins.str analysis_project_name: The project name of the Performance Tuning Analysis to query for.
|
122
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
123
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
124
|
+
"""
|
125
|
+
__args__ = dict()
|
126
|
+
__args__['analysisProjectName'] = analysis_project_name
|
127
|
+
__args__['compartmentId'] = compartment_id
|
128
|
+
__args__['filters'] = filters
|
129
|
+
__args__['id'] = id
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke('oci:Jms/getUtilsJavaMigrationAnalysis:getUtilsJavaMigrationAnalysis', __args__, opts=opts, typ=GetUtilsJavaMigrationAnalysisResult).value
|
132
|
+
|
133
|
+
return AwaitableGetUtilsJavaMigrationAnalysisResult(
|
134
|
+
analysis_project_name=pulumi.get(__ret__, 'analysis_project_name'),
|
135
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
136
|
+
filters=pulumi.get(__ret__, 'filters'),
|
137
|
+
id=pulumi.get(__ret__, 'id'),
|
138
|
+
java_migration_analysis_collections=pulumi.get(__ret__, 'java_migration_analysis_collections'))
|
139
|
+
def get_utils_java_migration_analysis_output(analysis_project_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
140
|
+
compartment_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
141
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetUtilsJavaMigrationAnalysisFilterArgs', 'GetUtilsJavaMigrationAnalysisFilterArgsDict']]]]] = None,
|
142
|
+
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
143
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUtilsJavaMigrationAnalysisResult]:
|
144
|
+
"""
|
145
|
+
This data source provides the list of Java Migration Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
146
|
+
|
147
|
+
Gets a list of Java Migration Analysis.
|
148
|
+
|
149
|
+
## Example Usage
|
150
|
+
|
151
|
+
```python
|
152
|
+
import pulumi
|
153
|
+
import pulumi_oci as oci
|
154
|
+
|
155
|
+
test_java_migration_analysis = oci.Jms.get_utils_java_migration_analysis(analysis_project_name=test_project["name"],
|
156
|
+
compartment_id=compartment_id,
|
157
|
+
id=java_migration_analysi_id)
|
158
|
+
```
|
159
|
+
|
160
|
+
|
161
|
+
:param _builtins.str analysis_project_name: The project name of the Performance Tuning Analysis to query for.
|
162
|
+
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
163
|
+
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
164
|
+
"""
|
165
|
+
__args__ = dict()
|
166
|
+
__args__['analysisProjectName'] = analysis_project_name
|
167
|
+
__args__['compartmentId'] = compartment_id
|
168
|
+
__args__['filters'] = filters
|
169
|
+
__args__['id'] = id
|
170
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
171
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Jms/getUtilsJavaMigrationAnalysis:getUtilsJavaMigrationAnalysis', __args__, opts=opts, typ=GetUtilsJavaMigrationAnalysisResult)
|
172
|
+
return __ret__.apply(lambda __response__: GetUtilsJavaMigrationAnalysisResult(
|
173
|
+
analysis_project_name=pulumi.get(__response__, 'analysis_project_name'),
|
174
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
175
|
+
filters=pulumi.get(__response__, 'filters'),
|
176
|
+
id=pulumi.get(__response__, 'id'),
|
177
|
+
java_migration_analysis_collections=pulumi.get(__response__, 'java_migration_analysis_collections')))
|