Uses of Class
io.vertx.ext.consul.policy.AclPolicy
-
Packages that use AclPolicy Package Description io.vertx.ext.consul io.vertx.ext.consul.policy -
-
Uses of AclPolicy in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return types with arguments of type AclPolicy Modifier and Type Method Description io.vertx.core.Future<List<AclPolicy>>ConsulClient. getAclPolicies()This endpoint lists all the ACL policies.io.vertx.core.Future<AclPolicy>ConsulClient. readPolicy(String id)This endpoint reads an ACL policy with the given IDio.vertx.core.Future<AclPolicy>ConsulClient. readPolicyByName(String name)This endpoint reads an ACL policy with the given nameio.vertx.core.Future<AclPolicy>ConsulClient. updatePolicy(String id, AclPolicy policy)This endpoint updates an existing ACL policyMethods in io.vertx.ext.consul with parameters of type AclPolicy Modifier and Type Method Description io.vertx.core.Future<String>ConsulClient. createAclPolicy(AclPolicy policy)Creates a new ACL policyio.vertx.core.Future<AclPolicy>ConsulClient. updatePolicy(String id, AclPolicy policy)This endpoint updates an existing ACL policy -
Uses of AclPolicy in io.vertx.ext.consul.policy
Methods in io.vertx.ext.consul.policy that return AclPolicy Modifier and Type Method Description AclPolicyAclPolicy. addDatacenter(String datacenter)Adds a datacenter, likesetDatacenters(List)AclPolicyAclPolicy. setDatacenters(List<String> datacenters)Sets an optional datacenters.AclPolicyAclPolicy. setDescription(String description)Sets an optional free-form description that is human-readable.AclPolicyAclPolicy. setName(String name)Sets a name.AclPolicyAclPolicy. setNamespace(String namespace)Sets an optional namespace.AclPolicyAclPolicy. setRules(String rules)Sets a rules.
-