cloudstack-go icon indicating copy to clipboard operation
cloudstack-go copied to clipboard

Issue in CloudStack Port Forwarding API Implementation

Open mhdsulaimzed opened this issue 1 year ago • 0 comments

Problem:

The NewCreatePortForwardingRuleParams function in the CloudStack Go client SDK does not support privateendport and publicendport parameters, though the API and toURLValues method do.

Solution:

Update the function to include optional arguments for privateendport and publicendport or provide setter methods.

mhdsulaimzed avatar Jan 01 '25 18:01 mhdsulaimzed