Interface DcGateway

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DcGateway>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnDcGws>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<DcGatewayKey>

    public interface DcGateway
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L3vpnDcGws>, org.opendaylight.yangtools.yang.binding.Augmentable<DcGateway>, org.opendaylight.yangtools.yang.binding.Identifiable<DcGatewayKey>

    This class represents the following YANG schema fragment defined in module odl-l3vpn

     list dc-gateway {
       key ip-address;
       leaf ip-address {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/l3vpn-dc-gws/dc-gateway

    To create instances of this class use DcGatewayBuilder.

    See Also:
    DcGatewayBuilder, DcGatewayKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<DcGateway> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIpAddress

        @Nullable java.lang.String getIpAddress()
        Returns:
        java.lang.String ipAddress, or null if not present
      • key

        DcGatewayKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<DcGatewayKey>