public interface IHostGroup extends IBaseFieldEx
| Modifier and Type | Method and Description |
|---|---|
void |
addHost(Object val)
Adds a host to the group.
|
String |
name()
Gets the host group name.
|
IList |
newList()
Gets a list of all hosts in the group.
|
Object |
newList(int index) |
void |
removeHost(Object val)
Removes the specified host from the group.
|
attachments, hasAttachment, historyautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtualisLocked, lockObject, unLockObjectString name()
Gets the host group name.
Getter method for the COM property "Name"
void addHost(Object val)
Adds a host to the group.
val - Mandatory java.lang.Object parameter.void removeHost(Object val)
Removes the specified host from the group.
val - Mandatory java.lang.Object parameter.IList newList()
Gets a list of all hosts in the group.
Object newList(int index)
Copyright © 2020. All rights reserved.