Class LinuxUserConfiguration


  • public class LinuxUserConfiguration
    extends Object
    Properties used to create a user account on a Linux node.
    • Constructor Detail

      • LinuxUserConfiguration

        public LinuxUserConfiguration()
    • Method Detail

      • uid

        public Integer uid()
        Get the uid value.
        Returns:
        the uid value
      • withUid

        public LinuxUserConfiguration withUid​(Integer uid)
        Set the uid value.
        Parameters:
        uid - the uid value to set
        Returns:
        the LinuxUserConfiguration object itself.
      • gid

        public Integer gid()
        Get the gid value.
        Returns:
        the gid value
      • withGid

        public LinuxUserConfiguration withGid​(Integer gid)
        Set the gid value.
        Parameters:
        gid - the gid value to set
        Returns:
        the LinuxUserConfiguration object itself.
      • sshPrivateKey

        public String sshPrivateKey()
        Get the sshPrivateKey value.
        Returns:
        the sshPrivateKey value
      • withSshPrivateKey

        public LinuxUserConfiguration withSshPrivateKey​(String sshPrivateKey)
        Set the sshPrivateKey value.
        Parameters:
        sshPrivateKey - the sshPrivateKey value to set
        Returns:
        the LinuxUserConfiguration object itself.