Interface KxNAS1Configuration.Builder

    • Method Detail

      • type

        KxNAS1Configuration.Builder type​(String type)

        The type of the network attached storage.

        Parameters:
        type - The type of the network attached storage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KxNAS1Type, KxNAS1Type
      • type

        KxNAS1Configuration.Builder type​(KxNAS1Type type)

        The type of the network attached storage.

        Parameters:
        type - The type of the network attached storage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KxNAS1Type, KxNAS1Type
      • size

        KxNAS1Configuration.Builder size​(Integer size)

        The size of the network attached storage. For storage type SSD_1000 and SSD_250 you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12 you can select the minimum size as 6000 GB or increments of 6000 GB.

        Parameters:
        size - The size of the network attached storage. For storage type SSD_1000 and SSD_250 you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type HDD_12 you can select the minimum size as 6000 GB or increments of 6000 GB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.