Forum Discussion

hassar10_35518's avatar
hassar10_35518
Icon for Nimbostratus rankNimbostratus
Mar 06, 2008

Trying to understand CommonIPPortDefinition

Need help (AGAIN)

 

I have a way to determine the IP address of my entered node (Which is a DNS name) using m_interfaces.LocalLBNodeAddress.get_list() and interfaces.LocalLBNodeAddress.get_screen_name()

 

 

Having hard time to understand how to pass that IP to any further function which take IPPORTDEFINITION as its argument

 

For example, If I know the IP of the node is 10.197.x.x, how do it pass it.

 

 

Thanks for your help

 

 

 

  • Can you provide any more context to your question? Specifically, which language you are using as well as which methods you are calling.

     

     

    In a generic way of stating it, basically you'll want to create a Common.IPPortDefinition structure and populate the address and port fields and pass that structure in to the method call.

     

     

    If you can provide any code I'll try to comment on that, but without some more details, I'm just guessing at what you are asking.

     

     

    -Joe