Skip to content

Commit

Permalink
instances will return the hostname that is assigned (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko committed Nov 18, 2021
1 parent fbc0568 commit ce521dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instance.go
Expand Up @@ -96,6 +96,7 @@ type Instance struct {
ImageID string `json:"image_id"`
FirewallGroupID string `json:"firewall_group_id"`
Features []string `json:"features"`
Hostname string `json:"hostname"`
}

type instanceBase struct {
Expand Down

0 comments on commit ce521dd

Please sign in to comment.