|
@@ -32,6 +32,7 @@ type NetworkInterfaceSet struct {
|
|
|
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
|
|
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
|
|
|
ServiceID int64 `json:"ServiceID" xml:"ServiceID"`
|
|
ServiceID int64 `json:"ServiceID" xml:"ServiceID"`
|
|
|
ServiceManaged bool `json:"ServiceManaged" xml:"ServiceManaged"`
|
|
ServiceManaged bool `json:"ServiceManaged" xml:"ServiceManaged"`
|
|
|
|
|
+ QueueNumber int `json:"QueueNumber" xml:"QueueNumber"`
|
|
|
SecurityGroupIds SecurityGroupIdsInDescribeNetworkInterfaces `json:"SecurityGroupIds" xml:"SecurityGroupIds"`
|
|
SecurityGroupIds SecurityGroupIdsInDescribeNetworkInterfaces `json:"SecurityGroupIds" xml:"SecurityGroupIds"`
|
|
|
AssociatedPublicIp AssociatedPublicIp `json:"AssociatedPublicIp" xml:"AssociatedPublicIp"`
|
|
AssociatedPublicIp AssociatedPublicIp `json:"AssociatedPublicIp" xml:"AssociatedPublicIp"`
|
|
|
PrivateIpSets PrivateIpSets `json:"PrivateIpSets" xml:"PrivateIpSets"`
|
|
PrivateIpSets PrivateIpSets `json:"PrivateIpSets" xml:"PrivateIpSets"`
|