public class RemoteDMR extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled |
String |
host |
String |
metricIdTemplate |
Map<String,String> |
metricTags |
String |
name |
String |
password |
Integer |
port |
String |
protocol |
String[] |
resourceTypeSets |
String |
securityRealmName |
Avail |
setAvailOnShutdown |
String |
tenantId |
String |
username |
Boolean |
useSsl |
| Constructor and Description |
|---|
RemoteDMR() |
RemoteDMR(RemoteDMR original) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public String name
public Boolean enabled
public String protocol
public String host
public Integer port
public String username
public String password
public Boolean useSsl
public String securityRealmName
public String tenantId
public String[] resourceTypeSets
public String metricIdTemplate
public Avail setAvailOnShutdown
public RemoteDMR()
public RemoteDMR(RemoteDMR original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.