@Validated @ConfigurationProperties(value="gremlin") public class GremlinProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private @NotEmpty String |
endpoint |
private @NotEmpty String |
password |
private int |
port |
private boolean |
sslEnabled |
private boolean |
telemetryAllowed |
private @NotEmpty String |
username |
| Constructor and Description |
|---|
GremlinProperties() |
Copyright © 2019 Microsoft. All rights reserved.