com.sun.n1.sps.model.host
Interface HostSet

All Superinterfaces:
PluginMember

public interface HostSet
extends PluginMember

A host set is used to group hosts. A host set includes a set of child hosts, child host searches and child host sets.


Method Summary
 java.lang.String getDescription()
          Returns the description of this object.
 HostIDSet getMemberHostIDSet()
          Returns the set of IDs referencing the hosts that are directly contained as members of this host set.
 HostSearchIDSet getMemberHostSearchIDSet()
          Returns the set of IDs referencing the host searches that are directly contained as members of this host set.
 HostSetIDSet getMemberHostSetIDSet()
          Returns the set of IDs referencing the host sets that are directly contained as members of this host set.
 java.lang.String getName()
          Returns the name of this object.
 Visibility getVisibility()
          Returns the current visibility of this object.
 
Methods inherited from interface com.sun.n1.sps.model.PluginMember
getPluginID
 

Method Detail

getMemberHostIDSet

HostIDSet getMemberHostIDSet()
Returns the set of IDs referencing the hosts that are directly contained as members of this host set. The empty set is returned by default.

Returns:
The hosts that are direct members of this host set.

getMemberHostSetIDSet

HostSetIDSet getMemberHostSetIDSet()
Returns the set of IDs referencing the host sets that are directly contained as members of this host set. The empty set is returned by default.

Returns:
The host sets that are direct members of this host set.

getMemberHostSearchIDSet

HostSearchIDSet getMemberHostSearchIDSet()
Returns the set of IDs referencing the host searches that are directly contained as members of this host set. The empty set is returned by default.

Returns:
The host searches that are direct members of this host set.

getVisibility

Visibility getVisibility()
Returns the current visibility of this object.

Returns:
The visibility of this object.

getName

java.lang.String getName()
Returns the name of this object.

Returns:
The name of this object.

getDescription

java.lang.String getDescription()
Returns the description of this object.

Returns:
The description of this object.