Class CfnFileSystem.ClientConfigurationsProperty
Specifies who can mount an OpenZFS file system and the options available while mounting the file system.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ClientConfigurationsProperty : Object, CfnFileSystem.IClientConfigurationsProperty
Syntax (vb)
Public Class ClientConfigurationsProperty
Inherits Object
Implements CfnFileSystem.IClientConfigurationsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FSx;
var clientConfigurationsProperty = new ClientConfigurationsProperty {
Clients = "clients",
Options = new [] { "options" }
};
Synopsis
Constructors
Client |
Properties
Clients | A value that specifies who can mount the file system. |
Options | The options to use when mounting the file system. |
Constructors
ClientConfigurationsProperty()
public ClientConfigurationsProperty()
Properties
Clients
A value that specifies who can mount the file system.
public string Clients { get; set; }
Property Value
System.
Remarks
You can provide a wildcard character ( *
), an IP address ( 0.0.0.0
), or a CIDR address ( 192.0.2.0/24
). By default, Amazon FSx uses the wildcard character when specifying the client.
Options
The options to use when mounting the file system.
public string[] Options { get; set; }
Property Value
System.
Remarks
For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following: