public interface AclIpHeaderFields extends DataObject, AclTransportHeaderFields
This class represents the following YANG schema fragment defined in module ietf-packet-fields
grouping acl-ip-header-fields { leaf dscp { type inet:dscp; } leaf protocol { type uint8; } uses acl-transport-header-fields; }The schema path to identify an instance is ietf-packet-fields/acl-ip-header-fields
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Dscp |
getDscp()
Value of dscp.
|
@Nullable Short |
getProtocol()
Internet Protocol number.
|
getDestinationPortRange, getSourcePortRange
getImplementedInterface
@Nullable Dscp getDscp()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp
dscp
, or null
if not present@Nullable Short getProtocol()
java.lang.Short
protocol
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.