Skip to content

Commit

Permalink
remove nicid role from vxnet object (#43)
Browse files Browse the repository at this point in the history
* remove nicid role from vxnet object

* update sdk version
  • Loading branch information
martinyunify authored Aug 23, 2017
1 parent f36ef39 commit 113ace4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to QingCloud SDK for Go will be documented in this file.

## [v2.0.0-alpha.9] - 2017-08-23

### Added

- Add vxnetid and loadbalancertype parms for load balancer

### Fixed

- Fixed vxnet section in response of DescribeInstances

## [v2.0.0-alpha.8] - 2017-08-13

### Added
Expand Down
3 changes: 0 additions & 3 deletions service/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2728,10 +2728,7 @@ type VxNet struct {
CreateTime *time.Time `json:"create_time" name:"create_time" format:"ISO 8601"`
Description *string `json:"description" name:"description"`
InstanceIDs []*string `json:"instance_ids" name:"instance_ids"`
NICID *string `json:"nic_id" name:"nic_id"`
Owner *string `json:"owner" name:"owner"`
PrivateIP *string `json:"private_ip" name:"private_ip"`
Role *int `json:"role" name:"role"`
Router *Router `json:"router" name:"router"`
Tags []*Tag `json:"tags" name:"tags"`
VpcRouterID *string `json:"vpc_router_id" name:"vpc_router_id"`
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
package sdk

// Version number.
const Version = "2.0.0-alpha.8"
const Version = "2.0.0-alpha.9"

0 comments on commit 113ace4

Please sign in to comment.