Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 28 additions & 9 deletions cloudstack/resource_cloudstack_traffic_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,33 @@
return nil
}

// The TrafficType struct has a Name field which contains the traffic type
// But in some cases it might be empty, so we'll keep the original value from the state
if trafficType.Name != "" {
d.Set("traffic_type", trafficType.Name)
if trafficType.Traffictype != "" {

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 170 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)
d.Set("traffic_type", trafficType.Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)

Check failure on line 171 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Traffictype undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Traffictype)
}

// Note: The TrafficType struct doesn't have fields for network labels or VLAN
// We'll need to rely on what we store in the state
if trafficType.Kvmnetworklabel != "" {

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 174 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)
d.Set("kvm_network_label", trafficType.Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)

Check failure on line 175 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Kvmnetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Kvmnetworklabel)
}

if trafficType.Vlan != "" {

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 178 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)
d.Set("vlan", trafficType.Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)

Check failure on line 179 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vlan undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vlan)
}

if trafficType.Xennetworklabel != "" {

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 182 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)
d.Set("xen_network_label", trafficType.Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)

Check failure on line 183 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Xennetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Xennetworklabel)
}

if trafficType.Vmwarenetworklabel != "" {

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 186 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)
d.Set("vmware_network_label", trafficType.Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / build

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.2.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.0.1

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.20.1.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.12.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.8.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / Terraform 1.11.* with Cloudstack 4.19.1.3

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)

Check failure on line 187 in cloudstack/resource_cloudstack_traffic_type.go

View workflow job for this annotation

GitHub Actions / OpenTofu 1.9.* with Cloudstack 4.19.3.0

trafficType.Vmwarenetworklabel undefined (type *"github.com/apache/cloudstack-go/v2/cloudstack".TrafficType has no field or method Vmwarenetworklabel)
}

if trafficType.Hypervnetworklabel != "" {
d.Set("hyperv_network_label", trafficType.Hypervnetworklabel)
}

if trafficType.Ovm3networklabel != "" {
d.Set("ovm3_network_label", trafficType.Ovm3networklabel)
}

return nil
}
Expand Down Expand Up @@ -266,9 +285,9 @@
d.Set("physical_network_id", pn.Id)

// Set the type attribute - use the original value from the API call
// If the Name field is empty, use a default value based on the traffic type ID
if tt.Name != "" {
d.Set("traffic_type", tt.Name)
// If the Traffictype field is empty, use a default value based on the traffic type ID
if tt.Traffictype != "" {
d.Set("traffic_type", tt.Traffictype)
} else {
// Use a default value based on common traffic types
// This is a fallback and might not be accurate
Expand Down
Loading