Skip to content

Commit

Permalink
TASK SIO-5985 Add firmware field to create virtual server request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Neumyvakin committed May 24, 2024
1 parent daf5d30 commit 63d874e
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 63d874e

Please sign in to comment.