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

Commit

Permalink
Merge pull request #298 from t0mk/no-ssh-keys
Browse files Browse the repository at this point in the history
Add NoSSHKeys to DeviceCreateRequest
  • Loading branch information
displague committed Jul 13, 2021
2 parents 7736f04 + f35830f commit c19a3d8
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 c19a3d8

Please sign in to comment.