| Package | Description |
|---|---|
| io.strimzi.api.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static AclOperation |
AclOperation.forValue(String value) |
AclOperation |
AclRule.getOperation() |
AclOperation |
AclRuleFluentImpl.getOperation() |
AclOperation |
AclRuleFluent.getOperation() |
static AclOperation |
AclOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclOperation[] |
AclOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclRule.setOperation(AclOperation operation) |
A |
AclRuleFluentImpl.withOperation(AclOperation operation) |
A |
AclRuleFluent.withOperation(AclOperation operation) |
| Constructor and Description |
|---|
AclRule(AclRuleType type,
AclRuleResource resource,
String host,
AclOperation operation) |
Copyright © 2019. All rights reserved.