public class FlowSchemaSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
FlowSchemaSpec()
No args constructor for use in serialization
|
FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod,
Integer matchingPrecedence,
PriorityLevelConfigurationReference priorityLevelConfiguration,
List<PolicyRulesWithSubjects> rules) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
FlowDistinguisherMethod |
getDistinguisherMethod() |
Integer |
getMatchingPrecedence() |
PriorityLevelConfigurationReference |
getPriorityLevelConfiguration() |
List<PolicyRulesWithSubjects> |
getRules() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod) |
void |
setMatchingPrecedence(Integer matchingPrecedence) |
void |
setPriorityLevelConfiguration(PriorityLevelConfigurationReference priorityLevelConfiguration) |
void |
setRules(List<PolicyRulesWithSubjects> rules) |
public FlowSchemaSpec()
public FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod, Integer matchingPrecedence, PriorityLevelConfigurationReference priorityLevelConfiguration, List<PolicyRulesWithSubjects> rules)
priorityLevelConfiguration - matchingPrecedence - rules - distinguisherMethod - public FlowDistinguisherMethod getDistinguisherMethod()
public void setDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod)
public Integer getMatchingPrecedence()
public void setMatchingPrecedence(Integer matchingPrecedence)
public PriorityLevelConfigurationReference getPriorityLevelConfiguration()
public void setPriorityLevelConfiguration(PriorityLevelConfigurationReference priorityLevelConfiguration)
public List<PolicyRulesWithSubjects> getRules()
public void setRules(List<PolicyRulesWithSubjects> rules)
Copyright © 2015–2020 Red Hat. All rights reserved.