Class OpenZfsVolumeNfsExportsClientConfigurationArgs.Builder

    • Method Detail

      • clients

        public OpenZfsVolumeNfsExportsClientConfigurationArgs.Builder clients​(com.pulumi.core.Output<java.lang.String> clients)
        Parameters:
        clients - 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.
        Returns:
        builder
      • clients

        public OpenZfsVolumeNfsExportsClientConfigurationArgs.Builder clients​(java.lang.String clients)
        Parameters:
        clients - 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.
        Returns:
        builder
      • options

        public OpenZfsVolumeNfsExportsClientConfigurationArgs.Builder options​(com.pulumi.core.Output<java.util.List<java.lang.String>> options)
        Parameters:
        options - 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.
        Returns:
        builder
      • options

        public OpenZfsVolumeNfsExportsClientConfigurationArgs.Builder options​(java.util.List<java.lang.String> options)
        Parameters:
        options - 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.
        Returns:
        builder
      • options

        public OpenZfsVolumeNfsExportsClientConfigurationArgs.Builder options​(java.lang.String... options)
        Parameters:
        options - 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.
        Returns:
        builder