Modifier and Type | Method and Description |
---|---|
String |
getWhitelistByIndex(int index)
Returns inclusive criteria for determining deployment client access to
this deployment server.
|
void |
setDisabled(boolean disabled)
Sets whether the deployment server is enabled or disabled.
|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
getName, getPath, getService, getTitle, getUpdated, invalidate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getWhitelistByIndex(int index)
index
- The index of the whitelist entry to return.null
if not
specified.public void setDisabled(boolean disabled)
Note: Using this method requires you to restart Splunk before this
setting takes effect. To avoid restarting Splunk, use the
Entity.disable
and Entity.enable
methods instead, which
take effect immediately.
disabled
- true
to disable the deployment client,
false
to enable it.Entity.disable()
,
Entity.enable()
Copyright © 2022 Splunk, Inc.. All rights reserved.