public static class MonitorServiceConfiguration.StorageAdapterConfiguration extends Object
| Constructor and Description |
|---|
StorageAdapterConfiguration(MonitorServiceConfiguration.StorageReportTo type,
String username,
String password,
String tenantId,
String feedId,
String url,
boolean useSSL,
String serverOutboundSocketBindingRef,
String inventoryContext,
String metricsContext,
String feedcommContext,
String keystorePath,
String keystorePassword,
String securityRealm,
int connectTimeoutSeconds,
int readTimeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeoutSeconds() |
String |
getFeedcommContext() |
String |
getFeedId()
This is the preconfigured feed ID and may not be set.
|
String |
getInventoryContext() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
String |
getMetricsContext() |
String |
getPassword() |
int |
getReadTimeoutSeconds() |
String |
getSecurityRealm() |
String |
getServerOutboundSocketBindingRef() |
String |
getTenantId() |
MonitorServiceConfiguration.StorageReportTo |
getType() |
String |
getUrl() |
String |
getUsername() |
boolean |
isUseSSL() |
public StorageAdapterConfiguration(MonitorServiceConfiguration.StorageReportTo type, String username, String password, String tenantId, String feedId, String url, boolean useSSL, String serverOutboundSocketBindingRef, String inventoryContext, String metricsContext, String feedcommContext, String keystorePath, String keystorePassword, String securityRealm, int connectTimeoutSeconds, int readTimeoutSeconds)
public MonitorServiceConfiguration.StorageReportTo getType()
public String getUsername()
public String getPassword()
public String getTenantId()
public String getFeedId()
nullpublic String getUrl()
public boolean isUseSSL()
public String getServerOutboundSocketBindingRef()
public String getInventoryContext()
public String getMetricsContext()
public String getFeedcommContext()
public String getKeystorePath()
public String getKeystorePassword()
public String getSecurityRealm()
public int getConnectTimeoutSeconds()
public int getReadTimeoutSeconds()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.