Interface IHostGroup

    • Method Detail

      • name

        java.lang.String name()

        Gets the host group name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • addHost

        void addHost​(java.lang.Object val)

        Adds a host to the group.

        Parameters:
        val - Mandatory java.lang.Object parameter.
      • removeHost

        void removeHost​(java.lang.Object val)

        Removes the specified host from the group.

        Parameters:
        val - Mandatory java.lang.Object parameter.
      • newList

        IList newList()

        Gets a list of all hosts in the group.

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • newList

        java.lang.Object newList​(int index)