public interface AclIpv4HeaderFields extends DataObject
This class represents the following YANG schema fragment defined in module ietf-packet-fields
grouping acl-ipv4-header-fields { leaf destination-ipv4-network { type inet:ipv4-prefix; } leaf source-ipv4-network { type inet:ipv4-prefix; } }The schema path to identify an instance is ietf-packet-fields/acl-ipv4-header-fields
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv4Prefix |
getDestinationIpv4Network()
Destination IPv4 address prefix.
|
@Nullable Ipv4Prefix |
getSourceIpv4Network()
Source IPv4 address prefix.
|
getImplementedInterface
@Nullable Ipv4Prefix getDestinationIpv4Network()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix
destinationIpv4Network
, or null
if not present@Nullable Ipv4Prefix getSourceIpv4Network()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix
sourceIpv4Network
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.