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_exports.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The following attributes are exported:
66
66
* `identity_squash` - Used when clients accessing the file system through this export have their UID and GID remapped to 'anonymousUid' and 'anonymousGid'. If `ALL`, all users and groups are remapped; if `ROOT`, only the root user and group (UID/GID 0) are remapped; if `NONE`, no remapping is done. If unspecified, defaults to `ROOT`.
67
67
* `is_anonymous_access_allowed` - Whether or not to enable anonymous access to the file system through this export in cases where a user isn't found in the LDAP server used for ID mapping. If true, and the user is not found in the LDAP directory, the operation uses the Squash UID and Squash GID.
68
68
* `require_privileged_source_port` - If `true`, clients accessing the file system through this export must connect from a privileged source port. If unspecified, defaults to `true`.
69
-
* `source` - Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
69
+
* `source` - Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
70
70
71
71
**Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
72
72
*`export_set_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's export set.
Copy file name to clipboardExpand all lines: website/docs/d/file_storage_mount_targets.html.markdown
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,6 @@ The following attributes are exported:
80
80
* `related_resource_id` - The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
81
81
* `time_created` - When the lock was created.
82
82
* `type` - Type of the lock.
83
-
*`mount_target_ipv6ids` - The OCIDs of the IPv6 addresses associated with this mount target.
84
83
*`nsg_ids` - A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
85
84
*`observed_throughput` - Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
86
85
*`private_ip_ids` - The OCIDs of the private IP addresses associated with this mount target.
Copy file name to clipboardExpand all lines: website/docs/guides/resource_discovery.html.markdown
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,13 +249,6 @@ Make sure the `output_path` is empty before running resource discovery
249
249
* The compartment export functionality currently supports discovery of the target compartment. The ability to discover resources in child compartments is not yet supported.
250
250
* If using Instance Principals, resources can not be discovered if compartment_id is not specified
251
251
252
-
253
-
You can specify the maximum number of parallel chunks used for importing resources by setting the following environment variable. By default, it is set to twice the number of CPU cores.
254
-
255
-
```
256
-
export TF_MAX_PARALLEL_CHUNKS=<Positive Integer>
257
-
```
258
-
259
252
### Exit status
260
253
261
254
While discovering resources if there is any error related to the APIs or service unavailability, the tool will move on to find next resource. All the errors encountered will be displayed after the discovery is complete.
0 commit comments