Interface NFSOnDeviceServiceConfiguration.Builder

    • Method Detail

      • storageLimit

        NFSOnDeviceServiceConfiguration.Builder storageLimit​(Integer storageLimit)

        The maximum NFS storage for one Snow Family device.

        Parameters:
        storageLimit - The maximum NFS storage for one Snow Family device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageUnit

        NFSOnDeviceServiceConfiguration.Builder storageUnit​(String storageUnit)

        The scale unit of the NFS storage on the device.

        Valid values: TB.

        Parameters:
        storageUnit - The scale unit of the NFS storage on the device.

        Valid values: TB.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageUnit, StorageUnit
      • storageUnit

        NFSOnDeviceServiceConfiguration.Builder storageUnit​(StorageUnit storageUnit)

        The scale unit of the NFS storage on the device.

        Valid values: TB.

        Parameters:
        storageUnit - The scale unit of the NFS storage on the device.

        Valid values: TB.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageUnit, StorageUnit