1. Packages
  2. Powerscale Provider
  3. API Docs
  4. getNfsExportSettings
powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell

powerscale.getNfsExportSettings

Explore with Pulumi AI

powerscale logo
powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell

    This datasource is used to query the NFS Export Settings from PowerScale array. The information fetched from this datasource can be used for getting the details or for further processing in resource block.

    Using getNfsExportSettings

    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 getNfsExportSettings(args: GetNfsExportSettingsArgs, opts?: InvokeOptions): Promise<GetNfsExportSettingsResult>
    function getNfsExportSettingsOutput(args: GetNfsExportSettingsOutputArgs, opts?: InvokeOptions): Output<GetNfsExportSettingsResult>
    def get_nfs_export_settings(filter: Optional[GetNfsExportSettingsFilter] = None,
                                opts: Optional[InvokeOptions] = None) -> GetNfsExportSettingsResult
    def get_nfs_export_settings_output(filter: Optional[pulumi.Input[GetNfsExportSettingsFilterArgs]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetNfsExportSettingsResult]
    func LookupNfsExportSettings(ctx *Context, args *LookupNfsExportSettingsArgs, opts ...InvokeOption) (*LookupNfsExportSettingsResult, error)
    func LookupNfsExportSettingsOutput(ctx *Context, args *LookupNfsExportSettingsOutputArgs, opts ...InvokeOption) LookupNfsExportSettingsResultOutput

    > Note: This function is named LookupNfsExportSettings in the Go SDK.

    public static class GetNfsExportSettings 
    {
        public static Task<GetNfsExportSettingsResult> InvokeAsync(GetNfsExportSettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetNfsExportSettingsResult> Invoke(GetNfsExportSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNfsExportSettingsResult> getNfsExportSettings(GetNfsExportSettingsArgs args, InvokeOptions options)
    public static Output<GetNfsExportSettingsResult> getNfsExportSettings(GetNfsExportSettingsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: powerscale:index/getNfsExportSettings:getNfsExportSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getNfsExportSettings Result

    The following output properties are available:

    id String
    Identifier
    nfsExportSettings Property Map
    NFS Export Settings
    filter Property Map

    Supporting Types

    GetNfsExportSettingsFilter

    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.
    Zone string
    Specifies which access zone to use.
    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.
    Zone string
    Specifies which access zone to use.
    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.
    zone String
    Specifies which access zone to use.
    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.
    zone string
    Specifies which access zone to use.
    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.
    zone str
    Specifies which access zone to use.
    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.
    zone String
    Specifies which access zone to use.

    GetNfsExportSettingsNfsExportSettings

    AllDirs bool
    True if all directories under the specified paths are mountable.
    BlockSize double
    Specifies the block size returned by the NFS statfs procedure.
    CanSetTime bool
    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.
    CaseInsensitive 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.
    CasePreserving 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.
    ChownRestricted bool
    True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    CommitAsynchronous bool
    True if NFS commit requests execute asynchronously.
    DirectoryTransferSize double
    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.
    LinkMax 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.
    MapAll GetNfsExportSettingsNfsExportSettingsMapAll
    Specifies the users and groups to which non-root and root clients are mapped.
    MapFailure GetNfsExportSettingsNfsExportSettingsMapFailure
    Specifies the users and groups to which non-root and root clients are mapped.
    MapFull bool
    True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
    MapLookupUid bool
    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.
    MapNonRoot GetNfsExportSettingsNfsExportSettingsMapNonRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    MapRetry bool
    Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
    MapRoot GetNfsExportSettingsNfsExportSettingsMapRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    MaxFileSize double
    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.
    NameMaxSize double
    Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    NoTruncate 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.
    ReadOnly bool
    True if the export is set to read-only.
    ReadTransferMaxSize double
    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.
    ReadTransferMultiple double
    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.
    ReadTransferSize double
    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.
    Readdirplus bool
    True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
    ReaddirplusPrefetch double
    Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
    Return32bitFileIds bool
    Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
    SecurityFlavors List<string>
    Specifies the authentication types that are supported for this export.
    SetattrAsynchronous 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.
    TimeDelta double
    Specifies the resolution of all time values that are returned to the clients
    WriteDatasyncAction string
    Specifies the action to be taken when an NFSv3+ datasync write is requested.
    WriteDatasyncReply string
    Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
    WriteFilesyncAction string
    Specifies the action to be taken when an NFSv3+ filesync write is requested.
    WriteFilesyncReply string
    Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
    WriteTransferMaxSize double
    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.
    WriteTransferMultiple double
    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.
    WriteTransferSize double
    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.
    WriteUnstableAction string
    Specifies the action to be taken when an NFSv3+ unstable write is requested.
    WriteUnstableReply string
    Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
    Zone string
    Specifies the zone in which the export is valid.
    AllDirs bool
    True if all directories under the specified paths are mountable.
    BlockSize float64
    Specifies the block size returned by the NFS statfs procedure.
    CanSetTime bool
    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.
    CaseInsensitive 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.
    CasePreserving 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.
    ChownRestricted bool
    True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    CommitAsynchronous bool
    True if NFS commit requests execute asynchronously.
    DirectoryTransferSize float64
    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.
    LinkMax 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.
    MapAll GetNfsExportSettingsNfsExportSettingsMapAll
    Specifies the users and groups to which non-root and root clients are mapped.
    MapFailure GetNfsExportSettingsNfsExportSettingsMapFailure
    Specifies the users and groups to which non-root and root clients are mapped.
    MapFull bool
    True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
    MapLookupUid bool
    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.
    MapNonRoot GetNfsExportSettingsNfsExportSettingsMapNonRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    MapRetry bool
    Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
    MapRoot GetNfsExportSettingsNfsExportSettingsMapRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    MaxFileSize float64
    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.
    NameMaxSize float64
    Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    NoTruncate 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.
    ReadOnly bool
    True if the export is set to read-only.
    ReadTransferMaxSize float64
    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.
    ReadTransferMultiple float64
    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.
    ReadTransferSize float64
    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.
    Readdirplus bool
    True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
    ReaddirplusPrefetch float64
    Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
    Return32bitFileIds bool
    Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
    SecurityFlavors []string
    Specifies the authentication types that are supported for this export.
    SetattrAsynchronous 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.
    TimeDelta float64
    Specifies the resolution of all time values that are returned to the clients
    WriteDatasyncAction string
    Specifies the action to be taken when an NFSv3+ datasync write is requested.
    WriteDatasyncReply string
    Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
    WriteFilesyncAction string
    Specifies the action to be taken when an NFSv3+ filesync write is requested.
    WriteFilesyncReply string
    Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
    WriteTransferMaxSize float64
    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.
    WriteTransferMultiple float64
    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.
    WriteTransferSize float64
    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.
    WriteUnstableAction string
    Specifies the action to be taken when an NFSv3+ unstable write is requested.
    WriteUnstableReply string
    Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
    Zone string
    Specifies the zone in which the export is valid.
    allDirs Boolean
    True if all directories under the specified paths are mountable.
    blockSize Double
    Specifies the block size returned by the NFS statfs procedure.
    canSetTime Boolean
    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.
    caseInsensitive 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.
    casePreserving 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.
    chownRestricted Boolean
    True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    commitAsynchronous Boolean
    True if NFS commit requests execute asynchronously.
    directoryTransferSize Double
    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.
    linkMax 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.
    mapAll GetNfsExportSettingsNfsExportSettingsMapAll
    Specifies the users and groups to which non-root and root clients are mapped.
    mapFailure GetNfsExportSettingsNfsExportSettingsMapFailure
    Specifies the users and groups to which non-root and root clients are mapped.
    mapFull Boolean
    True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
    mapLookupUid Boolean
    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.
    mapNonRoot GetNfsExportSettingsNfsExportSettingsMapNonRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    mapRetry Boolean
    Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
    mapRoot GetNfsExportSettingsNfsExportSettingsMapRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    maxFileSize Double
    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.
    nameMaxSize Double
    Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    noTruncate 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.
    readOnly Boolean
    True if the export is set to read-only.
    readTransferMaxSize Double
    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.
    readTransferMultiple Double
    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.
    readTransferSize Double
    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.
    readdirplus Boolean
    True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
    readdirplusPrefetch Double
    Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
    return32bitFileIds Boolean
    Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
    securityFlavors List<String>
    Specifies the authentication types that are supported for this export.
    setattrAsynchronous 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.
    timeDelta Double
    Specifies the resolution of all time values that are returned to the clients
    writeDatasyncAction String
    Specifies the action to be taken when an NFSv3+ datasync write is requested.
    writeDatasyncReply String
    Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
    writeFilesyncAction String
    Specifies the action to be taken when an NFSv3+ filesync write is requested.
    writeFilesyncReply String
    Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
    writeTransferMaxSize Double
    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.
    writeTransferMultiple Double
    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.
    writeTransferSize Double
    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.
    writeUnstableAction String
    Specifies the action to be taken when an NFSv3+ unstable write is requested.
    writeUnstableReply String
    Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
    zone String
    Specifies the zone in which the export is valid.
    allDirs boolean
    True if all directories under the specified paths are mountable.
    blockSize number
    Specifies the block size returned by the NFS statfs procedure.
    canSetTime boolean
    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.
    caseInsensitive 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.
    casePreserving 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.
    chownRestricted boolean
    True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    commitAsynchronous boolean
    True if NFS commit requests execute asynchronously.
    directoryTransferSize number
    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.
    linkMax 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.
    mapAll GetNfsExportSettingsNfsExportSettingsMapAll
    Specifies the users and groups to which non-root and root clients are mapped.
    mapFailure GetNfsExportSettingsNfsExportSettingsMapFailure
    Specifies the users and groups to which non-root and root clients are mapped.
    mapFull boolean
    True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
    mapLookupUid boolean
    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.
    mapNonRoot GetNfsExportSettingsNfsExportSettingsMapNonRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    mapRetry boolean
    Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
    mapRoot GetNfsExportSettingsNfsExportSettingsMapRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    maxFileSize number
    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.
    nameMaxSize number
    Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    noTruncate 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.
    readOnly boolean
    True if the export is set to read-only.
    readTransferMaxSize number
    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.
    readTransferMultiple number
    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.
    readTransferSize number
    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.
    readdirplus boolean
    True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
    readdirplusPrefetch number
    Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
    return32bitFileIds boolean
    Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
    securityFlavors string[]
    Specifies the authentication types that are supported for this export.
    setattrAsynchronous 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.
    timeDelta number
    Specifies the resolution of all time values that are returned to the clients
    writeDatasyncAction string
    Specifies the action to be taken when an NFSv3+ datasync write is requested.
    writeDatasyncReply string
    Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
    writeFilesyncAction string
    Specifies the action to be taken when an NFSv3+ filesync write is requested.
    writeFilesyncReply string
    Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
    writeTransferMaxSize number
    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.
    writeTransferMultiple number
    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.
    writeTransferSize number
    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.
    writeUnstableAction string
    Specifies the action to be taken when an NFSv3+ unstable write is requested.
    writeUnstableReply string
    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_time bool
    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.
    commit_asynchronous bool
    True if NFS commit requests execute asynchronously.
    directory_transfer_size float
    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.
    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 GetNfsExportSettingsNfsExportSettingsMapAll
    Specifies the users and groups to which non-root and root clients are mapped.
    map_failure GetNfsExportSettingsNfsExportSettingsMapFailure
    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_uid bool
    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_root GetNfsExportSettingsNfsExportSettingsMapNonRoot
    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 GetNfsExportSettingsNfsExportSettingsMapRoot
    Specifies the users and groups to which non-root and root clients are mapped.
    max_file_size float
    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_size float
    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.
    read_only bool
    True if the export is set to read-only.
    read_transfer_max_size float
    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_multiple float
    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_size float
    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.
    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_ids bool
    Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
    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
    write_datasync_action str
    Specifies the action to be taken when an NFSv3+ datasync write is requested.
    write_datasync_reply str
    Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
    write_filesync_action str
    Specifies the action to be taken when an NFSv3+ filesync write is requested.
    write_filesync_reply str
    Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
    write_transfer_max_size float
    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_multiple float
    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_size float
    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_action str
    Specifies the action to be taken when an NFSv3+ unstable write is requested.
    write_unstable_reply str
    Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
    zone str
    Specifies the zone in which the export is valid.
    allDirs Boolean
    True if all directories under the specified paths are mountable.
    blockSize Number
    Specifies the block size returned by the NFS statfs procedure.
    canSetTime Boolean
    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.
    caseInsensitive 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.
    casePreserving 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.
    chownRestricted Boolean
    True if the superuser can change file ownership. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    commitAsynchronous Boolean
    True if NFS commit requests execute asynchronously.
    directoryTransferSize Number
    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.
    linkMax 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.
    mapAll Property Map
    Specifies the users and groups to which non-root and root clients are mapped.
    mapFailure Property Map
    Specifies the users and groups to which non-root and root clients are mapped.
    mapFull Boolean
    True if user mappings query the OneFS user database. When set to false, user mappings only query local authentication.
    mapLookupUid Boolean
    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.
    mapNonRoot Property Map
    Specifies the users and groups to which non-root and root clients are mapped.
    mapRetry Boolean
    Determines whether searches for users specified in 'mapall', 'maproot' or 'map_nonroot' are retried if the search fails.
    mapRoot Property Map
    Specifies the users and groups to which non-root and root clients are mapped.
    maxFileSize Number
    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.
    nameMaxSize Number
    Specifies the reported maximum length of a file name. This parameter does not affect server behavior, but is included to accommodate legacy client requirements.
    noTruncate 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.
    readOnly Boolean
    True if the export is set to read-only.
    readTransferMaxSize Number
    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.
    readTransferMultiple Number
    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.
    readTransferSize Number
    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.
    readdirplus Boolean
    True if 'readdirplus' requests are enabled. Enabling this property might improve network performance and is only available for NFSv3.
    readdirplusPrefetch Number
    Sets the number of directory entries that are prefetched when a 'readdirplus' request is processed. (Deprecated.)
    return32bitFileIds Boolean
    Limits the size of file identifiers returned by NFSv3+ to 32-bit values (may require remount).
    securityFlavors List<String>
    Specifies the authentication types that are supported for this export.
    setattrAsynchronous 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.
    timeDelta Number
    Specifies the resolution of all time values that are returned to the clients
    writeDatasyncAction String
    Specifies the action to be taken when an NFSv3+ datasync write is requested.
    writeDatasyncReply String
    Specifies the stability disposition returned when an NFSv3+ datasync write is processed.
    writeFilesyncAction String
    Specifies the action to be taken when an NFSv3+ filesync write is requested.
    writeFilesyncReply String
    Specifies the stability disposition returned when an NFSv3+ filesync write is processed.
    writeTransferMaxSize Number
    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.
    writeTransferMultiple Number
    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.
    writeTransferSize Number
    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.
    writeUnstableAction String
    Specifies the action to be taken when an NFSv3+ unstable write is requested.
    writeUnstableReply String
    Specifies the stability disposition returned when an NFSv3+ unstable write is processed.
    zone String
    Specifies the zone in which the export is valid.

    GetNfsExportSettingsNfsExportSettingsMapAll

    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapAllPrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapAllSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapAllUser
    Specifies the persona of the file group.
    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapAllPrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups []GetNfsExportSettingsNfsExportSettingsMapAllSecondaryGroup
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapAllUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapAllPrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapAllSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapAllUser
    Specifies the persona of the file group.
    enabled boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapAllPrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups GetNfsExportSettingsNfsExportSettingsMapAllSecondaryGroup[]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapAllUser
    Specifies the persona of the file group.
    enabled bool
    True if the user mapping is applied.
    primary_group GetNfsExportSettingsNfsExportSettingsMapAllPrimaryGroup
    Specifies the persona of the file group.
    secondary_groups Sequence[GetNfsExportSettingsNfsExportSettingsMapAllSecondaryGroup]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapAllUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup Property Map
    Specifies the persona of the file group.
    secondaryGroups 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.

    GetNfsExportSettingsNfsExportSettingsMapAllPrimaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapAllSecondaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapAllUser

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapFailure

    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapFailurePrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapFailureSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapFailureUser
    Specifies the persona of the file group.
    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapFailurePrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups []GetNfsExportSettingsNfsExportSettingsMapFailureSecondaryGroup
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapFailureUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapFailurePrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapFailureSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapFailureUser
    Specifies the persona of the file group.
    enabled boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapFailurePrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups GetNfsExportSettingsNfsExportSettingsMapFailureSecondaryGroup[]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapFailureUser
    Specifies the persona of the file group.
    enabled bool
    True if the user mapping is applied.
    primary_group GetNfsExportSettingsNfsExportSettingsMapFailurePrimaryGroup
    Specifies the persona of the file group.
    secondary_groups Sequence[GetNfsExportSettingsNfsExportSettingsMapFailureSecondaryGroup]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapFailureUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup Property Map
    Specifies the persona of the file group.
    secondaryGroups 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.

    GetNfsExportSettingsNfsExportSettingsMapFailurePrimaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapFailureSecondaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapFailureUser

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapNonRoot

    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapNonRootPrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapNonRootSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapNonRootUser
    Specifies the persona of the file group.
    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapNonRootPrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups []GetNfsExportSettingsNfsExportSettingsMapNonRootSecondaryGroup
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapNonRootUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapNonRootPrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapNonRootSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapNonRootUser
    Specifies the persona of the file group.
    enabled boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapNonRootPrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups GetNfsExportSettingsNfsExportSettingsMapNonRootSecondaryGroup[]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapNonRootUser
    Specifies the persona of the file group.
    enabled bool
    True if the user mapping is applied.
    primary_group GetNfsExportSettingsNfsExportSettingsMapNonRootPrimaryGroup
    Specifies the persona of the file group.
    secondary_groups Sequence[GetNfsExportSettingsNfsExportSettingsMapNonRootSecondaryGroup]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapNonRootUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup Property Map
    Specifies the persona of the file group.
    secondaryGroups 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.

    GetNfsExportSettingsNfsExportSettingsMapNonRootPrimaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapNonRootSecondaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapNonRootUser

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapRoot

    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapRootPrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapRootSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapRootUser
    Specifies the persona of the file group.
    Enabled bool
    True if the user mapping is applied.
    PrimaryGroup GetNfsExportSettingsNfsExportSettingsMapRootPrimaryGroup
    Specifies the persona of the file group.
    SecondaryGroups []GetNfsExportSettingsNfsExportSettingsMapRootSecondaryGroup
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    User GetNfsExportSettingsNfsExportSettingsMapRootUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapRootPrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups List<GetNfsExportSettingsNfsExportSettingsMapRootSecondaryGroup>
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapRootUser
    Specifies the persona of the file group.
    enabled boolean
    True if the user mapping is applied.
    primaryGroup GetNfsExportSettingsNfsExportSettingsMapRootPrimaryGroup
    Specifies the persona of the file group.
    secondaryGroups GetNfsExportSettingsNfsExportSettingsMapRootSecondaryGroup[]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapRootUser
    Specifies the persona of the file group.
    enabled bool
    True if the user mapping is applied.
    primary_group GetNfsExportSettingsNfsExportSettingsMapRootPrimaryGroup
    Specifies the persona of the file group.
    secondary_groups Sequence[GetNfsExportSettingsNfsExportSettingsMapRootSecondaryGroup]
    Specifies persona properties for the secondary user group. A persona consists of either a type and name, or an ID.
    user GetNfsExportSettingsNfsExportSettingsMapRootUser
    Specifies the persona of the file group.
    enabled Boolean
    True if the user mapping is applied.
    primaryGroup Property Map
    Specifies the persona of the file group.
    secondaryGroups 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.

    GetNfsExportSettingsNfsExportSettingsMapRootPrimaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapRootSecondaryGroup

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    GetNfsExportSettingsNfsExportSettingsMapRootUser

    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    Id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    Name string
    Specifies the persona name, which must be combined with a type.
    Type string
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.
    id string
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name string
    Specifies the persona name, which must be combined with a type.
    type string
    Specifies the type of persona, which must be combined with a name.
    id str
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name str
    Specifies the persona name, which must be combined with a type.
    type str
    Specifies the type of persona, which must be combined with a name.
    id String
    Specifies the serialized form of a persona, which can be 'UID:0', 'USER:name', 'GID:0', 'GROUP:wheel', or 'SID:S-1-1'.
    name String
    Specifies the persona name, which must be combined with a type.
    type String
    Specifies the type of persona, which must be combined with a name.

    Package Details

    Repository
    powerscale dell/terraform-provider-powerscale
    License
    Notes
    This Pulumi package is based on the powerscale Terraform Provider.
    powerscale logo
    powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell