You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/file_storage_file_systems.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ The following attributes are exported:
57
57
The following attributes are exported:
58
58
59
59
*`availability_domain` - The availability domain the file system is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1`
60
+
*`clone_attach_status` - Specifies whether the file system is attached to its parent file system.
61
+
*`clone_count` - Specifies the total number of children of a file system.
60
62
*`compartment_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the file system.
61
63
*`defined_tags` - 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"}`
62
64
*`display_name` - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system`
Copy file name to clipboardExpand all lines: website/docs/d/file_storage_filesystem_snapshot_policies.html.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ The following attributes are exported:
57
57
*`id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
58
58
*`policy_prefix` - The prefix to apply to all snapshots created by this policy. Example: `acme`
59
59
*`schedules` - The list of associated snapshot schedules. A maximum of 10 schedules can be associated with a policy.
60
-
* `day_of_month` - 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.
61
-
* `day_of_week` - The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
62
-
* `hour_of_day` - 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.
63
-
* `month` - The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
60
+
* `day_of_month` - 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. If not set, the system chooses a value at creation time.
61
+
* `day_of_week` - The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
62
+
* `hour_of_day` - The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
63
+
* `month` - The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
64
64
* `period` - The frequency of scheduled snapshots.
65
65
* `retention_duration_in_seconds` - The number of seconds to retain snapshots created with this schedule. Snapshot expiration time will not be set if this value is empty.
66
66
* `schedule_prefix` - A name prefix to be applied to snapshots created by this schedule. Example: `compliance1`
Copy file name to clipboardExpand all lines: website/docs/d/file_storage_filesystem_snapshot_policy.html.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,10 @@ The following attributes are exported:
40
40
*`id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
41
41
*`policy_prefix` - The prefix to apply to all snapshots created by this policy. Example: `acme`
42
42
*`schedules` - The list of associated snapshot schedules. A maximum of 10 schedules can be associated with a policy.
43
-
* `day_of_month` - 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.
44
-
* `day_of_week` - The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules.
45
-
* `hour_of_day` - 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.
46
-
* `month` - The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules.
43
+
* `day_of_month` - 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. If not set, the system chooses a value at creation time.
44
+
* `day_of_week` - The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
45
+
* `hour_of_day` - The hour of the day to create a DAILY, WEEKLY, MONTHLY, or YEARLY snapshot. If not set, the system chooses a value at creation time.
46
+
* `month` - The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
47
47
* `period` - The frequency of scheduled snapshots.
48
48
* `retention_duration_in_seconds` - The number of seconds to retain snapshots created with this schedule. Snapshot expiration time will not be set if this value is empty.
49
49
* `schedule_prefix` - A name prefix to be applied to snapshots created by this schedule. Example: `compliance1`
*`export_options` - (Optional) (Updatable) Export options for the new export. If left unspecified, defaults to:
48
+
*`export_options` - (Optional) (Updatable) Export options for the new export. For exports of mount targets with IPv4 address, if client options are left unspecified, client options would default to:
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.
53
+
51
54
**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`.
52
55
53
56
**If set to the empty array then the export will not be visible to any clients.**
0 commit comments