Class OspfRouteNextHopResult.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of OspfRouteNextHopResult.
    • Method Detail

      • setDirectlyAttached

        public OspfRouteNextHopResult.Builder setDirectlyAttached​(java.lang.Boolean directlyAttached)
        Check whether OSPF route is directly connected. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        directlyAttached - New value for the property.
      • setInterfaceName

        public OspfRouteNextHopResult.Builder setInterfaceName​(java.lang.String interfaceName)
        OSPF policy interface name. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        interfaceName - New value for the property.
      • setNeighborAddress

        public OspfRouteNextHopResult.Builder setNeighborAddress​(java.lang.String neighborAddress)
        next-hop address. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        neighborAddress - New value for the property.