powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell
powerscale.getNfsExport
Explore with Pulumi AI
This datasource is used to query the existing NFS exports from PowerScale array. The information fetched from this datasource can be used for getting the details or for further processing in resource block. PowerScale provides an NFS server so you can share files on your cluster
Using getNfsExport
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNfsExport(args: GetNfsExportArgs, opts?: InvokeOptions): Promise<GetNfsExportResult>
function getNfsExportOutput(args: GetNfsExportOutputArgs, opts?: InvokeOptions): Output<GetNfsExportResult>
def get_nfs_export(filter: Optional[GetNfsExportFilter] = None,
opts: Optional[InvokeOptions] = None) -> GetNfsExportResult
def get_nfs_export_output(filter: Optional[pulumi.Input[GetNfsExportFilterArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNfsExportResult]
func LookupNfsExport(ctx *Context, args *LookupNfsExportArgs, opts ...InvokeOption) (*LookupNfsExportResult, error)
func LookupNfsExportOutput(ctx *Context, args *LookupNfsExportOutputArgs, opts ...InvokeOption) LookupNfsExportResultOutput
> Note: This function is named LookupNfsExport
in the Go SDK.
public static class GetNfsExport
{
public static Task<GetNfsExportResult> InvokeAsync(GetNfsExportArgs args, InvokeOptions? opts = null)
public static Output<GetNfsExportResult> Invoke(GetNfsExportInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNfsExportResult> getNfsExport(GetNfsExportArgs args, InvokeOptions options)
public static Output<GetNfsExportResult> getNfsExport(GetNfsExportArgs args, InvokeOptions options)
fn::invoke:
function: powerscale:index/getNfsExport:getNfsExport
arguments:
# arguments dictionary
The following arguments are supported:
getNfsExport Result
The following output properties are available:
- Id string
- Identifier
- Nfs
Exports List<GetNfs Export Nfs Export> - List of nfs exports
- Filter
Get
Nfs Export Filter
- Id string
- Identifier
- Nfs
Exports []GetNfs Export Nfs Export - List of nfs exports
- Filter
Get
Nfs Export Filter
- id String
- Identifier
- nfs
Exports List<GetNfs Export Nfs Export> - List of nfs exports
- filter
Get
Nfs Export Filter
- id string
- Identifier
- nfs
Exports GetNfs Export Nfs Export[] - List of nfs exports
- filter
Get
Nfs Export Filter
- id str
- Identifier
- nfs_
exports Sequence[GetNfs Export Nfs Export] - List of nfs exports
- filter
Get
Nfs Export Filter
- id String
- Identifier
- nfs
Exports List<Property Map> - List of nfs exports
- filter Property Map
Supporting Types
GetNfsExportFilter
- Check bool
- Check for conflicts when listing exports.
- Dir string
- The direction of the sort.
- Ids List<double>
- IDs to filter nfs exports.
- Limit double
- Return no more than this many results at once (see resume).
- Offset double
- The position of the first item returned for a paginated query within the full result set.
- Path string
- If specified, only exports that explicitly reference at least one of the given paths will be returned.
- Paths List<string>
- Paths to filter nfs exports.
- Resume string
- Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).
- Scope string
- If specified as "effective" or not specified, all fields are returned. If specified as "user", only fields with non-default values are shown. If specified as "default", the original values are returned.
- Sort string
- The field that will be used for sorting.
- Zone string
- Specifies which access zone to use.
- Check bool
- Check for conflicts when listing exports.
- Dir string
- The direction of the sort.
- Ids []float64
- IDs to filter nfs exports.
- Limit float64
- Return no more than this many results at once (see resume).
- Offset float64
- The position of the first item returned for a paginated query within the full result set.
- Path string
- If specified, only exports that explicitly reference at least one of the given paths will be returned.
- Paths []string
- Paths to filter nfs exports.
- Resume string
- Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).
- Scope string
- If specified as "effective" or not specified, all fields are returned. If specified as "user", only fields with non-default values are shown. If specified as "default", the original values are returned.
- Sort string
- The field that will be used for sorting.
- Zone string
- Specifies which access zone to use.
- check Boolean
- Check for conflicts when listing exports.
- dir String
- The direction of the sort.
- ids List<Double>
- IDs to filter nfs exports.
- limit Double
- Return no more than this many results at once (see resume).
- offset Double
- The position of the first item returned for a paginated query within the full result set.
- path String
- If specified, only exports that explicitly reference at least one of the given paths will be returned.
- paths List<String>
- Paths to filter nfs exports.
- resume String
- Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).
- scope String
- If specified as "effective" or not specified, all fields are returned. If specified as "user", only fields with non-default values are shown. If specified as "default", the original values are returned.
- sort String
- The field that will be used for sorting.
- zone String
- Specifies which access zone to use.
- check boolean
- Check for conflicts when listing exports.
- dir string
- The direction of the sort.
- ids number[]
- IDs to filter nfs exports.
- limit number
- Return no more than this many results at once (see resume).
- offset number
- The position of the first item returned for a paginated query within the full result set.
- path string
- If specified, only exports that explicitly reference at least one of the given paths will be returned.
- paths string[]
- Paths to filter nfs exports.
- resume string
- Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).
- scope string
- If specified as "effective" or not specified, all fields are returned. If specified as "user", only fields with non-default values are shown. If specified as "default", the original values are returned.
- sort string
- The field that will be used for sorting.
- zone string
- Specifies which access zone to use.
- check bool
- Check for conflicts when listing exports.
- dir str
- The direction of the sort.
- ids Sequence[float]
- IDs to filter nfs exports.
- limit float
- Return no more than this many results at once (see resume).
- offset float
- The position of the first item returned for a paginated query within the full result set.
- path str
- If specified, only exports that explicitly reference at least one of the given paths will be returned.
- paths Sequence[str]
- Paths to filter nfs exports.
- resume str
- Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).
- scope str
- If specified as "effective" or not specified, all fields are returned. If specified as "user", only fields with non-default values are shown. If specified as "default", the original values are returned.
- sort str
- The field that will be used for sorting.
- zone str
- Specifies which access zone to use.
- check Boolean
- Check for conflicts when listing exports.
- dir String
- The direction of the sort.
- ids List<Number>
- IDs to filter nfs exports.
- limit Number
- Return no more than this many results at once (see resume).
- offset Number
- The position of the first item returned for a paginated query within the full result set.
- path String
- If specified, only exports that explicitly reference at least one of the given paths will be returned.
- paths List<String>
- Paths to filter nfs exports.
- resume String
- Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).
- scope String
- If specified as "effective" or not specified, all fields are returned. If specified as "user", only fields with non-default values are shown. If specified as "default", the original values are returned.
- sort String
- The field that will be used for sorting.
- zone String
- Specifies which access zone to use.
GetNfsExportNfsExport
- All
Dirs bool - True if all directories under the specified paths are mountable.
- Block
Size double - Specifies the block size returned by the NFS statfs procedure.
- Can
Set boolTime - True if the client can set file times through the NFS set attribute request. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Case
Insensitive bool - True if the case is ignored for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Case
Preserving bool - True if the case is preserved for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Chown
Restricted bool - True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Clients List<string>
- Specifies the clients with root access to the export.
- Commit
Asynchronous bool - True if NFS commit requests execute asynchronously.
- Conflicting
Paths List<string> - Reports the paths that conflict with another export.
- Description string
- Specifies the user-defined string that is used to identify the export.
- Directory
Transfer doubleSize - Specifies the preferred size for directory read operations. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Encoding string
- Specifies the default character set encoding of the clients connecting to the export, unless otherwise specified.
- Id double
- Specifies the system-assigned ID for the export. This ID is returned when an export is created through the POST method.
- Link
Max double - Specifies the reported maximum number of links to a file. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Map
All GetNfs Export Nfs Export Map All - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Failure GetNfs Export Nfs Export Map Failure - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Full bool - True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
- Map
Lookup boolUid - True if incoming user IDs (UIDs) are mapped to users in the OneFS user database. When set to false, incoming UIDs are applied directly to file operations.
- Map
Non GetRoot Nfs Export Nfs Export Map Non Root - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Retry bool - Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
- Map
Root GetNfs Export Nfs Export Map Root - Specifies the users and groups to which non-root and root clients are mapped.
- Max
File doubleSize - Specifies the maximum file size for any file accessed from the export. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Name
Max doubleSize - Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- No
Truncate bool - True if long file names result in an error. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Paths List<string>
- Specifies the paths under /ifs that are exported.
- Read
Only bool - True if the export is set to read-only.
- Read
Only List<string>Clients - Specifies the clients with read-only access to the export.
- Read
Transfer doubleMax Size - Specifies the maximum buffer size that clients should use on NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Read
Transfer doubleMultiple - Specifies the preferred multiple size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Read
Transfer doubleSize - Specifies the preferred size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Read
Write List<string>Clients - Specifies the clients with both read and write access to the export, even when the export is set to read-only.
- Readdirplus bool
- True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
- Readdirplus
Prefetch double - Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
- Return32bit
File boolIds - Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
- Root
Clients List<string> - Clients that have root access to the export.
- Security
Flavors List<string> - Specifies the authentication types that are supported for this export.
- Setattr
Asynchronous bool - True if set attribute operations execute asynchronously.
- Snapshot string
- Specifies the snapshot for all mounts.
- Symlinks bool
- True if symlinks are supported. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Time
Delta double - Specifies the resolution of all time values that are returned to the clients
- Unresolved
Clients List<string> - Reports clients that cannot be resolved.
- Write
Datasync stringAction - Specifies the action to be taken when an NFSv3+ datasync write is requested.
- Write
Datasync stringReply - Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
- Write
Filesync stringAction - Specifies the action to be taken when an NFSv3+ filesync write is requested.
- Write
Filesync stringReply - Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
- Write
Transfer doubleMax Size - Specifies the maximum buffer size that clients should use on NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Write
Transfer doubleMultiple - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Write
Transfer doubleSize - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Write
Unstable stringAction - Specifies the action to be taken when an NFSv3+ unstable write is requested.
- Write
Unstable stringReply - Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
- Zone string
- Specifies the zone in which the export is valid.
- All
Dirs bool - True if all directories under the specified paths are mountable.
- Block
Size float64 - Specifies the block size returned by the NFS statfs procedure.
- Can
Set boolTime - True if the client can set file times through the NFS set attribute request. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Case
Insensitive bool - True if the case is ignored for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Case
Preserving bool - True if the case is preserved for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Chown
Restricted bool - True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Clients []string
- Specifies the clients with root access to the export.
- Commit
Asynchronous bool - True if NFS commit requests execute asynchronously.
- Conflicting
Paths []string - Reports the paths that conflict with another export.
- Description string
- Specifies the user-defined string that is used to identify the export.
- Directory
Transfer float64Size - Specifies the preferred size for directory read operations. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Encoding string
- Specifies the default character set encoding of the clients connecting to the export, unless otherwise specified.
- Id float64
- Specifies the system-assigned ID for the export. This ID is returned when an export is created through the POST method.
- Link
Max float64 - Specifies the reported maximum number of links to a file. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Map
All GetNfs Export Nfs Export Map All - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Failure GetNfs Export Nfs Export Map Failure - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Full bool - True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
- Map
Lookup boolUid - True if incoming user IDs (UIDs) are mapped to users in the OneFS user database. When set to false, incoming UIDs are applied directly to file operations.
- Map
Non GetRoot Nfs Export Nfs Export Map Non Root - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Retry bool - Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
- Map
Root GetNfs Export Nfs Export Map Root - Specifies the users and groups to which non-root and root clients are mapped.
- Max
File float64Size - Specifies the maximum file size for any file accessed from the export. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Name
Max float64Size - Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- No
Truncate bool - True if long file names result in an error. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- Paths []string
- Specifies the paths under /ifs that are exported.
- Read
Only bool - True if the export is set to read-only.
- Read
Only []stringClients - Specifies the clients with read-only access to the export.
- Read
Transfer float64Max Size - Specifies the maximum buffer size that clients should use on NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Read
Transfer float64Multiple - Specifies the preferred multiple size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Read
Transfer float64Size - Specifies the preferred size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Read
Write []stringClients - Specifies the clients with both read and write access to the export, even when the export is set to read-only.
- Readdirplus bool
- True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
- Readdirplus
Prefetch float64 - Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
- Return32bit
File boolIds - Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
- Root
Clients []string - Clients that have root access to the export.
- Security
Flavors []string - Specifies the authentication types that are supported for this export.
- Setattr
Asynchronous bool - True if set attribute operations execute asynchronously.
- Snapshot string
- Specifies the snapshot for all mounts.
- Symlinks bool
- True if symlinks are supported. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Time
Delta float64 - Specifies the resolution of all time values that are returned to the clients
- Unresolved
Clients []string - Reports clients that cannot be resolved.
- Write
Datasync stringAction - Specifies the action to be taken when an NFSv3+ datasync write is requested.
- Write
Datasync stringReply - Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
- Write
Filesync stringAction - Specifies the action to be taken when an NFSv3+ filesync write is requested.
- Write
Filesync stringReply - Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
- Write
Transfer float64Max Size - Specifies the maximum buffer size that clients should use on NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Write
Transfer float64Multiple - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Write
Transfer float64Size - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- Write
Unstable stringAction - Specifies the action to be taken when an NFSv3+ unstable write is requested.
- Write
Unstable stringReply - Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
- Zone string
- Specifies the zone in which the export is valid.
- all
Dirs Boolean - True if all directories under the specified paths are mountable.
- block
Size Double - Specifies the block size returned by the NFS statfs procedure.
- can
Set BooleanTime - True if the client can set file times through the NFS set attribute request. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case
Insensitive Boolean - True if the case is ignored for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case
Preserving Boolean - True if the case is preserved for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- chown
Restricted Boolean - True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- clients List<String>
- Specifies the clients with root access to the export.
- commit
Asynchronous Boolean - True if NFS commit requests execute asynchronously.
- conflicting
Paths List<String> - Reports the paths that conflict with another export.
- description String
- Specifies the user-defined string that is used to identify the export.
- directory
Transfer DoubleSize - Specifies the preferred size for directory read operations. This value is used to advise the client of optimal settings for the server, but is not enforced.
- encoding String
- Specifies the default character set encoding of the clients connecting to the export, unless otherwise specified.
- id Double
- Specifies the system-assigned ID for the export. This ID is returned when an export is created through the POST method.
- link
Max Double - Specifies the reported maximum number of links to a file. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- map
All GetNfs Export Nfs Export Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure GetNfs Export Nfs Export Map Failure - Specifies the users and groups to which non-root and root clients are mapped.
- map
Full Boolean - True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
- map
Lookup BooleanUid - True if incoming user IDs (UIDs) are mapped to users in the OneFS user database. When set to false, incoming UIDs are applied directly to file operations.
- map
Non GetRoot Nfs Export Nfs Export Map Non Root - Specifies the users and groups to which non-root and root clients are mapped.
- map
Retry Boolean - Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
- map
Root GetNfs Export Nfs Export Map Root - Specifies the users and groups to which non-root and root clients are mapped.
- max
File DoubleSize - Specifies the maximum file size for any file accessed from the export. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- name
Max DoubleSize - Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- no
Truncate Boolean - True if long file names result in an error. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- paths List<String>
- Specifies the paths under /ifs that are exported.
- read
Only Boolean - True if the export is set to read-only.
- read
Only List<String>Clients - Specifies the clients with read-only access to the export.
- read
Transfer DoubleMax Size - Specifies the maximum buffer size that clients should use on NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Transfer DoubleMultiple - Specifies the preferred multiple size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Transfer DoubleSize - Specifies the preferred size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Write List<String>Clients - Specifies the clients with both read and write access to the export, even when the export is set to read-only.
- readdirplus Boolean
- True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
- readdirplus
Prefetch Double - Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
- return32bit
File BooleanIds - Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
- root
Clients List<String> - Clients that have root access to the export.
- security
Flavors List<String> - Specifies the authentication types that are supported for this export.
- setattr
Asynchronous Boolean - True if set attribute operations execute asynchronously.
- snapshot String
- Specifies the snapshot for all mounts.
- symlinks Boolean
- True if symlinks are supported. This value is used to advise the client of optimal settings for the server, but is not enforced.
- time
Delta Double - Specifies the resolution of all time values that are returned to the clients
- unresolved
Clients List<String> - Reports clients that cannot be resolved.
- write
Datasync StringAction - Specifies the action to be taken when an NFSv3+ datasync write is requested.
- write
Datasync StringReply - Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
- write
Filesync StringAction - Specifies the action to be taken when an NFSv3+ filesync write is requested.
- write
Filesync StringReply - Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
- write
Transfer DoubleMax Size - Specifies the maximum buffer size that clients should use on NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Transfer DoubleMultiple - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Transfer DoubleSize - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Unstable StringAction - Specifies the action to be taken when an NFSv3+ unstable write is requested.
- write
Unstable StringReply - Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
- zone String
- Specifies the zone in which the export is valid.
- all
Dirs boolean - True if all directories under the specified paths are mountable.
- block
Size number - Specifies the block size returned by the NFS statfs procedure.
- can
Set booleanTime - True if the client can set file times through the NFS set attribute request. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case
Insensitive boolean - True if the case is ignored for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case
Preserving boolean - True if the case is preserved for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- chown
Restricted boolean - True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- clients string[]
- Specifies the clients with root access to the export.
- commit
Asynchronous boolean - True if NFS commit requests execute asynchronously.
- conflicting
Paths string[] - Reports the paths that conflict with another export.
- description string
- Specifies the user-defined string that is used to identify the export.
- directory
Transfer numberSize - Specifies the preferred size for directory read operations. This value is used to advise the client of optimal settings for the server, but is not enforced.
- encoding string
- Specifies the default character set encoding of the clients connecting to the export, unless otherwise specified.
- id number
- Specifies the system-assigned ID for the export. This ID is returned when an export is created through the POST method.
- link
Max number - Specifies the reported maximum number of links to a file. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- map
All GetNfs Export Nfs Export Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure GetNfs Export Nfs Export Map Failure - Specifies the users and groups to which non-root and root clients are mapped.
- map
Full boolean - True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
- map
Lookup booleanUid - True if incoming user IDs (UIDs) are mapped to users in the OneFS user database. When set to false, incoming UIDs are applied directly to file operations.
- map
Non GetRoot Nfs Export Nfs Export Map Non Root - Specifies the users and groups to which non-root and root clients are mapped.
- map
Retry boolean - Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
- map
Root GetNfs Export Nfs Export Map Root - Specifies the users and groups to which non-root and root clients are mapped.
- max
File numberSize - Specifies the maximum file size for any file accessed from the export. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- name
Max numberSize - Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- no
Truncate boolean - True if long file names result in an error. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- paths string[]
- Specifies the paths under /ifs that are exported.
- read
Only boolean - True if the export is set to read-only.
- read
Only string[]Clients - Specifies the clients with read-only access to the export.
- read
Transfer numberMax Size - Specifies the maximum buffer size that clients should use on NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Transfer numberMultiple - Specifies the preferred multiple size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Transfer numberSize - Specifies the preferred size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Write string[]Clients - Specifies the clients with both read and write access to the export, even when the export is set to read-only.
- readdirplus boolean
- True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
- readdirplus
Prefetch number - Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
- return32bit
File booleanIds - Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
- root
Clients string[] - Clients that have root access to the export.
- security
Flavors string[] - Specifies the authentication types that are supported for this export.
- setattr
Asynchronous boolean - True if set attribute operations execute asynchronously.
- snapshot string
- Specifies the snapshot for all mounts.
- symlinks boolean
- True if symlinks are supported. This value is used to advise the client of optimal settings for the server, but is not enforced.
- time
Delta number - Specifies the resolution of all time values that are returned to the clients
- unresolved
Clients string[] - Reports clients that cannot be resolved.
- write
Datasync stringAction - Specifies the action to be taken when an NFSv3+ datasync write is requested.
- write
Datasync stringReply - Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
- write
Filesync stringAction - Specifies the action to be taken when an NFSv3+ filesync write is requested.
- write
Filesync stringReply - Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
- write
Transfer numberMax Size - Specifies the maximum buffer size that clients should use on NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Transfer numberMultiple - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Transfer numberSize - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Unstable stringAction - Specifies the action to be taken when an NFSv3+ unstable write is requested.
- write
Unstable stringReply - Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
- zone string
- Specifies the zone in which the export is valid.
- all_
dirs bool - True if all directories under the specified paths are mountable.
- block_
size float - Specifies the block size returned by the NFS statfs procedure.
- can_
set_ booltime - True if the client can set file times through the NFS set attribute request. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case_
insensitive bool - True if the case is ignored for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case_
preserving bool - True if the case is preserved for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- chown_
restricted bool - True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- clients Sequence[str]
- Specifies the clients with root access to the export.
- commit_
asynchronous bool - True if NFS commit requests execute asynchronously.
- conflicting_
paths Sequence[str] - Reports the paths that conflict with another export.
- description str
- Specifies the user-defined string that is used to identify the export.
- directory_
transfer_ floatsize - Specifies the preferred size for directory read operations. This value is used to advise the client of optimal settings for the server, but is not enforced.
- encoding str
- Specifies the default character set encoding of the clients connecting to the export, unless otherwise specified.
- id float
- Specifies the system-assigned ID for the export. This ID is returned when an export is created through the POST method.
- link_
max float - Specifies the reported maximum number of links to a file. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- map_
all GetNfs Export Nfs Export Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map_
failure GetNfs Export Nfs Export Map Failure - Specifies the users and groups to which non-root and root clients are mapped.
- map_
full bool - True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
- map_
lookup_ booluid - True if incoming user IDs (UIDs) are mapped to users in the OneFS user database. When set to false, incoming UIDs are applied directly to file operations.
- map_
non_ Getroot Nfs Export Nfs Export Map Non Root - Specifies the users and groups to which non-root and root clients are mapped.
- map_
retry bool - Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
- map_
root GetNfs Export Nfs Export Map Root - Specifies the users and groups to which non-root and root clients are mapped.
- max_
file_ floatsize - Specifies the maximum file size for any file accessed from the export. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- name_
max_ floatsize - Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- no_
truncate bool - True if long file names result in an error. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- paths Sequence[str]
- Specifies the paths under /ifs that are exported.
- read_
only bool - True if the export is set to read-only.
- read_
only_ Sequence[str]clients - Specifies the clients with read-only access to the export.
- read_
transfer_ floatmax_ size - Specifies the maximum buffer size that clients should use on NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read_
transfer_ floatmultiple - Specifies the preferred multiple size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read_
transfer_ floatsize - Specifies the preferred size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read_
write_ Sequence[str]clients - Specifies the clients with both read and write access to the export, even when the export is set to read-only.
- readdirplus bool
- True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
- readdirplus_
prefetch float - Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
- return32bit_
file_ boolids - Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
- root_
clients Sequence[str] - Clients that have root access to the export.
- security_
flavors Sequence[str] - Specifies the authentication types that are supported for this export.
- setattr_
asynchronous bool - True if set attribute operations execute asynchronously.
- snapshot str
- Specifies the snapshot for all mounts.
- symlinks bool
- True if symlinks are supported. This value is used to advise the client of optimal settings for the server, but is not enforced.
- time_
delta float - Specifies the resolution of all time values that are returned to the clients
- unresolved_
clients Sequence[str] - Reports clients that cannot be resolved.
- write_
datasync_ straction - Specifies the action to be taken when an NFSv3+ datasync write is requested.
- write_
datasync_ strreply - Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
- write_
filesync_ straction - Specifies the action to be taken when an NFSv3+ filesync write is requested.
- write_
filesync_ strreply - Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
- write_
transfer_ floatmax_ size - Specifies the maximum buffer size that clients should use on NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write_
transfer_ floatmultiple - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write_
transfer_ floatsize - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write_
unstable_ straction - Specifies the action to be taken when an NFSv3+ unstable write is requested.
- write_
unstable_ strreply - Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
- zone str
- Specifies the zone in which the export is valid.
- all
Dirs Boolean - True if all directories under the specified paths are mountable.
- block
Size Number - Specifies the block size returned by the NFS statfs procedure.
- can
Set BooleanTime - True if the client can set file times through the NFS set attribute request. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case
Insensitive Boolean - True if the case is ignored for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- case
Preserving Boolean - True if the case is preserved for file names. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- chown
Restricted Boolean - True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- clients List<String>
- Specifies the clients with root access to the export.
- commit
Asynchronous Boolean - True if NFS commit requests execute asynchronously.
- conflicting
Paths List<String> - Reports the paths that conflict with another export.
- description String
- Specifies the user-defined string that is used to identify the export.
- directory
Transfer NumberSize - Specifies the preferred size for directory read operations. This value is used to advise the client of optimal settings for the server, but is not enforced.
- encoding String
- Specifies the default character set encoding of the clients connecting to the export, unless otherwise specified.
- id Number
- Specifies the system-assigned ID for the export. This ID is returned when an export is created through the POST method.
- link
Max Number - Specifies the reported maximum number of links to a file. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- map
All Property Map - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure Property Map - Specifies the users and groups to which non-root and root clients are mapped.
- map
Full Boolean - True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
- map
Lookup BooleanUid - True if incoming user IDs (UIDs) are mapped to users in the OneFS user database. When set to false, incoming UIDs are applied directly to file operations.
- map
Non Property MapRoot - Specifies the users and groups to which non-root and root clients are mapped.
- map
Retry Boolean - Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
- map
Root Property Map - Specifies the users and groups to which non-root and root clients are mapped.
- max
File NumberSize - Specifies the maximum file size for any file accessed from the export. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- name
Max NumberSize - Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- no
Truncate Boolean - True if long file names result in an error. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
- paths List<String>
- Specifies the paths under /ifs that are exported.
- read
Only Boolean - True if the export is set to read-only.
- read
Only List<String>Clients - Specifies the clients with read-only access to the export.
- read
Transfer NumberMax Size - Specifies the maximum buffer size that clients should use on NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Transfer NumberMultiple - Specifies the preferred multiple size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Transfer NumberSize - Specifies the preferred size for NFS read requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- read
Write List<String>Clients - Specifies the clients with both read and write access to the export, even when the export is set to read-only.
- readdirplus Boolean
- True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
- readdirplus
Prefetch Number - Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
- return32bit
File BooleanIds - Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
- root
Clients List<String> - Clients that have root access to the export.
- security
Flavors List<String> - Specifies the authentication types that are supported for this export.
- setattr
Asynchronous Boolean - True if set attribute operations execute asynchronously.
- snapshot String
- Specifies the snapshot for all mounts.
- symlinks Boolean
- True if symlinks are supported. This value is used to advise the client of optimal settings for the server, but is not enforced.
- time
Delta Number - Specifies the resolution of all time values that are returned to the clients
- unresolved
Clients List<String> - Reports clients that cannot be resolved.
- write
Datasync StringAction - Specifies the action to be taken when an NFSv3+ datasync write is requested.
- write
Datasync StringReply - Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
- write
Filesync StringAction - Specifies the action to be taken when an NFSv3+ filesync write is requested.
- write
Filesync StringReply - Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
- write
Transfer NumberMax Size - Specifies the maximum buffer size that clients should use on NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Transfer NumberMultiple - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Transfer NumberSize - Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.
- write
Unstable StringAction - Specifies the action to be taken when an NFSv3+ unstable write is requested.
- write
Unstable StringReply - Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
- zone String
- Specifies the zone in which the export is valid.
GetNfsExportNfsExportMapAll
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map All Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<GetNfs Export Nfs Export Map All Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map All User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map All Primary Group - Specifies the persona of the file group.
- Secondary
Groups []GetNfs Export Nfs Export Map All Secondary Group - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map All User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map All Primary Group - Specifies the persona of the file group.
- secondary
Groups List<GetNfs Export Nfs Export Map All Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map All User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map All Primary Group - Specifies the persona of the file group.
- secondary
Groups GetNfs Export Nfs Export Map All Secondary Group[] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map All User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group GetNfs Export Nfs Export Map All Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[GetNfs Export Nfs Export Map All Secondary Group] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map All User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group Property Map - Specifies the persona of the file group.
- secondary
Groups List<Property Map> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user Property Map
- Specifies the persona of the file group.
GetNfsExportNfsExportMapAllPrimaryGroup
GetNfsExportNfsExportMapAllSecondaryGroup
GetNfsExportNfsExportMapAllUser
GetNfsExportNfsExportMapFailure
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map Failure Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<GetNfs Export Nfs Export Map Failure Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map Failure User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map Failure Primary Group - Specifies the persona of the file group.
- Secondary
Groups []GetNfs Export Nfs Export Map Failure Secondary Group - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map Failure User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map Failure Primary Group - Specifies the persona of the file group.
- secondary
Groups List<GetNfs Export Nfs Export Map Failure Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Failure User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map Failure Primary Group - Specifies the persona of the file group.
- secondary
Groups GetNfs Export Nfs Export Map Failure Secondary Group[] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Failure User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group GetNfs Export Nfs Export Map Failure Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[GetNfs Export Nfs Export Map Failure Secondary Group] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Failure User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group Property Map - Specifies the persona of the file group.
- secondary
Groups List<Property Map> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user Property Map
- Specifies the persona of the file group.
GetNfsExportNfsExportMapFailurePrimaryGroup
GetNfsExportNfsExportMapFailureSecondaryGroup
GetNfsExportNfsExportMapFailureUser
GetNfsExportNfsExportMapNonRoot
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map Non Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<GetNfs Export Nfs Export Map Non Root Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map Non Root User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map Non Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups []GetNfs Export Nfs Export Map Non Root Secondary Group - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map Non Root User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map Non Root Primary Group - Specifies the persona of the file group.
- secondary
Groups List<GetNfs Export Nfs Export Map Non Root Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Non Root User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map Non Root Primary Group - Specifies the persona of the file group.
- secondary
Groups GetNfs Export Nfs Export Map Non Root Secondary Group[] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Non Root User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group GetNfs Export Nfs Export Map Non Root Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[GetNfs Export Nfs Export Map Non Root Secondary Group] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Non Root User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group Property Map - Specifies the persona of the file group.
- secondary
Groups List<Property Map> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user Property Map
- Specifies the persona of the file group.
GetNfsExportNfsExportMapNonRootPrimaryGroup
GetNfsExportNfsExportMapNonRootSecondaryGroup
GetNfsExportNfsExportMapNonRootUser
GetNfsExportNfsExportMapRoot
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<GetNfs Export Nfs Export Map Root Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map Root User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group GetNfs Export Nfs Export Map Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups []GetNfs Export Nfs Export Map Root Secondary Group - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- User
Get
Nfs Export Nfs Export Map Root User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map Root Primary Group - Specifies the persona of the file group.
- secondary
Groups List<GetNfs Export Nfs Export Map Root Secondary Group> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Root User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group GetNfs Export Nfs Export Map Root Primary Group - Specifies the persona of the file group.
- secondary
Groups GetNfs Export Nfs Export Map Root Secondary Group[] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Root User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group GetNfs Export Nfs Export Map Root Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[GetNfs Export Nfs Export Map Root Secondary Group] - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user
Get
Nfs Export Nfs Export Map Root User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group Property Map - Specifies the persona of the file group.
- secondary
Groups List<Property Map> - Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
- user Property Map
- Specifies the persona of the file group.
GetNfsExportNfsExportMapRootPrimaryGroup
GetNfsExportNfsExportMapRootSecondaryGroup
GetNfsExportNfsExportMapRootUser
Package Details
- Repository
- powerscale dell/terraform-provider-powerscale
- License
- Notes
- This Pulumi package is based on the
powerscale
Terraform Provider.