pulumi-oci 2.1.0a1719958917__py3-none-any.whl → 2.2.0__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 (61) hide show
  1. pulumi_oci/__init__.py +43 -0
  2. pulumi_oci/database/__init__.py +11 -0
  3. pulumi_oci/database/_inputs.py +607 -0
  4. pulumi_oci/database/db_node.py +28 -0
  5. pulumi_oci/database/exadb_vm_cluster.py +1761 -0
  6. pulumi_oci/database/exascale_db_storage_vault.py +787 -0
  7. pulumi_oci/database/get_backups.py +22 -5
  8. pulumi_oci/database/get_db_node.py +14 -1
  9. pulumi_oci/database/get_db_nodes.py +2 -2
  10. pulumi_oci/database/get_exadb_vm_cluster.py +614 -0
  11. pulumi_oci/database/get_exadb_vm_cluster_update.py +226 -0
  12. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +153 -0
  13. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +226 -0
  14. pulumi_oci/database/get_exadb_vm_cluster_updates.py +173 -0
  15. pulumi_oci/database/get_exadb_vm_clusters.py +196 -0
  16. pulumi_oci/database/get_exascale_db_storage_vault.py +301 -0
  17. pulumi_oci/database/get_exascale_db_storage_vaults.py +176 -0
  18. pulumi_oci/database/get_gi_version_minor_versions.py +221 -0
  19. pulumi_oci/database/get_gi_versions.py +22 -5
  20. pulumi_oci/database/outputs.py +2050 -0
  21. pulumi_oci/database/pluggable_database.py +7 -7
  22. pulumi_oci/databasemigration/__init__.py +6 -0
  23. pulumi_oci/databasemigration/_inputs.py +1633 -0
  24. pulumi_oci/databasemigration/connection.py +2019 -0
  25. pulumi_oci/databasemigration/get_connection.py +616 -0
  26. pulumi_oci/databasemigration/get_connections.py +225 -0
  27. pulumi_oci/databasemigration/get_job_advisor_report.py +2 -10
  28. pulumi_oci/databasemigration/get_migration.py +440 -0
  29. pulumi_oci/databasemigration/get_migration_object_types.py +24 -13
  30. pulumi_oci/databasemigration/get_migrations.py +420 -0
  31. pulumi_oci/databasemigration/job.py +16 -20
  32. pulumi_oci/databasemigration/migration.py +1528 -0
  33. pulumi_oci/databasemigration/outputs.py +4447 -76
  34. pulumi_oci/filestorage/_inputs.py +10 -18
  35. pulumi_oci/filestorage/export.py +28 -7
  36. pulumi_oci/filestorage/file_system.py +159 -35
  37. pulumi_oci/filestorage/outputs.py +55 -34
  38. pulumi_oci/generativeai/_inputs.py +50 -2
  39. pulumi_oci/generativeai/dedicated_ai_cluster.py +30 -2
  40. pulumi_oci/generativeai/endpoint.py +2 -2
  41. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -47
  42. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -14
  43. pulumi_oci/generativeai/get_endpoint.py +2 -26
  44. pulumi_oci/generativeai/get_endpoints.py +2 -8
  45. pulumi_oci/generativeai/get_model.py +2 -38
  46. pulumi_oci/generativeai/get_models.py +2 -8
  47. pulumi_oci/generativeai/model.py +2 -2
  48. pulumi_oci/generativeai/outputs.py +86 -310
  49. pulumi_oci/meteringcomputation/_inputs.py +32 -0
  50. pulumi_oci/meteringcomputation/outputs.py +29 -1
  51. pulumi_oci/pulumi-plugin.json +1 -1
  52. pulumi_oci/resourcescheduler/__init__.py +12 -0
  53. pulumi_oci/resourcescheduler/_inputs.py +224 -0
  54. pulumi_oci/resourcescheduler/get_schedule.py +340 -0
  55. pulumi_oci/resourcescheduler/get_schedules.py +193 -0
  56. pulumi_oci/resourcescheduler/outputs.py +687 -0
  57. pulumi_oci/resourcescheduler/schedule.py +977 -0
  58. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.2.0.dist-info}/METADATA +1 -1
  59. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.2.0.dist-info}/RECORD +61 -38
  60. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.2.0.dist-info}/WHEEL +1 -1
  61. {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.2.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,225 @@
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
+ 'GetConnectionsResult',
16
+ 'AwaitableGetConnectionsResult',
17
+ 'get_connections',
18
+ 'get_connections_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetConnectionsResult:
23
+ """
24
+ A collection of values returned by getConnections.
25
+ """
26
+ def __init__(__self__, compartment_id=None, connection_collections=None, connection_types=None, display_name=None, filters=None, id=None, source_connection_id=None, state=None, technology_types=None):
27
+ if compartment_id and not isinstance(compartment_id, str):
28
+ raise TypeError("Expected argument 'compartment_id' to be a str")
29
+ pulumi.set(__self__, "compartment_id", compartment_id)
30
+ if connection_collections and not isinstance(connection_collections, list):
31
+ raise TypeError("Expected argument 'connection_collections' to be a list")
32
+ pulumi.set(__self__, "connection_collections", connection_collections)
33
+ if connection_types and not isinstance(connection_types, list):
34
+ raise TypeError("Expected argument 'connection_types' to be a list")
35
+ pulumi.set(__self__, "connection_types", connection_types)
36
+ if display_name and not isinstance(display_name, str):
37
+ raise TypeError("Expected argument 'display_name' to be a str")
38
+ pulumi.set(__self__, "display_name", display_name)
39
+ if filters and not isinstance(filters, list):
40
+ raise TypeError("Expected argument 'filters' to be a list")
41
+ pulumi.set(__self__, "filters", filters)
42
+ if id and not isinstance(id, str):
43
+ raise TypeError("Expected argument 'id' to be a str")
44
+ pulumi.set(__self__, "id", id)
45
+ if source_connection_id and not isinstance(source_connection_id, str):
46
+ raise TypeError("Expected argument 'source_connection_id' to be a str")
47
+ pulumi.set(__self__, "source_connection_id", source_connection_id)
48
+ if state and not isinstance(state, str):
49
+ raise TypeError("Expected argument 'state' to be a str")
50
+ pulumi.set(__self__, "state", state)
51
+ if technology_types and not isinstance(technology_types, list):
52
+ raise TypeError("Expected argument 'technology_types' to be a list")
53
+ pulumi.set(__self__, "technology_types", technology_types)
54
+
55
+ @property
56
+ @pulumi.getter(name="compartmentId")
57
+ def compartment_id(self) -> str:
58
+ """
59
+ The OCID of the compartment.
60
+ """
61
+ return pulumi.get(self, "compartment_id")
62
+
63
+ @property
64
+ @pulumi.getter(name="connectionCollections")
65
+ def connection_collections(self) -> Sequence['outputs.GetConnectionsConnectionCollectionResult']:
66
+ """
67
+ The list of connection_collection.
68
+ """
69
+ return pulumi.get(self, "connection_collections")
70
+
71
+ @property
72
+ @pulumi.getter(name="connectionTypes")
73
+ def connection_types(self) -> Optional[Sequence[str]]:
74
+ """
75
+ Defines the type of connection. For example, ORACLE.
76
+ """
77
+ return pulumi.get(self, "connection_types")
78
+
79
+ @property
80
+ @pulumi.getter(name="displayName")
81
+ def display_name(self) -> Optional[str]:
82
+ """
83
+ A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
84
+ """
85
+ return pulumi.get(self, "display_name")
86
+
87
+ @property
88
+ @pulumi.getter
89
+ def filters(self) -> Optional[Sequence['outputs.GetConnectionsFilterResult']]:
90
+ return pulumi.get(self, "filters")
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def id(self) -> str:
95
+ """
96
+ The provider-assigned unique ID for this managed resource.
97
+ """
98
+ return pulumi.get(self, "id")
99
+
100
+ @property
101
+ @pulumi.getter(name="sourceConnectionId")
102
+ def source_connection_id(self) -> Optional[str]:
103
+ return pulumi.get(self, "source_connection_id")
104
+
105
+ @property
106
+ @pulumi.getter
107
+ def state(self) -> Optional[str]:
108
+ """
109
+ The Connection's current lifecycle state.
110
+ """
111
+ return pulumi.get(self, "state")
112
+
113
+ @property
114
+ @pulumi.getter(name="technologyTypes")
115
+ def technology_types(self) -> Optional[Sequence[str]]:
116
+ """
117
+ The type of MySQL source or target connection. Example: OCI_MYSQL represents Oracle Cloud Infrastructure MySQL HeatWave Database Service
118
+ """
119
+ return pulumi.get(self, "technology_types")
120
+
121
+
122
+ class AwaitableGetConnectionsResult(GetConnectionsResult):
123
+ # pylint: disable=using-constant-test
124
+ def __await__(self):
125
+ if False:
126
+ yield self
127
+ return GetConnectionsResult(
128
+ compartment_id=self.compartment_id,
129
+ connection_collections=self.connection_collections,
130
+ connection_types=self.connection_types,
131
+ display_name=self.display_name,
132
+ filters=self.filters,
133
+ id=self.id,
134
+ source_connection_id=self.source_connection_id,
135
+ state=self.state,
136
+ technology_types=self.technology_types)
137
+
138
+
139
+ def get_connections(compartment_id: Optional[str] = None,
140
+ connection_types: Optional[Sequence[str]] = None,
141
+ display_name: Optional[str] = None,
142
+ filters: Optional[Sequence[pulumi.InputType['GetConnectionsFilterArgs']]] = None,
143
+ source_connection_id: Optional[str] = None,
144
+ state: Optional[str] = None,
145
+ technology_types: Optional[Sequence[str]] = None,
146
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConnectionsResult:
147
+ """
148
+ ## Example Usage
149
+
150
+ ```python
151
+ import pulumi
152
+ import pulumi_oci as oci
153
+
154
+ test_connections = oci.DatabaseMigration.get_connections(compartment_id=compartment_id,
155
+ connection_types=connection_connection_type,
156
+ display_name=connection_display_name,
157
+ source_connection_id=test_connection["id"],
158
+ state=connection_state,
159
+ technology_types=connection_technology_type)
160
+ ```
161
+
162
+
163
+ :param str compartment_id: The ID of the compartment in which to list resources.
164
+ :param Sequence[str] connection_types: The array of connection types.
165
+ :param str display_name: A filter to return only resources that match the entire display name given.
166
+ :param str source_connection_id: The OCID of the source database connection.
167
+ :param str state: The current state of the Database Migration Deployment.
168
+ :param Sequence[str] technology_types: The array of technology types.
169
+ """
170
+ __args__ = dict()
171
+ __args__['compartmentId'] = compartment_id
172
+ __args__['connectionTypes'] = connection_types
173
+ __args__['displayName'] = display_name
174
+ __args__['filters'] = filters
175
+ __args__['sourceConnectionId'] = source_connection_id
176
+ __args__['state'] = state
177
+ __args__['technologyTypes'] = technology_types
178
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
179
+ __ret__ = pulumi.runtime.invoke('oci:DatabaseMigration/getConnections:getConnections', __args__, opts=opts, typ=GetConnectionsResult).value
180
+
181
+ return AwaitableGetConnectionsResult(
182
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
183
+ connection_collections=pulumi.get(__ret__, 'connection_collections'),
184
+ connection_types=pulumi.get(__ret__, 'connection_types'),
185
+ display_name=pulumi.get(__ret__, 'display_name'),
186
+ filters=pulumi.get(__ret__, 'filters'),
187
+ id=pulumi.get(__ret__, 'id'),
188
+ source_connection_id=pulumi.get(__ret__, 'source_connection_id'),
189
+ state=pulumi.get(__ret__, 'state'),
190
+ technology_types=pulumi.get(__ret__, 'technology_types'))
191
+
192
+
193
+ @_utilities.lift_output_func(get_connections)
194
+ def get_connections_output(compartment_id: Optional[pulumi.Input[str]] = None,
195
+ connection_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
196
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
197
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetConnectionsFilterArgs']]]]] = None,
198
+ source_connection_id: Optional[pulumi.Input[Optional[str]]] = None,
199
+ state: Optional[pulumi.Input[Optional[str]]] = None,
200
+ technology_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
201
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetConnectionsResult]:
202
+ """
203
+ ## Example Usage
204
+
205
+ ```python
206
+ import pulumi
207
+ import pulumi_oci as oci
208
+
209
+ test_connections = oci.DatabaseMigration.get_connections(compartment_id=compartment_id,
210
+ connection_types=connection_connection_type,
211
+ display_name=connection_display_name,
212
+ source_connection_id=test_connection["id"],
213
+ state=connection_state,
214
+ technology_types=connection_technology_type)
215
+ ```
216
+
217
+
218
+ :param str compartment_id: The ID of the compartment in which to list resources.
219
+ :param Sequence[str] connection_types: The array of connection types.
220
+ :param str display_name: A filter to return only resources that match the entire display name given.
221
+ :param str source_connection_id: The OCID of the source database connection.
222
+ :param str state: The current state of the Database Migration Deployment.
223
+ :param Sequence[str] technology_types: The array of technology types.
224
+ """
225
+ ...
@@ -97,7 +97,7 @@ class GetJobAdvisorReportResult:
97
97
  @pulumi.getter(name="reportLocationDetails")
98
98
  def report_location_details(self) -> Sequence['outputs.GetJobAdvisorReportReportLocationDetailResult']:
99
99
  """
100
- Details to access Pre-Migration Advisor report.
100
+ Details to access Premigration Advisor report.
101
101
  """
102
102
  return pulumi.get(self, "report_location_details")
103
103
 
@@ -105,7 +105,7 @@ class GetJobAdvisorReportResult:
105
105
  @pulumi.getter
106
106
  def result(self) -> str:
107
107
  """
108
- Pre-Migration advisor result.
108
+ Premigration Advisor result.
109
109
  """
110
110
  return pulumi.get(self, "result")
111
111
 
@@ -129,10 +129,6 @@ class AwaitableGetJobAdvisorReportResult(GetJobAdvisorReportResult):
129
129
  def get_job_advisor_report(job_id: Optional[str] = None,
130
130
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetJobAdvisorReportResult:
131
131
  """
132
- This data source provides details about a specific Job Advisor Report resource in Oracle Cloud Infrastructure Database Migration service.
133
-
134
- Get the Pre-Migration Advisor report details
135
-
136
132
  ## Example Usage
137
133
 
138
134
  ```python
@@ -165,10 +161,6 @@ def get_job_advisor_report(job_id: Optional[str] = None,
165
161
  def get_job_advisor_report_output(job_id: Optional[pulumi.Input[str]] = None,
166
162
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetJobAdvisorReportResult]:
167
163
  """
168
- This data source provides details about a specific Job Advisor Report resource in Oracle Cloud Infrastructure Database Migration service.
169
-
170
- Get the Pre-Migration Advisor report details
171
-
172
164
  ## Example Usage
173
165
 
174
166
  ```python