Data Source: oci_file_storage_export_sets
This data source provides the list of Export Sets in Oracle Cloud Infrastructure File Storage service.
Lists the export set resources in the specified compartment.
Example Usage
data "oci_file_storage_export_sets" "test_export_sets" {
#Required
availability_domain = var.export_set_availability_domain
compartment_id = var.compartment_id
#Optional
display_name = var.export_set_display_name
id = var.export_set_id
state = var.export_set_state
}
Argument Reference
The following arguments are supported:
availability_domain
- (Required) The name of the availability domain. Example:Uocm:PHX-AD-1
compartment_id
- (Required) The OCID of the compartment.display_name
- (Optional) A user-friendly name. It does not have to be unique, and it is changeable. Example:My resource
id
- (Optional) Filter results by OCID. Must be an OCID of the correct type for the resouce type.state
- (Optional) Filter results by the specified lifecycle state. Must be a valid state for the resource type.
Attributes Reference
The following attributes are exported:
export_sets
- The list of export_sets.
ExportSet Reference
The following attributes are exported:
availability_domain
- The availability domain the export set is in. May be unset as a blank or NULL value. Example:Uocm:PHX-AD-1
compartment_id
- The OCID of the compartment that contains the export set.display_name
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:My export set
id
- The OCID of the export set.max_fs_stat_bytes
- Controls the maximumtbytes
,fbytes
, andabytes
, values reported byNFS FSSTAT
calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. Thetbytes
value reported byFSSTAT
will bemaxFsStatBytes
. The value offbytes
andabytes
will bemaxFsStatBytes
minus the metered size of the file system. If the metered size is larger thanmaxFsStatBytes
, thenfbytes
andabytes
will both be ‘0’.max_fs_stat_files
- Controls the maximumtfiles
,ffiles
, andafiles
values reported byNFS FSSTAT
calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. Thetfiles
value reported byFSSTAT
will bemaxFsStatFiles
. The value offfiles
andafiles
will bemaxFsStatFiles
minus the metered size of the file system. If the metered size is larger thanmaxFsStatFiles
, thenffiles
andafiles
will both be ‘0’.state
- The current state of the export set.time_created
- The date and time the export set was created, expressed in RFC 3339 timestamp format. Example:2016-08-25T21:10:29.600Z
vcn_id
- The OCID of the virtual cloud network (VCN) the export set is in.