Skip to content

Commit

Permalink
Merge pull request #27 from vladhss/feature/add-host-domain-field
Browse files Browse the repository at this point in the history
Add missing `domain` field to hosts
  • Loading branch information
sahaqaa authored Jul 29, 2024
2 parents 25f8425 + ca009bd commit d199843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudconnexa/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Host struct {
Id string `json:"id,omitempty"`
Name string `json:"name"`
Description string `json:"description"`
Domain string `json:"domain"`
InternetAccess string `json:"internetAccess"`
SystemSubnets []string `json:"systemSubnets"`
Connectors []Connector `json:"connectors"`
Expand Down

0 comments on commit d199843

Please sign in to comment.