@ConfigurationProperties(value="spring.cloud.cluster.etcd") public class EtcdClusterProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EtcdClusterProperties.EtcdLeaderProperties |
Constructor and Description |
---|
EtcdClusterProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getConnect() |
EtcdClusterProperties.EtcdLeaderProperties |
getLeader() |
String |
getNamespace() |
void |
setConnect(String connect) |
void |
setLeader(EtcdClusterProperties.EtcdLeaderProperties leader) |
void |
setNamespace(String namespace) |
public String getNamespace()
public void setNamespace(String namespace)
public String getConnect()
public void setConnect(String connect)
public EtcdClusterProperties.EtcdLeaderProperties getLeader()
public void setLeader(EtcdClusterProperties.EtcdLeaderProperties leader)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.