I am programming openstack operations using openstacksdk. I was taking reference from this link. I have to achieve below using openstacksdk:
#openstack floating ip set --port <port ID> <FIP>
But am not able to find any functions described in openstasksdk.
I did not find any straight forward sdk library for this. But I achieved using below: