add role to VxNet for instance's vxnets

This commit is contained in:
jolestar 2017-08-11 11:47:00 +08:00
parent f873dbd67f
commit ea7dd874b6
1 changed files with 1 additions and 0 deletions

View File

@ -2668,6 +2668,7 @@ type VxNet struct {
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"`