Interface HostsService.AddUsingSshResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    HostsService

    public static interface HostsService.AddUsingSshResponse
    extends Response
    Add a new host to the system providing the ssh password, fingerprint or public key.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Host host()
      The host definition with which the new host is created is passed as a parameter, and the newly created host is returned.
    • Method Detail

      • host

        Host host()
        The host definition with which the new host is created is passed as a parameter, and the newly created host is returned.