Modifier and Type | Method and Description |
---|---|
String |
getBuild()
Returns this peer's build number.
|
String[] |
getBundleVersions()
Returns a list of bundle versions.
|
String |
getGuid()
Returns this peer's GUID.
|
String |
getLicenseSignature()
Returns this peer's license signature.
|
String |
getPeerName()
Returns this peer's name.
|
String |
getPeerType()
Returns this peer's type.
|
String |
getReplicationStatus()
Returns this peer's replication status.
|
String |
getStatus()
Return this peer's overall status.
|
String |
getVersion()
Returns this peer's version.
|
boolean |
isHttps()
Indicates whether this peer is using HTTPS.
|
void |
setRemotePassword(String password)
Sets the remote password.
|
void |
setRemoteUsername(String username)
Sets the remote username.
|
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 getBuild()
public String[] getBundleVersions()
null
if not specified.public String getGuid()
null
if not specified.public String getLicenseSignature()
null
if not specified.public String getPeerName()
null
if not specified.public String getPeerType()
null
if not specified.public String getReplicationStatus()
null
if not specified.public String getStatus()
null
if not specified.public String getVersion()
null
if not specified.public boolean isHttps()
true
if this peer is using HTTPS, false
if not.public void setRemotePassword(String password)
Note: The username and password must be set at the same time.
password
- The remote password.setRemoteUsername(java.lang.String)
public void setRemoteUsername(String username)
Note: The username and password must be set at the same time.
username
- The remote username.setRemotePassword(java.lang.String)
Copyright © 2022 Splunk, Inc.. All rights reserved.