public static class ElasticsearchConfiguration.Cluster.Metrics extends Object
Modifier and Type | Field and Description |
---|---|
protected org.thales.punch.platform.api.pojo.Credentials |
credentials |
protected String |
sslCertificate |
protected Boolean |
sslEnabled |
protected Boolean |
sslHostnameVerification |
protected String |
sslPrivateKey |
protected String |
sslTrustedCertificate |
Constructor and Description |
---|
Metrics() |
Modifier and Type | Method and Description |
---|---|
org.thales.punch.platform.api.pojo.Credentials |
getCredentials() |
org.thales.punch.settings.api.ISettingsMap |
getSettingsMap() |
String |
getSslCertificate() |
Boolean |
getSslEnabled() |
Boolean |
getSslHostnameVerification() |
String |
getSslPrivateKey() |
String |
getSslTrustedCertificate() |
void |
setCredentials(org.thales.punch.platform.api.pojo.Credentials credentials) |
void |
setSslCertificate(String sslCertificate) |
void |
setSslEnabled(Boolean sslEnabled) |
void |
setSslHostnameVerification(Boolean sslHostnameVerification) |
void |
setSslPrivateKey(String sslPrivateKey) |
void |
setSslTrustedCertificate(String sslTrustedCertificate) |
protected Boolean sslEnabled
protected org.thales.punch.platform.api.pojo.Credentials credentials
protected String sslPrivateKey
protected String sslCertificate
protected String sslTrustedCertificate
protected Boolean sslHostnameVerification
public Boolean getSslEnabled()
public void setSslEnabled(Boolean sslEnabled)
public org.thales.punch.platform.api.pojo.Credentials getCredentials()
public void setCredentials(org.thales.punch.platform.api.pojo.Credentials credentials)
public String getSslPrivateKey()
public void setSslPrivateKey(String sslPrivateKey)
public String getSslCertificate()
public void setSslCertificate(String sslCertificate)
public String getSslTrustedCertificate()
public void setSslTrustedCertificate(String sslTrustedCertificate)
public Boolean getSslHostnameVerification()
public void setSslHostnameVerification(Boolean sslHostnameVerification)
public org.thales.punch.settings.api.ISettingsMap getSettingsMap()
Copyright © 2023. All rights reserved.