apache / apache/cloudstack-go

TrafficTypes not handled correctly?

Đang mở
#126 4 bình luận 0 reaction 1 người được giao Được @vishesh92 nhận Xem trên GitHub
Ngôn ngữ chính
Go
Star
39
Fork
47
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I was trying to use the terraform cloudstack provider but was getting hung up with the traffic types. I tracked it back to this library, which uses 'name' for the field instead of 'traffictype'.

What's even more frustrating is that the API documentation is similar. It uses name instead of traffictype.

Here is what I get when I do the request via cloudmonkey, and I confirmed I got the same results from CloudStack python package.
```
{
"count": 4,
"traffictype": [
{
"id": "b20ba0e0-5c8c-4cb7-ab68-8fe3e011a336",
"physicalnetworkid": "ad0e9614-6d9c-41c8-9459-7539673b2107",
"traffictype": "Guest"
},
{
"id": "9f2b4227-653c-4523-b848-4dc889e2c8ff",
"kvmnetworklabel": "cloudbr0",
"physicalnetworkid": "ad0e9614-6d9c-41c8-9459-7539673b2107",
"traffictype": "Management"
},
{
"id": "5de01b4b-1448-4ee6-af4c-529a50966527",
"kvmnetworklabel": "cloudbr0",
"physicalnetworkid": "ad0e9614-6d9c-41c8-9459-7539673b2107",
"traffictype": "Public"
},
{
"id": "52c4901f-467c-414d-9cdd-534a0fb8195e",
"kvmnetworklabel": "cloudbr0",
"physicalnetworkid": "ad0e9614-6d9c-41c8-9459-7539673b2107",
"traffictype": "Storage"
}
]
}
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.