@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1beta2FlowSchemaSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DISTINGUISHER_METHOD |
static String |
SERIALIZED_NAME_MATCHING_PRECEDENCE |
static String |
SERIALIZED_NAME_PRIORITY_LEVEL_CONFIGURATION |
static String |
SERIALIZED_NAME_RULES |
Constructor and Description |
---|
V1beta2FlowSchemaSpec() |
public static final String SERIALIZED_NAME_DISTINGUISHER_METHOD
public static final String SERIALIZED_NAME_MATCHING_PRECEDENCE
public static final String SERIALIZED_NAME_PRIORITY_LEVEL_CONFIGURATION
public static final String SERIALIZED_NAME_RULES
public V1beta2FlowSchemaSpec distinguisherMethod(V1beta2FlowDistinguisherMethod distinguisherMethod)
@Nullable public V1beta2FlowDistinguisherMethod getDistinguisherMethod()
public void setDistinguisherMethod(V1beta2FlowDistinguisherMethod distinguisherMethod)
public V1beta2FlowSchemaSpec matchingPrecedence(Integer matchingPrecedence)
@Nullable public Integer getMatchingPrecedence()
public void setMatchingPrecedence(Integer matchingPrecedence)
public V1beta2FlowSchemaSpec priorityLevelConfiguration(V1beta2PriorityLevelConfigurationReference priorityLevelConfiguration)
public V1beta2PriorityLevelConfigurationReference getPriorityLevelConfiguration()
public void setPriorityLevelConfiguration(V1beta2PriorityLevelConfigurationReference priorityLevelConfiguration)
public V1beta2FlowSchemaSpec rules(List<V1beta2PolicyRulesWithSubjects> rules)
public V1beta2FlowSchemaSpec addRulesItem(V1beta2PolicyRulesWithSubjects rulesItem)
@Nullable public List<V1beta2PolicyRulesWithSubjects> getRules()
public void setRules(List<V1beta2PolicyRulesWithSubjects> rules)
Copyright © 2022. All rights reserved.