Helpful
    Preparing search index...

    Represents a builder for a server object.

    Index

    Constructors

    Methods

    • The server ip address or hostname.

      Parameters

      • val: string

        The value to set.

      Returns this

      This object.

    • Assigns all truthy properties in other to this object.

      Parameters

      • other: Partial<IZServer>

        The server object to copy.

      Returns this

      This object.

    • Sets the password to connect on.

      Parameters

      • val: string

        The value to set.

      Returns this

      This object.

    • Sets the optional port to connect on.

      Parameters

      • val: number

        The value to set.

      Returns this

      This object.

    • Sets the optional username to connect on.

      Parameters

      • val: string

        The value to set.

      Returns this

      This object.