Interface AddressFamily
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<LspIdentifiers>
,org.opendaylight.yangtools.yang.binding.DataContainer
@Generated("mdsal-binding-generator")
public interface AddressFamily
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<LspIdentifiers>
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful
choice address-family { case ipv4-case { container ipv4 { leaf ipv4-tunnel-sender-address { type inet:ipv4-address-no-zone; } leaf ipv4-extended-tunnel-id { type rsvp:ipv4-extended-tunnel-id; } leaf ipv4-tunnel-endpoint-address { type inet:ipv4-address-no-zone; } } } case ipv6-case { container ipv6 { leaf ipv6-tunnel-sender-address { type inet:ipv6-address-no-zone; } leaf ipv6-extended-tunnel-id { type rsvp:ipv6-extended-tunnel-id; } leaf ipv6-tunnel-endpoint-address { type inet:ipv6-address-no-zone; } } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-