Interface Ipv4Ipv6UnicastCommonConfig
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
@Generated("mdsal-binding-generator")
public interface Ipv4Ipv6UnicastCommonConfig
extends org.opendaylight.yangtools.binding.Grouping
Common configuration parameters for IPv4 and IPv6 Unicast address families
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping ipv4-ipv6-unicast-common_config { leaf send-default-route { type boolean; default false; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn sendDefaultRoute, ornull
if it is not present.default @NonNull Boolean
Return sendDefaultRoute, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getSendDefaultRoute
Boolean getSendDefaultRoute()Return sendDefaultRoute, ornull
if it is not present.If set to true, send the default-route to the neighbour(s)
- Returns:
Boolean
sendDefaultRoute, ornull
if it is not present.
-
requireSendDefaultRoute
Return sendDefaultRoute, guaranteed to be non-null.If set to true, send the default-route to the neighbour(s)
- Returns:
Boolean
sendDefaultRoute, guaranteed to be non-null.- Throws:
NoSuchElementException
- if sendDefaultRoute is not present
-