Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// AuthToken is the authentication token for the Equinix Metal API.
AuthToken string `toml:"auth_token"`
// MetroCode is the metro (usually a two letter code) to use for the instance.
// See: https://deploy.equinix.com/developers/docs/metal/locations/metros/
MetroCode string `toml:"metro_code"`
// HardwareReservationID is the UUID representing the hardware reservation to use.
HardwareReservationID *string `toml:"hardware_reservation_id,omitempty"`
// ProjectID is the UUID representing the project to use.
ProjectID string `toml:"project_id"`
}
Click to show internal directories.
Click to hide internal directories.