Package io.vertx.ext.consul.token
Class NodeTokenApplyingOptions
- java.lang.Object
-
- io.vertx.ext.consul.token.TokenApplyingOptions
-
- io.vertx.ext.consul.token.NodeTokenApplyingOptions
-
public class NodeTokenApplyingOptions extends TokenApplyingOptions
-
-
Field Summary
-
Fields inherited from class io.vertx.ext.consul.token.TokenApplyingOptions
datacenters, DATACENTERS_KEY, name
-
-
Constructor Summary
Constructors Constructor Description NodeTokenApplyingOptions(JsonObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonObject
toJson()
-
Methods inherited from class io.vertx.ext.consul.token.TokenApplyingOptions
addDatacenter, getDatacenters, getName, setDatacenters, setName
-
-
-
-
Constructor Detail
-
NodeTokenApplyingOptions
public NodeTokenApplyingOptions(JsonObject json)
-
-
Method Detail
-
toJson
public JsonObject toJson()
- Overrides:
toJson
in classTokenApplyingOptions
-
-