Interface CGAddressCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<CGAddressCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<MulticastGroupOpaqueGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MulticastGroup

    public interface CGAddressCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<CGAddressCase>, MulticastGroup

    This class represents the following YANG schema fragment defined in module bgp-mvpn

     case c-g-address-case {
       leaf c-g-address {
         type inet:ip-address-no-zone;
       }
     }
     
    The schema path to identify an instance is bgp-mvpn/multicast-group-opaque-grouping/multicast-group/c-g-address-case
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<CGAddressCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getCGAddress

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getCGAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone cGAddress, or null if not present