Interface SetNwDstAction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SetNwDstAction>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ActionGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SetNwDstAction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ActionGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<SetNwDstAction>

    This class represents the following YANG schema fragment defined in module openflow-action

     container set-nw-dst-action {
       leaf ip-address {
         type inet:ipv4-address;
       }
     }
     
    The schema path to identify an instance is openflow-action/action-grouping/action-choice/set-nw-dst-case/set-nw-dst-action

    To create instances of this class use SetNwDstActionBuilder.

    See Also:
    SetNwDstActionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getIpAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address ipAddress, or null if not present