pulumi-oci 2.1.0__py3-none-any.whl → 2.1.0a1719905039__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 -43
- pulumi_oci/database/__init__.py +0 -11
- pulumi_oci/database/_inputs.py +0 -607
- pulumi_oci/database/db_node.py +0 -28
- pulumi_oci/database/get_backups.py +5 -22
- pulumi_oci/database/get_db_node.py +1 -14
- pulumi_oci/database/get_db_nodes.py +2 -2
- pulumi_oci/database/get_gi_versions.py +5 -22
- pulumi_oci/database/outputs.py +0 -2050
- pulumi_oci/database/pluggable_database.py +7 -7
- pulumi_oci/databasemigration/__init__.py +0 -6
- pulumi_oci/databasemigration/_inputs.py +0 -1577
- pulumi_oci/databasemigration/get_job_advisor_report.py +10 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +13 -24
- pulumi_oci/databasemigration/job.py +20 -16
- pulumi_oci/databasemigration/outputs.py +72 -4300
- pulumi_oci/filestorage/_inputs.py +18 -10
- pulumi_oci/filestorage/export.py +7 -28
- pulumi_oci/filestorage/file_system.py +35 -159
- pulumi_oci/filestorage/outputs.py +34 -55
- pulumi_oci/generativeai/_inputs.py +2 -50
- pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -30
- pulumi_oci/generativeai/endpoint.py +2 -2
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +47 -2
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +14 -2
- pulumi_oci/generativeai/get_endpoint.py +26 -2
- pulumi_oci/generativeai/get_endpoints.py +8 -2
- pulumi_oci/generativeai/get_model.py +38 -2
- pulumi_oci/generativeai/get_models.py +8 -2
- pulumi_oci/generativeai/model.py +2 -2
- pulumi_oci/generativeai/outputs.py +310 -86
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/METADATA +1 -1
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/RECORD +36 -59
- pulumi_oci/database/exadb_vm_cluster.py +0 -1761
- pulumi_oci/database/exascale_db_storage_vault.py +0 -787
- pulumi_oci/database/get_exadb_vm_cluster.py +0 -614
- pulumi_oci/database/get_exadb_vm_cluster_update.py +0 -226
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +0 -153
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +0 -226
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +0 -173
- pulumi_oci/database/get_exadb_vm_clusters.py +0 -196
- pulumi_oci/database/get_exascale_db_storage_vault.py +0 -301
- pulumi_oci/database/get_exascale_db_storage_vaults.py +0 -176
- pulumi_oci/database/get_gi_version_minor_versions.py +0 -221
- pulumi_oci/databasemigration/connection.py +0 -2019
- pulumi_oci/databasemigration/get_connection.py +0 -616
- pulumi_oci/databasemigration/get_connections.py +0 -225
- pulumi_oci/databasemigration/get_migration.py +0 -427
- pulumi_oci/databasemigration/get_migrations.py +0 -407
- pulumi_oci/databasemigration/migration.py +0 -1471
- pulumi_oci/resourcescheduler/__init__.py +0 -12
- pulumi_oci/resourcescheduler/_inputs.py +0 -224
- pulumi_oci/resourcescheduler/get_schedule.py +0 -340
- pulumi_oci/resourcescheduler/get_schedules.py +0 -193
- pulumi_oci/resourcescheduler/outputs.py +0 -687
- pulumi_oci/resourcescheduler/schedule.py +0 -977
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.1.0.dist-info → pulumi_oci-2.1.0a1719905039.dist-info}/top_level.txt +0 -0
pulumi_oci/database/db_node.py
CHANGED
@@ -99,7 +99,6 @@ class _DbNodeState:
|
|
99
99
|
time_created: Optional[pulumi.Input[str]] = None,
|
100
100
|
time_maintenance_window_end: Optional[pulumi.Input[str]] = None,
|
101
101
|
time_maintenance_window_start: Optional[pulumi.Input[str]] = None,
|
102
|
-
total_cpu_core_count: Optional[pulumi.Input[int]] = None,
|
103
102
|
vnic2id: Optional[pulumi.Input[str]] = None,
|
104
103
|
vnic_id: Optional[pulumi.Input[str]] = None):
|
105
104
|
"""
|
@@ -130,7 +129,6 @@ class _DbNodeState:
|
|
130
129
|
:param pulumi.Input[str] time_created: The date and time that the database node was created.
|
131
130
|
:param pulumi.Input[str] time_maintenance_window_end: End date and time of maintenance window.
|
132
131
|
:param pulumi.Input[str] time_maintenance_window_start: Start date and time of maintenance window.
|
133
|
-
:param pulumi.Input[int] total_cpu_core_count: The total number of CPU cores reserved on the Db node.
|
134
132
|
:param pulumi.Input[str] vnic2id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second VNIC.
|
135
133
|
:param pulumi.Input[str] vnic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
136
134
|
"""
|
@@ -178,8 +176,6 @@ class _DbNodeState:
|
|
178
176
|
pulumi.set(__self__, "time_maintenance_window_end", time_maintenance_window_end)
|
179
177
|
if time_maintenance_window_start is not None:
|
180
178
|
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
181
|
-
if total_cpu_core_count is not None:
|
182
|
-
pulumi.set(__self__, "total_cpu_core_count", total_cpu_core_count)
|
183
179
|
if vnic2id is not None:
|
184
180
|
pulumi.set(__self__, "vnic2id", vnic2id)
|
185
181
|
if vnic_id is not None:
|
@@ -453,18 +449,6 @@ class _DbNodeState:
|
|
453
449
|
def time_maintenance_window_start(self, value: Optional[pulumi.Input[str]]):
|
454
450
|
pulumi.set(self, "time_maintenance_window_start", value)
|
455
451
|
|
456
|
-
@property
|
457
|
-
@pulumi.getter(name="totalCpuCoreCount")
|
458
|
-
def total_cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
459
|
-
"""
|
460
|
-
The total number of CPU cores reserved on the Db node.
|
461
|
-
"""
|
462
|
-
return pulumi.get(self, "total_cpu_core_count")
|
463
|
-
|
464
|
-
@total_cpu_core_count.setter
|
465
|
-
def total_cpu_core_count(self, value: Optional[pulumi.Input[int]]):
|
466
|
-
pulumi.set(self, "total_cpu_core_count", value)
|
467
|
-
|
468
452
|
@property
|
469
453
|
@pulumi.getter
|
470
454
|
def vnic2id(self) -> Optional[pulumi.Input[str]]:
|
@@ -592,7 +576,6 @@ class DbNode(pulumi.CustomResource):
|
|
592
576
|
__props__.__dict__["time_created"] = None
|
593
577
|
__props__.__dict__["time_maintenance_window_end"] = None
|
594
578
|
__props__.__dict__["time_maintenance_window_start"] = None
|
595
|
-
__props__.__dict__["total_cpu_core_count"] = None
|
596
579
|
__props__.__dict__["vnic2id"] = None
|
597
580
|
__props__.__dict__["vnic_id"] = None
|
598
581
|
super(DbNode, __self__).__init__(
|
@@ -627,7 +610,6 @@ class DbNode(pulumi.CustomResource):
|
|
627
610
|
time_created: Optional[pulumi.Input[str]] = None,
|
628
611
|
time_maintenance_window_end: Optional[pulumi.Input[str]] = None,
|
629
612
|
time_maintenance_window_start: Optional[pulumi.Input[str]] = None,
|
630
|
-
total_cpu_core_count: Optional[pulumi.Input[int]] = None,
|
631
613
|
vnic2id: Optional[pulumi.Input[str]] = None,
|
632
614
|
vnic_id: Optional[pulumi.Input[str]] = None) -> 'DbNode':
|
633
615
|
"""
|
@@ -663,7 +645,6 @@ class DbNode(pulumi.CustomResource):
|
|
663
645
|
:param pulumi.Input[str] time_created: The date and time that the database node was created.
|
664
646
|
:param pulumi.Input[str] time_maintenance_window_end: End date and time of maintenance window.
|
665
647
|
:param pulumi.Input[str] time_maintenance_window_start: Start date and time of maintenance window.
|
666
|
-
:param pulumi.Input[int] total_cpu_core_count: The total number of CPU cores reserved on the Db node.
|
667
648
|
:param pulumi.Input[str] vnic2id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second VNIC.
|
668
649
|
:param pulumi.Input[str] vnic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
669
650
|
"""
|
@@ -693,7 +674,6 @@ class DbNode(pulumi.CustomResource):
|
|
693
674
|
__props__.__dict__["time_created"] = time_created
|
694
675
|
__props__.__dict__["time_maintenance_window_end"] = time_maintenance_window_end
|
695
676
|
__props__.__dict__["time_maintenance_window_start"] = time_maintenance_window_start
|
696
|
-
__props__.__dict__["total_cpu_core_count"] = total_cpu_core_count
|
697
677
|
__props__.__dict__["vnic2id"] = vnic2id
|
698
678
|
__props__.__dict__["vnic_id"] = vnic_id
|
699
679
|
return DbNode(resource_name, opts=opts, __props__=__props__)
|
@@ -878,14 +858,6 @@ class DbNode(pulumi.CustomResource):
|
|
878
858
|
"""
|
879
859
|
return pulumi.get(self, "time_maintenance_window_start")
|
880
860
|
|
881
|
-
@property
|
882
|
-
@pulumi.getter(name="totalCpuCoreCount")
|
883
|
-
def total_cpu_core_count(self) -> pulumi.Output[int]:
|
884
|
-
"""
|
885
|
-
The total number of CPU cores reserved on the Db node.
|
886
|
-
"""
|
887
|
-
return pulumi.get(self, "total_cpu_core_count")
|
888
|
-
|
889
861
|
@property
|
890
862
|
@pulumi.getter
|
891
863
|
def vnic2id(self) -> pulumi.Output[str]:
|
@@ -23,7 +23,7 @@ class GetBackupsResult:
|
|
23
23
|
"""
|
24
24
|
A collection of values returned by getBackups.
|
25
25
|
"""
|
26
|
-
def __init__(__self__, backups=None, compartment_id=None, database_id=None, filters=None, id=None
|
26
|
+
def __init__(__self__, backups=None, compartment_id=None, database_id=None, filters=None, id=None):
|
27
27
|
if backups and not isinstance(backups, list):
|
28
28
|
raise TypeError("Expected argument 'backups' to be a list")
|
29
29
|
pulumi.set(__self__, "backups", backups)
|
@@ -39,9 +39,6 @@ class GetBackupsResult:
|
|
39
39
|
if id and not isinstance(id, str):
|
40
40
|
raise TypeError("Expected argument 'id' to be a str")
|
41
41
|
pulumi.set(__self__, "id", id)
|
42
|
-
if shape_family and not isinstance(shape_family, str):
|
43
|
-
raise TypeError("Expected argument 'shape_family' to be a str")
|
44
|
-
pulumi.set(__self__, "shape_family", shape_family)
|
45
42
|
|
46
43
|
@property
|
47
44
|
@pulumi.getter
|
@@ -80,11 +77,6 @@ class GetBackupsResult:
|
|
80
77
|
"""
|
81
78
|
return pulumi.get(self, "id")
|
82
79
|
|
83
|
-
@property
|
84
|
-
@pulumi.getter(name="shapeFamily")
|
85
|
-
def shape_family(self) -> Optional[str]:
|
86
|
-
return pulumi.get(self, "shape_family")
|
87
|
-
|
88
80
|
|
89
81
|
class AwaitableGetBackupsResult(GetBackupsResult):
|
90
82
|
# pylint: disable=using-constant-test
|
@@ -96,14 +88,12 @@ class AwaitableGetBackupsResult(GetBackupsResult):
|
|
96
88
|
compartment_id=self.compartment_id,
|
97
89
|
database_id=self.database_id,
|
98
90
|
filters=self.filters,
|
99
|
-
id=self.id
|
100
|
-
shape_family=self.shape_family)
|
91
|
+
id=self.id)
|
101
92
|
|
102
93
|
|
103
94
|
def get_backups(compartment_id: Optional[str] = None,
|
104
95
|
database_id: Optional[str] = None,
|
105
96
|
filters: Optional[Sequence[pulumi.InputType['GetBackupsFilterArgs']]] = None,
|
106
|
-
shape_family: Optional[str] = None,
|
107
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBackupsResult:
|
108
98
|
"""
|
109
99
|
This data source provides the list of Backups in Oracle Cloud Infrastructure Database service.
|
@@ -117,20 +107,17 @@ def get_backups(compartment_id: Optional[str] = None,
|
|
117
107
|
import pulumi_oci as oci
|
118
108
|
|
119
109
|
test_backups = oci.Database.get_backups(compartment_id=compartment_id,
|
120
|
-
database_id=test_database["id"]
|
121
|
-
shape_family=backup_shape_family)
|
110
|
+
database_id=test_database["id"])
|
122
111
|
```
|
123
112
|
|
124
113
|
|
125
114
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
126
115
|
:param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
127
|
-
:param str shape_family: If provided, filters the results to the set of database versions which are supported for the given shape family.
|
128
116
|
"""
|
129
117
|
__args__ = dict()
|
130
118
|
__args__['compartmentId'] = compartment_id
|
131
119
|
__args__['databaseId'] = database_id
|
132
120
|
__args__['filters'] = filters
|
133
|
-
__args__['shapeFamily'] = shape_family
|
134
121
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
135
122
|
__ret__ = pulumi.runtime.invoke('oci:Database/getBackups:getBackups', __args__, opts=opts, typ=GetBackupsResult).value
|
136
123
|
|
@@ -139,15 +126,13 @@ def get_backups(compartment_id: Optional[str] = None,
|
|
139
126
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
140
127
|
database_id=pulumi.get(__ret__, 'database_id'),
|
141
128
|
filters=pulumi.get(__ret__, 'filters'),
|
142
|
-
id=pulumi.get(__ret__, 'id')
|
143
|
-
shape_family=pulumi.get(__ret__, 'shape_family'))
|
129
|
+
id=pulumi.get(__ret__, 'id'))
|
144
130
|
|
145
131
|
|
146
132
|
@_utilities.lift_output_func(get_backups)
|
147
133
|
def get_backups_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
148
134
|
database_id: Optional[pulumi.Input[Optional[str]]] = None,
|
149
135
|
filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetBackupsFilterArgs']]]]] = None,
|
150
|
-
shape_family: Optional[pulumi.Input[Optional[str]]] = None,
|
151
136
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBackupsResult]:
|
152
137
|
"""
|
153
138
|
This data source provides the list of Backups in Oracle Cloud Infrastructure Database service.
|
@@ -161,13 +146,11 @@ def get_backups_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = N
|
|
161
146
|
import pulumi_oci as oci
|
162
147
|
|
163
148
|
test_backups = oci.Database.get_backups(compartment_id=compartment_id,
|
164
|
-
database_id=test_database["id"]
|
165
|
-
shape_family=backup_shape_family)
|
149
|
+
database_id=test_database["id"])
|
166
150
|
```
|
167
151
|
|
168
152
|
|
169
153
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
170
154
|
:param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
171
|
-
:param str shape_family: If provided, filters the results to the set of database versions which are supported for the given shape family.
|
172
155
|
"""
|
173
156
|
...
|
@@ -21,7 +21,7 @@ class GetDbNodeResult:
|
|
21
21
|
"""
|
22
22
|
A collection of values returned by getDbNode.
|
23
23
|
"""
|
24
|
-
def __init__(__self__, additional_details=None, backup_ip_id=None, backup_vnic2id=None, backup_vnic_id=None, cpu_core_count=None, db_node_id=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_system_id=None, defined_tags=None, fault_domain=None, freeform_tags=None, host_ip_id=None, hostname=None, id=None, lifecycle_details=None, maintenance_type=None, memory_size_in_gbs=None, software_storage_size_in_gb=None, state=None, time_created=None, time_maintenance_window_end=None, time_maintenance_window_start=None,
|
24
|
+
def __init__(__self__, additional_details=None, backup_ip_id=None, backup_vnic2id=None, backup_vnic_id=None, cpu_core_count=None, db_node_id=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_system_id=None, defined_tags=None, fault_domain=None, freeform_tags=None, host_ip_id=None, hostname=None, id=None, lifecycle_details=None, maintenance_type=None, memory_size_in_gbs=None, software_storage_size_in_gb=None, state=None, time_created=None, time_maintenance_window_end=None, time_maintenance_window_start=None, vnic2id=None, vnic_id=None):
|
25
25
|
if additional_details and not isinstance(additional_details, str):
|
26
26
|
raise TypeError("Expected argument 'additional_details' to be a str")
|
27
27
|
pulumi.set(__self__, "additional_details", additional_details)
|
@@ -91,9 +91,6 @@ class GetDbNodeResult:
|
|
91
91
|
if time_maintenance_window_start and not isinstance(time_maintenance_window_start, str):
|
92
92
|
raise TypeError("Expected argument 'time_maintenance_window_start' to be a str")
|
93
93
|
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
94
|
-
if total_cpu_core_count and not isinstance(total_cpu_core_count, int):
|
95
|
-
raise TypeError("Expected argument 'total_cpu_core_count' to be a int")
|
96
|
-
pulumi.set(__self__, "total_cpu_core_count", total_cpu_core_count)
|
97
94
|
if vnic2id and not isinstance(vnic2id, str):
|
98
95
|
raise TypeError("Expected argument 'vnic2id' to be a str")
|
99
96
|
pulumi.set(__self__, "vnic2id", vnic2id)
|
@@ -283,14 +280,6 @@ class GetDbNodeResult:
|
|
283
280
|
"""
|
284
281
|
return pulumi.get(self, "time_maintenance_window_start")
|
285
282
|
|
286
|
-
@property
|
287
|
-
@pulumi.getter(name="totalCpuCoreCount")
|
288
|
-
def total_cpu_core_count(self) -> int:
|
289
|
-
"""
|
290
|
-
The total number of CPU cores reserved on the Db node.
|
291
|
-
"""
|
292
|
-
return pulumi.get(self, "total_cpu_core_count")
|
293
|
-
|
294
283
|
@property
|
295
284
|
@pulumi.getter
|
296
285
|
def vnic2id(self) -> str:
|
@@ -337,7 +326,6 @@ class AwaitableGetDbNodeResult(GetDbNodeResult):
|
|
337
326
|
time_created=self.time_created,
|
338
327
|
time_maintenance_window_end=self.time_maintenance_window_end,
|
339
328
|
time_maintenance_window_start=self.time_maintenance_window_start,
|
340
|
-
total_cpu_core_count=self.total_cpu_core_count,
|
341
329
|
vnic2id=self.vnic2id,
|
342
330
|
vnic_id=self.vnic_id)
|
343
331
|
|
@@ -390,7 +378,6 @@ def get_db_node(db_node_id: Optional[str] = None,
|
|
390
378
|
time_created=pulumi.get(__ret__, 'time_created'),
|
391
379
|
time_maintenance_window_end=pulumi.get(__ret__, 'time_maintenance_window_end'),
|
392
380
|
time_maintenance_window_start=pulumi.get(__ret__, 'time_maintenance_window_start'),
|
393
|
-
total_cpu_core_count=pulumi.get(__ret__, 'total_cpu_core_count'),
|
394
381
|
vnic2id=pulumi.get(__ret__, 'vnic2id'),
|
395
382
|
vnic_id=pulumi.get(__ret__, 'vnic_id'))
|
396
383
|
|
@@ -131,7 +131,7 @@ def get_db_nodes(compartment_id: Optional[str] = None,
|
|
131
131
|
"""
|
132
132
|
This data source provides the list of Db Nodes in Oracle Cloud Infrastructure Database service.
|
133
133
|
|
134
|
-
Lists the database nodes in the specified compartment. A database node is a server running database software.
|
134
|
+
Lists the database nodes in the specified DB system and compartment. A database node is a server running database software.
|
135
135
|
|
136
136
|
## Example Usage
|
137
137
|
|
@@ -185,7 +185,7 @@ def get_db_nodes_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
|
185
185
|
"""
|
186
186
|
This data source provides the list of Db Nodes in Oracle Cloud Infrastructure Database service.
|
187
187
|
|
188
|
-
Lists the database nodes in the specified compartment. A database node is a server running database software.
|
188
|
+
Lists the database nodes in the specified DB system and compartment. A database node is a server running database software.
|
189
189
|
|
190
190
|
## Example Usage
|
191
191
|
|
@@ -23,10 +23,7 @@ class GetGiVersionsResult:
|
|
23
23
|
"""
|
24
24
|
A collection of values returned by getGiVersions.
|
25
25
|
"""
|
26
|
-
def __init__(__self__,
|
27
|
-
if availability_domain and not isinstance(availability_domain, str):
|
28
|
-
raise TypeError("Expected argument 'availability_domain' to be a str")
|
29
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
26
|
+
def __init__(__self__, compartment_id=None, filters=None, gi_versions=None, id=None, shape=None):
|
30
27
|
if compartment_id and not isinstance(compartment_id, str):
|
31
28
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
32
29
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -43,11 +40,6 @@ class GetGiVersionsResult:
|
|
43
40
|
raise TypeError("Expected argument 'shape' to be a str")
|
44
41
|
pulumi.set(__self__, "shape", shape)
|
45
42
|
|
46
|
-
@property
|
47
|
-
@pulumi.getter(name="availabilityDomain")
|
48
|
-
def availability_domain(self) -> Optional[str]:
|
49
|
-
return pulumi.get(self, "availability_domain")
|
50
|
-
|
51
43
|
@property
|
52
44
|
@pulumi.getter(name="compartmentId")
|
53
45
|
def compartment_id(self) -> str:
|
@@ -86,7 +78,6 @@ class AwaitableGetGiVersionsResult(GetGiVersionsResult):
|
|
86
78
|
if False:
|
87
79
|
yield self
|
88
80
|
return GetGiVersionsResult(
|
89
|
-
availability_domain=self.availability_domain,
|
90
81
|
compartment_id=self.compartment_id,
|
91
82
|
filters=self.filters,
|
92
83
|
gi_versions=self.gi_versions,
|
@@ -94,15 +85,14 @@ class AwaitableGetGiVersionsResult(GetGiVersionsResult):
|
|
94
85
|
shape=self.shape)
|
95
86
|
|
96
87
|
|
97
|
-
def get_gi_versions(
|
98
|
-
compartment_id: Optional[str] = None,
|
88
|
+
def get_gi_versions(compartment_id: Optional[str] = None,
|
99
89
|
filters: Optional[Sequence[pulumi.InputType['GetGiVersionsFilterArgs']]] = None,
|
100
90
|
shape: Optional[str] = None,
|
101
91
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGiVersionsResult:
|
102
92
|
"""
|
103
93
|
This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
|
104
94
|
|
105
|
-
Gets a list of supported GI versions.
|
95
|
+
Gets a list of supported GI versions for the Exadata Cloud@Customer VM cluster.
|
106
96
|
|
107
97
|
## Example Usage
|
108
98
|
|
@@ -111,17 +101,14 @@ def get_gi_versions(availability_domain: Optional[str] = None,
|
|
111
101
|
import pulumi_oci as oci
|
112
102
|
|
113
103
|
test_gi_versions = oci.Database.get_gi_versions(compartment_id=compartment_id,
|
114
|
-
availability_domain=gi_version_availability_domain,
|
115
104
|
shape=gi_version_shape)
|
116
105
|
```
|
117
106
|
|
118
107
|
|
119
|
-
:param str availability_domain: The target availability domain. Only passed if the limit is AD-specific.
|
120
108
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
121
109
|
:param str shape: If provided, filters the results for the given shape.
|
122
110
|
"""
|
123
111
|
__args__ = dict()
|
124
|
-
__args__['availabilityDomain'] = availability_domain
|
125
112
|
__args__['compartmentId'] = compartment_id
|
126
113
|
__args__['filters'] = filters
|
127
114
|
__args__['shape'] = shape
|
@@ -129,7 +116,6 @@ def get_gi_versions(availability_domain: Optional[str] = None,
|
|
129
116
|
__ret__ = pulumi.runtime.invoke('oci:Database/getGiVersions:getGiVersions', __args__, opts=opts, typ=GetGiVersionsResult).value
|
130
117
|
|
131
118
|
return AwaitableGetGiVersionsResult(
|
132
|
-
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
133
119
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
134
120
|
filters=pulumi.get(__ret__, 'filters'),
|
135
121
|
gi_versions=pulumi.get(__ret__, 'gi_versions'),
|
@@ -138,15 +124,14 @@ def get_gi_versions(availability_domain: Optional[str] = None,
|
|
138
124
|
|
139
125
|
|
140
126
|
@_utilities.lift_output_func(get_gi_versions)
|
141
|
-
def get_gi_versions_output(
|
142
|
-
compartment_id: Optional[pulumi.Input[str]] = None,
|
127
|
+
def get_gi_versions_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
143
128
|
filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetGiVersionsFilterArgs']]]]] = None,
|
144
129
|
shape: Optional[pulumi.Input[Optional[str]]] = None,
|
145
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGiVersionsResult]:
|
146
131
|
"""
|
147
132
|
This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
|
148
133
|
|
149
|
-
Gets a list of supported GI versions.
|
134
|
+
Gets a list of supported GI versions for the Exadata Cloud@Customer VM cluster.
|
150
135
|
|
151
136
|
## Example Usage
|
152
137
|
|
@@ -155,12 +140,10 @@ def get_gi_versions_output(availability_domain: Optional[pulumi.Input[Optional[s
|
|
155
140
|
import pulumi_oci as oci
|
156
141
|
|
157
142
|
test_gi_versions = oci.Database.get_gi_versions(compartment_id=compartment_id,
|
158
|
-
availability_domain=gi_version_availability_domain,
|
159
143
|
shape=gi_version_shape)
|
160
144
|
```
|
161
145
|
|
162
146
|
|
163
|
-
:param str availability_domain: The target availability domain. Only passed if the limit is AD-specific.
|
164
147
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
165
148
|
:param str shape: If provided, filters the results for the given shape.
|
166
149
|
"""
|