public class HostAttributes extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getLicenseCategory()
Deprecated.
the license check has been removed in version 12.2 and higher
|
String |
getSmgrName() |
String |
getSmgrPhrase()
Returns the Service Manager Phrase.
|
int |
getSmgrPort()
Returns the port of the Service Manager.
|
String |
getTrustedIPs()
Returns a String containing all trusted IPs separated by semicolon.
|
boolean |
isLinkToSmgr()
Returns
true if a link to the Service Manager has been enabled. |
void |
setLicenseCategory(String licenseCategory)
Deprecated.
the license check has been removed in version 12.2 and higher
|
void |
setLinkToSmgr(boolean linkToSmgr)
Enables or disables the link the Service Manager.
|
void |
setSmgrName(String smgrName)
Sets the name of the Service Manager.
|
void |
setSmgrPhrase(String smgrPhrase)
Sets the Service Manager Phrase.
|
void |
setSmgrPort(int smgrPort)
Sets the Service Manager port.
|
void |
setTrustedIPs(String trustedIPs)
Sets a String containing all trusted IPs separated by semicolon.
|
public String getTrustedIPs()
public void setTrustedIPs(String trustedIPs)
trustedIPs - String containing all trusted IPs separated by semicolonpublic String getSmgrPhrase()
public void setSmgrPhrase(String smgrPhrase)
smgrPhrase - Phrase, String with max. 25 charactererspublic String getSmgrName()
public void setSmgrName(String smgrName)
smgrName - Name of the Service Managerpublic int getSmgrPort()
public void setSmgrPort(int smgrPort)
smgrPort - Port of the Service Managerpublic boolean isLinkToSmgr()
true if a link to the Service Manager has been enabled.public void setLinkToSmgr(boolean linkToSmgr)
linkToSmgr - true if the link should be enabled, false otherwise.@Deprecated public String getLicenseCategory()
@Deprecated public void setLicenseCategory(String licenseCategory)
licenseCategory - License category which should used for this HOST.Copyright © 2021. All rights reserved.