Skip to content

Commit

Permalink
rename ssh_port to direct_ssh_port
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Oct 23, 2024
1 parent 4a57067 commit 8abf9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/types/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type VM struct {

EstimatedCost int64 `json:"estimated_cost"` // Represents estimated credits for this vm based on the TTL

SSHPort int64 `json:"ssh_port,omitempty"`
SSHEndpoint string `json:"ssh_endpoint,omitempty"`
DirectSSHPort int64 `json:"direct_ssh_port,omitempty"`
DirectSSHEndpoint string `json:"direct_ssh_endpoint,omitempty"`

Tags []Tag `json:"tags"`
}
Expand Down

0 comments on commit 8abf9cf

Please sign in to comment.