Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
add no_ssh_keys to device create request
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Karasek <[email protected]>
  • Loading branch information
t0mk committed Jul 12, 2021
1 parent d2f65e5 commit f35830f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ type DeviceCreateRequest struct {
ProjectSSHKeys []string `json:"project_ssh_keys,omitempty"`
Features map[string]string `json:"features,omitempty"`
IPAddresses []IPAddressCreateRequest `json:"ip_addresses,omitempty"`
NoSSHKeys bool `json:"no_ssh_keys,omitempty"`
}

// DeviceUpdateRequest type used to update an Equinix Metal device
Expand Down

0 comments on commit f35830f

Please sign in to comment.