powerscale.NfsExportSettings
Explore with Pulumi AI
This resource is used to manage the NFS Export Settings of PowerScale Array. We can Create, Update and Delete the NFS Export Settings using this resource.
Note that, NFS Export Settings is the native functionality of PowerScale. When creating the resource, we actually load NFS Export Settings from PowerScale to the resource.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as powerscale from "@pulumi/powerscale";
// PowerScale NFS Export Settings allow you to configure NFS export settings on PowerScale.
const example = new powerscale.NfsExportSettings("example", {});
import pulumi
import pulumi_powerscale as powerscale
# PowerScale NFS Export Settings allow you to configure NFS export settings on PowerScale.
example = powerscale.NfsExportSettings("example")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/powerscale/powerscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// PowerScale NFS Export Settings allow you to configure NFS export settings on PowerScale.
_, err := powerscale.NewNfsExportSettings(ctx, "example", nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Powerscale = Pulumi.Powerscale;
return await Deployment.RunAsync(() =>
{
// PowerScale NFS Export Settings allow you to configure NFS export settings on PowerScale.
var example = new Powerscale.NfsExportSettings("example");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.powerscale.NfsExportSettings;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
// PowerScale NFS Export Settings allow you to configure NFS export settings on PowerScale.
var example = new NfsExportSettings("example");
}
}
resources:
# PowerScale NFS Export Settings allow you to configure NFS export settings on PowerScale.
example:
type: powerscale:NfsExportSettings
Create NfsExportSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NfsExportSettings(name: string, args?: NfsExportSettingsArgs, opts?: CustomResourceOptions);
@overload
def NfsExportSettings(resource_name: str,
args: Optional[NfsExportSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def NfsExportSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
all_dirs: Optional[bool] = None,
block_size: Optional[float] = None,
can_set_time: Optional[bool] = None,
case_insensitive: Optional[bool] = None,
case_preserving: Optional[bool] = None,
chown_restricted: Optional[bool] = None,
commit_asynchronous: Optional[bool] = None,
directory_transfer_size: Optional[float] = None,
encoding: Optional[str] = None,
link_max: Optional[float] = None,
map_all: Optional[NfsExportSettingsMapAllArgs] = None,
map_failure: Optional[NfsExportSettingsMapFailureArgs] = None,
map_full: Optional[bool] = None,
map_lookup_uid: Optional[bool] = None,
map_non_root: Optional[NfsExportSettingsMapNonRootArgs] = None,
map_retry: Optional[bool] = None,
map_root: Optional[NfsExportSettingsMapRootArgs] = None,
max_file_size: Optional[float] = None,
name_max_size: Optional[float] = None,
no_truncate: Optional[bool] = None,
read_only: Optional[bool] = None,
read_transfer_max_size: Optional[float] = None,
read_transfer_multiple: Optional[float] = None,
read_transfer_size: Optional[float] = None,
readdirplus: Optional[bool] = None,
readdirplus_prefetch: Optional[float] = None,
return32bit_file_ids: Optional[bool] = None,
security_flavors: Optional[Sequence[str]] = None,
setattr_asynchronous: Optional[bool] = None,
snapshot: Optional[str] = None,
symlinks: Optional[bool] = None,
time_delta: Optional[float] = None,
write_datasync_action: Optional[str] = None,
write_datasync_reply: Optional[str] = None,
write_filesync_action: Optional[str] = None,
write_filesync_reply: Optional[str] = None,
write_transfer_max_size: Optional[float] = None,
write_transfer_multiple: Optional[float] = None,
write_transfer_size: Optional[float] = None,
write_unstable_action: Optional[str] = None,
write_unstable_reply: Optional[str] = None,
zone: Optional[str] = None)
func NewNfsExportSettings(ctx *Context, name string, args *NfsExportSettingsArgs, opts ...ResourceOption) (*NfsExportSettings, error)
public NfsExportSettings(string name, NfsExportSettingsArgs? args = null, CustomResourceOptions? opts = null)
public NfsExportSettings(String name, NfsExportSettingsArgs args)
public NfsExportSettings(String name, NfsExportSettingsArgs args, CustomResourceOptions options)
type: powerscale:NfsExportSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NfsExportSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NfsExportSettingsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NfsExportSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NfsExportSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NfsExportSettingsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var nfsExportSettingsResource = new Powerscale.NfsExportSettings("nfsExportSettingsResource", new()
{
AllDirs = false,
BlockSize = 0,
CanSetTime = false,
CaseInsensitive = false,
CasePreserving = false,
ChownRestricted = false,
CommitAsynchronous = false,
DirectoryTransferSize = 0,
Encoding = "string",
LinkMax = 0,
MapAll = new Powerscale.Inputs.NfsExportSettingsMapAllArgs
{
Enabled = false,
PrimaryGroup = new Powerscale.Inputs.NfsExportSettingsMapAllPrimaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
SecondaryGroups = new[]
{
new Powerscale.Inputs.NfsExportSettingsMapAllSecondaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
User = new Powerscale.Inputs.NfsExportSettingsMapAllUserArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
MapFailure = new Powerscale.Inputs.NfsExportSettingsMapFailureArgs
{
Enabled = false,
PrimaryGroup = new Powerscale.Inputs.NfsExportSettingsMapFailurePrimaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
SecondaryGroups = new[]
{
new Powerscale.Inputs.NfsExportSettingsMapFailureSecondaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
User = new Powerscale.Inputs.NfsExportSettingsMapFailureUserArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
MapFull = false,
MapLookupUid = false,
MapNonRoot = new Powerscale.Inputs.NfsExportSettingsMapNonRootArgs
{
Enabled = false,
PrimaryGroup = new Powerscale.Inputs.NfsExportSettingsMapNonRootPrimaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
SecondaryGroups = new[]
{
new Powerscale.Inputs.NfsExportSettingsMapNonRootSecondaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
User = new Powerscale.Inputs.NfsExportSettingsMapNonRootUserArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
MapRetry = false,
MapRoot = new Powerscale.Inputs.NfsExportSettingsMapRootArgs
{
Enabled = false,
PrimaryGroup = new Powerscale.Inputs.NfsExportSettingsMapRootPrimaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
SecondaryGroups = new[]
{
new Powerscale.Inputs.NfsExportSettingsMapRootSecondaryGroupArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
User = new Powerscale.Inputs.NfsExportSettingsMapRootUserArgs
{
Id = "string",
Name = "string",
Type = "string",
},
},
MaxFileSize = 0,
NameMaxSize = 0,
NoTruncate = false,
ReadOnly = false,
ReadTransferMaxSize = 0,
ReadTransferMultiple = 0,
ReadTransferSize = 0,
Readdirplus = false,
ReaddirplusPrefetch = 0,
Return32bitFileIds = false,
SecurityFlavors = new[]
{
"string",
},
SetattrAsynchronous = false,
Snapshot = "string",
Symlinks = false,
TimeDelta = 0,
WriteDatasyncAction = "string",
WriteDatasyncReply = "string",
WriteFilesyncAction = "string",
WriteFilesyncReply = "string",
WriteTransferMaxSize = 0,
WriteTransferMultiple = 0,
WriteTransferSize = 0,
WriteUnstableAction = "string",
WriteUnstableReply = "string",
Zone = "string",
});
example, err := powerscale.NewNfsExportSettings(ctx, "nfsExportSettingsResource", &powerscale.NfsExportSettingsArgs{
AllDirs: pulumi.Bool(false),
BlockSize: pulumi.Float64(0),
CanSetTime: pulumi.Bool(false),
CaseInsensitive: pulumi.Bool(false),
CasePreserving: pulumi.Bool(false),
ChownRestricted: pulumi.Bool(false),
CommitAsynchronous: pulumi.Bool(false),
DirectoryTransferSize: pulumi.Float64(0),
Encoding: pulumi.String("string"),
LinkMax: pulumi.Float64(0),
MapAll: &powerscale.NfsExportSettingsMapAllArgs{
Enabled: pulumi.Bool(false),
PrimaryGroup: &powerscale.NfsExportSettingsMapAllPrimaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
SecondaryGroups: powerscale.NfsExportSettingsMapAllSecondaryGroupArray{
&powerscale.NfsExportSettingsMapAllSecondaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
User: &powerscale.NfsExportSettingsMapAllUserArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
MapFailure: &powerscale.NfsExportSettingsMapFailureArgs{
Enabled: pulumi.Bool(false),
PrimaryGroup: &powerscale.NfsExportSettingsMapFailurePrimaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
SecondaryGroups: powerscale.NfsExportSettingsMapFailureSecondaryGroupArray{
&powerscale.NfsExportSettingsMapFailureSecondaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
User: &powerscale.NfsExportSettingsMapFailureUserArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
MapFull: pulumi.Bool(false),
MapLookupUid: pulumi.Bool(false),
MapNonRoot: &powerscale.NfsExportSettingsMapNonRootArgs{
Enabled: pulumi.Bool(false),
PrimaryGroup: &powerscale.NfsExportSettingsMapNonRootPrimaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
SecondaryGroups: powerscale.NfsExportSettingsMapNonRootSecondaryGroupArray{
&powerscale.NfsExportSettingsMapNonRootSecondaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
User: &powerscale.NfsExportSettingsMapNonRootUserArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
MapRetry: pulumi.Bool(false),
MapRoot: &powerscale.NfsExportSettingsMapRootArgs{
Enabled: pulumi.Bool(false),
PrimaryGroup: &powerscale.NfsExportSettingsMapRootPrimaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
SecondaryGroups: powerscale.NfsExportSettingsMapRootSecondaryGroupArray{
&powerscale.NfsExportSettingsMapRootSecondaryGroupArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
User: &powerscale.NfsExportSettingsMapRootUserArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
MaxFileSize: pulumi.Float64(0),
NameMaxSize: pulumi.Float64(0),
NoTruncate: pulumi.Bool(false),
ReadOnly: pulumi.Bool(false),
ReadTransferMaxSize: pulumi.Float64(0),
ReadTransferMultiple: pulumi.Float64(0),
ReadTransferSize: pulumi.Float64(0),
Readdirplus: pulumi.Bool(false),
ReaddirplusPrefetch: pulumi.Float64(0),
Return32bitFileIds: pulumi.Bool(false),
SecurityFlavors: pulumi.StringArray{
pulumi.String("string"),
},
SetattrAsynchronous: pulumi.Bool(false),
Snapshot: pulumi.String("string"),
Symlinks: pulumi.Bool(false),
TimeDelta: pulumi.Float64(0),
WriteDatasyncAction: pulumi.String("string"),
WriteDatasyncReply: pulumi.String("string"),
WriteFilesyncAction: pulumi.String("string"),
WriteFilesyncReply: pulumi.String("string"),
WriteTransferMaxSize: pulumi.Float64(0),
WriteTransferMultiple: pulumi.Float64(0),
WriteTransferSize: pulumi.Float64(0),
WriteUnstableAction: pulumi.String("string"),
WriteUnstableReply: pulumi.String("string"),
Zone: pulumi.String("string"),
})
var nfsExportSettingsResource = new NfsExportSettings("nfsExportSettingsResource", NfsExportSettingsArgs.builder()
.allDirs(false)
.blockSize(0)
.canSetTime(false)
.caseInsensitive(false)
.casePreserving(false)
.chownRestricted(false)
.commitAsynchronous(false)
.directoryTransferSize(0)
.encoding("string")
.linkMax(0)
.mapAll(NfsExportSettingsMapAllArgs.builder()
.enabled(false)
.primaryGroup(NfsExportSettingsMapAllPrimaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.secondaryGroups(NfsExportSettingsMapAllSecondaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.user(NfsExportSettingsMapAllUserArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.build())
.mapFailure(NfsExportSettingsMapFailureArgs.builder()
.enabled(false)
.primaryGroup(NfsExportSettingsMapFailurePrimaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.secondaryGroups(NfsExportSettingsMapFailureSecondaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.user(NfsExportSettingsMapFailureUserArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.build())
.mapFull(false)
.mapLookupUid(false)
.mapNonRoot(NfsExportSettingsMapNonRootArgs.builder()
.enabled(false)
.primaryGroup(NfsExportSettingsMapNonRootPrimaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.secondaryGroups(NfsExportSettingsMapNonRootSecondaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.user(NfsExportSettingsMapNonRootUserArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.build())
.mapRetry(false)
.mapRoot(NfsExportSettingsMapRootArgs.builder()
.enabled(false)
.primaryGroup(NfsExportSettingsMapRootPrimaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.secondaryGroups(NfsExportSettingsMapRootSecondaryGroupArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.user(NfsExportSettingsMapRootUserArgs.builder()
.id("string")
.name("string")
.type("string")
.build())
.build())
.maxFileSize(0)
.nameMaxSize(0)
.noTruncate(false)
.readOnly(false)
.readTransferMaxSize(0)
.readTransferMultiple(0)
.readTransferSize(0)
.readdirplus(false)
.readdirplusPrefetch(0)
.return32bitFileIds(false)
.securityFlavors("string")
.setattrAsynchronous(false)
.snapshot("string")
.symlinks(false)
.timeDelta(0)
.writeDatasyncAction("string")
.writeDatasyncReply("string")
.writeFilesyncAction("string")
.writeFilesyncReply("string")
.writeTransferMaxSize(0)
.writeTransferMultiple(0)
.writeTransferSize(0)
.writeUnstableAction("string")
.writeUnstableReply("string")
.zone("string")
.build());
nfs_export_settings_resource = powerscale.NfsExportSettings("nfsExportSettingsResource",
all_dirs=False,
block_size=0,
can_set_time=False,
case_insensitive=False,
case_preserving=False,
chown_restricted=False,
commit_asynchronous=False,
directory_transfer_size=0,
encoding="string",
link_max=0,
map_all={
"enabled": False,
"primary_group": {
"id": "string",
"name": "string",
"type": "string",
},
"secondary_groups": [{
"id": "string",
"name": "string",
"type": "string",
}],
"user": {
"id": "string",
"name": "string",
"type": "string",
},
},
map_failure={
"enabled": False,
"primary_group": {
"id": "string",
"name": "string",
"type": "string",
},
"secondary_groups": [{
"id": "string",
"name": "string",
"type": "string",
}],
"user": {
"id": "string",
"name": "string",
"type": "string",
},
},
map_full=False,
map_lookup_uid=False,
map_non_root={
"enabled": False,
"primary_group": {
"id": "string",
"name": "string",
"type": "string",
},
"secondary_groups": [{
"id": "string",
"name": "string",
"type": "string",
}],
"user": {
"id": "string",
"name": "string",
"type": "string",
},
},
map_retry=False,
map_root={
"enabled": False,
"primary_group": {
"id": "string",
"name": "string",
"type": "string",
},
"secondary_groups": [{
"id": "string",
"name": "string",
"type": "string",
}],
"user": {
"id": "string",
"name": "string",
"type": "string",
},
},
max_file_size=0,
name_max_size=0,
no_truncate=False,
read_only=False,
read_transfer_max_size=0,
read_transfer_multiple=0,
read_transfer_size=0,
readdirplus=False,
readdirplus_prefetch=0,
return32bit_file_ids=False,
security_flavors=["string"],
setattr_asynchronous=False,
snapshot="string",
symlinks=False,
time_delta=0,
write_datasync_action="string",
write_datasync_reply="string",
write_filesync_action="string",
write_filesync_reply="string",
write_transfer_max_size=0,
write_transfer_multiple=0,
write_transfer_size=0,
write_unstable_action="string",
write_unstable_reply="string",
zone="string")
const nfsExportSettingsResource = new powerscale.NfsExportSettings("nfsExportSettingsResource", {
allDirs: false,
blockSize: 0,
canSetTime: false,
caseInsensitive: false,
casePreserving: false,
chownRestricted: false,
commitAsynchronous: false,
directoryTransferSize: 0,
encoding: "string",
linkMax: 0,
mapAll: {
enabled: false,
primaryGroup: {
id: "string",
name: "string",
type: "string",
},
secondaryGroups: [{
id: "string",
name: "string",
type: "string",
}],
user: {
id: "string",
name: "string",
type: "string",
},
},
mapFailure: {
enabled: false,
primaryGroup: {
id: "string",
name: "string",
type: "string",
},
secondaryGroups: [{
id: "string",
name: "string",
type: "string",
}],
user: {
id: "string",
name: "string",
type: "string",
},
},
mapFull: false,
mapLookupUid: false,
mapNonRoot: {
enabled: false,
primaryGroup: {
id: "string",
name: "string",
type: "string",
},
secondaryGroups: [{
id: "string",
name: "string",
type: "string",
}],
user: {
id: "string",
name: "string",
type: "string",
},
},
mapRetry: false,
mapRoot: {
enabled: false,
primaryGroup: {
id: "string",
name: "string",
type: "string",
},
secondaryGroups: [{
id: "string",
name: "string",
type: "string",
}],
user: {
id: "string",
name: "string",
type: "string",
},
},
maxFileSize: 0,
nameMaxSize: 0,
noTruncate: false,
readOnly: false,
readTransferMaxSize: 0,
readTransferMultiple: 0,
readTransferSize: 0,
readdirplus: false,
readdirplusPrefetch: 0,
return32bitFileIds: false,
securityFlavors: ["string"],
setattrAsynchronous: false,
snapshot: "string",
symlinks: false,
timeDelta: 0,
writeDatasyncAction: "string",
writeDatasyncReply: "string",
writeFilesyncAction: "string",
writeFilesyncReply: "string",
writeTransferMaxSize: 0,
writeTransferMultiple: 0,
writeTransferSize: 0,
writeUnstableAction: "string",
writeUnstableReply: "string",
zone: "string",
});
type: powerscale:NfsExportSettings
properties:
allDirs: false
blockSize: 0
canSetTime: false
caseInsensitive: false
casePreserving: false
chownRestricted: false
commitAsynchronous: false
directoryTransferSize: 0
encoding: string
linkMax: 0
mapAll:
enabled: false
primaryGroup:
id: string
name: string
type: string
secondaryGroups:
- id: string
name: string
type: string
user:
id: string
name: string
type: string
mapFailure:
enabled: false
primaryGroup:
id: string
name: string
type: string
secondaryGroups:
- id: string
name: string
type: string
user:
id: string
name: string
type: string
mapFull: false
mapLookupUid: false
mapNonRoot:
enabled: false
primaryGroup:
id: string
name: string
type: string
secondaryGroups:
- id: string
name: string
type: string
user:
id: string
name: string
type: string
mapRetry: false
mapRoot:
enabled: false
primaryGroup:
id: string
name: string
type: string
secondaryGroups:
- id: string
name: string
type: string
user:
id: string
name: string
type: string
maxFileSize: 0
nameMaxSize: 0
noTruncate: false
readOnly: false
readTransferMaxSize: 0
readTransferMultiple: 0
readTransferSize: 0
readdirplus: false
readdirplusPrefetch: 0
return32bitFileIds: false
securityFlavors:
- string
setattrAsynchronous: false
snapshot: string
symlinks: false
timeDelta: 0
writeDatasyncAction: string
writeDatasyncReply: string
writeFilesyncAction: string
writeFilesyncReply: string
writeTransferMaxSize: 0
writeTransferMultiple: 0
writeTransferSize: 0
writeUnstableAction: string
writeUnstableReply: string
zone: string
NfsExportSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NfsExportSettings resource accepts the following input properties:
- 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.
- Commit
Asynchronous bool - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Failure NfsExport Settings 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 NfsRoot Export Settings 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 NfsExport Settings 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.
- Read
Only bool - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- Commit
Asynchronous bool - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All Args - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Failure NfsExport Settings Map Failure Args - 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 NfsRoot Export Settings Map Non Root Args - 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 NfsExport Settings Map Root Args - 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.
- Read
Only bool - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- commit
Asynchronous Boolean - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure NfsExport Settings 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 NfsRoot Export Settings 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 NfsExport Settings 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.
- read
Only Boolean - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- commit
Asynchronous boolean - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure NfsExport Settings 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 NfsRoot Export Settings 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 NfsExport Settings 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.
- read
Only boolean - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- commit_
asynchronous bool - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All Args - Specifies the users and groups to which non-root and root clients are mapped.
- map_
failure NfsExport Settings Map Failure Args - 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_ Nfsroot Export Settings Map Non Root Args - 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 NfsExport Settings Map Root Args - 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.
- read_
only bool - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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_ 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.
- commit
Asynchronous Boolean - True if NFS commit requests execute asynchronously.
- 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.
- 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.
- read
Only Boolean - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the NfsExportSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing NfsExportSettings Resource
Get an existing NfsExportSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NfsExportSettingsState, opts?: CustomResourceOptions): NfsExportSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
all_dirs: Optional[bool] = None,
block_size: Optional[float] = None,
can_set_time: Optional[bool] = None,
case_insensitive: Optional[bool] = None,
case_preserving: Optional[bool] = None,
chown_restricted: Optional[bool] = None,
commit_asynchronous: Optional[bool] = None,
directory_transfer_size: Optional[float] = None,
encoding: Optional[str] = None,
link_max: Optional[float] = None,
map_all: Optional[NfsExportSettingsMapAllArgs] = None,
map_failure: Optional[NfsExportSettingsMapFailureArgs] = None,
map_full: Optional[bool] = None,
map_lookup_uid: Optional[bool] = None,
map_non_root: Optional[NfsExportSettingsMapNonRootArgs] = None,
map_retry: Optional[bool] = None,
map_root: Optional[NfsExportSettingsMapRootArgs] = None,
max_file_size: Optional[float] = None,
name_max_size: Optional[float] = None,
no_truncate: Optional[bool] = None,
read_only: Optional[bool] = None,
read_transfer_max_size: Optional[float] = None,
read_transfer_multiple: Optional[float] = None,
read_transfer_size: Optional[float] = None,
readdirplus: Optional[bool] = None,
readdirplus_prefetch: Optional[float] = None,
return32bit_file_ids: Optional[bool] = None,
security_flavors: Optional[Sequence[str]] = None,
setattr_asynchronous: Optional[bool] = None,
snapshot: Optional[str] = None,
symlinks: Optional[bool] = None,
time_delta: Optional[float] = None,
write_datasync_action: Optional[str] = None,
write_datasync_reply: Optional[str] = None,
write_filesync_action: Optional[str] = None,
write_filesync_reply: Optional[str] = None,
write_transfer_max_size: Optional[float] = None,
write_transfer_multiple: Optional[float] = None,
write_transfer_size: Optional[float] = None,
write_unstable_action: Optional[str] = None,
write_unstable_reply: Optional[str] = None,
zone: Optional[str] = None) -> NfsExportSettings
func GetNfsExportSettings(ctx *Context, name string, id IDInput, state *NfsExportSettingsState, opts ...ResourceOption) (*NfsExportSettings, error)
public static NfsExportSettings Get(string name, Input<string> id, NfsExportSettingsState? state, CustomResourceOptions? opts = null)
public static NfsExportSettings get(String name, Output<String> id, NfsExportSettingsState state, CustomResourceOptions options)
resources: _: type: powerscale:NfsExportSettings get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- 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.
- Commit
Asynchronous bool - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Failure NfsExport Settings 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 NfsRoot Export Settings 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 NfsExport Settings 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.
- Read
Only bool - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- Commit
Asynchronous bool - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All Args - Specifies the users and groups to which non-root and root clients are mapped.
- Map
Failure NfsExport Settings Map Failure Args - 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 NfsRoot Export Settings Map Non Root Args - 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 NfsExport Settings Map Root Args - 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.
- Read
Only bool - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- commit
Asynchronous Boolean - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure NfsExport Settings 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 NfsRoot Export Settings 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 NfsExport Settings 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.
- read
Only Boolean - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- commit
Asynchronous boolean - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All - Specifies the users and groups to which non-root and root clients are mapped.
- map
Failure NfsExport Settings 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 NfsRoot Export Settings 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 NfsExport Settings 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.
- read
Only boolean - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
- commit_
asynchronous bool - True if NFS commit requests execute asynchronously.
- 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.
- 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 NfsExport Settings Map All Args - Specifies the users and groups to which non-root and root clients are mapped.
- map_
failure NfsExport Settings Map Failure Args - 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_ Nfsroot Export Settings Map Non Root Args - 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 NfsExport Settings Map Root Args - 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.
- read_
only bool - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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_ 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.
- commit
Asynchronous Boolean - True if NFS commit requests execute asynchronously.
- 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.
- 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.
- read
Only Boolean - True if the export is set to read-only.
- 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.
- 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).
- 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. Use "-" to set to default value.
- 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
- 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.
Supporting Types
NfsExportSettingsMapAll, NfsExportSettingsMapAllArgs
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map All Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map All User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map All Primary Group - Specifies the persona of the file group.
- Secondary
Groups []NfsExport Settings 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
Nfs
Export Settings Map All User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map All Primary Group - Specifies the persona of the file group.
- secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map All User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map All Primary Group - Specifies the persona of the file group.
- secondary
Groups NfsExport Settings 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
Nfs
Export Settings Map All User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group NfsExport Settings Map All Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[NfsExport Settings 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
Nfs
Export Settings 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.
NfsExportSettingsMapAllPrimaryGroup, NfsExportSettingsMapAllPrimaryGroupArgs
NfsExportSettingsMapAllSecondaryGroup, NfsExportSettingsMapAllSecondaryGroupArgs
NfsExportSettingsMapAllUser, NfsExportSettingsMapAllUserArgs
NfsExportSettingsMapFailure, NfsExportSettingsMapFailureArgs
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map Failure Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map Failure User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map Failure Primary Group - Specifies the persona of the file group.
- Secondary
Groups []NfsExport Settings 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
Nfs
Export Settings Map Failure User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map Failure Primary Group - Specifies the persona of the file group.
- secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map Failure User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map Failure Primary Group - Specifies the persona of the file group.
- secondary
Groups NfsExport Settings 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
Nfs
Export Settings Map Failure User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group NfsExport Settings Map Failure Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[NfsExport Settings 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
Nfs
Export Settings 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.
NfsExportSettingsMapFailurePrimaryGroup, NfsExportSettingsMapFailurePrimaryGroupArgs
NfsExportSettingsMapFailureSecondaryGroup, NfsExportSettingsMapFailureSecondaryGroupArgs
NfsExportSettingsMapFailureUser, NfsExportSettingsMapFailureUserArgs
NfsExportSettingsMapNonRoot, NfsExportSettingsMapNonRootArgs
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map Non Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map Non Root User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map Non Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups []NfsExport Settings 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
Nfs
Export Settings Map Non Root User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map Non Root Primary Group - Specifies the persona of the file group.
- secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map Non Root User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map Non Root Primary Group - Specifies the persona of the file group.
- secondary
Groups NfsExport Settings 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
Nfs
Export Settings Map Non Root User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group NfsExport Settings Map Non Root Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[NfsExport Settings 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
Nfs
Export Settings 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.
NfsExportSettingsMapNonRootPrimaryGroup, NfsExportSettingsMapNonRootPrimaryGroupArgs
NfsExportSettingsMapNonRootSecondaryGroup, NfsExportSettingsMapNonRootSecondaryGroupArgs
NfsExportSettingsMapNonRootUser, NfsExportSettingsMapNonRootUserArgs
NfsExportSettingsMapRoot, NfsExportSettingsMapRootArgs
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map Root User - Specifies the persona of the file group.
- Enabled bool
- True if the user mapping is applied.
- Primary
Group NfsExport Settings Map Root Primary Group - Specifies the persona of the file group.
- Secondary
Groups []NfsExport Settings 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
Nfs
Export Settings Map Root User - Specifies the persona of the file group.
- enabled Boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map Root Primary Group - Specifies the persona of the file group.
- secondary
Groups List<NfsExport Settings 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
Nfs
Export Settings Map Root User - Specifies the persona of the file group.
- enabled boolean
- True if the user mapping is applied.
- primary
Group NfsExport Settings Map Root Primary Group - Specifies the persona of the file group.
- secondary
Groups NfsExport Settings 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
Nfs
Export Settings Map Root User - Specifies the persona of the file group.
- enabled bool
- True if the user mapping is applied.
- primary_
group NfsExport Settings Map Root Primary Group - Specifies the persona of the file group.
- secondary_
groups Sequence[NfsExport Settings 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
Nfs
Export Settings 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.
NfsExportSettingsMapRootPrimaryGroup, NfsExportSettingsMapRootPrimaryGroupArgs
NfsExportSettingsMapRootSecondaryGroup, NfsExportSettingsMapRootSecondaryGroupArgs
NfsExportSettingsMapRootUser, NfsExportSettingsMapRootUserArgs
Import
Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://mozilla.org/MPL/2.0/
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The command is
$ pulumi import powerscale:index/nfsExportSettings:NfsExportSettings example <zoneName>
Example:
$ pulumi import powerscale:index/nfsExportSettings:NfsExportSettings example zoneName
after running this command, populate the name field and other required parameters in the config file to start managing this resource.
Note: running “terraform show” after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- powerscale dell/terraform-provider-powerscale
- License
- Notes
- This Pulumi package is based on the
powerscale
Terraform Provider.