Interface IHostGroup

    • Method Detail

      • name

        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​(Object val)

        Adds a host to the group.

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

        void removeHost​(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 otaclient.IList
      • newList

        Object newList​(int index)