| Package | Description |
|---|---|
| io.strimzi.api.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static AclRuleType |
AclRuleType.forValue(String value) |
AclRuleType |
AclRule.getType() |
AclRuleType |
AclRuleFluentImpl.getType() |
AclRuleType |
AclRuleFluent.getType() |
static AclRuleType |
AclRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclRuleType[] |
AclRuleType.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.setType(AclRuleType type) |
A |
AclRuleFluentImpl.withType(AclRuleType type) |
A |
AclRuleFluent.withType(AclRuleType type) |
| Constructor and Description |
|---|
AclRule(AclRuleType type,
AclRuleResource resource,
String host,
AclOperation operation) |
Copyright © 2019. All rights reserved.