Interface StaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>

    • Method Detail

      • getDestination

        String getDestination()
      • withDestination

        A withDestination​(String destination)
      • hasDestination

        Boolean hasDestination()
      • withNewDestination

        A withNewDestination​(String arg1)
      • withNewDestination

        A withNewDestination​(StringBuffer arg1)
      • getGateway

        String getGateway()
      • withGateway

        A withGateway​(String gateway)
      • withNewGateway

        A withNewGateway​(String arg1)