com.splunk
Class LicenseSlave

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

public class LicenseSlave
extends Entity

The LicenseSlave class represents a license slave, which is a member of one or more license pools. The access a license slave has to license volume is controlled by its license master.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.lang.String getLabel()
          Returns the label for this license slave.
 java.lang.String[] getPoolIds()
          Returns a list of pool IDs for this license slave.
 java.lang.String[] getStackIds()
          Returns a list of stack IDs for this license pool.
 
Methods inherited from class com.splunk.Entity
clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
 
Methods inherited from class com.splunk.Resource
getName, getPath, getService, getTitle, invalidate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getLabel

public java.lang.String getLabel()
Returns the label for this license slave.

Returns:
The label, or null if not specified.

getPoolIds

public java.lang.String[] getPoolIds()
Returns a list of pool IDs for this license slave.

Returns:
The list of pool IDs.

getStackIds

public java.lang.String[] getStackIds()
Returns a list of stack IDs for this license pool.

Returns:
The list of stack IDs.