Skip to content

Commit

Permalink
Merge pull request #103 from solusio/task-oneumyvakin-add-firmware-SI…
Browse files Browse the repository at this point in the history
…O-5985

TASK SIO-5985 Add firmware field to create virtual server request.
  • Loading branch information
oneumyvakin authored May 24, 2024
2 parents daf5d30 + 63d874e commit 52e7ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual_servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ type VirtualServerCreateRequest struct {
AdditionalIPCount *int `json:"additional_ip_count,omitempty"`
AdditionalIPv6Count *int `json:"additional_ipv6_count,omitempty"`
MacAddress *string `json:"mac_address,omitempty"`
Firmware *string `json:"firmware,omitempty"`
}

// VirtualServerUpdateRequest represents available properties for updating an existing
Expand Down

0 comments on commit 52e7ee9

Please sign in to comment.