com.splunk
Class LicenseStack

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

public class LicenseStack
extends Entity

The LicenseStack class represents a license stack, which is a collection of licenses of the same type.


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.Entity
toUpdate
 
Fields inherited from class com.splunk.Resource
actions, path, refreshArgs, service, title
 
Method Summary
 java.lang.String getLabel()
          Returns the label of this license stack.
 long getQuota()
          Returns the combined daily indexing quota for all of the licenses in this license stack.
 java.lang.String getType()
          Returns the license type of the licenses in this license stack.
 
Methods inherited from class com.splunk.Entity
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, 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
clone, equals, finalize, 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 of this license stack.

Returns:
This license stack's label, or null if not specified.

getQuota

public long getQuota()
Returns the combined daily indexing quota for all of the licenses in this license stack.

Returns:
The daily indexing quota, in bytes.

getType

public java.lang.String getType()
Returns the license type of the licenses in this license stack.

Returns:
The license type.