Interface HostsService.AddUsingRootPasswordResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    HostsService

    public static interface HostsService.AddUsingRootPasswordResponse
    extends Response
    Add a new host to the system providing the host root password. This has been deprecated and provided for backwards compatibility.
    • 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.