public interface AclIpv6HeaderFields extends DataObject
This class represents the following YANG schema fragment defined in module ietf-packet-fields
grouping acl-ipv6-header-fields { leaf destination-ipv6-network { type inet:ipv6-prefix; } leaf source-ipv6-network { type inet:ipv6-prefix; } leaf flow-label { type inet:ipv6-flow-label; } }The schema path to identify an instance is ietf-packet-fields/acl-ipv6-header-fields
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv6Prefix |
getDestinationIpv6Network()
Destination IPv6 address prefix.
|
@Nullable Ipv6FlowLabel |
getFlowLabel()
IPv6 Flow label.
|
@Nullable Ipv6Prefix |
getSourceIpv6Network()
Source IPv6 address prefix.
|
getImplementedInterface
@Nullable Ipv6Prefix getDestinationIpv6Network()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix
destinationIpv6Network
, or null
if not present@Nullable Ipv6Prefix getSourceIpv6Network()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix
sourceIpv6Network
, or null
if not present@Nullable Ipv6FlowLabel getFlowLabel()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6FlowLabel
flowLabel
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.