Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Metros #108

Closed
displague opened this issue Apr 7, 2021 · 0 comments · Fixed by #110
Closed

Implement Metros #108

displague opened this issue Apr 7, 2021 · 0 comments · Fixed by #110

Comments

@displague
Copy link
Member

Equinix Metal resources (Devices, VLANs, IPReservations, SpotMarketRequests, Batches) accept a new metro field.

Use of the field conflicts with the facility field at creation time. One of facility or metro must be provided for these resources at create time. Like facility, this field is immutable.

Regardless of how the resource was created, facility will be included in the response and subsequent fetches. metro may only be included in the response if the resource was created with a metro parameter, but this differs between resources depending on how that resource type operates at a metro level.

Add support for accessing the metro property or handled resource operations throughout this SDK, including:

  • devices
  • IP Addresses
  • VLANs
  • device batch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant