com.splunk
Class OutputGroup

java.lang.Object
  extended by com.splunk.Resource
      extended by com.splunk.Entity
          extended by com.splunk.OutputGroup
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Object>

public class OutputGroup
extends Entity

The OutputGroup class represents an output group, providing access to the configuration of a group of one or more data-forwarding destinations.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class com.splunk.Resource
actions, path, service, title
 
Method Summary
 java.lang.String getMethod()
          Returns the type of output processor for this forwarder group.
 java.lang.String[] getServers()
          Returns the list of servers for this forwarder group.
 
Methods inherited from class com.splunk.Entity
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values
 
Methods inherited from class com.splunk.Resource
getActions, getName, getPath, getService, getTitle, invalidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getMethod

public java.lang.String getMethod()
Returns the type of output processor for this forwarder group. Valid values are: tcpout, syslog, and httpout.

Returns:
The output processor type, or null if not specified.

getServers

public java.lang.String[] getServers()
Returns the list of servers for this forwarder group.

Returns:
The server list.