In the package github.com/gophercloud/gophercloud/opestack/looadbalancer/pools, the functions CreateMember requires a CreateMemberOpts struct instead of the already defined CreateMemberOptsBuilder interface:
|
func CreateMember(c *gophercloud.ServiceClient, poolID string, opts CreateMemberOpts) (r CreateMemberResult) { |
Therefore it is not possible to pass custom options to this api call.