pulumi-oci 2.1.0a1719958917__py3-none-any.whl → 2.1.0a1720054142__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 +43 -0
- pulumi_oci/database/__init__.py +11 -0
- pulumi_oci/database/_inputs.py +607 -0
- pulumi_oci/database/db_node.py +28 -0
- pulumi_oci/database/exadb_vm_cluster.py +1761 -0
- pulumi_oci/database/exascale_db_storage_vault.py +787 -0
- pulumi_oci/database/get_backups.py +22 -5
- pulumi_oci/database/get_db_node.py +14 -1
- pulumi_oci/database/get_db_nodes.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster.py +614 -0
- pulumi_oci/database/get_exadb_vm_cluster_update.py +226 -0
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +153 -0
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +226 -0
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +173 -0
- pulumi_oci/database/get_exadb_vm_clusters.py +196 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +301 -0
- pulumi_oci/database/get_exascale_db_storage_vaults.py +176 -0
- pulumi_oci/database/get_gi_version_minor_versions.py +221 -0
- pulumi_oci/database/get_gi_versions.py +22 -5
- pulumi_oci/database/outputs.py +2050 -0
- pulumi_oci/database/pluggable_database.py +7 -7
- pulumi_oci/databasemigration/__init__.py +6 -0
- pulumi_oci/databasemigration/_inputs.py +1577 -0
- pulumi_oci/databasemigration/connection.py +2019 -0
- pulumi_oci/databasemigration/get_connection.py +616 -0
- pulumi_oci/databasemigration/get_connections.py +225 -0
- pulumi_oci/databasemigration/get_job_advisor_report.py +2 -10
- pulumi_oci/databasemigration/get_migration.py +427 -0
- pulumi_oci/databasemigration/get_migration_object_types.py +24 -13
- pulumi_oci/databasemigration/get_migrations.py +407 -0
- pulumi_oci/databasemigration/job.py +16 -20
- pulumi_oci/databasemigration/migration.py +1471 -0
- pulumi_oci/databasemigration/outputs.py +4301 -73
- pulumi_oci/filestorage/_inputs.py +10 -18
- pulumi_oci/filestorage/export.py +28 -7
- pulumi_oci/filestorage/file_system.py +159 -35
- pulumi_oci/filestorage/outputs.py +55 -34
- pulumi_oci/generativeai/_inputs.py +50 -2
- pulumi_oci/generativeai/dedicated_ai_cluster.py +30 -2
- pulumi_oci/generativeai/endpoint.py +2 -2
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -47
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -14
- pulumi_oci/generativeai/get_endpoint.py +2 -26
- pulumi_oci/generativeai/get_endpoints.py +2 -8
- pulumi_oci/generativeai/get_model.py +2 -38
- pulumi_oci/generativeai/get_models.py +2 -8
- pulumi_oci/generativeai/model.py +2 -2
- pulumi_oci/generativeai/outputs.py +86 -310
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/resourcescheduler/__init__.py +12 -0
- pulumi_oci/resourcescheduler/_inputs.py +224 -0
- pulumi_oci/resourcescheduler/get_schedule.py +340 -0
- pulumi_oci/resourcescheduler/get_schedules.py +193 -0
- pulumi_oci/resourcescheduler/outputs.py +687 -0
- pulumi_oci/resourcescheduler/schedule.py +977 -0
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/METADATA +1 -1
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/RECORD +59 -36
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,787 @@
|
|
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__ = ['ExascaleDbStorageVaultArgs', 'ExascaleDbStorageVault']
|
15
|
+
|
16
|
+
@pulumi.input_type
|
17
|
+
class ExascaleDbStorageVaultArgs:
|
18
|
+
def __init__(__self__, *,
|
19
|
+
availability_domain: pulumi.Input[str],
|
20
|
+
compartment_id: pulumi.Input[str],
|
21
|
+
display_name: pulumi.Input[str],
|
22
|
+
high_capacity_database_storage: pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'],
|
23
|
+
additional_flash_cache_in_percent: Optional[pulumi.Input[int]] = None,
|
24
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
25
|
+
description: Optional[pulumi.Input[str]] = None,
|
26
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
27
|
+
time_zone: Optional[pulumi.Input[str]] = None):
|
28
|
+
"""
|
29
|
+
The set of arguments for constructing a ExascaleDbStorageVault resource.
|
30
|
+
:param pulumi.Input[str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
31
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
32
|
+
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
33
|
+
:param pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
34
|
+
:param pulumi.Input[int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
35
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
36
|
+
:param pulumi.Input[str] description: (Updatable) Exadata Database Storage Vault description.
|
37
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
38
|
+
:param pulumi.Input[str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
39
|
+
|
40
|
+
|
41
|
+
** IMPORTANT **
|
42
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
43
|
+
"""
|
44
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
45
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
46
|
+
pulumi.set(__self__, "display_name", display_name)
|
47
|
+
pulumi.set(__self__, "high_capacity_database_storage", high_capacity_database_storage)
|
48
|
+
if additional_flash_cache_in_percent is not None:
|
49
|
+
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
50
|
+
if defined_tags is not None:
|
51
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
52
|
+
if description is not None:
|
53
|
+
pulumi.set(__self__, "description", description)
|
54
|
+
if freeform_tags is not None:
|
55
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
56
|
+
if time_zone is not None:
|
57
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
58
|
+
|
59
|
+
@property
|
60
|
+
@pulumi.getter(name="availabilityDomain")
|
61
|
+
def availability_domain(self) -> pulumi.Input[str]:
|
62
|
+
"""
|
63
|
+
The name of the availability domain in which the Exadata Database Storage Vault is located.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "availability_domain")
|
66
|
+
|
67
|
+
@availability_domain.setter
|
68
|
+
def availability_domain(self, value: pulumi.Input[str]):
|
69
|
+
pulumi.set(self, "availability_domain", value)
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter(name="compartmentId")
|
73
|
+
def compartment_id(self) -> pulumi.Input[str]:
|
74
|
+
"""
|
75
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "compartment_id")
|
78
|
+
|
79
|
+
@compartment_id.setter
|
80
|
+
def compartment_id(self, value: pulumi.Input[str]):
|
81
|
+
pulumi.set(self, "compartment_id", value)
|
82
|
+
|
83
|
+
@property
|
84
|
+
@pulumi.getter(name="displayName")
|
85
|
+
def display_name(self) -> pulumi.Input[str]:
|
86
|
+
"""
|
87
|
+
(Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "display_name")
|
90
|
+
|
91
|
+
@display_name.setter
|
92
|
+
def display_name(self, value: pulumi.Input[str]):
|
93
|
+
pulumi.set(self, "display_name", value)
|
94
|
+
|
95
|
+
@property
|
96
|
+
@pulumi.getter(name="highCapacityDatabaseStorage")
|
97
|
+
def high_capacity_database_storage(self) -> pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']:
|
98
|
+
"""
|
99
|
+
(Updatable) Create exadata Database Storage Details
|
100
|
+
"""
|
101
|
+
return pulumi.get(self, "high_capacity_database_storage")
|
102
|
+
|
103
|
+
@high_capacity_database_storage.setter
|
104
|
+
def high_capacity_database_storage(self, value: pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']):
|
105
|
+
pulumi.set(self, "high_capacity_database_storage", value)
|
106
|
+
|
107
|
+
@property
|
108
|
+
@pulumi.getter(name="additionalFlashCacheInPercent")
|
109
|
+
def additional_flash_cache_in_percent(self) -> Optional[pulumi.Input[int]]:
|
110
|
+
"""
|
111
|
+
(Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
112
|
+
"""
|
113
|
+
return pulumi.get(self, "additional_flash_cache_in_percent")
|
114
|
+
|
115
|
+
@additional_flash_cache_in_percent.setter
|
116
|
+
def additional_flash_cache_in_percent(self, value: Optional[pulumi.Input[int]]):
|
117
|
+
pulumi.set(self, "additional_flash_cache_in_percent", value)
|
118
|
+
|
119
|
+
@property
|
120
|
+
@pulumi.getter(name="definedTags")
|
121
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
122
|
+
"""
|
123
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "defined_tags")
|
126
|
+
|
127
|
+
@defined_tags.setter
|
128
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
129
|
+
pulumi.set(self, "defined_tags", value)
|
130
|
+
|
131
|
+
@property
|
132
|
+
@pulumi.getter
|
133
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
134
|
+
"""
|
135
|
+
(Updatable) Exadata Database Storage Vault description.
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "description")
|
138
|
+
|
139
|
+
@description.setter
|
140
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
141
|
+
pulumi.set(self, "description", value)
|
142
|
+
|
143
|
+
@property
|
144
|
+
@pulumi.getter(name="freeformTags")
|
145
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
146
|
+
"""
|
147
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
148
|
+
"""
|
149
|
+
return pulumi.get(self, "freeform_tags")
|
150
|
+
|
151
|
+
@freeform_tags.setter
|
152
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
153
|
+
pulumi.set(self, "freeform_tags", value)
|
154
|
+
|
155
|
+
@property
|
156
|
+
@pulumi.getter(name="timeZone")
|
157
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
158
|
+
"""
|
159
|
+
The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
160
|
+
|
161
|
+
|
162
|
+
** IMPORTANT **
|
163
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
164
|
+
"""
|
165
|
+
return pulumi.get(self, "time_zone")
|
166
|
+
|
167
|
+
@time_zone.setter
|
168
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
169
|
+
pulumi.set(self, "time_zone", value)
|
170
|
+
|
171
|
+
|
172
|
+
@pulumi.input_type
|
173
|
+
class _ExascaleDbStorageVaultState:
|
174
|
+
def __init__(__self__, *,
|
175
|
+
additional_flash_cache_in_percent: Optional[pulumi.Input[int]] = None,
|
176
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
177
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
178
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
179
|
+
description: Optional[pulumi.Input[str]] = None,
|
180
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
181
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
182
|
+
high_capacity_database_storage: Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']] = None,
|
183
|
+
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
184
|
+
state: Optional[pulumi.Input[str]] = None,
|
185
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
186
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
187
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
188
|
+
vm_cluster_count: Optional[pulumi.Input[int]] = None,
|
189
|
+
vm_cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
190
|
+
"""
|
191
|
+
Input properties used for looking up and filtering ExascaleDbStorageVault resources.
|
192
|
+
:param pulumi.Input[int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
193
|
+
:param pulumi.Input[str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
194
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
195
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
196
|
+
:param pulumi.Input[str] description: (Updatable) Exadata Database Storage Vault description.
|
197
|
+
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
198
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
199
|
+
:param pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
200
|
+
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
201
|
+
:param pulumi.Input[str] state: The current state of the Exadata Database Storage Vault.
|
202
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
203
|
+
:param pulumi.Input[str] time_created: The date and time that the Exadata Database Storage Vault was created.
|
204
|
+
:param pulumi.Input[str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
205
|
+
|
206
|
+
|
207
|
+
** IMPORTANT **
|
208
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
209
|
+
:param pulumi.Input[int] vm_cluster_count: The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
210
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] vm_cluster_ids: The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
|
211
|
+
"""
|
212
|
+
if additional_flash_cache_in_percent is not None:
|
213
|
+
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
214
|
+
if availability_domain is not None:
|
215
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
216
|
+
if compartment_id is not None:
|
217
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
218
|
+
if defined_tags is not None:
|
219
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
220
|
+
if description is not None:
|
221
|
+
pulumi.set(__self__, "description", description)
|
222
|
+
if display_name is not None:
|
223
|
+
pulumi.set(__self__, "display_name", display_name)
|
224
|
+
if freeform_tags is not None:
|
225
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
226
|
+
if high_capacity_database_storage is not None:
|
227
|
+
pulumi.set(__self__, "high_capacity_database_storage", high_capacity_database_storage)
|
228
|
+
if lifecycle_details is not None:
|
229
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
230
|
+
if state is not None:
|
231
|
+
pulumi.set(__self__, "state", state)
|
232
|
+
if system_tags is not None:
|
233
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
234
|
+
if time_created is not None:
|
235
|
+
pulumi.set(__self__, "time_created", time_created)
|
236
|
+
if time_zone is not None:
|
237
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
238
|
+
if vm_cluster_count is not None:
|
239
|
+
pulumi.set(__self__, "vm_cluster_count", vm_cluster_count)
|
240
|
+
if vm_cluster_ids is not None:
|
241
|
+
pulumi.set(__self__, "vm_cluster_ids", vm_cluster_ids)
|
242
|
+
|
243
|
+
@property
|
244
|
+
@pulumi.getter(name="additionalFlashCacheInPercent")
|
245
|
+
def additional_flash_cache_in_percent(self) -> Optional[pulumi.Input[int]]:
|
246
|
+
"""
|
247
|
+
(Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
248
|
+
"""
|
249
|
+
return pulumi.get(self, "additional_flash_cache_in_percent")
|
250
|
+
|
251
|
+
@additional_flash_cache_in_percent.setter
|
252
|
+
def additional_flash_cache_in_percent(self, value: Optional[pulumi.Input[int]]):
|
253
|
+
pulumi.set(self, "additional_flash_cache_in_percent", value)
|
254
|
+
|
255
|
+
@property
|
256
|
+
@pulumi.getter(name="availabilityDomain")
|
257
|
+
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
258
|
+
"""
|
259
|
+
The name of the availability domain in which the Exadata Database Storage Vault is located.
|
260
|
+
"""
|
261
|
+
return pulumi.get(self, "availability_domain")
|
262
|
+
|
263
|
+
@availability_domain.setter
|
264
|
+
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
265
|
+
pulumi.set(self, "availability_domain", value)
|
266
|
+
|
267
|
+
@property
|
268
|
+
@pulumi.getter(name="compartmentId")
|
269
|
+
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
270
|
+
"""
|
271
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
272
|
+
"""
|
273
|
+
return pulumi.get(self, "compartment_id")
|
274
|
+
|
275
|
+
@compartment_id.setter
|
276
|
+
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
277
|
+
pulumi.set(self, "compartment_id", value)
|
278
|
+
|
279
|
+
@property
|
280
|
+
@pulumi.getter(name="definedTags")
|
281
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
282
|
+
"""
|
283
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
284
|
+
"""
|
285
|
+
return pulumi.get(self, "defined_tags")
|
286
|
+
|
287
|
+
@defined_tags.setter
|
288
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
289
|
+
pulumi.set(self, "defined_tags", value)
|
290
|
+
|
291
|
+
@property
|
292
|
+
@pulumi.getter
|
293
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
294
|
+
"""
|
295
|
+
(Updatable) Exadata Database Storage Vault description.
|
296
|
+
"""
|
297
|
+
return pulumi.get(self, "description")
|
298
|
+
|
299
|
+
@description.setter
|
300
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
301
|
+
pulumi.set(self, "description", value)
|
302
|
+
|
303
|
+
@property
|
304
|
+
@pulumi.getter(name="displayName")
|
305
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
306
|
+
"""
|
307
|
+
(Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
308
|
+
"""
|
309
|
+
return pulumi.get(self, "display_name")
|
310
|
+
|
311
|
+
@display_name.setter
|
312
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
313
|
+
pulumi.set(self, "display_name", value)
|
314
|
+
|
315
|
+
@property
|
316
|
+
@pulumi.getter(name="freeformTags")
|
317
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
318
|
+
"""
|
319
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
320
|
+
"""
|
321
|
+
return pulumi.get(self, "freeform_tags")
|
322
|
+
|
323
|
+
@freeform_tags.setter
|
324
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
325
|
+
pulumi.set(self, "freeform_tags", value)
|
326
|
+
|
327
|
+
@property
|
328
|
+
@pulumi.getter(name="highCapacityDatabaseStorage")
|
329
|
+
def high_capacity_database_storage(self) -> Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]:
|
330
|
+
"""
|
331
|
+
(Updatable) Create exadata Database Storage Details
|
332
|
+
"""
|
333
|
+
return pulumi.get(self, "high_capacity_database_storage")
|
334
|
+
|
335
|
+
@high_capacity_database_storage.setter
|
336
|
+
def high_capacity_database_storage(self, value: Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]):
|
337
|
+
pulumi.set(self, "high_capacity_database_storage", value)
|
338
|
+
|
339
|
+
@property
|
340
|
+
@pulumi.getter(name="lifecycleDetails")
|
341
|
+
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
342
|
+
"""
|
343
|
+
Additional information about the current lifecycle state.
|
344
|
+
"""
|
345
|
+
return pulumi.get(self, "lifecycle_details")
|
346
|
+
|
347
|
+
@lifecycle_details.setter
|
348
|
+
def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
|
349
|
+
pulumi.set(self, "lifecycle_details", value)
|
350
|
+
|
351
|
+
@property
|
352
|
+
@pulumi.getter
|
353
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
354
|
+
"""
|
355
|
+
The current state of the Exadata Database Storage Vault.
|
356
|
+
"""
|
357
|
+
return pulumi.get(self, "state")
|
358
|
+
|
359
|
+
@state.setter
|
360
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
361
|
+
pulumi.set(self, "state", value)
|
362
|
+
|
363
|
+
@property
|
364
|
+
@pulumi.getter(name="systemTags")
|
365
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
366
|
+
"""
|
367
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
368
|
+
"""
|
369
|
+
return pulumi.get(self, "system_tags")
|
370
|
+
|
371
|
+
@system_tags.setter
|
372
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
373
|
+
pulumi.set(self, "system_tags", value)
|
374
|
+
|
375
|
+
@property
|
376
|
+
@pulumi.getter(name="timeCreated")
|
377
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
378
|
+
"""
|
379
|
+
The date and time that the Exadata Database Storage Vault was created.
|
380
|
+
"""
|
381
|
+
return pulumi.get(self, "time_created")
|
382
|
+
|
383
|
+
@time_created.setter
|
384
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
385
|
+
pulumi.set(self, "time_created", value)
|
386
|
+
|
387
|
+
@property
|
388
|
+
@pulumi.getter(name="timeZone")
|
389
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
390
|
+
"""
|
391
|
+
The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
392
|
+
|
393
|
+
|
394
|
+
** IMPORTANT **
|
395
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
396
|
+
"""
|
397
|
+
return pulumi.get(self, "time_zone")
|
398
|
+
|
399
|
+
@time_zone.setter
|
400
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
401
|
+
pulumi.set(self, "time_zone", value)
|
402
|
+
|
403
|
+
@property
|
404
|
+
@pulumi.getter(name="vmClusterCount")
|
405
|
+
def vm_cluster_count(self) -> Optional[pulumi.Input[int]]:
|
406
|
+
"""
|
407
|
+
The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
408
|
+
"""
|
409
|
+
return pulumi.get(self, "vm_cluster_count")
|
410
|
+
|
411
|
+
@vm_cluster_count.setter
|
412
|
+
def vm_cluster_count(self, value: Optional[pulumi.Input[int]]):
|
413
|
+
pulumi.set(self, "vm_cluster_count", value)
|
414
|
+
|
415
|
+
@property
|
416
|
+
@pulumi.getter(name="vmClusterIds")
|
417
|
+
def vm_cluster_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
418
|
+
"""
|
419
|
+
The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
|
420
|
+
"""
|
421
|
+
return pulumi.get(self, "vm_cluster_ids")
|
422
|
+
|
423
|
+
@vm_cluster_ids.setter
|
424
|
+
def vm_cluster_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
425
|
+
pulumi.set(self, "vm_cluster_ids", value)
|
426
|
+
|
427
|
+
|
428
|
+
class ExascaleDbStorageVault(pulumi.CustomResource):
|
429
|
+
@overload
|
430
|
+
def __init__(__self__,
|
431
|
+
resource_name: str,
|
432
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
433
|
+
additional_flash_cache_in_percent: Optional[pulumi.Input[int]] = None,
|
434
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
435
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
436
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
437
|
+
description: Optional[pulumi.Input[str]] = None,
|
438
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
439
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
440
|
+
high_capacity_database_storage: Optional[pulumi.Input[pulumi.InputType['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]] = None,
|
441
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
442
|
+
__props__=None):
|
443
|
+
"""
|
444
|
+
This resource provides the Exascale Db Storage Vault resource in Oracle Cloud Infrastructure Database service.
|
445
|
+
|
446
|
+
Creates an Exadata Database Storage Vault
|
447
|
+
|
448
|
+
## Example Usage
|
449
|
+
|
450
|
+
```python
|
451
|
+
import pulumi
|
452
|
+
import pulumi_oci as oci
|
453
|
+
|
454
|
+
test_exascale_db_storage_vault = oci.database.ExascaleDbStorageVault("test_exascale_db_storage_vault",
|
455
|
+
availability_domain=exascale_db_storage_vault_availability_domain,
|
456
|
+
compartment_id=compartment_id,
|
457
|
+
display_name=exascale_db_storage_vault_display_name,
|
458
|
+
high_capacity_database_storage=oci.database.ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs(
|
459
|
+
total_size_in_gbs=exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs,
|
460
|
+
),
|
461
|
+
additional_flash_cache_in_percent=exascale_db_storage_vault_additional_flash_cache_in_percent,
|
462
|
+
defined_tags=exascale_db_storage_vault_defined_tags,
|
463
|
+
description=exascale_db_storage_vault_description,
|
464
|
+
freeform_tags={
|
465
|
+
"Department": "Finance",
|
466
|
+
},
|
467
|
+
time_zone=exascale_db_storage_vault_time_zone)
|
468
|
+
```
|
469
|
+
|
470
|
+
## Import
|
471
|
+
|
472
|
+
ExascaleDbStorageVaults can be imported using the `id`, e.g.
|
473
|
+
|
474
|
+
```sh
|
475
|
+
$ pulumi import oci:Database/exascaleDbStorageVault:ExascaleDbStorageVault test_exascale_db_storage_vault "id"
|
476
|
+
```
|
477
|
+
|
478
|
+
:param str resource_name: The name of the resource.
|
479
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
480
|
+
:param pulumi.Input[int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
481
|
+
:param pulumi.Input[str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
482
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
483
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
484
|
+
:param pulumi.Input[str] description: (Updatable) Exadata Database Storage Vault description.
|
485
|
+
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
486
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
487
|
+
:param pulumi.Input[pulumi.InputType['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
488
|
+
:param pulumi.Input[str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
489
|
+
|
490
|
+
|
491
|
+
** IMPORTANT **
|
492
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
493
|
+
"""
|
494
|
+
...
|
495
|
+
@overload
|
496
|
+
def __init__(__self__,
|
497
|
+
resource_name: str,
|
498
|
+
args: ExascaleDbStorageVaultArgs,
|
499
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
500
|
+
"""
|
501
|
+
This resource provides the Exascale Db Storage Vault resource in Oracle Cloud Infrastructure Database service.
|
502
|
+
|
503
|
+
Creates an Exadata Database Storage Vault
|
504
|
+
|
505
|
+
## Example Usage
|
506
|
+
|
507
|
+
```python
|
508
|
+
import pulumi
|
509
|
+
import pulumi_oci as oci
|
510
|
+
|
511
|
+
test_exascale_db_storage_vault = oci.database.ExascaleDbStorageVault("test_exascale_db_storage_vault",
|
512
|
+
availability_domain=exascale_db_storage_vault_availability_domain,
|
513
|
+
compartment_id=compartment_id,
|
514
|
+
display_name=exascale_db_storage_vault_display_name,
|
515
|
+
high_capacity_database_storage=oci.database.ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs(
|
516
|
+
total_size_in_gbs=exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs,
|
517
|
+
),
|
518
|
+
additional_flash_cache_in_percent=exascale_db_storage_vault_additional_flash_cache_in_percent,
|
519
|
+
defined_tags=exascale_db_storage_vault_defined_tags,
|
520
|
+
description=exascale_db_storage_vault_description,
|
521
|
+
freeform_tags={
|
522
|
+
"Department": "Finance",
|
523
|
+
},
|
524
|
+
time_zone=exascale_db_storage_vault_time_zone)
|
525
|
+
```
|
526
|
+
|
527
|
+
## Import
|
528
|
+
|
529
|
+
ExascaleDbStorageVaults can be imported using the `id`, e.g.
|
530
|
+
|
531
|
+
```sh
|
532
|
+
$ pulumi import oci:Database/exascaleDbStorageVault:ExascaleDbStorageVault test_exascale_db_storage_vault "id"
|
533
|
+
```
|
534
|
+
|
535
|
+
:param str resource_name: The name of the resource.
|
536
|
+
:param ExascaleDbStorageVaultArgs args: The arguments to use to populate this resource's properties.
|
537
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
538
|
+
"""
|
539
|
+
...
|
540
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
541
|
+
resource_args, opts = _utilities.get_resource_args_opts(ExascaleDbStorageVaultArgs, pulumi.ResourceOptions, *args, **kwargs)
|
542
|
+
if resource_args is not None:
|
543
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
544
|
+
else:
|
545
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
546
|
+
|
547
|
+
def _internal_init(__self__,
|
548
|
+
resource_name: str,
|
549
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
550
|
+
additional_flash_cache_in_percent: Optional[pulumi.Input[int]] = None,
|
551
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
552
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
553
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
554
|
+
description: Optional[pulumi.Input[str]] = None,
|
555
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
556
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
557
|
+
high_capacity_database_storage: Optional[pulumi.Input[pulumi.InputType['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]] = None,
|
558
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
559
|
+
__props__=None):
|
560
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
561
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
562
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
563
|
+
if opts.id is None:
|
564
|
+
if __props__ is not None:
|
565
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
566
|
+
__props__ = ExascaleDbStorageVaultArgs.__new__(ExascaleDbStorageVaultArgs)
|
567
|
+
|
568
|
+
__props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
|
569
|
+
if availability_domain is None and not opts.urn:
|
570
|
+
raise TypeError("Missing required property 'availability_domain'")
|
571
|
+
__props__.__dict__["availability_domain"] = availability_domain
|
572
|
+
if compartment_id is None and not opts.urn:
|
573
|
+
raise TypeError("Missing required property 'compartment_id'")
|
574
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
575
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
576
|
+
__props__.__dict__["description"] = description
|
577
|
+
if display_name is None and not opts.urn:
|
578
|
+
raise TypeError("Missing required property 'display_name'")
|
579
|
+
__props__.__dict__["display_name"] = display_name
|
580
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
581
|
+
if high_capacity_database_storage is None and not opts.urn:
|
582
|
+
raise TypeError("Missing required property 'high_capacity_database_storage'")
|
583
|
+
__props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
|
584
|
+
__props__.__dict__["time_zone"] = time_zone
|
585
|
+
__props__.__dict__["lifecycle_details"] = None
|
586
|
+
__props__.__dict__["state"] = None
|
587
|
+
__props__.__dict__["system_tags"] = None
|
588
|
+
__props__.__dict__["time_created"] = None
|
589
|
+
__props__.__dict__["vm_cluster_count"] = None
|
590
|
+
__props__.__dict__["vm_cluster_ids"] = None
|
591
|
+
super(ExascaleDbStorageVault, __self__).__init__(
|
592
|
+
'oci:Database/exascaleDbStorageVault:ExascaleDbStorageVault',
|
593
|
+
resource_name,
|
594
|
+
__props__,
|
595
|
+
opts)
|
596
|
+
|
597
|
+
@staticmethod
|
598
|
+
def get(resource_name: str,
|
599
|
+
id: pulumi.Input[str],
|
600
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
601
|
+
additional_flash_cache_in_percent: Optional[pulumi.Input[int]] = None,
|
602
|
+
availability_domain: Optional[pulumi.Input[str]] = None,
|
603
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
604
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
605
|
+
description: Optional[pulumi.Input[str]] = None,
|
606
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
607
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
608
|
+
high_capacity_database_storage: Optional[pulumi.Input[pulumi.InputType['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]] = None,
|
609
|
+
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
610
|
+
state: Optional[pulumi.Input[str]] = None,
|
611
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
612
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
613
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
614
|
+
vm_cluster_count: Optional[pulumi.Input[int]] = None,
|
615
|
+
vm_cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'ExascaleDbStorageVault':
|
616
|
+
"""
|
617
|
+
Get an existing ExascaleDbStorageVault resource's state with the given name, id, and optional extra
|
618
|
+
properties used to qualify the lookup.
|
619
|
+
|
620
|
+
:param str resource_name: The unique name of the resulting resource.
|
621
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
622
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
623
|
+
:param pulumi.Input[int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
624
|
+
:param pulumi.Input[str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
625
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
626
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
627
|
+
:param pulumi.Input[str] description: (Updatable) Exadata Database Storage Vault description.
|
628
|
+
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
629
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
630
|
+
:param pulumi.Input[pulumi.InputType['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
631
|
+
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
632
|
+
:param pulumi.Input[str] state: The current state of the Exadata Database Storage Vault.
|
633
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
634
|
+
:param pulumi.Input[str] time_created: The date and time that the Exadata Database Storage Vault was created.
|
635
|
+
:param pulumi.Input[str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
636
|
+
|
637
|
+
|
638
|
+
** IMPORTANT **
|
639
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
640
|
+
:param pulumi.Input[int] vm_cluster_count: The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
641
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] vm_cluster_ids: The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
|
642
|
+
"""
|
643
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
644
|
+
|
645
|
+
__props__ = _ExascaleDbStorageVaultState.__new__(_ExascaleDbStorageVaultState)
|
646
|
+
|
647
|
+
__props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
|
648
|
+
__props__.__dict__["availability_domain"] = availability_domain
|
649
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
650
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
651
|
+
__props__.__dict__["description"] = description
|
652
|
+
__props__.__dict__["display_name"] = display_name
|
653
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
654
|
+
__props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
|
655
|
+
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
656
|
+
__props__.__dict__["state"] = state
|
657
|
+
__props__.__dict__["system_tags"] = system_tags
|
658
|
+
__props__.__dict__["time_created"] = time_created
|
659
|
+
__props__.__dict__["time_zone"] = time_zone
|
660
|
+
__props__.__dict__["vm_cluster_count"] = vm_cluster_count
|
661
|
+
__props__.__dict__["vm_cluster_ids"] = vm_cluster_ids
|
662
|
+
return ExascaleDbStorageVault(resource_name, opts=opts, __props__=__props__)
|
663
|
+
|
664
|
+
@property
|
665
|
+
@pulumi.getter(name="additionalFlashCacheInPercent")
|
666
|
+
def additional_flash_cache_in_percent(self) -> pulumi.Output[int]:
|
667
|
+
"""
|
668
|
+
(Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
669
|
+
"""
|
670
|
+
return pulumi.get(self, "additional_flash_cache_in_percent")
|
671
|
+
|
672
|
+
@property
|
673
|
+
@pulumi.getter(name="availabilityDomain")
|
674
|
+
def availability_domain(self) -> pulumi.Output[str]:
|
675
|
+
"""
|
676
|
+
The name of the availability domain in which the Exadata Database Storage Vault is located.
|
677
|
+
"""
|
678
|
+
return pulumi.get(self, "availability_domain")
|
679
|
+
|
680
|
+
@property
|
681
|
+
@pulumi.getter(name="compartmentId")
|
682
|
+
def compartment_id(self) -> pulumi.Output[str]:
|
683
|
+
"""
|
684
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
685
|
+
"""
|
686
|
+
return pulumi.get(self, "compartment_id")
|
687
|
+
|
688
|
+
@property
|
689
|
+
@pulumi.getter(name="definedTags")
|
690
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
691
|
+
"""
|
692
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
693
|
+
"""
|
694
|
+
return pulumi.get(self, "defined_tags")
|
695
|
+
|
696
|
+
@property
|
697
|
+
@pulumi.getter
|
698
|
+
def description(self) -> pulumi.Output[str]:
|
699
|
+
"""
|
700
|
+
(Updatable) Exadata Database Storage Vault description.
|
701
|
+
"""
|
702
|
+
return pulumi.get(self, "description")
|
703
|
+
|
704
|
+
@property
|
705
|
+
@pulumi.getter(name="displayName")
|
706
|
+
def display_name(self) -> pulumi.Output[str]:
|
707
|
+
"""
|
708
|
+
(Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
709
|
+
"""
|
710
|
+
return pulumi.get(self, "display_name")
|
711
|
+
|
712
|
+
@property
|
713
|
+
@pulumi.getter(name="freeformTags")
|
714
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
715
|
+
"""
|
716
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
717
|
+
"""
|
718
|
+
return pulumi.get(self, "freeform_tags")
|
719
|
+
|
720
|
+
@property
|
721
|
+
@pulumi.getter(name="highCapacityDatabaseStorage")
|
722
|
+
def high_capacity_database_storage(self) -> pulumi.Output['outputs.ExascaleDbStorageVaultHighCapacityDatabaseStorage']:
|
723
|
+
"""
|
724
|
+
(Updatable) Create exadata Database Storage Details
|
725
|
+
"""
|
726
|
+
return pulumi.get(self, "high_capacity_database_storage")
|
727
|
+
|
728
|
+
@property
|
729
|
+
@pulumi.getter(name="lifecycleDetails")
|
730
|
+
def lifecycle_details(self) -> pulumi.Output[str]:
|
731
|
+
"""
|
732
|
+
Additional information about the current lifecycle state.
|
733
|
+
"""
|
734
|
+
return pulumi.get(self, "lifecycle_details")
|
735
|
+
|
736
|
+
@property
|
737
|
+
@pulumi.getter
|
738
|
+
def state(self) -> pulumi.Output[str]:
|
739
|
+
"""
|
740
|
+
The current state of the Exadata Database Storage Vault.
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "state")
|
743
|
+
|
744
|
+
@property
|
745
|
+
@pulumi.getter(name="systemTags")
|
746
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
747
|
+
"""
|
748
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
749
|
+
"""
|
750
|
+
return pulumi.get(self, "system_tags")
|
751
|
+
|
752
|
+
@property
|
753
|
+
@pulumi.getter(name="timeCreated")
|
754
|
+
def time_created(self) -> pulumi.Output[str]:
|
755
|
+
"""
|
756
|
+
The date and time that the Exadata Database Storage Vault was created.
|
757
|
+
"""
|
758
|
+
return pulumi.get(self, "time_created")
|
759
|
+
|
760
|
+
@property
|
761
|
+
@pulumi.getter(name="timeZone")
|
762
|
+
def time_zone(self) -> pulumi.Output[str]:
|
763
|
+
"""
|
764
|
+
The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
765
|
+
|
766
|
+
|
767
|
+
** IMPORTANT **
|
768
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
769
|
+
"""
|
770
|
+
return pulumi.get(self, "time_zone")
|
771
|
+
|
772
|
+
@property
|
773
|
+
@pulumi.getter(name="vmClusterCount")
|
774
|
+
def vm_cluster_count(self) -> pulumi.Output[int]:
|
775
|
+
"""
|
776
|
+
The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
777
|
+
"""
|
778
|
+
return pulumi.get(self, "vm_cluster_count")
|
779
|
+
|
780
|
+
@property
|
781
|
+
@pulumi.getter(name="vmClusterIds")
|
782
|
+
def vm_cluster_ids(self) -> pulumi.Output[Sequence[str]]:
|
783
|
+
"""
|
784
|
+
The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
|
785
|
+
"""
|
786
|
+
return pulumi.get(self, "vm_cluster_ids")
|
787
|
+
|