public class LicensePoolCollection extends EntityCollection<LicensePool>
LicensePoolCollection
class represents a collection of license
pools.itemClass, items
Modifier and Type | Method and Description |
---|---|
LicensePool |
create(String name,
String quota,
String stackId)
Creates a license pool.
|
LicensePool |
create(String name,
String quota,
String stackId,
Map args)
Creates a license pool.
|
create, create, remove, remove
clear, containsKey, containsKey, containsValue, createItem, createItem, entrySet, equals, get, get, hashCode, isEmpty, itemKey, itemPath, keySet, list, put, putAll, refresh, remove, size, validate, values, valueSize
getName, getPath, getService, getTitle, getUpdated, invalidate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public LicensePool create(String name, String quota, String stackId)
name
- The name of the new license pool.quota
- The indexing quota of this license pool, specified as:
stackId
- The stack ID corresponding to this license pool.public LicensePool create(String name, String quota, String stackId, Map args)
name
- The name of the new license pool.quota
- The indexing quota of this license pool, specified as:
stackId
- The stack ID corresponding to this license pool.args
- Optional arguments ("description" and "slaves").Copyright © 2022 Splunk, Inc.. All rights reserved.