You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: