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
@@ -172,7 +172,11 @@ class FileSystemSourceDetailArgs:
|
|
172
172
|
source_snapshot_id: Optional[pulumi.Input[str]] = None):
|
173
173
|
"""
|
174
174
|
:param pulumi.Input[str] parent_file_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
175
|
-
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
175
|
+
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
176
|
+
|
177
|
+
|
178
|
+
** IMPORTANT **
|
179
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
176
180
|
"""
|
177
181
|
if parent_file_system_id is not None:
|
178
182
|
pulumi.set(__self__, "parent_file_system_id", parent_file_system_id)
|
@@ -195,7 +199,11 @@ class FileSystemSourceDetailArgs:
|
|
195
199
|
@pulumi.getter(name="sourceSnapshotId")
|
196
200
|
def source_snapshot_id(self) -> Optional[pulumi.Input[str]]:
|
197
201
|
"""
|
198
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
202
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
203
|
+
|
204
|
+
|
205
|
+
** IMPORTANT **
|
206
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
199
207
|
"""
|
200
208
|
return pulumi.get(self, "source_snapshot_id")
|
201
209
|
|
@@ -219,10 +227,10 @@ class FilesystemSnapshotPolicyScheduleArgs:
|
|
219
227
|
"""
|
220
228
|
:param pulumi.Input[str] period: (Updatable) The frequency of scheduled snapshots.
|
221
229
|
:param pulumi.Input[str] time_zone: (Updatable) Time zone used for scheduling the snapshot.
|
222
|
-
:param pulumi.Input[int] day_of_month: (Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
|
223
|
-
:param pulumi.Input[str] day_of_week: (Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
|
224
|
-
:param pulumi.Input[int] hour_of_day: (Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set,
|
225
|
-
:param pulumi.Input[str] month: (Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
|
230
|
+
:param pulumi.Input[int] day_of_month: (Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
|
231
|
+
:param pulumi.Input[str] day_of_week: (Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
|
232
|
+
:param pulumi.Input[int] hour_of_day: (Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
|
233
|
+
:param pulumi.Input[str] month: (Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
|
226
234
|
:param pulumi.Input[str] retention_duration_in_seconds: (Updatable) The number of seconds to retain snapshots created with this schedule. Snapshot expiration time will not be set if this value is empty.
|
227
235
|
:param pulumi.Input[str] schedule_prefix: (Updatable) A name prefix to be applied to snapshots created by this schedule. Example: `compliance1`
|
228
236
|
:param pulumi.Input[str] time_schedule_start: (Updatable) The starting point used to begin the scheduling of the snapshots based upon recurrence string in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. If no `timeScheduleStart` is provided, the value will be set to the time when the schedule was created.
|
@@ -272,7 +280,7 @@ class FilesystemSnapshotPolicyScheduleArgs:
|
|
272
280
|
@pulumi.getter(name="dayOfMonth")
|
273
281
|
def day_of_month(self) -> Optional[pulumi.Input[int]]:
|
274
282
|
"""
|
275
|
-
(Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
|
283
|
+
(Updatable) The day of the month to create a scheduled snapshot. If the day does not exist for the month, snapshot creation will be skipped. Used for MONTHLY and YEARLY snapshot schedules.
|
276
284
|
"""
|
277
285
|
return pulumi.get(self, "day_of_month")
|
278
286
|
|
@@ -284,7 +292,7 @@ class FilesystemSnapshotPolicyScheduleArgs:
|
|
284
292
|
@pulumi.getter(name="dayOfWeek")
|
285
293
|
def day_of_week(self) -> Optional[pulumi.Input[str]]:
|
286
294
|
"""
|
287
|
-
(Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
|
295
|
+
(Updatable) The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
|
288
296
|
"""
|
289
297
|
return pulumi.get(self, "day_of_week")
|
290
298
|
|
@@ -296,7 +304,7 @@ class FilesystemSnapshotPolicyScheduleArgs:
|
|
296
304
|
@pulumi.getter(name="hourOfDay")
|
297
305
|
def hour_of_day(self) -> Optional[pulumi.Input[int]]:
|
298
306
|
"""
|
299
|
-
(Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set,
|
307
|
+
(Updatable) The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, a value will be chosen at creation time.
|
300
308
|
"""
|
301
309
|
return pulumi.get(self, "hour_of_day")
|
302
310
|
|
@@ -308,7 +316,7 @@ class FilesystemSnapshotPolicyScheduleArgs:
|
|
308
316
|
@pulumi.getter
|
309
317
|
def month(self) -> Optional[pulumi.Input[str]]:
|
310
318
|
"""
|
311
|
-
(Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
|
319
|
+
(Updatable) The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
|
312
320
|
"""
|
313
321
|
return pulumi.get(self, "month")
|
314
322
|
|
pulumi_oci/filestorage/export.py
CHANGED
@@ -34,12 +34,9 @@ class ExportArgs:
|
|
34
34
|
|
35
35
|
** IMPORTANT **
|
36
36
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
37
|
-
:param pulumi.Input[Sequence[pulumi.Input['ExportExportOptionArgs']]] export_options: (Updatable) Export options for the new export.
|
38
|
-
|
37
|
+
:param pulumi.Input[Sequence[pulumi.Input['ExportExportOptionArgs']]] export_options: (Updatable) Export options for the new export. If left unspecified, defaults to:
|
39
38
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
40
39
|
|
41
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
42
|
-
|
43
40
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
44
41
|
|
45
42
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -103,12 +100,9 @@ class ExportArgs:
|
|
103
100
|
@pulumi.getter(name="exportOptions")
|
104
101
|
def export_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExportExportOptionArgs']]]]:
|
105
102
|
"""
|
106
|
-
(Updatable) Export options for the new export.
|
107
|
-
|
103
|
+
(Updatable) Export options for the new export. If left unspecified, defaults to:
|
108
104
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
109
105
|
|
110
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
111
|
-
|
112
106
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
113
107
|
|
114
108
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -146,12 +140,9 @@ class _ExportState:
|
|
146
140
|
time_created: Optional[pulumi.Input[str]] = None):
|
147
141
|
"""
|
148
142
|
Input properties used for looking up and filtering Export resources.
|
149
|
-
:param pulumi.Input[Sequence[pulumi.Input['ExportExportOptionArgs']]] export_options: (Updatable) Export options for the new export.
|
150
|
-
|
143
|
+
:param pulumi.Input[Sequence[pulumi.Input['ExportExportOptionArgs']]] export_options: (Updatable) Export options for the new export. If left unspecified, defaults to:
|
151
144
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
152
145
|
|
153
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
154
|
-
|
155
146
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
156
147
|
|
157
148
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -191,12 +182,9 @@ class _ExportState:
|
|
191
182
|
@pulumi.getter(name="exportOptions")
|
192
183
|
def export_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExportExportOptionArgs']]]]:
|
193
184
|
"""
|
194
|
-
(Updatable) Export options for the new export.
|
195
|
-
|
185
|
+
(Updatable) Export options for the new export. If left unspecified, defaults to:
|
196
186
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
197
187
|
|
198
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
199
|
-
|
200
188
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
201
189
|
|
202
190
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -340,12 +328,9 @@ class Export(pulumi.CustomResource):
|
|
340
328
|
|
341
329
|
:param str resource_name: The name of the resource.
|
342
330
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
343
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExportExportOptionArgs']]]] export_options: (Updatable) Export options for the new export.
|
344
|
-
|
331
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExportExportOptionArgs']]]] export_options: (Updatable) Export options for the new export. If left unspecified, defaults to:
|
345
332
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
346
333
|
|
347
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
348
|
-
|
349
334
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
350
335
|
|
351
336
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -473,12 +458,9 @@ class Export(pulumi.CustomResource):
|
|
473
458
|
:param str resource_name: The unique name of the resulting resource.
|
474
459
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
475
460
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
476
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExportExportOptionArgs']]]] export_options: (Updatable) Export options for the new export.
|
477
|
-
|
461
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExportExportOptionArgs']]]] export_options: (Updatable) Export options for the new export. If left unspecified, defaults to:
|
478
462
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
479
463
|
|
480
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
481
|
-
|
482
464
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
483
465
|
|
484
466
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -516,12 +498,9 @@ class Export(pulumi.CustomResource):
|
|
516
498
|
@pulumi.getter(name="exportOptions")
|
517
499
|
def export_options(self) -> pulumi.Output[Sequence['outputs.ExportExportOption']]:
|
518
500
|
"""
|
519
|
-
(Updatable) Export options for the new export.
|
520
|
-
|
501
|
+
(Updatable) Export options for the new export. If left unspecified, defaults to:
|
521
502
|
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access": "READ_WRITE", "identitySquash": "NONE", "anonymousUid": 65534, "anonymousGid": 65534, "isAnonymousAccessAllowed": false, "allowedAuth": ["SYS"] } ]
|
522
503
|
|
523
|
-
For exports of mount targets with IPv6 address, if client options are left unspecified, client options would be an empty array, i.e. export would not be visible to any clients.
|
524
|
-
|
525
504
|
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
|
526
505
|
|
527
506
|
**If set to the empty array then the export will not be visible to any clients.**
|
@@ -18,9 +18,7 @@ class FileSystemArgs:
|
|
18
18
|
def __init__(__self__, *,
|
19
19
|
availability_domain: pulumi.Input[str],
|
20
20
|
compartment_id: pulumi.Input[str],
|
21
|
-
clone_attach_status: Optional[pulumi.Input[str]] = None,
|
22
21
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
23
|
-
detach_clone_trigger: Optional[pulumi.Input[int]] = None,
|
24
22
|
display_name: Optional[pulumi.Input[str]] = None,
|
25
23
|
filesystem_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
26
24
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -30,29 +28,23 @@ class FileSystemArgs:
|
|
30
28
|
The set of arguments for constructing a FileSystem resource.
|
31
29
|
:param pulumi.Input[str] availability_domain: The availability domain to create the file system in. Example: `Uocm:PHX-AD-1`
|
32
30
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the file system in.
|
33
|
-
:param pulumi.Input[str] clone_attach_status: Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
34
31
|
: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). Example: `{"Operations.CostCenter": "42"}`
|
35
|
-
:param pulumi.Input[int] detach_clone_trigger: (Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
36
|
-
|
37
|
-
|
38
|
-
** IMPORTANT **
|
39
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
40
32
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system`
|
41
33
|
:param pulumi.Input[str] filesystem_snapshot_policy_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which controls the frequency of snapshot creation and retention period of the taken snapshots.
|
42
34
|
|
43
35
|
May be unset as a blank value.
|
44
36
|
: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"}`
|
45
37
|
:param pulumi.Input[str] kms_key_id: (Updatable) The OCID of KMS key used to encrypt the encryption keys associated with this file system. May be unset as a blank or deleted from the configuration to remove the KMS key.
|
46
|
-
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
38
|
+
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.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
|
47
43
|
"""
|
48
44
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
49
45
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
50
|
-
if clone_attach_status is not None:
|
51
|
-
pulumi.set(__self__, "clone_attach_status", clone_attach_status)
|
52
46
|
if defined_tags is not None:
|
53
47
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
54
|
-
if detach_clone_trigger is not None:
|
55
|
-
pulumi.set(__self__, "detach_clone_trigger", detach_clone_trigger)
|
56
48
|
if display_name is not None:
|
57
49
|
pulumi.set(__self__, "display_name", display_name)
|
58
50
|
if filesystem_snapshot_policy_id is not None:
|
@@ -88,18 +80,6 @@ class FileSystemArgs:
|
|
88
80
|
def compartment_id(self, value: pulumi.Input[str]):
|
89
81
|
pulumi.set(self, "compartment_id", value)
|
90
82
|
|
91
|
-
@property
|
92
|
-
@pulumi.getter(name="cloneAttachStatus")
|
93
|
-
def clone_attach_status(self) -> Optional[pulumi.Input[str]]:
|
94
|
-
"""
|
95
|
-
Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
96
|
-
"""
|
97
|
-
return pulumi.get(self, "clone_attach_status")
|
98
|
-
|
99
|
-
@clone_attach_status.setter
|
100
|
-
def clone_attach_status(self, value: Optional[pulumi.Input[str]]):
|
101
|
-
pulumi.set(self, "clone_attach_status", value)
|
102
|
-
|
103
83
|
@property
|
104
84
|
@pulumi.getter(name="definedTags")
|
105
85
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -112,22 +92,6 @@ class FileSystemArgs:
|
|
112
92
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
113
93
|
pulumi.set(self, "defined_tags", value)
|
114
94
|
|
115
|
-
@property
|
116
|
-
@pulumi.getter(name="detachCloneTrigger")
|
117
|
-
def detach_clone_trigger(self) -> Optional[pulumi.Input[int]]:
|
118
|
-
"""
|
119
|
-
(Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
120
|
-
|
121
|
-
|
122
|
-
** IMPORTANT **
|
123
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
124
|
-
"""
|
125
|
-
return pulumi.get(self, "detach_clone_trigger")
|
126
|
-
|
127
|
-
@detach_clone_trigger.setter
|
128
|
-
def detach_clone_trigger(self, value: Optional[pulumi.Input[int]]):
|
129
|
-
pulumi.set(self, "detach_clone_trigger", value)
|
130
|
-
|
131
95
|
@property
|
132
96
|
@pulumi.getter(name="displayName")
|
133
97
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -182,7 +146,11 @@ class FileSystemArgs:
|
|
182
146
|
@pulumi.getter(name="sourceSnapshotId")
|
183
147
|
def source_snapshot_id(self) -> Optional[pulumi.Input[str]]:
|
184
148
|
"""
|
185
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
149
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
150
|
+
|
151
|
+
|
152
|
+
** IMPORTANT **
|
153
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
186
154
|
"""
|
187
155
|
return pulumi.get(self, "source_snapshot_id")
|
188
156
|
|
@@ -195,11 +163,8 @@ class FileSystemArgs:
|
|
195
163
|
class _FileSystemState:
|
196
164
|
def __init__(__self__, *,
|
197
165
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
198
|
-
clone_attach_status: Optional[pulumi.Input[str]] = None,
|
199
|
-
clone_count: Optional[pulumi.Input[int]] = None,
|
200
166
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
201
167
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
202
|
-
detach_clone_trigger: Optional[pulumi.Input[int]] = None,
|
203
168
|
display_name: Optional[pulumi.Input[str]] = None,
|
204
169
|
filesystem_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
205
170
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -217,15 +182,8 @@ class _FileSystemState:
|
|
217
182
|
"""
|
218
183
|
Input properties used for looking up and filtering FileSystem resources.
|
219
184
|
:param pulumi.Input[str] availability_domain: The availability domain to create the file system in. Example: `Uocm:PHX-AD-1`
|
220
|
-
:param pulumi.Input[str] clone_attach_status: Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
221
|
-
:param pulumi.Input[int] clone_count: Specifies the total number of children of a file system.
|
222
185
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the file system in.
|
223
186
|
: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). Example: `{"Operations.CostCenter": "42"}`
|
224
|
-
:param pulumi.Input[int] detach_clone_trigger: (Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
225
|
-
|
226
|
-
|
227
|
-
** IMPORTANT **
|
228
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
229
187
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system`
|
230
188
|
:param pulumi.Input[str] filesystem_snapshot_policy_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which controls the frequency of snapshot creation and retention period of the taken snapshots.
|
231
189
|
|
@@ -239,22 +197,20 @@ class _FileSystemState:
|
|
239
197
|
:param pulumi.Input[str] metered_bytes: The number of bytes consumed by the file system, including any snapshots. This number reflects the metered size of the file system and is updated asynchronously with respect to updates to the file system. For more information, see [File System Usage and Metering](https://docs.cloud.oracle.com/iaas/Content/File/Concepts/FSutilization.htm).
|
240
198
|
:param pulumi.Input[str] replication_target_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication target associated with the file system. Empty if the file system is not being used as target in a replication.
|
241
199
|
:param pulumi.Input[Sequence[pulumi.Input['FileSystemSourceDetailArgs']]] source_details: Source information for the file system.
|
242
|
-
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
200
|
+
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
201
|
+
|
202
|
+
|
203
|
+
** IMPORTANT **
|
204
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
243
205
|
:param pulumi.Input[str] state: The current state of the file system.
|
244
206
|
:param pulumi.Input[str] time_created: The date and time the file system was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
245
207
|
"""
|
246
208
|
if availability_domain is not None:
|
247
209
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
248
|
-
if clone_attach_status is not None:
|
249
|
-
pulumi.set(__self__, "clone_attach_status", clone_attach_status)
|
250
|
-
if clone_count is not None:
|
251
|
-
pulumi.set(__self__, "clone_count", clone_count)
|
252
210
|
if compartment_id is not None:
|
253
211
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
254
212
|
if defined_tags is not None:
|
255
213
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
256
|
-
if detach_clone_trigger is not None:
|
257
|
-
pulumi.set(__self__, "detach_clone_trigger", detach_clone_trigger)
|
258
214
|
if display_name is not None:
|
259
215
|
pulumi.set(__self__, "display_name", display_name)
|
260
216
|
if filesystem_snapshot_policy_id is not None:
|
@@ -296,30 +252,6 @@ class _FileSystemState:
|
|
296
252
|
def availability_domain(self, value: Optional[pulumi.Input[str]]):
|
297
253
|
pulumi.set(self, "availability_domain", value)
|
298
254
|
|
299
|
-
@property
|
300
|
-
@pulumi.getter(name="cloneAttachStatus")
|
301
|
-
def clone_attach_status(self) -> Optional[pulumi.Input[str]]:
|
302
|
-
"""
|
303
|
-
Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
304
|
-
"""
|
305
|
-
return pulumi.get(self, "clone_attach_status")
|
306
|
-
|
307
|
-
@clone_attach_status.setter
|
308
|
-
def clone_attach_status(self, value: Optional[pulumi.Input[str]]):
|
309
|
-
pulumi.set(self, "clone_attach_status", value)
|
310
|
-
|
311
|
-
@property
|
312
|
-
@pulumi.getter(name="cloneCount")
|
313
|
-
def clone_count(self) -> Optional[pulumi.Input[int]]:
|
314
|
-
"""
|
315
|
-
Specifies the total number of children of a file system.
|
316
|
-
"""
|
317
|
-
return pulumi.get(self, "clone_count")
|
318
|
-
|
319
|
-
@clone_count.setter
|
320
|
-
def clone_count(self, value: Optional[pulumi.Input[int]]):
|
321
|
-
pulumi.set(self, "clone_count", value)
|
322
|
-
|
323
255
|
@property
|
324
256
|
@pulumi.getter(name="compartmentId")
|
325
257
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -344,22 +276,6 @@ class _FileSystemState:
|
|
344
276
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
345
277
|
pulumi.set(self, "defined_tags", value)
|
346
278
|
|
347
|
-
@property
|
348
|
-
@pulumi.getter(name="detachCloneTrigger")
|
349
|
-
def detach_clone_trigger(self) -> Optional[pulumi.Input[int]]:
|
350
|
-
"""
|
351
|
-
(Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
352
|
-
|
353
|
-
|
354
|
-
** IMPORTANT **
|
355
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
356
|
-
"""
|
357
|
-
return pulumi.get(self, "detach_clone_trigger")
|
358
|
-
|
359
|
-
@detach_clone_trigger.setter
|
360
|
-
def detach_clone_trigger(self, value: Optional[pulumi.Input[int]]):
|
361
|
-
pulumi.set(self, "detach_clone_trigger", value)
|
362
|
-
|
363
279
|
@property
|
364
280
|
@pulumi.getter(name="displayName")
|
365
281
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -498,7 +414,11 @@ class _FileSystemState:
|
|
498
414
|
@pulumi.getter(name="sourceSnapshotId")
|
499
415
|
def source_snapshot_id(self) -> Optional[pulumi.Input[str]]:
|
500
416
|
"""
|
501
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
417
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
418
|
+
|
419
|
+
|
420
|
+
** IMPORTANT **
|
421
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
502
422
|
"""
|
503
423
|
return pulumi.get(self, "source_snapshot_id")
|
504
424
|
|
@@ -537,10 +457,8 @@ class FileSystem(pulumi.CustomResource):
|
|
537
457
|
resource_name: str,
|
538
458
|
opts: Optional[pulumi.ResourceOptions] = None,
|
539
459
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
540
|
-
clone_attach_status: Optional[pulumi.Input[str]] = None,
|
541
460
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
542
461
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
543
|
-
detach_clone_trigger: Optional[pulumi.Input[int]] = None,
|
544
462
|
display_name: Optional[pulumi.Input[str]] = None,
|
545
463
|
filesystem_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
546
464
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -589,7 +507,6 @@ class FileSystem(pulumi.CustomResource):
|
|
589
507
|
test_file_system = oci.file_storage.FileSystem("test_file_system",
|
590
508
|
availability_domain=file_system_availability_domain,
|
591
509
|
compartment_id=compartment_id,
|
592
|
-
clone_attach_status=file_system_clone_attach_status,
|
593
510
|
defined_tags={
|
594
511
|
"Operations.CostCenter": "42",
|
595
512
|
},
|
@@ -613,21 +530,19 @@ class FileSystem(pulumi.CustomResource):
|
|
613
530
|
:param str resource_name: The name of the resource.
|
614
531
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
615
532
|
:param pulumi.Input[str] availability_domain: The availability domain to create the file system in. Example: `Uocm:PHX-AD-1`
|
616
|
-
:param pulumi.Input[str] clone_attach_status: Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
617
533
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the file system in.
|
618
534
|
: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). Example: `{"Operations.CostCenter": "42"}`
|
619
|
-
:param pulumi.Input[int] detach_clone_trigger: (Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
620
|
-
|
621
|
-
|
622
|
-
** IMPORTANT **
|
623
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
624
535
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system`
|
625
536
|
:param pulumi.Input[str] filesystem_snapshot_policy_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which controls the frequency of snapshot creation and retention period of the taken snapshots.
|
626
537
|
|
627
538
|
May be unset as a blank value.
|
628
539
|
: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"}`
|
629
540
|
:param pulumi.Input[str] kms_key_id: (Updatable) The OCID of KMS key used to encrypt the encryption keys associated with this file system. May be unset as a blank or deleted from the configuration to remove the KMS key.
|
630
|
-
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
541
|
+
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
542
|
+
|
543
|
+
|
544
|
+
** IMPORTANT **
|
545
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
631
546
|
"""
|
632
547
|
...
|
633
548
|
@overload
|
@@ -677,7 +592,6 @@ class FileSystem(pulumi.CustomResource):
|
|
677
592
|
test_file_system = oci.file_storage.FileSystem("test_file_system",
|
678
593
|
availability_domain=file_system_availability_domain,
|
679
594
|
compartment_id=compartment_id,
|
680
|
-
clone_attach_status=file_system_clone_attach_status,
|
681
595
|
defined_tags={
|
682
596
|
"Operations.CostCenter": "42",
|
683
597
|
},
|
@@ -714,10 +628,8 @@ class FileSystem(pulumi.CustomResource):
|
|
714
628
|
resource_name: str,
|
715
629
|
opts: Optional[pulumi.ResourceOptions] = None,
|
716
630
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
717
|
-
clone_attach_status: Optional[pulumi.Input[str]] = None,
|
718
631
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
719
632
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
720
|
-
detach_clone_trigger: Optional[pulumi.Input[int]] = None,
|
721
633
|
display_name: Optional[pulumi.Input[str]] = None,
|
722
634
|
filesystem_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
723
635
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -735,18 +647,15 @@ class FileSystem(pulumi.CustomResource):
|
|
735
647
|
if availability_domain is None and not opts.urn:
|
736
648
|
raise TypeError("Missing required property 'availability_domain'")
|
737
649
|
__props__.__dict__["availability_domain"] = availability_domain
|
738
|
-
__props__.__dict__["clone_attach_status"] = clone_attach_status
|
739
650
|
if compartment_id is None and not opts.urn:
|
740
651
|
raise TypeError("Missing required property 'compartment_id'")
|
741
652
|
__props__.__dict__["compartment_id"] = compartment_id
|
742
653
|
__props__.__dict__["defined_tags"] = defined_tags
|
743
|
-
__props__.__dict__["detach_clone_trigger"] = detach_clone_trigger
|
744
654
|
__props__.__dict__["display_name"] = display_name
|
745
655
|
__props__.__dict__["filesystem_snapshot_policy_id"] = filesystem_snapshot_policy_id
|
746
656
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
747
657
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
748
658
|
__props__.__dict__["source_snapshot_id"] = source_snapshot_id
|
749
|
-
__props__.__dict__["clone_count"] = None
|
750
659
|
__props__.__dict__["is_clone_parent"] = None
|
751
660
|
__props__.__dict__["is_hydrated"] = None
|
752
661
|
__props__.__dict__["is_targetable"] = None
|
@@ -767,11 +676,8 @@ class FileSystem(pulumi.CustomResource):
|
|
767
676
|
id: pulumi.Input[str],
|
768
677
|
opts: Optional[pulumi.ResourceOptions] = None,
|
769
678
|
availability_domain: Optional[pulumi.Input[str]] = None,
|
770
|
-
clone_attach_status: Optional[pulumi.Input[str]] = None,
|
771
|
-
clone_count: Optional[pulumi.Input[int]] = None,
|
772
679
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
773
680
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
774
|
-
detach_clone_trigger: Optional[pulumi.Input[int]] = None,
|
775
681
|
display_name: Optional[pulumi.Input[str]] = None,
|
776
682
|
filesystem_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
777
683
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -794,15 +700,8 @@ class FileSystem(pulumi.CustomResource):
|
|
794
700
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
795
701
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
796
702
|
:param pulumi.Input[str] availability_domain: The availability domain to create the file system in. Example: `Uocm:PHX-AD-1`
|
797
|
-
:param pulumi.Input[str] clone_attach_status: Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
798
|
-
:param pulumi.Input[int] clone_count: Specifies the total number of children of a file system.
|
799
703
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the file system in.
|
800
704
|
: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). Example: `{"Operations.CostCenter": "42"}`
|
801
|
-
:param pulumi.Input[int] detach_clone_trigger: (Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
802
|
-
|
803
|
-
|
804
|
-
** IMPORTANT **
|
805
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
806
705
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system`
|
807
706
|
:param pulumi.Input[str] filesystem_snapshot_policy_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated file system snapshot policy, which controls the frequency of snapshot creation and retention period of the taken snapshots.
|
808
707
|
|
@@ -816,7 +715,11 @@ class FileSystem(pulumi.CustomResource):
|
|
816
715
|
:param pulumi.Input[str] metered_bytes: The number of bytes consumed by the file system, including any snapshots. This number reflects the metered size of the file system and is updated asynchronously with respect to updates to the file system. For more information, see [File System Usage and Metering](https://docs.cloud.oracle.com/iaas/Content/File/Concepts/FSutilization.htm).
|
817
716
|
:param pulumi.Input[str] replication_target_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication target associated with the file system. Empty if the file system is not being used as target in a replication.
|
818
717
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FileSystemSourceDetailArgs']]]] source_details: Source information for the file system.
|
819
|
-
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
718
|
+
:param pulumi.Input[str] source_snapshot_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
719
|
+
|
720
|
+
|
721
|
+
** IMPORTANT **
|
722
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
820
723
|
:param pulumi.Input[str] state: The current state of the file system.
|
821
724
|
:param pulumi.Input[str] time_created: The date and time the file system was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
822
725
|
"""
|
@@ -825,11 +728,8 @@ class FileSystem(pulumi.CustomResource):
|
|
825
728
|
__props__ = _FileSystemState.__new__(_FileSystemState)
|
826
729
|
|
827
730
|
__props__.__dict__["availability_domain"] = availability_domain
|
828
|
-
__props__.__dict__["clone_attach_status"] = clone_attach_status
|
829
|
-
__props__.__dict__["clone_count"] = clone_count
|
830
731
|
__props__.__dict__["compartment_id"] = compartment_id
|
831
732
|
__props__.__dict__["defined_tags"] = defined_tags
|
832
|
-
__props__.__dict__["detach_clone_trigger"] = detach_clone_trigger
|
833
733
|
__props__.__dict__["display_name"] = display_name
|
834
734
|
__props__.__dict__["filesystem_snapshot_policy_id"] = filesystem_snapshot_policy_id
|
835
735
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
@@ -854,22 +754,6 @@ class FileSystem(pulumi.CustomResource):
|
|
854
754
|
"""
|
855
755
|
return pulumi.get(self, "availability_domain")
|
856
756
|
|
857
|
-
@property
|
858
|
-
@pulumi.getter(name="cloneAttachStatus")
|
859
|
-
def clone_attach_status(self) -> pulumi.Output[str]:
|
860
|
-
"""
|
861
|
-
Specifies whether the clone file system is attached to its parent file system. If the value is set to 'DETACH', then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
|
862
|
-
"""
|
863
|
-
return pulumi.get(self, "clone_attach_status")
|
864
|
-
|
865
|
-
@property
|
866
|
-
@pulumi.getter(name="cloneCount")
|
867
|
-
def clone_count(self) -> pulumi.Output[int]:
|
868
|
-
"""
|
869
|
-
Specifies the total number of children of a file system.
|
870
|
-
"""
|
871
|
-
return pulumi.get(self, "clone_count")
|
872
|
-
|
873
757
|
@property
|
874
758
|
@pulumi.getter(name="compartmentId")
|
875
759
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -886,18 +770,6 @@ class FileSystem(pulumi.CustomResource):
|
|
886
770
|
"""
|
887
771
|
return pulumi.get(self, "defined_tags")
|
888
772
|
|
889
|
-
@property
|
890
|
-
@pulumi.getter(name="detachCloneTrigger")
|
891
|
-
def detach_clone_trigger(self) -> pulumi.Output[Optional[int]]:
|
892
|
-
"""
|
893
|
-
(Updatable) An optional property when incremented triggers Detach Clone. Could be set to any integer value.
|
894
|
-
|
895
|
-
|
896
|
-
** IMPORTANT **
|
897
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
898
|
-
"""
|
899
|
-
return pulumi.get(self, "detach_clone_trigger")
|
900
|
-
|
901
773
|
@property
|
902
774
|
@pulumi.getter(name="displayName")
|
903
775
|
def display_name(self) -> pulumi.Output[str]:
|
@@ -992,7 +864,11 @@ class FileSystem(pulumi.CustomResource):
|
|
992
864
|
@pulumi.getter(name="sourceSnapshotId")
|
993
865
|
def source_snapshot_id(self) -> pulumi.Output[str]:
|
994
866
|
"""
|
995
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
867
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
|
868
|
+
|
869
|
+
|
870
|
+
** IMPORTANT **
|
871
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
996
872
|
"""
|
997
873
|
return pulumi.get(self, "source_snapshot_id")
|
998
874
|
|