1.5.8-k8s-extnet-branch v1.4.7
Tim Tkachev 2 years ago
parent 264538f492
commit 29c7f143fe

@ -1,12 +1,4 @@
## Version 1.4.6 ## Version 1.4.7
### Bugfix ### Bugfix
- Fixed returning value type of VINS.NATRuleAdd() - Deleted validate:"required" tag from IPCIDR field in cloudapi/vins/createInRg request struct
- Fixed RuleID field type of VINS.NATRuleDel() request struct
- Added wrapper for requests to async methods
- - CloudAPI()/CloudBroker().Compute().CreateTemplate()
### Feature
- Added cloubroker/apiaccess group of endpoints support
- Added cloubroker/group group of endpoints support
- Added cloubroker/user group of endpoints support

@ -20,7 +20,7 @@ type CreateInRGRequest struct {
// Private network IP CIDR // Private network IP CIDR
// Required: false // Required: false
IPCIDR string `url:"ipcidr,omitempty" json:"ipcidr,omitempty" validate:"required"` IPCIDR string `url:"ipcidr,omitempty" json:"ipcidr,omitempty"`
// External network ID // External network ID
// Required: false // Required: false

Loading…
Cancel
Save