public class NeutronFlowClassifier extends Object implements FlowClassifier
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronFlowClassifier.FlowClassifierConcreteBuilder |
static class |
NeutronFlowClassifier.FlowClassifiers |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronFlowClassifier() |
| Modifier and Type | Method and Description |
|---|---|
static FlowClassifierBuilder |
builder() |
String |
getDescription() |
String |
getDestinationIpPrefix() |
Integer |
getDestinationPortRangeMax() |
Integer |
getDestinationPortRangeMin() |
Ethertype |
getEthertype() |
String |
getId() |
Map<String,String> |
getL7Parameters() |
String |
getLogicalDestinationPort() |
String |
getLogicalSourcePort() |
String |
getName() |
String |
getProtocol() |
String |
getSourceIpPrefix() |
Integer |
getSourcePortRangeMax() |
Integer |
getSourcePortRangeMin() |
String |
getTenantId() |
void |
setId(String id)
Sets the identifier for this resource.
|
void |
setName(String name)
Sets the name for this resource
|
void |
setTenantId(String tenantId)
Sets the tenant identifier
|
FlowClassifierBuilder |
toBuilder() |
public String getId()
public void setId(String id)
IdEntitypublic String getName()
getName in interface BasicResourcepublic void setName(String name)
BasicResourcesetName in interface BasicResourcename - the name to setpublic String getTenantId()
getTenantId in interface Resourcepublic void setTenantId(String tenantId)
ResourcesetTenantId in interface ResourcetenantId - the tenant id to setpublic String getDescription()
getDescription in interface FlowClassifierpublic String getProtocol()
getProtocol in interface FlowClassifierpublic Integer getSourcePortRangeMin()
getSourcePortRangeMin in interface FlowClassifierpublic Integer getSourcePortRangeMax()
getSourcePortRangeMax in interface FlowClassifierpublic Integer getDestinationPortRangeMin()
getDestinationPortRangeMin in interface FlowClassifierpublic Integer getDestinationPortRangeMax()
getDestinationPortRangeMax in interface FlowClassifierpublic String getSourceIpPrefix()
getSourceIpPrefix in interface FlowClassifierpublic String getDestinationIpPrefix()
getDestinationIpPrefix in interface FlowClassifierpublic String getLogicalSourcePort()
getLogicalSourcePort in interface FlowClassifierpublic String getLogicalDestinationPort()
getLogicalDestinationPort in interface FlowClassifierpublic Map<String,String> getL7Parameters()
getL7Parameters in interface FlowClassifierpublic Ethertype getEthertype()
getEthertype in interface FlowClassifierpublic FlowClassifierBuilder toBuilder()
toBuilder in interface Buildable<FlowClassifierBuilder>public static FlowClassifierBuilder builder()
Copyright © 2019. All rights reserved.