v1.4.7
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user