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_mount_targets.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ The following attributes are exported:
59
59
*`freeform_tags` - 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"}`
60
60
*`id` - The OCID of the mount target.
61
61
*`lifecycle_details` - Additional information about the current 'lifecycleState'.
62
+
*`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).
62
63
*`private_ip_ids` - The OCIDs of the private IP addresses associated with this mount target.
63
64
*`state` - The current state of the mount target.
64
65
*`subnet_id` - The OCID of the subnet the mount target is in.
@@ -77,6 +78,7 @@ The following arguments are supported:
77
78
78
79
Example: `files-1`
79
80
*`ip_address` - (Optional) A private IP address of your choice. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. Example: `10.0.3.3`
81
+
*`nsg_ids` - (Optional) (Updatable) 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).
80
82
*`subnet_id` - (Required) The OCID of the subnet in which to create the mount target.
81
83
82
84
@@ -95,6 +97,7 @@ The following attributes are exported:
95
97
*`freeform_tags` - 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"}`
96
98
*`id` - The OCID of the mount target.
97
99
*`lifecycle_details` - Additional information about the current 'lifecycleState'.
100
+
*`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).
98
101
*`private_ip_ids` - The OCIDs of the private IP addresses associated with this mount target.
99
102
*`state` - The current state of the mount target.
100
103
*`subnet_id` - The OCID of the subnet the mount target is in.
0 commit comments