Package com.pulumi.aws.fsx.outputs
Class OpenZfsVolumeNfsExportsClientConfiguration
- java.lang.Object
-
- com.pulumi.aws.fsx.outputs.OpenZfsVolumeNfsExportsClientConfiguration
-
public final class OpenZfsVolumeNfsExportsClientConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenZfsVolumeNfsExportsClientConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenZfsVolumeNfsExportsClientConfiguration.Builder
builder()
static OpenZfsVolumeNfsExportsClientConfiguration.Builder
builder(OpenZfsVolumeNfsExportsClientConfiguration defaults)
java.lang.String
clients()
java.util.List<java.lang.String>
options()
-
-
-
Method Detail
-
clients
public java.lang.String clients()
- Returns:
- A value that specifies who can mount the file system. 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
public java.util.List<java.lang.String> options()
- Returns:
- The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.
-
builder
public static OpenZfsVolumeNfsExportsClientConfiguration.Builder builder()
-
builder
public static OpenZfsVolumeNfsExportsClientConfiguration.Builder builder(OpenZfsVolumeNfsExportsClientConfiguration defaults)
-
-