For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

2 Replies

  • Perhaps you can post example code and the error output.

     

    Thanks.

     

    -M

     

  • Hi mhite, I just invoke the create method, the code is:

     

    LocalLBVirtualServerVirtualServerResource[] resources = new LocalLBVirtualServerVirtualServerResource[1];

     

    resources[0] = new LocalLBVirtualServerVirtualServerResource(LocalLBVirtualServerVirtualServerType.RESOURCE_TYPE_FAST_L4,"default_pool_name"); port.getLocalLBVirtualServer().create(serverDefs,maskes,resources,profiles).

     

    The call is ok and without errors. New VirtualServer is created, but the default pool is none.thank you for your response~