Interface Inet4SpecificExtendedCommunityCommon

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
All Known Subinterfaces:
Inet4SpecificExtendedCommunity, VrfRouteImportExtendedCommunity

@Generated("mdsal-binding-generator") public interface Inet4SpecificExtendedCommunityCommon extends org.opendaylight.yangtools.binding.Grouping

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

 grouping inet4-specific-extended-community-common {
   container inet4-specific-extended-community-common {
     leaf global-administrator {
       type inet:ipv4-address-no-zone;
     }
     leaf local-administrator {
       type binary {
         length 2;
       }
     }
   }
 }
 
  • Method Details

    • getInet4SpecificExtendedCommunityCommon

      Inet4SpecificExtendedCommunityCommon getInet4SpecificExtendedCommunityCommon()
      Return inet4SpecificExtendedCommunityCommon, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.inet4.specific.extended.community.common.Inet4SpecificExtendedCommunityCommon inet4SpecificExtendedCommunityCommon, or null if it is not present.
    • nonnullInet4SpecificExtendedCommunityCommon

      @NonNull Inet4SpecificExtendedCommunityCommon nonnullInet4SpecificExtendedCommunityCommon()
      Return inet4SpecificExtendedCommunityCommon, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.inet4.specific.extended.community.common.Inet4SpecificExtendedCommunityCommon inet4SpecificExtendedCommunityCommon, or an empty instance if it is not present.