equinix / equinix-sdk-go

Golang client for Equinix APIs
https://deploy.equinix.com/labs/equinix-sdk-go
MIT License
2 stars 4 forks source link

[Metal] Can't read `backend_transfer_enabled` property for a Metal project #20

Open ctreatma opened 5 months ago

ctreatma commented 5 months ago

The Metal API spec does not specify a backend_transfer_enabled property for the Project component, which means we can't read it in the terraform provider: https://github.com/equinix/terraform-provider-equinix/pull/517/files#diff-06c1ecab9b2a05b42b2d8693260c74b084d6cdd8902c905af5c3c8963cd1cac5R150

It is, however, included in the spec for ProjectUpdateInput, so we can change the value: https://github.com/equinix/equinix-sdk-go/blob/main/services/metalv1/model_project_update_input.go#L23C2-L23C24