package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
BatchCreate is a method to to batch create at least one forward rule using given parameters.
BatchDelete is a method to to batch delete at least one forward rule using given parameters.
List is a method to query the list of the forward rule using given opts.
Update is a method to update the configurations of the forward rule using given parameters.
# Structs
BatchCreateOpts is the structure required by the BatchCreate method to batch create at least one forward rule.
BatchDeleteOpts is the structure required by the BatchDelete method to batch delete at least one forward rule.
BatchResp is the structure that represents the API request response for the create and delete methods.
ListResp is the structure that represents the API request response for list method.
Rule is the structure that represents the details of the forward rule.
RuleOpts is the object that represents the forwarding rule configuration structure.
UpdateOpts is the structure required by the Update method to update the configurations of the forward rule.