You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 offacility
ormetro
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 ametro
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:
The text was updated successfully, but these errors were encountered: